/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, vendor/assets/stylesheets/bootstrap.css.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 14, vendor/assets/stylesheets/bootstrap.css.scss */
body {
  margin: 0;
}

/* line 17, vendor/assets/stylesheets/bootstrap.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 31, vendor/assets/stylesheets/bootstrap.css.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

/* line 42, vendor/assets/stylesheets/bootstrap.css.scss */
[hidden],
template {
  display: none;
}

/* line 46, vendor/assets/stylesheets/bootstrap.css.scss */
a {
  background: transparent;
}

/* line 49, vendor/assets/stylesheets/bootstrap.css.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/* line 60, vendor/assets/stylesheets/bootstrap.css.scss */
dfn {
  font-style: italic;
}

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

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

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

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

/* line 81, vendor/assets/stylesheets/bootstrap.css.scss */
sup {
  top: -.5em;
}

/* line 84, vendor/assets/stylesheets/bootstrap.css.scss */
sub {
  bottom: -.25em;
}

/* line 87, vendor/assets/stylesheets/bootstrap.css.scss */
img {
  border: 0;
}

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

/* line 93, vendor/assets/stylesheets/bootstrap.css.scss */
figure {
  margin: 1em 40px;
}

/* line 96, vendor/assets/stylesheets/bootstrap.css.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 102, vendor/assets/stylesheets/bootstrap.css.scss */
pre {
  overflow: auto;
}

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

/* line 112, vendor/assets/stylesheets/bootstrap.css.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 121, vendor/assets/stylesheets/bootstrap.css.scss */
button {
  overflow: visible;
}

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

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

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

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

/* line 144, vendor/assets/stylesheets/bootstrap.css.scss */
input {
  line-height: normal;
}

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

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

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

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

/* line 168, vendor/assets/stylesheets/bootstrap.css.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 173, vendor/assets/stylesheets/bootstrap.css.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 177, vendor/assets/stylesheets/bootstrap.css.scss */
textarea {
  overflow: auto;
}

/* line 180, vendor/assets/stylesheets/bootstrap.css.scss */
optgroup {
  font-weight: bold;
}

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

/* line 187, vendor/assets/stylesheets/bootstrap.css.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 192, vendor/assets/stylesheets/bootstrap.css.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 199, vendor/assets/stylesheets/bootstrap.css.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 203, vendor/assets/stylesheets/bootstrap.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 206, vendor/assets/stylesheets/bootstrap.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 209, vendor/assets/stylesheets/bootstrap.css.scss */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 213, vendor/assets/stylesheets/bootstrap.css.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 219, vendor/assets/stylesheets/bootstrap.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 222, vendor/assets/stylesheets/bootstrap.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 226, vendor/assets/stylesheets/bootstrap.css.scss */
  img {
    max-width: 100% !important;
  }
  /* line 229, vendor/assets/stylesheets/bootstrap.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 235, vendor/assets/stylesheets/bootstrap.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 239, vendor/assets/stylesheets/bootstrap.css.scss */
  select {
    background: #fff !important;
  }
  /* line 242, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar {
    display: none;
  }
  /* line 245, vendor/assets/stylesheets/bootstrap.css.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 249, vendor/assets/stylesheets/bootstrap.css.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 253, vendor/assets/stylesheets/bootstrap.css.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 256, vendor/assets/stylesheets/bootstrap.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 259, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

/* line 273, vendor/assets/stylesheets/bootstrap.css.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 285, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 399, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-lock:before {
  content: "\e033";
}

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

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

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

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

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

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

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

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

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

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

/* line 432, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

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

/* line 438, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-camera:before {
  content: "\e046";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 600, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-fire:before {
  content: "\e104";
}

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

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

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

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

/* line 615, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 657, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-bell:before {
  content: "\e123";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 696, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

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

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

/* line 705, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

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

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

/* line 714, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

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

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

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

/* line 726, vendor/assets/stylesheets/bootstrap.css.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 885, vendor/assets/stylesheets/bootstrap.css.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 890, vendor/assets/stylesheets/bootstrap.css.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 896, vendor/assets/stylesheets/bootstrap.css.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 901, vendor/assets/stylesheets/bootstrap.css.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

/* line 916, vendor/assets/stylesheets/bootstrap.css.scss */
a {
  color: #333;
  text-decoration: none;
}

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

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

/* line 930, vendor/assets/stylesheets/bootstrap.css.scss */
figure {
  margin: 0;
}

/* line 933, vendor/assets/stylesheets/bootstrap.css.scss */
img {
  vertical-align: middle;
}

/* line 937, vendor/assets/stylesheets/bootstrap.css.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

/* line 950, vendor/assets/stylesheets/bootstrap.css.scss */
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

/* line 967, vendor/assets/stylesheets/bootstrap.css.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

/* line 983, vendor/assets/stylesheets/bootstrap.css.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 992, vendor/assets/stylesheets/bootstrap.css.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 1009, vendor/assets/stylesheets/bootstrap.css.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

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

/* line 1046, vendor/assets/stylesheets/bootstrap.css.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

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

/* line 1069, vendor/assets/stylesheets/bootstrap.css.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

/* line 1107, vendor/assets/stylesheets/bootstrap.css.scss */
p {
  margin: 0 0 10px;
}

/* line 1110, vendor/assets/stylesheets/bootstrap.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1117, vendor/assets/stylesheets/bootstrap.css.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1121, vendor/assets/stylesheets/bootstrap.css.scss */
small,
.small {
  font-size: 85%;
}

/* line 1125, vendor/assets/stylesheets/bootstrap.css.scss */
cite {
  font-style: normal;
}

/* line 1128, vendor/assets/stylesheets/bootstrap.css.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1133, vendor/assets/stylesheets/bootstrap.css.scss */
.text-left {
  text-align: left;
}

/* line 1136, vendor/assets/stylesheets/bootstrap.css.scss */
.text-right {
  text-align: right;
}

/* line 1139, vendor/assets/stylesheets/bootstrap.css.scss */
.text-center {
  text-align: center;
}

/* line 1142, vendor/assets/stylesheets/bootstrap.css.scss */
.text-justify {
  text-align: justify;
}

/* line 1145, vendor/assets/stylesheets/bootstrap.css.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1148, vendor/assets/stylesheets/bootstrap.css.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1151, vendor/assets/stylesheets/bootstrap.css.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1154, vendor/assets/stylesheets/bootstrap.css.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1157, vendor/assets/stylesheets/bootstrap.css.scss */
.text-muted {
  color: #777;
}

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

/* line 1163, vendor/assets/stylesheets/bootstrap.css.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 1166, vendor/assets/stylesheets/bootstrap.css.scss */
.text-success {
  color: #3c763d;
}

/* line 1169, vendor/assets/stylesheets/bootstrap.css.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 1172, vendor/assets/stylesheets/bootstrap.css.scss */
.text-info {
  color: #31708f;
}

/* line 1175, vendor/assets/stylesheets/bootstrap.css.scss */
a.text-info:hover {
  color: #245269;
}

/* line 1178, vendor/assets/stylesheets/bootstrap.css.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1181, vendor/assets/stylesheets/bootstrap.css.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 1184, vendor/assets/stylesheets/bootstrap.css.scss */
.text-danger {
  color: #a94442;
}

/* line 1187, vendor/assets/stylesheets/bootstrap.css.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 1190, vendor/assets/stylesheets/bootstrap.css.scss */
.bg-primary {
  color: #fff;
  background-color: #428bca;
}

/* line 1194, vendor/assets/stylesheets/bootstrap.css.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 1197, vendor/assets/stylesheets/bootstrap.css.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1200, vendor/assets/stylesheets/bootstrap.css.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 1203, vendor/assets/stylesheets/bootstrap.css.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1206, vendor/assets/stylesheets/bootstrap.css.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 1209, vendor/assets/stylesheets/bootstrap.css.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1212, vendor/assets/stylesheets/bootstrap.css.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 1215, vendor/assets/stylesheets/bootstrap.css.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1218, vendor/assets/stylesheets/bootstrap.css.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

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

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

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

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

/* line 1241, vendor/assets/stylesheets/bootstrap.css.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

/* line 1251, vendor/assets/stylesheets/bootstrap.css.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1255, vendor/assets/stylesheets/bootstrap.css.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1259, vendor/assets/stylesheets/bootstrap.css.scss */
dt {
  font-weight: bold;
}

/* line 1262, vendor/assets/stylesheets/bootstrap.css.scss */
dd {
  margin-left: 0;
}

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

/* line 1279, vendor/assets/stylesheets/bootstrap.css.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1284, vendor/assets/stylesheets/bootstrap.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1288, vendor/assets/stylesheets/bootstrap.css.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1294, vendor/assets/stylesheets/bootstrap.css.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1299, vendor/assets/stylesheets/bootstrap.css.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1307, vendor/assets/stylesheets/bootstrap.css.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1312, vendor/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1320, vendor/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 1328, vendor/assets/stylesheets/bootstrap.css.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 1336, vendor/assets/stylesheets/bootstrap.css.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 1340, vendor/assets/stylesheets/bootstrap.css.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1345, vendor/assets/stylesheets/bootstrap.css.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1351, vendor/assets/stylesheets/bootstrap.css.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1358, vendor/assets/stylesheets/bootstrap.css.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1367, vendor/assets/stylesheets/bootstrap.css.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1373, vendor/assets/stylesheets/bootstrap.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

/* line 1398, vendor/assets/stylesheets/bootstrap.css.scss */
.container-classic {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1405, vendor/assets/stylesheets/bootstrap.css.scss */
  .container-classic {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1410, vendor/assets/stylesheets/bootstrap.css.scss */
  .container-classic {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1415, vendor/assets/stylesheets/bootstrap.css.scss */
  .container-classic {
    width: 1170px;
  }
}

/* line 1419, vendor/assets/stylesheets/bootstrap.css.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

/* line 1429, vendor/assets/stylesheets/bootstrap.css.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-right: 15px;
  padding-left: 15px;
}

/* line 1435, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

/* line 1441, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1444, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-10 {
  width: 83.33333333%;
}

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

/* line 1450, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1453, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-7 {
  width: 58.33333333%;
}

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

/* line 1459, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1462, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-4 {
  width: 33.33333333%;
}

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

/* line 1468, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1471, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1474, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1477, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1480, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1483, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1486, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1489, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1492, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1495, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1498, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1501, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1504, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1507, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1510, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1513, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1516, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1519, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1522, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1525, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1528, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1531, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1534, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1537, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1540, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1543, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1546, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1549, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1552, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1555, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1558, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1561, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1564, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1567, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1570, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1573, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1576, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1579, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1582, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1585, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1588, vendor/assets/stylesheets/bootstrap.css.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1592, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 1595, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1598, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1601, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1604, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1607, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1610, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1613, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1616, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1619, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1622, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1625, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1628, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1631, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1634, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1637, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1640, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1643, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1646, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1649, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1652, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1655, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1658, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1661, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1664, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1667, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1670, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1673, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1676, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1679, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1682, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1685, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1688, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1691, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1694, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1697, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1700, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1703, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1706, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1709, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1712, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1715, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1718, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1721, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1724, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1727, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1730, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1733, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1736, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1739, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1742, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1745, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1750, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 1753, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1756, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1759, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1762, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1765, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1768, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1771, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1774, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1777, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1780, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1783, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1786, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1789, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1792, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1795, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1798, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1801, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1804, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1807, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1810, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 1813, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 1816, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 1819, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 1822, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 1825, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 1828, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 1831, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 1834, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 1837, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 1840, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 1843, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 1846, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 1849, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 1852, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 1855, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 1858, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 1861, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 1864, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 1867, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 1870, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1873, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1876, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1879, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1882, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1885, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1888, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1891, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1894, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1897, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1900, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1903, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 1908, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 1911, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 1914, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 1917, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 1920, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 1923, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 1926, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 1929, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 1932, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 1935, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 1938, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 1941, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 1944, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 1947, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1950, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 1953, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 1956, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1959, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 1962, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 1965, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1968, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 1971, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 1974, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1977, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 1980, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 1983, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 1986, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 1989, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 1992, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 1995, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 1998, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2001, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2004, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2007, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2010, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2013, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2016, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2019, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2022, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2025, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2028, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2031, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2034, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2037, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2040, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2043, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2046, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2049, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2052, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2055, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2058, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2061, vendor/assets/stylesheets/bootstrap.css.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2065, vendor/assets/stylesheets/bootstrap.css.scss */
table {
  background-color: transparent;
}

/* line 2068, vendor/assets/stylesheets/bootstrap.css.scss */
th {
  text-align: left;
}

/* line 2071, vendor/assets/stylesheets/bootstrap.css.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2076, vendor/assets/stylesheets/bootstrap.css.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

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

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

/* line 2099, vendor/assets/stylesheets/bootstrap.css.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2102, vendor/assets/stylesheets/bootstrap.css.scss */
.table .table {
  background-color: #fff;
}

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

/* line 2113, vendor/assets/stylesheets/bootstrap.css.scss */
.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

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

/* line 2136, vendor/assets/stylesheets/bootstrap.css.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

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

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

/* line 2161, vendor/assets/stylesheets/bootstrap.css.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 2168, vendor/assets/stylesheets/bootstrap.css.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 2182, vendor/assets/stylesheets/bootstrap.css.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 2189, vendor/assets/stylesheets/bootstrap.css.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 2203, vendor/assets/stylesheets/bootstrap.css.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 2210, vendor/assets/stylesheets/bootstrap.css.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 2224, vendor/assets/stylesheets/bootstrap.css.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 2231, vendor/assets/stylesheets/bootstrap.css.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 2245, vendor/assets/stylesheets/bootstrap.css.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 2253, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2262, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2265, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 2273, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2276, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 2284, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 2292, vendor/assets/stylesheets/bootstrap.css.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 2299, vendor/assets/stylesheets/bootstrap.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2305, vendor/assets/stylesheets/bootstrap.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2316, vendor/assets/stylesheets/bootstrap.css.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

/* line 2336, vendor/assets/stylesheets/bootstrap.css.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

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

/* line 2344, vendor/assets/stylesheets/bootstrap.css.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 2351, vendor/assets/stylesheets/bootstrap.css.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2358, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

/* line 2382, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 2386, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control:-ms-input-placeholder {
  color: #777;
}

/* line 2389, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control::-webkit-input-placeholder {
  color: #777;
}

/* line 2392, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

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

/* line 2402, vendor/assets/stylesheets/bootstrap.css.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 2405, vendor/assets/stylesheets/bootstrap.css.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}

/* line 2412, vendor/assets/stylesheets/bootstrap.css.scss */
input.input-sm[type="date"],
input.input-sm[type="time"],
input.input-sm[type="datetime-local"],
input.input-sm[type="month"] {
  line-height: 30px;
}

/* line 2418, vendor/assets/stylesheets/bootstrap.css.scss */
input.input-lg[type="date"],
input.input-lg[type="time"],
input.input-lg[type="datetime-local"],
input.input-lg[type="month"] {
  line-height: 46px;
}

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

/* line 2427, vendor/assets/stylesheets/bootstrap.css.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2435, vendor/assets/stylesheets/bootstrap.css.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2442, vendor/assets/stylesheets/bootstrap.css.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

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

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

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

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

/* line 2476, vendor/assets/stylesheets/bootstrap.css.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2482, vendor/assets/stylesheets/bootstrap.css.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

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

/* line 2493, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2498, vendor/assets/stylesheets/bootstrap.css.scss */
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

/* line 2510, vendor/assets/stylesheets/bootstrap.css.scss */
textarea.input-sm,
select.input-sm[multiple] {
  height: auto;
}

/* line 2514, vendor/assets/stylesheets/bootstrap.css.scss */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2522, vendor/assets/stylesheets/bootstrap.css.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2526, vendor/assets/stylesheets/bootstrap.css.scss */
textarea.input-lg,
select.input-lg[multiple] {
  height: auto;
}

/* line 2530, vendor/assets/stylesheets/bootstrap.css.scss */
.has-feedback {
  position: relative;
}

/* line 2533, vendor/assets/stylesheets/bootstrap.css.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2536, vendor/assets/stylesheets/bootstrap.css.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 2547, vendor/assets/stylesheets/bootstrap.css.scss */
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 2552, vendor/assets/stylesheets/bootstrap.css.scss */
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 2557, vendor/assets/stylesheets/bootstrap.css.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 2565, vendor/assets/stylesheets/bootstrap.css.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 2570, vendor/assets/stylesheets/bootstrap.css.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 2575, vendor/assets/stylesheets/bootstrap.css.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2580, vendor/assets/stylesheets/bootstrap.css.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2583, vendor/assets/stylesheets/bootstrap.css.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 2591, vendor/assets/stylesheets/bootstrap.css.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 2596, vendor/assets/stylesheets/bootstrap.css.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 2601, vendor/assets/stylesheets/bootstrap.css.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2606, vendor/assets/stylesheets/bootstrap.css.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2609, vendor/assets/stylesheets/bootstrap.css.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 2617, vendor/assets/stylesheets/bootstrap.css.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 2622, vendor/assets/stylesheets/bootstrap.css.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 2627, vendor/assets/stylesheets/bootstrap.css.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2632, vendor/assets/stylesheets/bootstrap.css.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2635, vendor/assets/stylesheets/bootstrap.css.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 2645, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2650, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2655, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2659, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2664, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2667, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2671, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2678, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2682, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2687, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2691, vendor/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2699, vendor/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

@media (min-width: 768px) {
  /* line 2708, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 2714, vendor/assets/stylesheets/bootstrap.css.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2719, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 768px) {
  /* line 2724, vendor/assets/stylesheets/bootstrap.css.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 2728, vendor/assets/stylesheets/bootstrap.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2747, vendor/assets/stylesheets/bootstrap.css.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2754, vendor/assets/stylesheets/bootstrap.css.scss */
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 2759, vendor/assets/stylesheets/bootstrap.css.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

/* line 2776, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent #f4f4f4 #dfdfdf #f4f4f4;
}

/* line 2781, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
}

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

/* line 2794, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 2812, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 2816, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2821, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

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

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

/* line 2853, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 2857, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2862, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

/* line 2894, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 2898, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2903, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

/* line 2935, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 2939, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2944, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

/* line 2976, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 2980, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2985, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

/* line 3017, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

/* line 3075, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

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

/* line 3087, vendor/assets/stylesheets/bootstrap.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3093, vendor/assets/stylesheets/bootstrap.css.scss */
.fade.in {
  opacity: 1;
}

/* line 3096, vendor/assets/stylesheets/bootstrap.css.scss */
.collapse {
  display: none;
}

/* line 3099, vendor/assets/stylesheets/bootstrap.css.scss */
.collapse.in {
  display: block;
}

/* line 3102, vendor/assets/stylesheets/bootstrap.css.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3105, vendor/assets/stylesheets/bootstrap.css.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3108, vendor/assets/stylesheets/bootstrap.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* line 3116, vendor/assets/stylesheets/bootstrap.css.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 3126, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown {
  position: relative;
}

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

/* line 3132, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

/* line 3173, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

/* line 3187, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

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

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

/* line 3203, vendor/assets/stylesheets/bootstrap.css.scss */
.open > a {
  outline: 0;
}

/* line 3206, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3210, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3214, vendor/assets/stylesheets/bootstrap.css.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

/* line 3234, vendor/assets/stylesheets/bootstrap.css.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

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

@media (min-width: 768px) {
  /* line 3247, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3251, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

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

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

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

/* line 3277, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

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

/* line 3287, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3290, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3294, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 3341, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3345, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

/* line 3359, vendor/assets/stylesheets/bootstrap.css.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 3367, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3370, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

/* line 3393, vendor/assets/stylesheets/bootstrap.css.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 3398, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

/* line 3414, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3417, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3420, vendor/assets/stylesheets/bootstrap.css.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

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

/* line 3432, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3437, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

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

/* line 3453, vendor/assets/stylesheets/bootstrap.css.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

/* line 3459, vendor/assets/stylesheets/bootstrap.css.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select.input-group-lg[multiple] > .form-control,
select.input-group-lg[multiple] > .input-group-addon,
select.input-group-lg[multiple] > .input-group-btn > .btn {
  height: auto;
}

/* line 3467, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

/* line 3482, vendor/assets/stylesheets/bootstrap.css.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select.input-group-sm[multiple] > .form-control,
select.input-group-sm[multiple] > .input-group-addon,
select.input-group-sm[multiple] > .input-group-btn > .btn {
  height: auto;
}

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

/* line 3495, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

/* line 3506, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

/* line 3531, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

/* line 3544, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

/* line 3557, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

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

/* line 3565, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

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

/* line 3573, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3577, vendor/assets/stylesheets/bootstrap.css.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

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

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

/* line 3595, vendor/assets/stylesheets/bootstrap.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

/* line 3599, vendor/assets/stylesheets/bootstrap.css.scss */
.nav > li.disabled > a {
  color: #777;
}

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

/* line 3609, vendor/assets/stylesheets/bootstrap.css.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

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

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

/* line 3624, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3627, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3631, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 3637, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 3640, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 3649, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3653, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3656, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3660, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3665, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 3669, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 3673, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3677, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3683, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 3687, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 3693, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-pills > li {
  float: left;
}

/* line 3696, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 3699, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3702, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 3708, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 3711, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3715, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-justified {
  width: 100%;
}

/* line 3718, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-justified > li {
  float: none;
}

/* line 3721, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 3725, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3730, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 3734, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 3738, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3741, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 3745, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 3751, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 3755, vendor/assets/stylesheets/bootstrap.css.scss */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 3761, vendor/assets/stylesheets/bootstrap.css.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3764, vendor/assets/stylesheets/bootstrap.css.scss */
.tab-content > .active {
  display: block;
}

/* line 3767, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3772, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3779, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 3784, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-header {
    float: left;
  }
}

/* line 3788, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* line 3797, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3801, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 3807, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 3813, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 3816, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 3823, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  /* line 3828, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 3833, vendor/assets/stylesheets/bootstrap.css.scss */
.container-classic > .navbar-header,
.container-fluid > .navbar-header,
.container-classic > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3841, vendor/assets/stylesheets/bootstrap.css.scss */
  .container-classic > .navbar-header,
.container-fluid > .navbar-header,
.container-classic > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 3849, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3854, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 3858, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  /* line 3869, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 3874, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3878, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3883, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 3890, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 3895, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 3900, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3912, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 3915, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3921, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3925, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 3929, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 3932, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 3938, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 3948, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 3952, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 3955, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 3961, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 3965, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 3968, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 3972, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 3977, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 3980, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 3984, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 3996, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4001, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4006, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4010, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4015, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4018, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4022, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4029, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4033, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4038, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4043, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 4048, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4058, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 4062, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4067, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4071, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4075, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4079, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4083, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4088, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  /* line 4093, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 4097, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4101, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4104, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4109, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4112, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4115, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4120, vendor/assets/stylesheets/bootstrap.css.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 4126, vendor/assets/stylesheets/bootstrap.css.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 4132, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4135, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4139, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4142, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4146, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4153, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4156, vendor/assets/stylesheets/bootstrap.css.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 4161, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 4167, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 4174, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4177, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4180, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4183, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4187, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 4193, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4197, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-brand {
  color: #777;
}

/* line 4200, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4205, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-text {
  color: #777;
}

/* line 4208, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}

/* line 4211, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4216, vendor/assets/stylesheets/bootstrap.css.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: #080808;
}

/* line 4222, vendor/assets/stylesheets/bootstrap.css.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 4228, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4231, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4235, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4238, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4242, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4249, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4252, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4255, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4258, vendor/assets/stylesheets/bootstrap.css.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 4263, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  /* line 4269, vendor/assets/stylesheets/bootstrap.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 4276, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-link {
  color: #777;
}

/* line 4279, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4282, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link {
  color: #777;
}

/* line 4285, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4289, vendor/assets/stylesheets/bootstrap.css.scss */
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 4295, vendor/assets/stylesheets/bootstrap.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4302, vendor/assets/stylesheets/bootstrap.css.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4305, vendor/assets/stylesheets/bootstrap.css.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4308, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4314, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > li {
  display: inline;
}

/* line 4317, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4329, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4335, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4340, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4348, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4360, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4371, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 4376, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4381, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4386, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4391, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4396, vendor/assets/stylesheets/bootstrap.css.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4401, vendor/assets/stylesheets/bootstrap.css.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4407, vendor/assets/stylesheets/bootstrap.css.scss */
.pager li {
  display: inline;
}

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

/* line 4418, vendor/assets/stylesheets/bootstrap.css.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4423, vendor/assets/stylesheets/bootstrap.css.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4427, vendor/assets/stylesheets/bootstrap.css.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4431, vendor/assets/stylesheets/bootstrap.css.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4439, vendor/assets/stylesheets/bootstrap.css.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 4451, vendor/assets/stylesheets/bootstrap.css.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4457, vendor/assets/stylesheets/bootstrap.css.scss */
.label:empty {
  display: none;
}

/* line 4460, vendor/assets/stylesheets/bootstrap.css.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4464, vendor/assets/stylesheets/bootstrap.css.scss */
.label-default {
  background-color: #777;
}

/* line 4467, vendor/assets/stylesheets/bootstrap.css.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4471, vendor/assets/stylesheets/bootstrap.css.scss */
.label-primary {
  background-color: #428bca;
}

/* line 4474, vendor/assets/stylesheets/bootstrap.css.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 4478, vendor/assets/stylesheets/bootstrap.css.scss */
.label-success {
  background-color: #36b047;
}

/* line 4481, vendor/assets/stylesheets/bootstrap.css.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4485, vendor/assets/stylesheets/bootstrap.css.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4488, vendor/assets/stylesheets/bootstrap.css.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4492, vendor/assets/stylesheets/bootstrap.css.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4495, vendor/assets/stylesheets/bootstrap.css.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4499, vendor/assets/stylesheets/bootstrap.css.scss */
.label-danger {
  background-color: #d30000;
}

/* line 4502, vendor/assets/stylesheets/bootstrap.css.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

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

/* line 4520, vendor/assets/stylesheets/bootstrap.css.scss */
.badge:empty {
  display: none;
}

/* line 4523, vendor/assets/stylesheets/bootstrap.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4527, vendor/assets/stylesheets/bootstrap.css.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4531, vendor/assets/stylesheets/bootstrap.css.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4537, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 4542, vendor/assets/stylesheets/bootstrap.css.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4545, vendor/assets/stylesheets/bootstrap.css.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4551, vendor/assets/stylesheets/bootstrap.css.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4555, vendor/assets/stylesheets/bootstrap.css.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4560, vendor/assets/stylesheets/bootstrap.css.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4563, vendor/assets/stylesheets/bootstrap.css.scss */
.container-classic .jumbotron {
  border-radius: 6px;
}

/* line 4566, vendor/assets/stylesheets/bootstrap.css.scss */
.jumbotron .container-classic {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4570, vendor/assets/stylesheets/bootstrap.css.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4574, vendor/assets/stylesheets/bootstrap.css.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4578, vendor/assets/stylesheets/bootstrap.css.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 4583, vendor/assets/stylesheets/bootstrap.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 4595, vendor/assets/stylesheets/bootstrap.css.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 4600, vendor/assets/stylesheets/bootstrap.css.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 4605, vendor/assets/stylesheets/bootstrap.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 4609, vendor/assets/stylesheets/bootstrap.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4615, vendor/assets/stylesheets/bootstrap.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4619, vendor/assets/stylesheets/bootstrap.css.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4622, vendor/assets/stylesheets/bootstrap.css.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4626, vendor/assets/stylesheets/bootstrap.css.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4629, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 4633, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4640, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 4645, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4648, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 4651, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 4656, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 4659, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 4662, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 4667, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 4670, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 4673, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 4678, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 4681, vendor/assets/stylesheets/bootstrap.css.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 4708, vendor/assets/stylesheets/bootstrap.css.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4717, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  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 .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 4732, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4740, vendor/assets/stylesheets/bootstrap.css.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4746, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

/* line 4750, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 4758, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 4761, vendor/assets/stylesheets/bootstrap.css.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 4766, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 4769, vendor/assets/stylesheets/bootstrap.css.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 4774, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 4777, vendor/assets/stylesheets/bootstrap.css.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 4782, vendor/assets/stylesheets/bootstrap.css.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 4785, vendor/assets/stylesheets/bootstrap.css.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 4790, vendor/assets/stylesheets/bootstrap.css.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 4795, vendor/assets/stylesheets/bootstrap.css.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 4799, vendor/assets/stylesheets/bootstrap.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4802, vendor/assets/stylesheets/bootstrap.css.scss */
.media-object {
  display: block;
}

/* line 4805, vendor/assets/stylesheets/bootstrap.css.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 4808, vendor/assets/stylesheets/bootstrap.css.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 4811, vendor/assets/stylesheets/bootstrap.css.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 4814, vendor/assets/stylesheets/bootstrap.css.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4818, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 4822, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4830, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4834, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4839, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4842, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4845, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item {
  color: #555;
}

/* line 4848, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 4851, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4857, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}

/* line 4863, vendor/assets/stylesheets/bootstrap.css.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 4868, vendor/assets/stylesheets/bootstrap.css.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: #777;
}

/* line 4873, vendor/assets/stylesheets/bootstrap.css.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 4881, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 4892, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4897, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 4901, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success {
  color: #3c763d;
}

/* line 4904, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4907, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 4912, vendor/assets/stylesheets/bootstrap.css.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 4919, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 4923, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info {
  color: #31708f;
}

/* line 4926, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4929, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 4934, vendor/assets/stylesheets/bootstrap.css.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 4941, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 4945, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 4948, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4951, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 4956, vendor/assets/stylesheets/bootstrap.css.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 4963, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 4967, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 4970, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4973, vendor/assets/stylesheets/bootstrap.css.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 4978, vendor/assets/stylesheets/bootstrap.css.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 4985, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4989, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4993, vendor/assets/stylesheets/bootstrap.css.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5001, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-body {
  padding: 15px;
}

/* line 5004, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5010, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5013, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5019, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-title > a {
  color: inherit;
}

/* line 5022, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5029, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 5032, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5036, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5041, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5046, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5049, vendor/assets/stylesheets/bootstrap.css.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5052, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5057, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5062, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 5072, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 5082, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5087, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 5097, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 5107, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 5111, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5115, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

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

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

/* line 5147, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 5157, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 5167, vendor/assets/stylesheets/bootstrap.css.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5171, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5174, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5178, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5181, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5184, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5187, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5190, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5193, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5196, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5201, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5204, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5208, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5211, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 5214, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5219, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

/* line 5222, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 5226, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 5229, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5232, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5237, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5240, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5244, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5247, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5250, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5255, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5258, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5262, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5265, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5268, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5273, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5276, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5280, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5283, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5286, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5291, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5294, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5298, vendor/assets/stylesheets/bootstrap.css.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5301, vendor/assets/stylesheets/bootstrap.css.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5308, vendor/assets/stylesheets/bootstrap.css.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5320, vendor/assets/stylesheets/bootstrap.css.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5323, vendor/assets/stylesheets/bootstrap.css.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5326, vendor/assets/stylesheets/bootstrap.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5336, vendor/assets/stylesheets/bootstrap.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5340, vendor/assets/stylesheets/bootstrap.css.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5344, vendor/assets/stylesheets/bootstrap.css.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5348, vendor/assets/stylesheets/bootstrap.css.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5358, vendor/assets/stylesheets/bootstrap.css.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5366, vendor/assets/stylesheets/bootstrap.css.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5373, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 5376, vendor/assets/stylesheets/bootstrap.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5388, vendor/assets/stylesheets/bootstrap.css.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

/* line 5396, vendor/assets/stylesheets/bootstrap.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 5401, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5405, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5410, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 5422, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5431, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5435, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5439, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5444, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5447, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5451, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5455, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5460, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5464, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5467, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5470, vendor/assets/stylesheets/bootstrap.css.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5478, vendor/assets/stylesheets/bootstrap.css.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5482, vendor/assets/stylesheets/bootstrap.css.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 5486, vendor/assets/stylesheets/bootstrap.css.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5491, vendor/assets/stylesheets/bootstrap.css.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 5495, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5505, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 5509, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5513, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5517, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5521, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5525, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 5534, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5541, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5548, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5554, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5560, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5567, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5574, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5581, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5587, vendor/assets/stylesheets/bootstrap.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5593, vendor/assets/stylesheets/bootstrap.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 5612, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5615, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5618, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5621, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5624, vendor/assets/stylesheets/bootstrap.css.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 5634, vendor/assets/stylesheets/bootstrap.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 5637, vendor/assets/stylesheets/bootstrap.css.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5646, vendor/assets/stylesheets/bootstrap.css.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 5649, vendor/assets/stylesheets/bootstrap.css.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 5653, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5661, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5668, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5676, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5683, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5691, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5698, vendor/assets/stylesheets/bootstrap.css.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 5706, vendor/assets/stylesheets/bootstrap.css.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 5713, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel {
  position: relative;
}

/* line 5716, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5721, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 5728, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

/* line 5732, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5737, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5740, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5746, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5749, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5752, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5756, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5759, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5762, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5775, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5783, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5793, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 5801, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5810, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 5815, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 5820, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

/* line 5827, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5830, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5833, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5844, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 5856, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5862, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 5874, vendor/assets/stylesheets/bootstrap.css.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5878, vendor/assets/stylesheets/bootstrap.css.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;
    font-size: 30px;
  }
  /* line 5887, vendor/assets/stylesheets/bootstrap.css.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 5891, vendor/assets/stylesheets/bootstrap.css.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }
  /* line 5895, vendor/assets/stylesheets/bootstrap.css.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 5900, vendor/assets/stylesheets/bootstrap.css.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 5904, vendor/assets/stylesheets/bootstrap.css.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-classic:before,
.container-classic:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 5937, vendor/assets/stylesheets/bootstrap.css.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5954, vendor/assets/stylesheets/bootstrap.css.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5959, vendor/assets/stylesheets/bootstrap.css.scss */
.pull-right {
  float: right !important;
}

/* line 5962, vendor/assets/stylesheets/bootstrap.css.scss */
.pull-left {
  float: left !important;
}

/* line 5965, vendor/assets/stylesheets/bootstrap.css.scss */
.hide {
  display: none !important;
}

/* line 5968, vendor/assets/stylesheets/bootstrap.css.scss */
.show {
  display: block !important;
}

/* line 5971, vendor/assets/stylesheets/bootstrap.css.scss */
.invisible {
  visibility: hidden;
}

/* line 5974, vendor/assets/stylesheets/bootstrap.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5981, vendor/assets/stylesheets/bootstrap.css.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 5990, vendor/assets/stylesheets/bootstrap.css.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 5996, vendor/assets/stylesheets/bootstrap.css.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 6011, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6014, vendor/assets/stylesheets/bootstrap.css.scss */
  table.visible-xs {
    display: table;
  }
  /* line 6017, vendor/assets/stylesheets/bootstrap.css.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6020, vendor/assets/stylesheets/bootstrap.css.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6026, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6031, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6036, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6041, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6044, vendor/assets/stylesheets/bootstrap.css.scss */
  table.visible-sm {
    display: table;
  }
  /* line 6047, vendor/assets/stylesheets/bootstrap.css.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6050, vendor/assets/stylesheets/bootstrap.css.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6056, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6061, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6066, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6071, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6074, vendor/assets/stylesheets/bootstrap.css.scss */
  table.visible-md {
    display: table;
  }
  /* line 6077, vendor/assets/stylesheets/bootstrap.css.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6080, vendor/assets/stylesheets/bootstrap.css.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6086, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6091, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6096, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6101, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6104, vendor/assets/stylesheets/bootstrap.css.scss */
  table.visible-lg {
    display: table;
  }
  /* line 6107, vendor/assets/stylesheets/bootstrap.css.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6110, vendor/assets/stylesheets/bootstrap.css.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6116, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6121, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6126, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6131, vendor/assets/stylesheets/bootstrap.css.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6136, vendor/assets/stylesheets/bootstrap.css.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6141, vendor/assets/stylesheets/bootstrap.css.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6146, vendor/assets/stylesheets/bootstrap.css.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6150, vendor/assets/stylesheets/bootstrap.css.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6154, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6157, vendor/assets/stylesheets/bootstrap.css.scss */
  table.visible-print {
    display: table;
  }
  /* line 6160, vendor/assets/stylesheets/bootstrap.css.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6163, vendor/assets/stylesheets/bootstrap.css.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 6168, vendor/assets/stylesheets/bootstrap.css.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6172, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6176, vendor/assets/stylesheets/bootstrap.css.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6180, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6184, vendor/assets/stylesheets/bootstrap.css.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6188, vendor/assets/stylesheets/bootstrap.css.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6193, vendor/assets/stylesheets/bootstrap.css.scss */
  .hidden-print {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/* line 6198, vendor/assets/stylesheets/bootstrap.css.scss */
.table-overflow {
  overflow-x: scroll;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
/* line 5, vendor/assets/stylesheets/select2.css.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 15, vendor/assets/stylesheets/select2.css.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 29, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 60, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 64, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 76, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 80, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 92, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 97, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 114, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 118, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 123, vendor/assets/stylesheets/select2.css.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 141, vendor/assets/stylesheets/select2.css.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 159, vendor/assets/stylesheets/select2.css.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 170, vendor/assets/stylesheets/select2.css.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 175, vendor/assets/stylesheets/select2.css.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 179, vendor/assets/stylesheets/select2.css.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 184, vendor/assets/stylesheets/select2.css.scss */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 188, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 209, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 218, vendor/assets/stylesheets/select2.css.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 225, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 229, vendor/assets/stylesheets/select2.css.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 243, vendor/assets/stylesheets/select2.css.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 267, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, vendor/assets/stylesheets/select2.css.scss */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 281, vendor/assets/stylesheets/select2.css.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 289, vendor/assets/stylesheets/select2.css.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 298, vendor/assets/stylesheets/select2.css.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 314, vendor/assets/stylesheets/select2.css.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 326, vendor/assets/stylesheets/select2.css.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 331, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 335, vendor/assets/stylesheets/select2.css.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 339, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 343, vendor/assets/stylesheets/select2.css.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 355, vendor/assets/stylesheets/select2.css.scss */
.select2-results {
  max-height: 340px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 365, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 370, vendor/assets/stylesheets/select2.css.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 375, vendor/assets/stylesheets/select2.css.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 381, vendor/assets/stylesheets/select2.css.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 385, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 399, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 400, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 401, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 402, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 403, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 404, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 405, vendor/assets/stylesheets/select2.css.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 407, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 412, vendor/assets/stylesheets/select2.css.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 417, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 421, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 426, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 438, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 444, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 450, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 454, vendor/assets/stylesheets/select2.css.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 458, vendor/assets/stylesheets/select2.css.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 462, vendor/assets/stylesheets/select2.css.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 469, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 476, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 482, vendor/assets/stylesheets/select2.css.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 489, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 507, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 511, vendor/assets/stylesheets/select2.css.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 515, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 519, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 526, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 530, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 534, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 540, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 554, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 558, vendor/assets/stylesheets/select2.css.scss */
.select2-default {
  color: #999 !important;
}

/* line 562, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 592, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 597, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 600, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 604, vendor/assets/stylesheets/select2.css.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 616, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 621, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 625, vendor/assets/stylesheets/select2.css.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 630, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 633, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 638, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 645, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 652, vendor/assets/stylesheets/select2.css.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 658, vendor/assets/stylesheets/select2.css.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 663, vendor/assets/stylesheets/select2.css.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 677, vendor/assets/stylesheets/select2.css.scss */
.select2-display-none {
  display: none;
}

/* line 681, vendor/assets/stylesheets/select2.css.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 693, vendor/assets/stylesheets/select2.css.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 702, vendor/assets/stylesheets/select2.css.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*!
 *  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';
  font-display: swap;
  src: url('/assets/fontawesome-webfont-9f8288933d2c87ab3cdbdbda5c9fa1e1e139b01c7c1d1983f91a13be85173975.eot');
  src: url('/assets/fontawesome-webfont-9f8288933d2c87ab3cdbdbda5c9fa1e1e139b01c7c1d1983f91a13be85173975.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-66db52b456efe7e29cec11fa09421d03cb09e37ed1b567307ec0444fd605ce31.woff') format('woff'), url('/assets/fontawesome-webfont-c2a9333b008247abd42354df966498b4c2f1aa51a10b7e178a4f5df2edea4ce1.ttf') format('truetype'), url('/assets/fontawesome-webfont-4f1f9ffe01469bbd03b254ec563c304dd92276514110364148cb7ffdd75d3297.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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 */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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);
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* http://graphicburger.com/simple-line-icons-webfont/ */
@font-face {
  font-family: 'Simple-Line-Icons';
  src: url(/assets/Simple-Line-Icons-5ff14e28be3a5e0841d37b9a2685f64dc2c0d10ca242ff0a91707424e495107a.eot);
  src: url(/assets/Simple-Line-Icons-5ff14e28be3a5e0841d37b9a2685f64dc2c0d10ca242ff0a91707424e495107a.eot?#iefix) format("embedded-opentype"), url(/assets/Simple-Line-Icons-357af00e9f4081d40ba58b92be04ca240a1ce6dee7f8b83461f0922a56e8c4b7.woff) format("woff"), url(/assets/Simple-Line-Icons-f6f562666a73dd0b908ca0a1b522473a5b4f1bc25caa3aa9be09c9f114abdfa2.ttf) format("truetype"), url(/assets/Simple-Line-Icons-293d041046ae36a631b58b1ed36ec9ed935bcf74ed98adf07545eb8d54a33322.svg#Simple-Line-Icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Simple-Line-Icons';
    src: url(/assets/Simple-Line-Icons-293d041046ae36a631b58b1ed36ec9ed935bcf74ed98adf07545eb8d54a33322.svg#Simple-Line-Icons) format("svg");
  }
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 23, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
[data-icon]:before {
  font-family: 'Simple-Line-Icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 41, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 51, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user-female:before {
  content: "\e000";
}

/* line 54, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user-follow:before {
  content: "\e002";
}

/* line 57, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user-following:before {
  content: "\e003";
}

/* line 60, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user-unfollow:before {
  content: "\e004";
}

/* line 63, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-trophy:before {
  content: "\e006";
}

/* line 66, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-screen-smartphone:before {
  content: "\e010";
}

/* line 69, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-screen-desktop:before {
  content: "\e011";
}

/* line 72, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-plane:before {
  content: "\e012";
}

/* line 75, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-notebook:before {
  content: "\e013";
}

/* line 78, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-moustache:before {
  content: "\e014";
}

/* line 81, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-mouse:before {
  content: "\e015";
}

/* line 84, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-magnet:before {
  content: "\e016";
}

/* line 87, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-energy:before {
  content: "\e020";
}

/* line 90, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-emoticon-smile:before {
  content: "\e021";
}

/* line 93, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-disc:before {
  content: "\e022";
}

/* line 96, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-cursor-move:before {
  content: "\e023";
}

/* line 99, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-crop:before {
  content: "\e024";
}

/* line 102, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-credit-card:before {
  content: "\e025";
}

/* line 105, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-chemistry:before {
  content: "\e026";
}

/* line 108, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-user:before {
  content: "\e005";
}

/* line 111, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-speedometer:before {
  content: "\e007";
}

/* line 114, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-youtube:before {
  content: "\e008";
}

/* line 117, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-twitter:before {
  content: "\e009";
}

/* line 120, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-tumblr:before {
  content: "\e00a";
}

/* line 123, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-facebook:before {
  content: "\e00b";
}

/* line 126, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-dropbox:before {
  content: "\e00c";
}

/* line 129, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-social-dribbble:before {
  content: "\e00d";
}

/* line 132, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-shield:before {
  content: "\e00e";
}

/* line 135, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-screen-tablet:before {
  content: "\e00f";
}

/* line 138, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-magic-wand:before {
  content: "\e017";
}

/* line 141, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-hourglass:before {
  content: "\e018";
}

/* line 144, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-graduation:before {
  content: "\e019";
}

/* line 147, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-ghost:before {
  content: "\e01a";
}

/* line 150, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-game-controller:before {
  content: "\e01b";
}

/* line 153, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-fire:before {
  content: "\e01c";
}

/* line 156, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-eyeglasses:before {
  content: "\e01d";
}

/* line 159, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-envelope-open:before {
  content: "\e01e";
}

/* line 162, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-envelope-letter:before {
  content: "\e01f";
}

/* line 165, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bell:before {
  content: "\e027";
}

/* line 168, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-badge:before {
  content: "\e028";
}

/* line 171, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-anchor:before {
  content: "\e029";
}

/* line 174, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-wallet:before {
  content: "\e02a";
}

/* line 177, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-vector:before {
  content: "\e02b";
}

/* line 180, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-speech:before {
  content: "\e02c";
}

/* line 183, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-puzzle:before {
  content: "\e02d";
}

/* line 186, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-printer:before {
  content: "\e02e";
}

/* line 189, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-present:before {
  content: "\e02f";
}

/* line 192, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-playlist:before {
  content: "\e030";
}

/* line 195, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-pin:before {
  content: "\e031";
}

/* line 198, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-picture:before {
  content: "\e032";
}

/* line 201, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-map:before {
  content: "\e033";
}

/* line 204, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-layers:before {
  content: "\e034";
}

/* line 207, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-handbag:before {
  content: "\e035";
}

/* line 210, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-globe-alt:before {
  content: "\e036";
}

/* line 213, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-globe:before {
  content: "\e037";
}

/* line 216, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-frame:before {
  content: "\e038";
}

/* line 219, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-folder-alt:before {
  content: "\e039";
}

/* line 222, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-film:before {
  content: "\e03a";
}

/* line 225, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-feed:before {
  content: "\e03b";
}

/* line 228, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-earphones-alt:before {
  content: "\e03c";
}

/* line 231, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-earphones:before {
  content: "\e03d";
}

/* line 234, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-drop:before {
  content: "\e03e";
}

/* line 237, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-drawer:before {
  content: "\e03f";
}

/* line 240, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-docs:before {
  content: "\e040";
}

/* line 243, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-directions:before {
  content: "\e041";
}

/* line 246, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-direction:before {
  content: "\e042";
}

/* line 249, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-diamond:before {
  content: "\e043";
}

/* line 252, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-cup:before {
  content: "\e044";
}

/* line 255, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-compass:before {
  content: "\e045";
}

/* line 258, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-call-out:before {
  content: "\e046";
}

/* line 261, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-call-in:before {
  content: "\e047";
}

/* line 264, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-call-end:before {
  content: "\e048";
}

/* line 267, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-calculator:before {
  content: "\e049";
}

/* line 270, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bubbles:before {
  content: "\e04a";
}

/* line 273, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-briefcase:before {
  content: "\e04b";
}

/* line 276, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-book-open:before {
  content: "\e04c";
}

/* line 279, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-basket-loaded:before {
  content: "\e04d";
}

/* line 282, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-basket:before {
  content: "\e04e";
}

/* line 285, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bag:before {
  content: "\e04f";
}

/* line 288, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-action-undo:before {
  content: "\e050";
}

/* line 291, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-action-redo:before {
  content: "\e051";
}

/* line 294, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-wrench:before {
  content: "\e052";
}

/* line 297, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-umbrella:before {
  content: "\e053";
}

/* line 300, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-trash:before {
  content: "\e054";
}

/* line 303, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-tag:before {
  content: "\e055";
}

/* line 306, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-support:before {
  content: "\e056";
}

/* line 309, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-size-fullscreen:before {
  content: "\e057";
}

/* line 312, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-size-actual:before {
  content: "\e058";
}

/* line 315, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-shuffle:before {
  content: "\e059";
}

/* line 318, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-share-alt:before {
  content: "\e05a";
}

/* line 321, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-share:before {
  content: "\e05b";
}

/* line 324, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-rocket:before {
  content: "\e05c";
}

/* line 327, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-question:before {
  content: "\e05d";
}

/* line 330, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-pie-chart:before {
  content: "\e05e";
}

/* line 333, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-pencil:before {
  content: "\e05f";
}

/* line 336, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-note:before {
  content: "\e060";
}

/* line 339, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-music-tone-alt:before {
  content: "\e061";
}

/* line 342, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-music-tone:before {
  content: "\e062";
}

/* line 345, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-microphone:before {
  content: "\e063";
}

/* line 348, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-loop:before {
  content: "\e064";
}

/* line 351, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-logout:before {
  content: "\e065";
}

/* line 354, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-login:before {
  content: "\e066";
}

/* line 357, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-list:before {
  content: "\e067";
}

/* line 360, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-like:before {
  content: "\e068";
}

/* line 363, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-home:before {
  content: "\e069";
}

/* line 366, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-grid:before {
  content: "\e06a";
}

/* line 369, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-graph:before {
  content: "\e06b";
}

/* line 372, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-equalizer:before {
  content: "\e06c";
}

/* line 375, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-dislike:before {
  content: "\e06d";
}

/* line 378, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-cursor:before {
  content: "\e06e";
}

/* line 381, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-start:before {
  content: "\e06f";
}

/* line 384, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-rewind:before {
  content: "\e070";
}

/* line 387, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-play:before {
  content: "\e071";
}

/* line 390, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-pause:before {
  content: "\e072";
}

/* line 393, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-forward:before {
  content: "\e073";
}

/* line 396, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-control-end:before {
  content: "\e074";
}

/* line 399, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-calendar:before {
  content: "\e075";
}

/* line 402, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bulb:before {
  content: "\e076";
}

/* line 405, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bar-chart:before {
  content: "\e077";
}

/* line 408, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-arrow-up:before {
  content: "\e078";
}

/* line 411, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-arrow-right:before {
  content: "\e079";
}

/* line 414, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-arrow-left:before {
  content: "\e07a";
}

/* line 417, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-arrow-down:before {
  content: "\e07b";
}

/* line 420, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-ban:before {
  content: "\e07c";
}

/* line 423, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-bubble:before {
  content: "\e07d";
}

/* line 426, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-camcorder:before {
  content: "\e07e";
}

/* line 429, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-camera:before {
  content: "\e07f";
}

/* line 432, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-check:before {
  content: "\e080";
}

/* line 435, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-clock:before {
  content: "\e081";
}

/* line 438, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-close:before {
  content: "\e082";
}

/* line 441, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-cloud-download:before {
  content: "\e083";
}

/* line 444, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-cloud-upload:before {
  content: "\e084";
}

/* line 447, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-doc:before {
  content: "\e085";
}

/* line 450, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-envelope:before {
  content: "\e086";
}

/* line 453, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-eye:before {
  content: "\e087";
}

/* line 456, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-flag:before {
  content: "\e088";
}

/* line 459, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-folder:before {
  content: "\e089";
}

/* line 462, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-heart:before {
  content: "\e08a";
}

/* line 465, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-info:before {
  content: "\e08b";
}

/* line 468, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-key:before {
  content: "\e08c";
}

/* line 471, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-link:before {
  content: "\e08d";
}

/* line 474, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-lock:before {
  content: "\e08e";
}

/* line 477, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-lock-open:before {
  content: "\e08f";
}

/* line 480, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-magnifier:before {
  content: "\e090";
}

/* line 483, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-magnifier-add:before {
  content: "\e091";
}

/* line 486, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-magnifier-remove:before {
  content: "\e092";
}

/* line 489, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-paper-clip:before {
  content: "\e093";
}

/* line 492, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-paper-plane:before {
  content: "\e094";
}

/* line 495, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-plus:before {
  content: "\e095";
}

/* line 498, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-pointer:before {
  content: "\e096";
}

/* line 501, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-power:before {
  content: "\e097";
}

/* line 504, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-refresh:before {
  content: "\e098";
}

/* line 507, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-reload:before {
  content: "\e099";
}

/* line 510, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-settings:before {
  content: "\e09a";
}

/* line 513, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-star:before {
  content: "\e09b";
}

/* line 516, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-symbol-female:before {
  content: "\e09c";
}

/* line 519, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-symbol-male:before {
  content: "\e09d";
}

/* line 522, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-target:before {
  content: "\e09e";
}

/* line 525, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-volume-1:before {
  content: "\e09f";
}

/* line 528, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-volume-2:before {
  content: "\e0a0";
}

/* line 531, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-volume-off:before {
  content: "\e0a1";
}

/* line 534, vendor/assets/stylesheets/simple-line-icons/simple-line-icons.css.scss */
.icon-users:before {
  content: "\e001";
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/* line 14, vendor/assets/stylesheets/uniform.css.scss */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url(/assets/uniform/sprite-c1ed62a9126b48a98651486945795900350a4d0921e9d9d41f3c9b312573c499.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

/* line 18, vendor/assets/stylesheets/uniform.css.scss */
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}

/* line 25, vendor/assets/stylesheets/uniform.css.scss */
div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0;
}

/* line 27, vendor/assets/stylesheets/uniform.css.scss */
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/uniform.css.scss */
.highContrastDetect {
  background: url(/assets/uniform/bg-input-6bf7477d7555c7e55b17621fcb8e5c3143e1913154919e7a5f09eb2804d1affc.png) repeat-x 0 0;
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
/* line 37, vendor/assets/stylesheets/uniform.css.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url(/assets/uniform/bg-input-6bf7477d7555c7e55b17621fcb8e5c3143e1913154919e7a5f09eb2804d1affc.png) repeat-x 0 0;
  outline: 0;
}

/* line 43, vendor/assets/stylesheets/uniform.css.scss */
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url(/assets/uniform/bg-input-focus-2370f837c2145681b36e84a295ea4526929ccfc253088e73d963378a9b5d5e42.png) repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
/* line 50, vendor/assets/stylesheets/uniform.css.scss */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
/* line 57, vendor/assets/stylesheets/uniform.css.scss */
div.selector {
  background-position: 0 -130px;
  line-height: 26px;
  height: 26px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
}

/* line 64, vendor/assets/stylesheets/uniform.css.scss */
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 26px;
  line-height: 26px;
  padding-right: 25px;
  cursor: pointer;
  width: 100%;
  display: block;
}

/* line 76, vendor/assets/stylesheets/uniform.css.scss */
div.selector.fixedWidth {
  width: 190px;
}

/* line 78, vendor/assets/stylesheets/uniform.css.scss */
div.selector.fixedWidth span {
  width: 155px;
}

/* line 80, vendor/assets/stylesheets/uniform.css.scss */
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 22px;
  top: 2px;
  left: 0px;
  width: 100%;
}

/* line 91, vendor/assets/stylesheets/uniform.css.scss */
div.selector.active {
  background-position: 0 -156px;
}

/* line 93, vendor/assets/stylesheets/uniform.css.scss */
div.selector.active span {
  background-position: right -26px;
}

/* line 95, vendor/assets/stylesheets/uniform.css.scss */
div.selector.hover, div.selector.focus {
  background-position: 0 -182px;
}

/* line 97, vendor/assets/stylesheets/uniform.css.scss */
div.selector.hover span, div.selector.focus span {
  background-position: right -52px;
}

/* line 99, vendor/assets/stylesheets/uniform.css.scss */
div.selector.hover.active, div.selector.focus.active {
  background-position: 0 -208px;
}

/* line 101, vendor/assets/stylesheets/uniform.css.scss */
div.selector.hover.active span, div.selector.focus.active span {
  background-position: right -78px;
}

/* line 103, vendor/assets/stylesheets/uniform.css.scss */
div.selector.disabled, div.selector.disabled.active {
  background-position: 0 -234px;
}

/* line 105, vendor/assets/stylesheets/uniform.css.scss */
div.selector.disabled span, div.selector.disabled.active span {
  background-position: right -104px;
}

/* Checkbox */
/* line 109, vendor/assets/stylesheets/uniform.css.scss */
div.checker {
  position: relative;
}

/* line 111, vendor/assets/stylesheets/uniform.css.scss */
div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px;
}

/* line 114, vendor/assets/stylesheets/uniform.css.scss */
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px;
}

/* line 121, vendor/assets/stylesheets/uniform.css.scss */
div.checker span.checked {
  background-position: -76px -260px;
}

/* line 123, vendor/assets/stylesheets/uniform.css.scss */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 133, vendor/assets/stylesheets/uniform.css.scss */
div.checker.active span {
  background-position: -19px -260px;
}

/* line 135, vendor/assets/stylesheets/uniform.css.scss */
div.checker.active span.checked {
  background-position: -95px -260px;
}

/* line 137, vendor/assets/stylesheets/uniform.css.scss */
div.checker.hover span, div.checker.focus span {
  background-position: -38px -260px;
}

/* line 139, vendor/assets/stylesheets/uniform.css.scss */
div.checker.hover span.checked, div.checker.focus span.checked {
  background-position: -114px -260px;
}

/* line 141, vendor/assets/stylesheets/uniform.css.scss */
div.checker.hover.active span, div.checker.focus.active span {
  background-position: -57px -260px;
}

/* line 143, vendor/assets/stylesheets/uniform.css.scss */
div.checker.hover.active span.checked, div.checker.focus.active span.checked {
  background-position: -133px -260px;
}

/* line 145, vendor/assets/stylesheets/uniform.css.scss */
div.checker.disabled, div.checker.disabled.active {
  background-position: -152px -260px;
}

/* line 147, vendor/assets/stylesheets/uniform.css.scss */
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */
/* line 151, vendor/assets/stylesheets/uniform.css.scss */
div.radio {
  position: relative;
}

/* line 153, vendor/assets/stylesheets/uniform.css.scss */
div.radio, div.radio span, div.radio input {
  width: 18px;
  height: 18px;
}

/* line 156, vendor/assets/stylesheets/uniform.css.scss */
div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px;
}

/* line 163, vendor/assets/stylesheets/uniform.css.scss */
div.radio span.checked {
  background-position: -72px -279px;
}

/* line 165, vendor/assets/stylesheets/uniform.css.scss */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}

/* line 176, vendor/assets/stylesheets/uniform.css.scss */
div.radio.active span {
  background-position: -18px -18px -279px;
}

/* line 178, vendor/assets/stylesheets/uniform.css.scss */
div.radio.active span.checked {
  background-position: -90px -279px;
}

/* line 180, vendor/assets/stylesheets/uniform.css.scss */
div.radio.hover span, div.radio.focus span {
  background-position: -36px -36px -279px;
}

/* line 182, vendor/assets/stylesheets/uniform.css.scss */
div.radio.hover span.checked, div.radio.focus span.checked {
  background-position: -108px -279px;
}

/* line 184, vendor/assets/stylesheets/uniform.css.scss */
div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -279px;
}

/* line 186, vendor/assets/stylesheets/uniform.css.scss */
div.radio.hover.active span.checked, div.radio.focus.active span.checked {
  background-position: -126px -279px;
}

/* line 188, vendor/assets/stylesheets/uniform.css.scss */
div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -279px;
}

/* line 190, vendor/assets/stylesheets/uniform.css.scss */
div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */
/* line 194, vendor/assets/stylesheets/uniform.css.scss */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

/* line 201, vendor/assets/stylesheets/uniform.css.scss */
div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

/* line 211, vendor/assets/stylesheets/uniform.css.scss */
div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px;
}

/* line 223, vendor/assets/stylesheets/uniform.css.scss */
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%;
}

/* line 236, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.active span.action {
  background-position: right -465px;
}

/* line 238, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.hover, div.uploader.focus {
  background-position: 0 -353px;
}

/* line 240, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -437px;
}

/* line 242, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -493px;
}

/* line 244, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -325px;
}

/* line 246, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -381px;
}

/* Buttons */
/* line 250, vendor/assets/stylesheets/uniform.css.scss */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}

/* line 256, vendor/assets/stylesheets/uniform.css.scss */
div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

/* line 266, vendor/assets/stylesheets/uniform.css.scss */
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px;
}

/* line 277, vendor/assets/stylesheets/uniform.css.scss */
div.button.active {
  background-position: 0 -671px;
}

/* line 279, vendor/assets/stylesheets/uniform.css.scss */
div.button.active span {
  background-position: right -551px;
  cursor: default;
}

/* line 282, vendor/assets/stylesheets/uniform.css.scss */
div.button.hover, div.button.focus {
  background-position: 0 -701px;
}

/* line 284, vendor/assets/stylesheets/uniform.css.scss */
div.button.hover span, div.button.focus span {
  background-position: right -581px;
}

/* line 286, vendor/assets/stylesheets/uniform.css.scss */
div.button.disabled, div.button.disabled.active {
  background-position: 0 -731px;
}

/* line 288, vendor/assets/stylesheets/uniform.css.scss */
div.button.disabled span, div.button.disabled.active span {
  background-position: right -611px;
  cursor: default;
}

/* INPUT & TEXTAREA */
/* line 293, vendor/assets/stylesheets/uniform.css.scss */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 307, vendor/assets/stylesheets/uniform.css.scss */
input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999;
}

/* PRESENTATION */
/* Buttons */
/* line 319, vendor/assets/stylesheets/uniform.css.scss */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 325, vendor/assets/stylesheets/uniform.css.scss */
div.button.hover span, div.button.focus span {
  color: #555;
}

/* line 327, vendor/assets/stylesheets/uniform.css.scss */
div.button.disabled span, div.button.disabled.active span {
  color: #bbb;
}

/* Select */
/* line 331, vendor/assets/stylesheets/uniform.css.scss */
div.selector {
  font-size: 12px;
}

/* line 333, vendor/assets/stylesheets/uniform.css.scss */
div.selector span {
  color: #666;
  text-shadow: 0 1px 0 white;
}

/* line 336, vendor/assets/stylesheets/uniform.css.scss */
div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/* line 339, vendor/assets/stylesheets/uniform.css.scss */
div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb;
}

/* Checker */
/* line 343, vendor/assets/stylesheets/uniform.css.scss */
div.checker {
  margin-right: 5px;
}

/* Radio */
/* line 347, vendor/assets/stylesheets/uniform.css.scss */
div.radio {
  margin-right: 3px;
}

/* Uploader */
/* line 351, vendor/assets/stylesheets/uniform.css.scss */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

/* line 356, vendor/assets/stylesheets/uniform.css.scss */
div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px;
}

/* line 360, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa;
}

/* line 362, vendor/assets/stylesheets/uniform.css.scss */
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* line 366, vendor/assets/stylesheets/uniform.css.scss */
input.uniform-input, input.uniform-input:focus {
  background-color: #fff;
}
/********************
 METRONIC COMPONENTS
********************/
/***
General reset
***/
/* Set default body */
/* line 7, app/assets/stylesheets/components/_reset.scss */
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 13px;
  direction: ltr;
}

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
 properly apply the media queries in Bootstrap's CSS. To address this,
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*
 Internet Explorer 10 doesn't differentiate device width from viewport width,
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied
*/
@-ms-viewport {
  width: auto !important;
}

/* Custom scrollbars for webkit browsers */
/* line 54, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar {
  width: 12px;
}

/* line 58, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}

/* line 63, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar-thumb {
  background-color: #cecece;
}

/* line 67, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa;
}

/* line 71, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

/* line 77, app/assets/stylesheets/components/_reset.scss */
::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

/* line 85, app/assets/stylesheets/components/_reset.scss */
.header__top--wrapper.open .header__top--menu {
  overscroll-behavior: contain;
}

/* line 88, app/assets/stylesheets/components/_reset.scss */
.header__top--wrapper.open .header__top--menu::-webkit-scrollbar-thumb {
  background-color: #fedd00;
}

/* line 91, app/assets/stylesheets/components/_reset.scss */
.header__top--wrapper.open .header__top--menu::-webkit-scrollbar-thumb:hover {
  background-color: #ecc200;
}

/* Reset round corners */
/* line 99, app/assets/stylesheets/components/_reset.scss */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 121, app/assets/stylesheets/components/_reset.scss */
.img-circle {
  border-radius: 50% !important;
}

/* line 125, app/assets/stylesheets/components/_reset.scss */
.img-rounded {
  border-radius: 6px !important;
}

/***
General typography
***/
/* Headings */
/* line 7, app/assets/stylesheets/components/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

/* line 17, app/assets/stylesheets/components/_typography.scss */
h1 {
  font-size: 33px;
}

/* line 20, app/assets/stylesheets/components/_typography.scss */
h2 {
  font-size: 27px;
}

/* line 23, app/assets/stylesheets/components/_typography.scss */
h3 {
  font-size: 23px;
}

/* line 26, app/assets/stylesheets/components/_typography.scss */
h4 {
  font-size: 17px;
}

/* line 29, app/assets/stylesheets/components/_typography.scss */
h5 {
  font-size: 13px;
}

/* line 32, app/assets/stylesheets/components/_typography.scss */
h6 {
  font-size: 12px;
}

/* Headings helper text */
/* line 38, app/assets/stylesheets/components/_typography.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #444444;
}

/* Block headings */
/* line 49, app/assets/stylesheets/components/_typography.scss */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Links */
/* line 61, app/assets/stylesheets/components/_typography.scss */
a {
  text-shadow: none;
  color: #333;
}

/* line 65, app/assets/stylesheets/components/_typography.scss */
a:hover {
  color: #2a6496;
}

/* line 69, app/assets/stylesheets/components/_typography.scss */
a:focus, a:hover, a:active {
  outline: 0;
}

/* Horizontal break */
/* line 78, app/assets/stylesheets/components/_typography.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0;
}

/* Unstyled List */
/* line 87, app/assets/stylesheets/components/_typography.scss */
.list-unstyled li > .list-unstyled {
  margin-left: 25px;
}

/* Code */
/* line 93, app/assets/stylesheets/components/_typography.scss */
code {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Disabled Navigation Link */
/* line 105, app/assets/stylesheets/components/_typography.scss */
.disabled-link .disable-target {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

/* line 109, app/assets/stylesheets/components/_typography.scss */
.disabled-link .disable-target:hover {
  cursor: not-allowed !important;
}

/* line 114, app/assets/stylesheets/components/_typography.scss */
.disabled-link:hover {
  cursor: not-allowed !important;
}

/***
Utilities
***/
/* Primary Link */
/* line 7, app/assets/stylesheets/components/_utils.scss */
.primary-link {
  color: #65A0D0;
  font-weight: 600;
}

/* line 11, app/assets/stylesheets/components/_utils.scss */
.primary-link:hover {
  color: #5194ca;
}

/* Rounded Element */
/* line 18, app/assets/stylesheets/components/_utils.scss */
.rounded-2 {
  border-radius: 2px !important;
}

/* line 22, app/assets/stylesheets/components/_utils.scss */
.rounded-3 {
  border-radius: 3px !important;
}

/* line 26, app/assets/stylesheets/components/_utils.scss */
.rounded-4 {
  border-radius: 4px !important;
}

/* Circle Element */
/* line 31, app/assets/stylesheets/components/_utils.scss */
.circle {
  border-radius: 25px !important;
}

/* line 35, app/assets/stylesheets/components/_utils.scss */
.circle-right {
  border-radius: 0 25px 25px 0 !important;
}

/* line 39, app/assets/stylesheets/components/_utils.scss */
.circle-left {
  border-radius: 25px 0 0 25px !important;
}

/* line 43, app/assets/stylesheets/components/_utils.scss */
.circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

/* line 47, app/assets/stylesheets/components/_utils.scss */
.circle-top {
  border-radius: 25px 25px 0 0 !important;
}

/* General utilities */
/* line 53, app/assets/stylesheets/components/_utils.scss */
.display-none,
.display-hide {
  display: none;
}

/* line 58, app/assets/stylesheets/components/_utils.scss */
.primary-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 62, app/assets/stylesheets/components/_utils.scss */
.bold {
  font-weight: 700 !important;
}

/* line 66, app/assets/stylesheets/components/_utils.scss */
.thin {
  font-weight: 300 !important;
}

/* line 70, app/assets/stylesheets/components/_utils.scss */
.uppercase {
  text-transform: uppercase !important;
}

/* line 74, app/assets/stylesheets/components/_utils.scss */
.fix-margin {
  margin-left: 0px !important;
}

/* line 78, app/assets/stylesheets/components/_utils.scss */
.border {
  border: 1px solid red;
}

/* line 82, app/assets/stylesheets/components/_utils.scss */
.font-hg {
  font-size: 23px;
}

/* line 86, app/assets/stylesheets/components/_utils.scss */
.font-lg {
  font-size: 18px;
}

/* line 90, app/assets/stylesheets/components/_utils.scss */
.font-md {
  font-size: 14px;
}

/* line 94, app/assets/stylesheets/components/_utils.scss */
.font-sm {
  font-size: 13px;
}

/* line 98, app/assets/stylesheets/components/_utils.scss */
.font-xs {
  font-size: 11px;
}

/* line 102, app/assets/stylesheets/components/_utils.scss */
.inline {
  display: inline;
}

/* line 106, app/assets/stylesheets/components/_utils.scss */
.inline-block {
  display: inline-block;
}

/* line 110, app/assets/stylesheets/components/_utils.scss */
.text-align-reverse {
  text-align: right;
}

/* Margin and padding utilities */
/* line 116, app/assets/stylesheets/components/_utils.scss */
.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 121, app/assets/stylesheets/components/_utils.scss */
.no-margin {
  margin: 0;
}

/* line 125, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-5 {
  margin-bottom: 5px;
}

/* line 129, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-10 {
  margin-bottom: 10px !important;
}

/* line 133, app/assets/stylesheets/components/_utils.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 137, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

/* line 141, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* line 145, app/assets/stylesheets/components/_utils.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 149, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-25 {
  margin-bottom: 25px !important;
}

/* line 153, app/assets/stylesheets/components/_utils.scss */
.margin-bottom-30 {
  margin-bottom: 30px !important;
}

/* line 157, app/assets/stylesheets/components/_utils.scss */
.margin-right-10 {
  margin-right: 10px !important;
}

/* IE8 & IE9 mode utilities */
/* line 164, app/assets/stylesheets/components/_utils.scss */
.visible-ie8 {
  display: none;
}

/* line 168, app/assets/stylesheets/components/_utils.scss */
.ie8 .visible-ie8 {
  display: inherit !important;
}

/* line 172, app/assets/stylesheets/components/_utils.scss */
.visible-ie9 {
  display: none;
}

/* line 176, app/assets/stylesheets/components/_utils.scss */
.ie9 .visible-ie9 {
  display: inherit !important;
}

/* line 180, app/assets/stylesheets/components/_utils.scss */
.hidden-ie8 {
  display: inherit;
}

/* line 184, app/assets/stylesheets/components/_utils.scss */
.ie8 .hidden-ie8 {
  display: none !important;
}

/* line 188, app/assets/stylesheets/components/_utils.scss */
.hidden-ie9 {
  display: inherit;
}

/* line 192, app/assets/stylesheets/components/_utils.scss */
.ie9 .hidden-ie9 {
  display: none !important;
}

/***
Responsive Utils
***/
@media (max-width: 1024px) {
  /* line 201, app/assets/stylesheets/components/_utils.scss */
  .hidden-1024 {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 207, app/assets/stylesheets/components/_utils.scss */
  .hidden-480 {
    display: none;
  }
}

@media (max-width: 320px) {
  /* line 213, app/assets/stylesheets/components/_utils.scss */
  .hidden-320 {
    display: none;
  }
}

/***
Demo Utils
***/
/* line 222, app/assets/stylesheets/components/_utils.scss */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

/* line 229, app/assets/stylesheets/components/_utils.scss */
.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}

/* line 233, app/assets/stylesheets/components/_utils.scss */
.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}

/***
Users
***/
/* line 241, app/assets/stylesheets/components/_utils.scss */
.user-info {
  margin-bottom: 10px !important;
}

/* line 244, app/assets/stylesheets/components/_utils.scss */
.user-info img {
  float: left;
  margin-right: 5px;
}

/* line 249, app/assets/stylesheets/components/_utils.scss */
.user-info .details {
  display: inline-block;
}

/* line 253, app/assets/stylesheets/components/_utils.scss */
.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/***
Top News Blocks(new in v1.2.2)
***/
/* line 262, app/assets/stylesheets/components/_utils.scss */
.top-news {
  color: #fff;
  margin: 8px 0;
}

/* line 266, app/assets/stylesheets/components/_utils.scss */
.top-news em {
  font-size: 13px;
  margin-bottom: 8px;
  margin-bottom: 0;
  font-style: normal;
  display: block;
}

/* line 273, app/assets/stylesheets/components/_utils.scss */
.top-news em i {
  font-size: 14px;
}

/* line 278, app/assets/stylesheets/components/_utils.scss */
.top-news span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}

/* line 285, app/assets/stylesheets/components/_utils.scss */
.top-news a {
  display: block;
  text-align: left;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}

/* line 292, app/assets/stylesheets/components/_utils.scss */
.top-news a .top-news-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
  /*For IE8*/
}

/***
Block Images(new in v1.2.2)
***/
/* line 307, app/assets/stylesheets/components/_utils.scss */
.blog-images {
  margin-bottom: 0;
}

/* line 310, app/assets/stylesheets/components/_utils.scss */
.blog-images li {
  padding: 0;
  margin: 0;
  display: inline;
}

/* line 316, app/assets/stylesheets/components/_utils.scss */
.blog-images li a:hover {
  text-decoration: none;
}

/* line 321, app/assets/stylesheets/components/_utils.scss */
.blog-images li img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
}

/* line 327, app/assets/stylesheets/components/_utils.scss */
.blog-images li img:hover {
  opacity: 1;
  box-shadow: 0 0 0 4px #72c02c;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

/***
Sidebar Tags
***/
/* line 343, app/assets/stylesheets/components/_utils.scss */
.sidebar-tags li {
  padding: 0;
}

/* line 346, app/assets/stylesheets/components/_utils.scss */
.sidebar-tags li a {
  color: #555;
  font-size: 12px;
  padding: 3px 5px;
  background: #f7f7f7;
  margin: 0 2px 5px 0;
  display: inline-block;
}

/* line 354, app/assets/stylesheets/components/_utils.scss */
.sidebar-tags li a:hover, .sidebar-tags li a:hover i {
  background: #EEE;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 364, app/assets/stylesheets/components/_utils.scss */
.sidebar-tags li a i {
  color: #777;
}

/***
Custom vertical inline menu
***/
/* line 375, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 380, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li {
  position: relative;
  margin-bottom: 1px;
}

/* line 384, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li i {
  width: 37px;
  height: 37px;
  display: inline-block;
  color: #b9cbd5;
  font-size: 15px;
  padding: 12px 10px 10px 8px;
  margin: 0 8px 0 0;
  text-align: center;
  background: #e0eaf0 !important;
}

/* line 396, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #557386;
  display: block;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}

/* line 405, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li:hover a {
  background: #e0eaf0;
  text-decoration: none;
}

/* line 410, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li:hover i {
  color: #fff;
  background: #c4d5df !important;
}

/* line 415, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li.active a {
  border-left: solid 2px #0c91e5;
}

/* line 419, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li.active i {
  background: #0c91e5 !important;
}

/* line 423, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li.active a, .ver-inline-menu li.active i {
  color: #fff;
  background: #169ef4;
  text-decoration: none;
}

/* line 430, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li.active a, .ver-inline-menu li:hover a {
  font-size: 14px;
}

/* line 435, app/assets/stylesheets/components/_utils.scss */
.ver-inline-menu li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #169ef4;
  position: absolute;
  top: 12px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 452, app/assets/stylesheets/components/_utils.scss */
  .ver-inline-menu > li.active:after {
    display: none;
  }
}

/***
Separated List
***/
/* line 464, app/assets/stylesheets/components/_utils.scss */
.list-separated {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 468, app/assets/stylesheets/components/_utils.scss */
.list-separated > div {
  border-right1: 1px solid #f5f5f5;
}

/* line 471, app/assets/stylesheets/components/_utils.scss */
.list-separated > div:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  /* line 464, app/assets/stylesheets/components/_utils.scss */
  .list-separated {
    /* 767px */
  }
  /* line 477, app/assets/stylesheets/components/_utils.scss */
  .list-separated > div {
    margin-bottom: 20px;
  }
}

/***
Number & Chart Stats
***/
/* line 487, app/assets/stylesheets/components/_utils.scss */
.number-stats {
  margin: 10px 0;
}

/* line 490, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-number {
  display: inline-block;
  margin: 0 5px;
}

/* line 494, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-number .title {
  font-size: 13px;
  margin-bottom: 3px;
  color: #B8C3C7;
}

/* line 500, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-number .number {
  font-size: 27px;
  line-height: 27px;
  color: #7D8C9D;
}

/* line 507, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-chart {
  display: inline-block;
  margin: 0 5px;
}

/* line 512, app/assets/stylesheets/components/_utils.scss */
.number-stats > div {
  border-right: 1px solid #f5f5f5;
}

/* line 515, app/assets/stylesheets/components/_utils.scss */
.number-stats > div:last-child {
  border-right: 0;
}

/* line 520, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-left {
  float: right;
}

/* line 523, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-left .stat-number {
  float: right;
  text-align: right;
}

/* line 528, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-left .stat-chart {
  float: right;
}

/* line 533, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-right {
  float: left !important;
}

/* line 536, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-right .stat-number {
  float: left;
  text-align: left;
}

/* line 541, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-right .stat-chart {
  float: left;
}

/* line 546, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-number {
  float: left;
  text-align: left;
}

/* line 551, app/assets/stylesheets/components/_utils.scss */
.number-stats .stat-chart {
  float: left;
}

/***
General User Record Listing
***/
/* line 562, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item {
  padding: 10px 0;
  border-bottom: 1px solid #F1F4F7;
}

/* line 566, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item:last-child {
  border-bottom: 0;
}

/* line 570, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head {
  margin-bottom: 5px;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.general-item-list > .item > .item-head:before, .general-item-list > .item > .item-head:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.general-item-list > .item > .item-head:after {
  clear: both;
}

/* line 574, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-details {
  display: inline-block;
  float: left;
}

/* line 578, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-details > .item-pic {
  height: 35px;
  margin-right: 10px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
}

/* line 585, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-details > .item-name {
  display: inline-block;
  margin-right: 10px;
}

/* line 590, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-details > .item-label {
  color: #C0C9CC;
}

/* line 595, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-status {
  color: #C0C9CC;
  top: 10px;
  position: relative;
  display: inline-block;
  float: right;
}

/* line 602, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-head > .item-status > .badge {
  margin-top: -2px;
}

/* line 608, app/assets/stylesheets/components/_utils.scss */
.general-item-list > .item > .item-body {
  color: #96a5aa;
}

/***
Fontawesome Icons
***/
/* line 5, app/assets/stylesheets/components/_font-icons.scss */
[class^="fa-"],
[class^="glyphicon-"],
[class^="icon-"],
[class*=" fa-"],
[class*=" glyphicon-"],
[class*=" icon-"] {
  display: inline-block;
  margin-top: 1px;
  font-size: 14px;
  *margin-right: .3em;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
}

/* Make font awesome icons fixed width */
/* line 21, app/assets/stylesheets/components/_font-icons.scss */
li [class^="fa-"],
li [class^="glyphicon-"],
li [class^="icon-"],
li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* line 32, app/assets/stylesheets/components/_font-icons.scss */
li [class^="glyphicon-"],
li [class*=" glyphicon-"] {
  top: 2px;
}

/* line 37, app/assets/stylesheets/components/_font-icons.scss */
li [class^="icon-"],
li [class*=" icon-"] {
  top: 1px;
  position: relative;
}

/* line 43, app/assets/stylesheets/components/_font-icons.scss */
li .icon-large[class^="fa-"],
li .icon-large[class^="glyphicon-"],
li .icon-large[class^="icon-"],
li .icon-large[class*=" fa-"],
li .icon-large[class*=" glyphicon-"],
li .icon-large[class*=" icon-"] {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* Icon sizing */
/* line 55, app/assets/stylesheets/components/_font-icons.scss */
.fa-sm,
.icon-sm {
  font-size: 12px;
}

/* line 60, app/assets/stylesheets/components/_font-icons.scss */
.fa-lg,
.icon-lg {
  font-size: 16px !important;
}

/* line 65, app/assets/stylesheets/components/_font-icons.scss */
.fa-2x {
  font-size: 2em;
}

/* line 69, app/assets/stylesheets/components/_font-icons.scss */
.fa-3x {
  font-size: 3em;
}

/* line 73, app/assets/stylesheets/components/_font-icons.scss */
.fa-4x {
  font-size: 4em;
}

/* line 77, app/assets/stylesheets/components/_font-icons.scss */
.fa-5x {
  font-size: 5em;
}

/* Icon coloring */
/* line 83, app/assets/stylesheets/components/_font-icons.scss */
.icon-state-default {
  color: #c6c6c6;
}

/* line 87, app/assets/stylesheets/components/_font-icons.scss */
.icon-state-success {
  color: #45B6AF;
}

/* line 91, app/assets/stylesheets/components/_font-icons.scss */
.icon-state-info {
  color: #89C4F4;
}

/* line 95, app/assets/stylesheets/components/_font-icons.scss */
.icon-state-warning {
  color: #dfba49;
}

/* line 99, app/assets/stylesheets/components/_font-icons.scss */
.icon-state-danger {
  color: #F3565D;
}

/***
Font Awesome 4.x Demo
***/
/* line 107, app/assets/stylesheets/components/_font-icons.scss */
.fa-item {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/* line 111, app/assets/stylesheets/components/_font-icons.scss */
.fa-item i {
  font-size: 16px;
  display: inline-block;
  width: 20px;
  color: #333;
}

/* line 118, app/assets/stylesheets/components/_font-icons.scss */
.fa-item:hover {
  cursor: pointer;
  background: #eee;
}

/***
Simple Line Icons Demo
***/
/* line 129, app/assets/stylesheets/components/_font-icons.scss */
.simplelineicons-demo .item-box {
  display: inline-block;
  font-size: 16px;
  margin: 0 -0.22em 1em 0;
  padding-left: 1em;
  width: 100%;
}

/* line 136, app/assets/stylesheets/components/_font-icons.scss */
.simplelineicons-demo .item-box .item {
  background-color: #fff;
  color: #33383e;
  border-radius: 8px;
  display: inline-block;
  padding: 10px;
  width: 100%;
}

/* line 144, app/assets/stylesheets/components/_font-icons.scss */
.simplelineicons-demo .item-box .item span {
  font-size: 22px;
}

@media only screen and (min-width: 768px) {
  /* line 154, app/assets/stylesheets/components/_font-icons.scss */
  .simplelineicons-demo .item-box {
    width: 33.333%;
  }
}

/*** 
Glyphicons Demo
***/
/* line 164, app/assets/stylesheets/components/_font-icons.scss */
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

/* line 172, app/assets/stylesheets/components/_font-icons.scss */
.bs-glyphicon-class {
  text-align: center;
}

/* line 176, app/assets/stylesheets/components/_font-icons.scss */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

/* line 184, app/assets/stylesheets/components/_font-icons.scss */
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

/* line 196, app/assets/stylesheets/components/_font-icons.scss */
.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
  color: #444;
}

/* line 203, app/assets/stylesheets/components/_font-icons.scss */
.glyphicons-demo ul li:hover {
  background-color: rgba(86, 61, 124, 0.1);
}

@media (min-width: 768px) {
  /* line 208, app/assets/stylesheets/components/_font-icons.scss */
  .glyphicons-demo ul li {
    width: 12.5%;
  }
}

/***
Customized Bootstrap Alerts
***/
/* line 5, app/assets/stylesheets/components/_alerts.scss */
.alert {
  border-width: 1px;
  border-radius: 0;
}

/* line 9, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-borderless {
  border: 0;
}

/***
Bootstrap Alerts
***/
/* line 18, app/assets/stylesheets/components/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 87, app/assets/stylesheets/components/_mixins.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 90, app/assets/stylesheets/components/_mixins.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 22, app/assets/stylesheets/components/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 87, app/assets/stylesheets/components/_mixins.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 90, app/assets/stylesheets/components/_mixins.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 26, app/assets/stylesheets/components/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 87, app/assets/stylesheets/components/_mixins.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 90, app/assets/stylesheets/components/_mixins.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 30, app/assets/stylesheets/components/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 87, app/assets/stylesheets/components/_mixins.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 90, app/assets/stylesheets/components/_mixins.scss */
.alert-danger .alert-link {
  color: #843534;
}

/***
Custom Bootstrap Badges
***/
/* line 5, app/assets/stylesheets/components/_badges.scss */
.badge {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  height: 18px;
  padding: 3px 6px 3px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
}

/* line 18, app/assets/stylesheets/components/_badges.scss */
.badge.badge-roundless {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 24, app/assets/stylesheets/components/_badges.scss */
.badge.badge-empty {
  display: inline-block;
  padding: 0;
  min-width: 8px;
  height: 8px;
  width: 8px;
}

/* Badge variants */
/* line 40, app/assets/stylesheets/components/_badges.scss */
.badge-default {
  background-color: #c6c6c6;
  background-image: none;
}

/* line 44, app/assets/stylesheets/components/_badges.scss */
.badge-primary {
  background-color: #428bca;
  background-image: none;
}

/* line 48, app/assets/stylesheets/components/_badges.scss */
.badge-info {
  background-color: #89C4F4;
  background-image: none;
}

/* line 52, app/assets/stylesheets/components/_badges.scss */
.badge-success {
  background-color: #45B6AF;
  background-image: none;
}

/* line 56, app/assets/stylesheets/components/_badges.scss */
.badge-danger {
  background-color: #F3565D;
  background-image: none;
}

/* line 60, app/assets/stylesheets/components/_badges.scss */
.badge-warning {
  background-color: #dfba49;
  background-image: none;
}

/* Fix badge position for navs */
/* line 70, app/assets/stylesheets/components/_badges.scss */
.nav.nav-pills > li > a > .badge,
.nav.nav-stacked > li > a > .badge {
  margin-top: -2px;
}

/***
Dropdown Menu Badges
***/
/* line 84, app/assets/stylesheets/components/_badges.scss */
.dropdown-menu > li > a > .badge {
  position: absolute;
  margin-top: 1px;
  right: 3px;
  display: inline;
  font-size: 11px;
  font-weight: 300;
  text-shadow: none;
  height: 18px;
  padding: 3px 6px 3px 6px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}

/* line 103, app/assets/stylesheets/components/_badges.scss */
.dropdown-menu.badge-roundless {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/***
Customized Bootstrap Buttons
***/
/* Default buttons */
/* line 7, app/assets/stylesheets/components/_buttons.scss */
.btn {
  border-width: 0;
  padding: 7px 14px;
  font-size: 14px;
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 19, app/assets/stylesheets/components/_buttons.scss */
.btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
  outline: none !important;
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* line 37, app/assets/stylesheets/components/_buttons.scss */
.btn-default {
  border-width: 1px;
  padding: 6px 13px;
}

/* line 42, app/assets/stylesheets/components/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Bootstrap buttons */
/* line 51, app/assets/stylesheets/components/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #b3b3b3;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #b3b3b3;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-default:active, .btn-default.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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 191, app/assets/stylesheets/components/_mixins.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 54, app/assets/stylesheets/components/_buttons.scss */
.btn-default > i {
  color: #aaa;
}

/* line 58, app/assets/stylesheets/components/_buttons.scss */
.btn-default > i[class^="icon-"],
.btn-default > i[class*="icon-"] {
  color: #8c8c8c;
}

/* line 64, app/assets/stylesheets/components/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #2a6496;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #2a6496;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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 191, app/assets/stylesheets/components/_mixins.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/components/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #45B6AF;
  border-color: #3ea49d;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #3a9893;
  border-color: #307f7a;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9893;
  border-color: #307f7a;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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: #45B6AF;
  border-color: #3ea49d;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.btn-success .badge {
  color: #45B6AF;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/components/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #89C4F4;
  border-color: #72b8f2;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #64b1f1;
  border-color: #43a1ed;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #64b1f1;
  border-color: #43a1ed;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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: #89C4F4;
  border-color: #72b8f2;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.btn-info .badge {
  color: #89C4F4;
  background-color: #fff;
}

/* line 76, app/assets/stylesheets/components/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #dfba49;
  border-color: #dbb233;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #d9ad26;
  border-color: #bb9521;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d9ad26;
  border-color: #bb9521;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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: #dfba49;
  border-color: #dbb233;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.btn-warning .badge {
  color: #dfba49;
  background-color: #fff;
}

/* line 80, app/assets/stylesheets/components/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #F3565D;
  border-color: #f13e46;
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #f03038;
  border-color: #ec111b;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f03038;
  border-color: #ec111b;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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: #F3565D;
  border-color: #f13e46;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.btn-danger .badge {
  color: #F3565D;
  background-color: #fff;
}

/* Button sizes */
/* line 86, app/assets/stylesheets/components/_buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  vertical-align: middle;
}

/* line 92, app/assets/stylesheets/components/_buttons.scss */
.btn-lg > i {
  font-size: 18px;
}

/* line 98, app/assets/stylesheets/components/_buttons.scss */
.btn > i {
  font-size: 14px;
}

/* line 103, app/assets/stylesheets/components/_buttons.scss */
.btn-sm,
.btn-xs {
  padding: 4px 10px 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 109, app/assets/stylesheets/components/_buttons.scss */
.btn-sm > i,
.btn-xs > i {
  font-size: 13px;
}

/* line 114, app/assets/stylesheets/components/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
}

/* line 118, app/assets/stylesheets/components/_buttons.scss */
.btn-xs > i {
  font-size: 12px;
}

/* Small button in button group */
/* line 127, app/assets/stylesheets/components/_buttons.scss */
.btn-group .input-sm .btn-default {
  padding-top: 3px;
  padding-bottom: 3px;
}

/* Arrow link */
/* line 137, app/assets/stylesheets/components/_buttons.scss */
.btn-arrow-link {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
}

/* line 142, app/assets/stylesheets/components/_buttons.scss */
.btn-arrow-link > i {
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
  margin: 2px 3px 2px 3px;
  color: #999;
}

/* line 150, app/assets/stylesheets/components/_buttons.scss */
.btn-arrow-link.btn-arrow-link-lg {
  font-size: 14px;
}

/* line 153, app/assets/stylesheets/components/_buttons.scss */
.btn-arrow-link.btn-arrow-link-lg > i {
  font-size: 16px;
  line-height: 16px;
  margin: 2px 3px 1px 3px;
}

/* Circle Buttons */
/* line 163, app/assets/stylesheets/components/_buttons.scss */
.btn-circle {
  border-radius: 25px !important;
}

/* line 167, app/assets/stylesheets/components/_buttons.scss */
.btn-circle-right {
  border-radius: 0 25px 25px 0 !important;
}

/* line 171, app/assets/stylesheets/components/_buttons.scss */
.btn-circle-left {
  border-radius: 25px 0 0 25px !important;
}

/* line 175, app/assets/stylesheets/components/_buttons.scss */
.btn-circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

/* line 179, app/assets/stylesheets/components/_buttons.scss */
.btn-circle-top {
  border-radius: 25px 25px 0 0 !important;
}

/* line 183, app/assets/stylesheets/components/_buttons.scss */
.btn-icon-only {
  height: 34px;
  width: 34px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 190, app/assets/stylesheets/components/_buttons.scss */
.btn-icon-only > [class^="icon-"],
.btn-icon-only > i {
  text-align: center;
  margin-top: 2px;
}

/* line 198, app/assets/stylesheets/components/_buttons.scss */
.btn-sm > [class^="glyphicon-"],
.btn-sm > [class*=" glyphicon-"],
.btn-sm > i {
  font-size: 13px;
}

/* line 206, app/assets/stylesheets/components/_buttons.scss */
.btn-xs > [class^="glyphicon-"],
.btn-xs > [class*=" glyphicon-"],
.btn-xs > i {
  font-size: 11px;
}

/* line 215, app/assets/stylesheets/components/_buttons.scss */
.btn-group.btn-group-circle > .btn:first-child {
  border-radius: 25px 0 0 25px !important;
}

/* line 219, app/assets/stylesheets/components/_buttons.scss */
.btn-group.btn-group-circle > .btn:last-child {
  border-radius: 0 25px 25px 0 !important;
}

/* line 226, app/assets/stylesheets/components/_buttons.scss */
.btn-group.btn-group-devided > .btn {
  margin-right: 5px;
}

/* line 229, app/assets/stylesheets/components/_buttons.scss */
.btn-group.btn-group-devided > .btn:last-child {
  margin-right: 0;
}

/* line 237, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical.btn-group-vertical-circle > .btn:first-child {
  border-radius: 25px 25px 0 0 !important;
}

/* line 241, app/assets/stylesheets/components/_buttons.scss */
.btn-group-vertical.btn-group-vertical-circle > .btn:last-child {
  border-radius: 0 0 25px 25px !important;
}

/***
Image Carousel
***/
/* line 7, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-inner {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 12, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-control i {
  position: absolute;
  top: 40%;
}

/* line 17, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel.image-carousel-hoverable .carousel-control i {
  display: none;
}

/* line 21, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel.image-carousel-hoverable:hover .carousel-control i {
  display: inline-block;
}

/* line 26, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-control.left i {
  left: 10px;
}

/* line 30, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-control.right i {
  right: 10px;
}

/* line 35, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-indicators {
  margin-top: 10px;
  bottom: -7px;
}

/* line 39, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-indicators li {
  background-color: #666;
}

/* line 42, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-indicators li.active {
  background-color: #666;
}

/* line 48, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 15px 25px 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 57, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption h4,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h2,
.carousel.image-carousel .carousel-caption p {
  text-align: left;
  line-height: 20px;
  color: #ffffff;
}

/* line 66, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption h4,
.carousel.image-carousel .carousel-caption h3,
.carousel.image-carousel .carousel-caption h2 {
  margin: 0 0 5px;
}

/* line 71, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption h4 a,
.carousel.image-carousel .carousel-caption h3 a,
.carousel.image-carousel .carousel-caption h2 a {
  color: #aaa;
}

/* line 76, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption p {
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/components/_carousel.scss */
.carousel.image-carousel .carousel-caption .item {
  margin: 0;
}

/***
Charts and statistics
***/
/* line 4, app/assets/stylesheets/components/_charts.scss */
.chart,
.pie,
.bars {
  overflow: hidden;
  height: 300px;
}

/***
Statistic lists
***/
/* line 15, app/assets/stylesheets/components/_charts.scss */
.item-list.table .percent {
  width: 30px;
  float: right;
  margin-right: 10px;
  margin-top: 3px;
}

/***
Chart tooltips
***/
/* line 26, app/assets/stylesheets/components/_charts.scss */
.chart-tooltip {
  clear: both;
  z-index: 100;
  background-color: #736e6e !important;
  padding: 5px !important;
  color: #fff;
}

/* line 33, app/assets/stylesheets/components/_charts.scss */
.chart-tooltip .label {
  clear: both;
  display: block;
  margin-bottom: 2px;
}

/***
Mini chart containers
***/
/* line 44, app/assets/stylesheets/components/_charts.scss */
.bar-chart,
.line-chart {
  display: none;
}

/***
Chats
***/
/* line 5, app/assets/stylesheets/components/_chats.scss */
.chats {
  margin: 0;
  padding: 0;
  margin-top: -15px;
}

/* line 10, app/assets/stylesheets/components/_chats.scss */
.chats li {
  list-style: none;
  padding: 5px 0;
  margin: 10px auto;
  font-size: 12px;
}

/* line 16, app/assets/stylesheets/components/_chats.scss */
.chats li .body {
  display: block;
}

/* line 20, app/assets/stylesheets/components/_chats.scss */
.chats li .avatar {
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 28, app/assets/stylesheets/components/_chats.scss */
.chats li.in .avatar {
  float: left;
  margin-right: 10px;
}

/* line 33, app/assets/stylesheets/components/_chats.scss */
.chats li.out .avatar {
  float: right;
  margin-left: 10px;
}

/* line 38, app/assets/stylesheets/components/_chats.scss */
.chats li .name {
  color: #3590c1;
  font-size: 13px;
  font-weight: 400;
}

/* line 44, app/assets/stylesheets/components/_chats.scss */
.chats li .datetime {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* line 50, app/assets/stylesheets/components/_chats.scss */
.chats li .message {
  display: block;
  padding: 5px;
  position: relative;
}

/* line 56, app/assets/stylesheets/components/_chats.scss */
.chats li.in .message {
  text-align: left;
  border-left: 2px solid #1BBC9B;
  margin-left: 65px;
  background: #fafafa;
}

/* line 62, app/assets/stylesheets/components/_chats.scss */
.chats li.in .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #1BBC9B;
}

/* line 76, app/assets/stylesheets/components/_chats.scss */
.chats li.out .message {
  border-right: 2px solid #F3565D;
  margin-right: 65px;
  background: #fafafa;
  text-align: right;
}

/* line 82, app/assets/stylesheets/components/_chats.scss */
.chats li.out .message .arrow {
  display: block;
  position: absolute;
  top: 5px;
  right: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #F3565D;
}

/* line 93, app/assets/stylesheets/components/_chats.scss */
.chats li.out .name,
.chats li.out .datetime {
  text-align: right;
}

/* line 101, app/assets/stylesheets/components/_chats.scss */
.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #e9eff3;
  overflow: hidden;
  clear: both;
}

/* line 108, app/assets/stylesheets/components/_chats.scss */
.chat-form .input-cont {
  margin-right: 40px;
}

/* line 111, app/assets/stylesheets/components/_chats.scss */
.chat-form .input-cont .form-control {
  border: 1px solid #ddd;
  width: 100%  !important;
  margin-top: 0;
  background-color: #fff !important;
}

/* line 117, app/assets/stylesheets/components/_chats.scss */
.chat-form .input-cont .form-control:focus {
  border: 1px solid #4b8df9 !important;
}

/* line 123, app/assets/stylesheets/components/_chats.scss */
.chat-form .btn-cont {
  margin-top: -42px;
  position: relative;
  float: right;
  width: 44px;
}

/* line 129, app/assets/stylesheets/components/_chats.scss */
.chat-form .btn-cont .arrow {
  position: absolute;
  top: 17px;
  right: 43px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #4d90fe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 141, app/assets/stylesheets/components/_chats.scss */
.chat-form .btn-cont .btn {
  margin-top: 8px;
}

/* line 146, app/assets/stylesheets/components/_chats.scss */
.chat-form .btn-cont:hover .arrow {
  border-right-color: #0362fd;
}

/* line 150, app/assets/stylesheets/components/_chats.scss */
.chat-form .btn-cont:hover .btn {
  background-color: #0362fd;
}

/***
Customized Bootstrap Close Icon
***/
/* line 5, app/assets/stylesheets/components/_close.scss */
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: none;
}

/***
Customized Bootstrap Dropdowns
***/
/***
Dropdowns
***/
/* line 11, app/assets/stylesheets/components/_dropdowns.scss */
.dropup.open > .dropdown-toggle,
.dropdown.open > .dropdown-toggle {
  border-color: #ddd;
}

/***
Dropdown Menu
***/
/* line 20, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu {
  min-width: 175px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin: 10px  0px 0px 0px;
  background-color: #fffff;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 37, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li.divider {
  background: #f1f3f6;
}

/* line 41, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li > a {
  padding: 8px 14px;
  color: #555;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}

/* line 51, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li > a > [class^="fa-"],
.dropdown-menu li > a > [class*=" fa-"] {
  color: #888;
}

/* line 56, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li > a > [class^="icon-"],
.dropdown-menu li > a > [class*=" icon-"] {
  color: #666;
}

/* line 61, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li > a > [class^="glyphicon-"],
.dropdown-menu li > a > [class*=" glyphicon-"] {
  color: #888;
}

/* line 67, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: transparent;
  color: #555;
  filter: none;
}

/* line 77, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 86, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-toggle .dropdown-menu,
.btn-group .dropdown-menu {
  margin-top: 10px;
}

/* line 89, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-toggle .dropdown-menu:before,
.btn-group .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: '';
}

/* line 100, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-toggle .dropdown-menu:after,
.btn-group .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 10px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}

/* line 112, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-toggle .dropdown-menu.pull-left:before,
.btn-group .dropdown-menu.pull-left:before {
  left: 9px;
  right: auto;
}

/* line 117, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-toggle .dropdown-menu.pull-left:after,
.btn-group .dropdown-menu.pull-left:after {
  left: 10px;
  right: auto;
}

/* Dropdown submenu support for Bootsrap 3 */
/* line 127, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 130, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

/* line 137, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
}

/* line 149, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 153, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

/* line 157, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 160, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

/* line 167, app/assets/stylesheets/components/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

/* line 176, app/assets/stylesheets/components/_dropdowns.scss */
.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 181, app/assets/stylesheets/components/_dropdowns.scss */
.nav.pull-right > li > .dropdown-menu:before,
.nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

/* line 186, app/assets/stylesheets/components/_dropdowns.scss */
.nav.pull-right > li > .dropdown-menu:after,
.nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

/* line 191, app/assets/stylesheets/components/_dropdowns.scss */
.nav.pull-right > li > .dropdown-menu .dropdown-menu,
.nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}

@media (max-width: 767px) {
  /* 767px */
  /* line 204, app/assets/stylesheets/components/_dropdowns.scss */
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  }
  /* line 214, app/assets/stylesheets/components/_dropdowns.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 6px 0 6px 13px;
    color: #333;
  }
  /* line 219, app/assets/stylesheets/components/_dropdowns.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:active {
    background-color: #eee;
  }
}

/***
Dropdown Checkboxes
***/
/* line 233, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-content {
  padding: 5px;
}

/* line 236, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-content form {
  margin: 0;
}

/* line 241, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown.inline .dropdown-menu {
  display: inline-block;
  position: relative;
}

/* line 246, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-radiobuttons,
.dropdown-checkboxes {
  padding: 5px;
}

/* line 250, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-radiobuttons label,
.dropdown-checkboxes label {
  display: block;
  font-weight: 300;
  color: #333;
  margin-bottom: 4px;
  margin-top: 4px;
}

/* line 257, app/assets/stylesheets/components/_dropdowns.scss */
.dropdown-radiobuttons label .radio,
.dropdown-checkboxes label .radio {
  margin-right: 3px;
}

/***
System feeds
***/
/* line 4, app/assets/stylesheets/components/_feeds.scss */
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* line 9, app/assets/stylesheets/components/_feeds.scss */
.feeds li {
  background-color: #fafafa;
  color: #82949a;
  margin-bottom: 7px;
}

/* line 14, app/assets/stylesheets/components/_feeds.scss */
.feeds li:before, .feeds li:after {
  display: table;
  line-height: 0;
  content: "";
}

/* line 21, app/assets/stylesheets/components/_feeds.scss */
.feeds li:after {
  clear: both;
}

/* line 25, app/assets/stylesheets/components/_feeds.scss */
.feeds li:last-child {
  margin-bottom: 0px;
}

/* line 29, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 {
  float: left;
  width: 100%;
  clear: both;
}

/* line 34, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont {
  float: left;
  margin-right: 75px;
  overflow: hidden;
}

/* line 39, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont > .cont-col1 {
  float: left;
  margin-right: -100%;
}

/* line 43, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont > .cont-col1 > .label {
  display: inline-block;
  padding: 5px 4px 6px 5px;
  vertical-align: middle;
  text-align: center;
}

/* line 49, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont > .cont-col1 > .label > i {
  text-align: center;
  font-size: 14px;
}

/* line 56, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont > .cont-col2 {
  float: left;
  width: 100%;
}

/* line 60, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col1 > .cont > .cont-col2 > .desc {
  margin-left: 35px;
  padding-top: 4px;
  padding-bottom: 5px;
  overflow: hidden;
}

/* line 70, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col2 {
  float: left;
  width: 75px;
  margin-left: -75px;
}

/* line 75, app/assets/stylesheets/components/_feeds.scss */
.feeds li .col2 > .date {
  padding: 4px 9px 5px 4px;
  text-align: right;
  font-style: italic;
  color: #c1cbd0;
}

/***
Form Layouts
****/
/* Static info */
/* line 7, app/assets/stylesheets/components/_form-layouts.scss */
.static-info {
  margin-bottom: 10px;
}

/* line 10, app/assets/stylesheets/components/_form-layouts.scss */
.static-info .name {
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/components/_form-layouts.scss */
.static-info .value {
  font-size: 14px;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/components/_form-layouts.scss */
.static-info.align-reverse .name, .static-info.align-reverse .value {
  text-align: right;
}

/* Help blocks */
/* line 27, app/assets/stylesheets/components/_form-layouts.scss */
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px;
}

/* line 33, app/assets/stylesheets/components/_form-layouts.scss */
.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}

/* line 41, app/assets/stylesheets/components/_form-layouts.scss */
.form-inline input {
  margin-bottom: 0px !important;
}

/* Control Label */
/* line 49, app/assets/stylesheets/components/_form-layouts.scss */
.control-label {
  margin-top: 1px;
}

/* line 52, app/assets/stylesheets/components/_form-layouts.scss */
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

/* line 59, app/assets/stylesheets/components/_form-layouts.scss */
.form {
  padding: 0 !important;
}

/* line 64, app/assets/stylesheets/components/_form-layouts.scss */
.portlet.light .form .form-body {
  padding-left: 0;
  padding-right: 0;
}

/* line 69, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-body .list-group .list-group-item {
  height: 60px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 69, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-body .list-group .list-group-item {
    height: 100px;
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  /* line 76, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-body .list-group .list-group-item input.ng-valid {
    margin-top: 10px;
  }
  /* line 79, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-body .list-group .list-group-item input.ng-valid:focus, .form .form-body .list-group .list-group-item input.ng-valid:active, .form .form-body .list-group .list-group-item input.ng-valid:visited {
    margin-top: 10px;
  }
}

/* line 84, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-body .list-group .list-group-item div.ng-scope {
  font-size: 15px;
  padding-top: 15px;
  color: red;
}

@media screen and (max-width: 767px) {
  /* line 84, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-body .list-group .list-group-item div.ng-scope {
    padding-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  /* line 92, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-body .list-group .list-group-item button.btn-danger {
    margin-top: 10px;
  }
}

/* line 101, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions {
  padding: 20px 10px;
  margin: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 108, app/assets/stylesheets/components/_form-layouts.scss */
.portlet.light .form .form-actions {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.form .form-actions:before, .form .form-actions:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.form .form-actions:after {
  clear: both;
}

/* line 116, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions.right {
  padding-left: 0;
  padding-right: 10px;
  text-align: right;
}

/* line 121, app/assets/stylesheets/components/_form-layouts.scss */
.portlet.light .form .form-actions.right {
  padding-right: 0;
}

/* line 126, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions.left {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

/* line 131, app/assets/stylesheets/components/_form-layouts.scss */
.portlet.light .form .form-actions.left {
  padding-left: 0;
}

/* line 136, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions.nobg {
  background-color: transparent;
}

/* line 140, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions.top {
  margin-top: 0;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 146, app/assets/stylesheets/components/_form-layouts.scss */
.portlet.light .form .form-actions.top {
  background: none;
}

/* line 151, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-actions .btn-set {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 101, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-actions {
    /* 767px */
  }
  /* line 156, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-actions .btn-set {
    margin-bottom: 3px;
    margin-top: 3px;
    float: left !important;
  }
}

/* line 164, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-section {
  margin: 30px 0px 25px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

/* line 169, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-section:first-child {
  margin-top: 5px;
}

/* Checkboxes */
/* line 177, app/assets/stylesheets/components/_form-layouts.scss */
.checkbox,
.form-horizontal .checkbox {
  padding: 0;
}

/* line 181, app/assets/stylesheets/components/_form-layouts.scss */
.checkbox > label,
.form-horizontal .checkbox > label {
  padding-left: 0;
}

/* line 186, app/assets/stylesheets/components/_form-layouts.scss */
.checkbox-list > label {
  display: block;
}

/* line 189, app/assets/stylesheets/components/_form-layouts.scss */
.checkbox-list > label.checkbox-inline {
  display: inline-block;
}

/* line 192, app/assets/stylesheets/components/_form-layouts.scss */
.checkbox-list > label.checkbox-inline:first-child {
  padding-left: 0;
}

/* Radio buttons */
/* line 200, app/assets/stylesheets/components/_form-layouts.scss */
.radio-list > label {
  display: block;
}

/* line 203, app/assets/stylesheets/components/_form-layouts.scss */
.radio-list > label.radio-inline {
  display: inline-block;
}

/* line 206, app/assets/stylesheets/components/_form-layouts.scss */
.radio-list > label.radio-inline:first-child {
  padding-left: 0;
}

/* Radio buttons in horizontal forms */
/* line 217, app/assets/stylesheets/components/_form-layouts.scss */
.form-horizontal .radio-list .radio {
  padding-top: 1px;
}

/* line 221, app/assets/stylesheets/components/_form-layouts.scss */
.form-horizontal .radio-list > label {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/components/_form-layouts.scss */
.form-horizontal .radio > span {
  margin-top: 2px;
}

/* Rows seperated form layout */
/* line 236, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .portlet-body {
  padding: 0;
}

/* line 240, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}

/* line 245, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .form-group.last {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
}

/* line 251, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .form-group .help-block {
  margin-bottom: 0;
}

/* line 256, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .form-body {
  padding: 0;
}

/* line 260, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-row-seperated .form-actions {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Form bordered */
/* line 270, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #efefef;
}

/* line 274, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group > div {
  padding: 15px;
  border-left: 1px solid #efefef;
}

@media (max-width: 991px) {
  /* line 274, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-bordered .form-group > div {
    /* 991px */
    border-left: 0;
  }
}

/* line 283, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group.last {
  border-bottom: 0;
}

/* line 287, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group .control-label {
  padding-top: 20px;
}

@media (max-width: 991px) {
  /* line 287, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-bordered .form-group .control-label {
    /* 991px */
    padding-top: 10px;
  }
}

/* line 295, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group .help-block {
  margin-bottom: 0;
}

/* line 299, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-group .form-control {
  margin: 0;
}

/* line 304, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-body {
  margin: 0;
  padding: 0;
}

/* line 309, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-bordered .form-actions {
  margin-top: 0;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media (max-width: 991px) {
  /* line 309, app/assets/stylesheets/components/_form-layouts.scss */
  .form .form-bordered .form-actions {
    /* 991px */
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Horizontal bordered form */
/* line 325, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-horizontal.form-bordered.form-row-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 329, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-horizontal.form-bordered.form-row-stripped .form-control {
  background: #fff !important;
}

/* line 335, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 338, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) > div {
  background-color: #ffffff;
}

/* line 343, app/assets/stylesheets/components/_form-layouts.scss */
.form .form-horizontal.form-bordered.form-label-stripped .form-group:nth-child(even) {
  background-color: #fcfcfc;
}

/***
Forms
***/
/* Input placeholder font color */
/* line 40, app/assets/stylesheets/components/_mixins.scss */
.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/components/_mixins.scss */
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}

/* line 42, app/assets/stylesheets/components/_mixins.scss */
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

/* Form inputs */
/* line 13, app/assets/stylesheets/components/_forms.scss */
.form-control {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 25, app/assets/stylesheets/components/_forms.scss */
.form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* line 39, app/assets/stylesheets/components/_forms.scss */
.form-control.height-auto {
  height: auto;
}

/* line 43, app/assets/stylesheets/components/_forms.scss */
.form-control.form-control-solid {
  background-color: #F1F3F8;
  border-color: #F1F3F8;
  color: #A6B2BA;
}

/* line 48, app/assets/stylesheets/components/_forms.scss */
.form-control.form-control-solid:focus {
  border-color: #e3e7f1;
}

/* line 40, app/assets/stylesheets/components/_mixins.scss */
.form-control.form-control-solid::-moz-placeholder {
  color: #acb7be;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/components/_mixins.scss */
.form-control.form-control-solid:-ms-input-placeholder {
  color: #acb7be;
}

/* line 42, app/assets/stylesheets/components/_mixins.scss */
.form-control.form-control-solid::-webkit-input-placeholder {
  color: #acb7be;
}

/* Form uneditable input */
/* line 58, app/assets/stylesheets/components/_forms.scss */
.uneditable-input {
  padding: 6px 12px;
  min-width: 206px;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Form input sizing */
/* line 76, app/assets/stylesheets/components/_forms.scss */
.input-mini {
  width: 45px !important;
}

/* line 80, app/assets/stylesheets/components/_forms.scss */
.input-xsmall {
  width: 80px !important;
}

/* line 84, app/assets/stylesheets/components/_forms.scss */
.input-small {
  width: 145px !important;
}

/* line 88, app/assets/stylesheets/components/_forms.scss */
.input-medium {
  width: 240px !important;
}

/* line 92, app/assets/stylesheets/components/_forms.scss */
.input-large {
  width: 320px !important;
}

/* line 96, app/assets/stylesheets/components/_forms.scss */
.input-xlarge {
  width: 420px !important;
}

/* line 100, app/assets/stylesheets/components/_forms.scss */
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/* line 107, app/assets/stylesheets/components/_forms.scss */
.form-group .input-inline {
  margin-right: 5px;
}

/* line 112, app/assets/stylesheets/components/_forms.scss */
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 13px;
}

/* line 118, app/assets/stylesheets/components/_forms.scss */
select.input-sm {
  height: 28px;
  line-height: 28px;
  padding: 2px 10px;
}

@media (max-width: 768px) {
  /* 768px */
  /* line 126, app/assets/stylesheets/components/_forms.scss */
  .input-large {
    width: 250px !important;
  }
  /* line 130, app/assets/stylesheets/components/_forms.scss */
  .input-xlarge {
    width: 300px !important;
  }
}

/* Input  groups */
/* line 139, app/assets/stylesheets/components/_forms.scss */
.input-group .btn-default {
  border-color: #e5e5e5;
}

/* line 143, app/assets/stylesheets/components/_forms.scss */
.input-group .input-group-addon {
  border-color: #e5e5e5;
  background: #e5e5e5;
  min-width: 39px;
}

/* line 148, app/assets/stylesheets/components/_forms.scss */
.input-group .input-group-addon > i {
  color: #999;
}

/* Input spinner */
/* line 156, app/assets/stylesheets/components/_forms.scss */
input.spinner[type="text"],
input.spinner[type="password"],
input.spinner[type="datetime"],
input.spinner[type="datetime-local"],
input.spinner[type="date"],
input.spinner[type="month"],
input.spinner[type="time"],
input.spinner[type="week"],
input.spinner[type="number"],
input.spinner[type="email"],
input.spinner[type="url"],
input.spinner[type="search"],
input.spinner[type="tel"],
input.spinner[type="color"] {
  background-image: url(/images/input-spinner.gif) !important;
  background-repeat: no-repeat;
  background-position: right 8px;
}

/* Form labels */
/* line 177, app/assets/stylesheets/components/_forms.scss */
label {
  font-weight: 400;
  font-size: 14px;
}

/* Static form control */
/* line 184, app/assets/stylesheets/components/_forms.scss */
.form-control-static {
  margin: 2px 0;
  display: inline-block;
}

/* Feedback states */
/* line 225, app/assets/stylesheets/components/_mixins.scss */
.has-success .help-block,
.has-success .help-inline,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

/* line 235, app/assets/stylesheets/components/_mixins.scss */
.has-success .form-control {
  border-color: #d6e9c6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 238, app/assets/stylesheets/components/_mixins.scss */
.has-success .form-control:focus {
  border-color: #bbdba1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 245, app/assets/stylesheets/components/_mixins.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

/* line 251, app/assets/stylesheets/components/_mixins.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 225, app/assets/stylesheets/components/_mixins.scss */
.has-warning .help-block,
.has-warning .help-inline,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 235, app/assets/stylesheets/components/_mixins.scss */
.has-warning .form-control {
  border-color: #faebcc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 238, app/assets/stylesheets/components/_mixins.scss */
.has-warning .form-control:focus {
  border-color: #f5d89e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 245, app/assets/stylesheets/components/_mixins.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

/* line 251, app/assets/stylesheets/components/_mixins.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 225, app/assets/stylesheets/components/_mixins.scss */
.has-error .help-block,
.has-error .help-inline,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

/* line 235, app/assets/stylesheets/components/_mixins.scss */
.has-error .form-control {
  border-color: #ebccd1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 238, app/assets/stylesheets/components/_mixins.scss */
.has-error .form-control:focus {
  border-color: #dca7b0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 245, app/assets/stylesheets/components/_mixins.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

/* line 251, app/assets/stylesheets/components/_mixins.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* Circle Inputs */
/* line 205, app/assets/stylesheets/components/_forms.scss */
.input-circle {
  border-radius: 25px !important;
}

/* line 209, app/assets/stylesheets/components/_forms.scss */
.input-circle-right {
  border-radius: 0 25px 25px 0 !important;
}

/* line 213, app/assets/stylesheets/components/_forms.scss */
.input-circle-left {
  border-radius: 25px 0 0 25px !important;
}

/* line 217, app/assets/stylesheets/components/_forms.scss */
.input-circle-bottom {
  border-radius: 0 0 25px 25px !important;
}

/* line 221, app/assets/stylesheets/components/_forms.scss */
.input-circle-top {
  border-radius: 25px 25px 0 0 !important;
}

/***
Custom icon buttons
***/
/* line 5, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 5px 5px 0 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  color: #646464;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 29, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn:hover {
  text-decoration: none;
  border-color: #999;
  color: #444;
  text-shadow: 0 1px 0px white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 43, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn:hover > .badge {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 55, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn > div {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

/* line 63, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn > .badge {
  position: absolute;
  font-size: 11px;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 82, app/assets/stylesheets/components/_icon-buttons.scss */
.icon-btn > i {
  font-size: 18px;
}

/* line 86, app/assets/stylesheets/components/_icon-buttons.scss */
.ie8 .icon-btn:hover {
  filter: none;
}

/***
Input icons
***/
/* line 5, app/assets/stylesheets/components/_input-icons.scss */
.input-icon {
  position: relative;
}

/* line 8, app/assets/stylesheets/components/_input-icons.scss */
.input-icon > .form-control {
  padding-left: 33px;
}

/* line 12, app/assets/stylesheets/components/_input-icons.scss */
.input-icon > i {
  color: #ccc;
  display: block;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/components/_input-icons.scss */
.modal .input-icon > i {
  z-index: 10055;
}

/* line 27, app/assets/stylesheets/components/_input-icons.scss */
.has-success .input-icon > i {
  color: #45B6AF;
}

/* line 31, app/assets/stylesheets/components/_input-icons.scss */
.has-warning .input-icon > i {
  color: #dfba49;
}

/* line 35, app/assets/stylesheets/components/_input-icons.scss */
.has-info .input-icon > i {
  color: #89C4F4;
}

/* line 39, app/assets/stylesheets/components/_input-icons.scss */
.has-error .input-icon > i {
  color: #F3565D;
}

/* line 45, app/assets/stylesheets/components/_input-icons.scss */
.input-icon.right > .form-control {
  padding-right: 33px;
  padding-left: 12px;
}

/* line 50, app/assets/stylesheets/components/_input-icons.scss */
.input-icon.right > i {
  right: 8px;
  float: right;
}

/***
Customized Bootstrap Labels
***/
/* line 5, app/assets/stylesheets/components/_labels.scss */
.label {
  text-shadow: none !important;
  font-size: 13px;
  font-weight: 300;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 13, app/assets/stylesheets/components/_labels.scss */
.label.label-sm {
  font-size: 12px;
  padding: 0px 4px 1px 4px;
}

/* line 18, app/assets/stylesheets/components/_labels.scss */
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
  font-size: 75%;
}

/* Labels variants */
/* line 30, app/assets/stylesheets/components/_labels.scss */
.label-default {
  background-color: #c6c6c6;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #adadad;
}

/* line 34, app/assets/stylesheets/components/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 38, app/assets/stylesheets/components/_labels.scss */
.label-success {
  background-color: #45B6AF;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #37918b;
}

/* line 42, app/assets/stylesheets/components/_labels.scss */
.label-info {
  background-color: #89C4F4;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #5aadf0;
}

/* line 46, app/assets/stylesheets/components/_labels.scss */
.label-warning {
  background-color: #dfba49;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #d0a625;
}

/* line 50, app/assets/stylesheets/components/_labels.scss */
.label-danger {
  background-color: #F3565D;
}

/* line 202, app/assets/stylesheets/components/_mixins.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #f0262f;
}

/***
Iconic labels
***/
/* line 58, app/assets/stylesheets/components/_labels.scss */
.label.label-icon {
  padding: 4px 0px 4px 4px;
  margin-right: 2px;
  text-align: center !important;
}

/* line 63, app/assets/stylesheets/components/_labels.scss */
.label.label-icon > i {
  font-size: 12px;
  text-align: center !important;
}

/* line 68, app/assets/stylesheets/components/_labels.scss */
.ie8 .label.label-icon, .ie9 .label.label-icon {
  padding: 3px 0px 3px 3px;
}

/***
Customized List Group
***/
/* Contextual variants */
/* line 122, app/assets/stylesheets/components/_mixins.scss */
.list-group .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 129, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-success {
  color: #3c763d;
}

/* line 132, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 134, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-success:hover, .list-group a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 139, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-success.active, .list-group a.list-group-item-success.active:hover, .list-group a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 122, app/assets/stylesheets/components/_mixins.scss */
.list-group .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 129, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-info {
  color: #31708f;
}

/* line 132, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 134, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-info:hover, .list-group a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 139, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-info.active, .list-group a.list-group-item-info.active:hover, .list-group a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 122, app/assets/stylesheets/components/_mixins.scss */
.list-group .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 129, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-warning {
  color: #8a6d3b;
}

/* line 132, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 134, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-warning:hover, .list-group a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 139, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-warning.active, .list-group a.list-group-item-warning.active:hover, .list-group a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 122, app/assets/stylesheets/components/_mixins.scss */
.list-group .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 129, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-danger {
  color: #a94442;
}

/* line 132, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 134, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-danger:hover, .list-group a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 139, app/assets/stylesheets/components/_mixins.scss */
.list-group a.list-group-item-danger.active, .list-group a.list-group-item-danger.active:hover, .list-group a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/***
UI Loading
***/
/* line 5, app/assets/stylesheets/components/_loaders.scss */
.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

/* line 16, app/assets/stylesheets/components/_loaders.scss */
.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/* line 24, app/assets/stylesheets/components/_loaders.scss */
.loading-message > span {
  line-height: 20px;
  vertical-align: middle;
}

/* line 30, app/assets/stylesheets/components/_loaders.scss */
.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -50px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/* line 48, app/assets/stylesheets/components/_loaders.scss */
.page-loading > span {
  line-height: 20px;
  vertical-align: middle;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes uil-ring-anim {
  /* line 105, app/assets/stylesheets/components/_loaders.scss */
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 112, app/assets/stylesheets/components/_loaders.scss */
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 184, app/assets/stylesheets/components/_loaders.scss */
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}

/* line 190, app/assets/stylesheets/components/_loaders.scss */
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #59ebff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}

/***
Metro icons
***/
/* line 5, app/assets/stylesheets/components/_metro-icons.scss */
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  line-height: 14px;
  vertical-align: top;
  background-image: url(/assets/syncfusion-icons-083ea6c6d378ce9429f17cea07083ec578257f40ca0e8c50286a47b63bfbdf56.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* line 17, app/assets/stylesheets/components/_metro-icons.scss */
[class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 6px;
  vertical-align: middle;
  background-image: url(/assets/syncfusion-icons-083ea6c6d378ce9429f17cea07083ec578257f40ca0e8c50286a47b63bfbdf56.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
}

/* large icons */
/* line 29, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon-big {
  padding: 9px 16px 8px 16px;
}

/* line 33, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon-big.m-icon-only {
  padding: 9px 8px 8px 0px;
}

/* line 37, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon-big [class^="m-icon-big-"] {
  margin: 0 0 0 10px;
}

/* line 41, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon-ony > i {
  margin-left: 0px;
}

/* default icons */
/* line 46, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon {
  padding: 7px 14px 7px 14px;
}

/* line 50, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon [class^="m-icon-"] {
  margin: 4px 0 0 5px;
}

/* line 54, app/assets/stylesheets/components/_metro-icons.scss */
.btn.m-icon.m-icon-only {
  padding: 7px 10px 7px 6px;
}

/* white icon */
/* line 59, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-white {
  background-image: url(/assets/syncfusion-icons-white-fe089d0bee12b358c8f0e6050065d9fd60c14190189869b41de67643874ceb22.png);
}

/*  Misc */
/* line 64, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-swapright {
  background-position: -27px -10px;
}

/* line 68, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-swapdown {
  background-position: -68px -10px;
}

/* line 72, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-swapleft {
  background-position: -8px -10px;
}

/* line 76, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-swapup {
  background-position: -46px -10px;
}

/* line 80, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-big-swapright {
  background-position: -42px -28px;
}

/* line 84, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-big-swapdown {
  background-position: -115px -28px;
}

/* line 88, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-big-swapleft {
  background-position: -6px -28px;
}

/* line 92, app/assets/stylesheets/components/_metro-icons.scss */
.m-icon-big-swapup {
  background-position: -78px -28px;
}

/***
Customized Bootstrap Modal
***/
/* line 5, app/assets/stylesheets/components/_modals.scss */
.modal {
  z-index: 10050;
  outline: none;
  overflow-y: auto !important;
  /* Fix content shifting to the right on modal open due to scrollbar closed */
}

/* line 10, app/assets/stylesheets/components/_modals.scss */
.modal .modal-header {
  border-bottom: 1px solid #EFEFEF;
}

/* line 13, app/assets/stylesheets/components/_modals.scss */
.modal .modal-header h3 {
  font-weight: 300;
}

/* line 17, app/assets/stylesheets/components/_modals.scss */
.modal .modal-header .close {
  margin-top: 0px !important;
  background-image: none !important;
  text-indent: 0;
}

/* line 24, app/assets/stylesheets/components/_modals.scss */
.modal > .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

/* line 33, app/assets/stylesheets/components/_modals.scss */
.modal.in .page-loading {
  display: none;
}

/* line 39, app/assets/stylesheets/components/_modals.scss */
#complimentary-modal,
#alternative-modal {
  display: flex !important;
  height: 97%;
}

/* line 44, app/assets/stylesheets/components/_modals.scss */
#complimentary-modal .modal-container,
#alternative-modal .modal-container {
  width: 100%;
}

/* line 48, app/assets/stylesheets/components/_modals.scss */
#complimentary-modal .relationship-wrapper,
#alternative-modal .relationship-wrapper {
  overflow-y: visible !important;
  max-height: 100% !important;
}

/* line 54, app/assets/stylesheets/components/_modals.scss */
.modal-open {
  overflow-y: auto !important;
}

/* line 58, app/assets/stylesheets/components/_modals.scss */
.modal-open-noscroll {
  overflow-y: hidden !important;
}

/* line 62, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop {
  border: 0;
  outline: none;
  z-index: 10049;
}

/* line 67, app/assets/stylesheets/components/_modals.scss */
.modal-backdrop, .modal-backdrop.fade.in {
  background-color: #333 !important;
}

/* Full width modal */
/* line 75, app/assets/stylesheets/components/_modals.scss */
.modal-full.modal-dialog {
  width: 99%;
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/components/_modals.scss */
  .modal-full.modal-dialog {
    width: auto;
  }
}

/* line 85, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal, .prompt_to_save_order {
  max-width: 420px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 45px 60px;
  background-color: white;
}

/* line 93, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .lead, .prompt_to_save_order .lead {
  font-size: 13px;
  font-weight: bold;
  color: #455055;
  margin-bottom: 35px;
  text-align: center;
}

/* line 101, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-input-wrapper, .prompt_to_save_order .search-input-wrapper {
  position: relative;
}

/* line 103, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-input-wrapper:after, .prompt_to_save_order .search-input-wrapper:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url(/assets/magnifier-c4a787921b3ee91f7de7fed28dc64996fdd11af394595d65199753931efe51a9.png);
  background-repeat: no-repeat;
}

/* line 116, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal input[type='search'], .prompt_to_save_order input[type='search'] {
  background-color: white;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 34px;
  font-size: 13px;
  padding-left: 10px;
}

/* line 125, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal input[type='search']:focus, .switch-customer-modal input[type='search']:active, .prompt_to_save_order input[type='search']:focus, .prompt_to_save_order input[type='search']:active {
  outline: 0px solid white;
}

/* line 130, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-input-wrapper, .prompt_to_save_order .search-input-wrapper {
  position: relative;
}

/* line 132, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-input-wrapper:after, .prompt_to_save_order .search-input-wrapper:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url(/assets/magnifier-c4a787921b3ee91f7de7fed28dc64996fdd11af394595d65199753931efe51a9.png);
  background-repeat: no-repeat;
}

/* line 145, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-results, .prompt_to_save_order .search-results {
  max-height: 220px;
  overflow-y: auto;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

/* line 151, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-results a, .prompt_to_save_order .search-results a {
  display: block;
  width: 100%;
  background-color: white;
  padding: 7px 10px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 158, app/assets/stylesheets/components/_modals.scss */
.switch-customer-modal .search-results a:hover, .prompt_to_save_order .search-results a:hover {
  background-color: #faffc0;
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/components/_modals.scss */
.special-request-modal {
  max-width: 720px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 45px 60px;
  background-color: white;
}

/* line 174, app/assets/stylesheets/components/_modals.scss */
.special-request-modal .lead {
  font-weight: bold;
  font-size: 13px;
}

/***
Notes
***/
/* line 16, app/assets/stylesheets/components/_notes.scss */
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

/* line 21, app/assets/stylesheets/components/_notes.scss */
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}

/* line 30, app/assets/stylesheets/components/_notes.scss */
.note p {
  font-size: 13px;
}

/* line 31, app/assets/stylesheets/components/_notes.scss */
.note p:last-child {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/components/_notes.scss */
.note code,
.note .highlight {
  background-color: #fff;
}

/* line 42, app/assets/stylesheets/components/_notes.scss */
.note.note-default {
  background-color: lightgray;
  border-color: #a0a0a0;
  color: #333333, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-default.note-bordered {
  background-color: #c9c9c9;
  border-color: #a5a5a5;
}

/* line 46, app/assets/stylesheets/components/_notes.scss */
.note.note-primary {
  background-color: #5697d0;
  border-color: #2a7696;
  color: #D8E3F2, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-primary.note-bordered {
  background-color: #468dcb;
  border-color: #2c7c9e;
}

/* line 50, app/assets/stylesheets/components/_notes.scss */
.note.note-success {
  background-color: #eef7ea;
  border-color: #bbdba1;
  color: #3c763d, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-success.note-bordered {
  background-color: #e2f1dc;
  border-color: #c1dea8;
}

/* line 54, app/assets/stylesheets/components/_notes.scss */
.note.note-info {
  background-color: #eef7fb;
  border-color: #91d9e8;
  color: #31708f, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-info.note-bordered {
  background-color: #ddeff8;
  border-color: #9adcea;
}

/* line 58, app/assets/stylesheets/components/_notes.scss */
.note.note-warning {
  background-color: #fcf8e3;
  border-color: #f2cf87;
  color: #8a6d3b, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-warning.note-bordered {
  background-color: #faf3d1;
  border-color: #f3d390;
}

/* line 62, app/assets/stylesheets/components/_notes.scss */
.note.note-danger {
  background-color: #f9f0f0;
  border-color: #dca7b0;
  color: #a94442, 80%;
}

/* line 10, app/assets/stylesheets/components/_notes.scss */
.note.note-danger.note-bordered {
  background-color: #f3e2e2;
  border-color: #dfaeb7;
}

/***
Customized Bootstrap Pagination
***/
/* line 5, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  margin: 0 0 10px;
}

/* line 12, app/assets/stylesheets/components/_pagination.scss */
.pagination.pagination-circle > li:first-child > a {
  border-radius: 25px 0 0 25px !important;
}

/* line 18, app/assets/stylesheets/components/_pagination.scss */
.pagination.pagination-circle > li:last-child > a {
  border-radius: 0 25px 25px 0 !important;
}

/* line 25, app/assets/stylesheets/components/_pagination.scss */
.pagination .active > a,
.pagination .active > a:hover {
  background: #eee;
  border-color: #dddddd;
  color: #333;
}

/* line 32, app/assets/stylesheets/components/_pagination.scss */
.pagination > li > a, .pagination > li > span {
  padding: 4px 10px;
}

/***
Customized Bootstrap Panels
***/
/* line 5, app/assets/stylesheets/components/_panels.scss */
.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 10, app/assets/stylesheets/components/_panels.scss */
.panel-group .panel {
  overflow: visible;
}

/* line 14, app/assets/stylesheets/components/_panels.scss */
.panel .panel-body {
  font-size: 13px;
}

/* line 18, app/assets/stylesheets/components/_panels.scss */
.panel .panel-title > a:hover {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/components/_panels.scss */
.accordion .panel .panel-heading {
  padding: 0;
}

/* line 26, app/assets/stylesheets/components/_panels.scss */
.accordion .panel .panel-title {
  padding: 0;
}

/* line 29, app/assets/stylesheets/components/_panels.scss */
.accordion .panel .panel-title .accordion-toggle {
  display: block;
  padding: 10px 15px;
}

/* line 34, app/assets/stylesheets/components/_panels.scss */
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
  background: url(/images/accordion-plusminus.png) no-repeat;
  background-position: right -19px;
  margin-right: 15px;
}

/* line 40, app/assets/stylesheets/components/_panels.scss */
.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
  background-position: right 12px;
}

/* line 50, app/assets/stylesheets/components/_panels.scss */
.panel-default {
  border-color: #e0e0e0;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-default > .panel-heading {
  color: #333333;
  border-color: #e0e0e0;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e0e0e0;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e0e0e0;
}

/* line 54, app/assets/stylesheets/components/_panels.scss */
.panel-primary {
  border-color: #3595bd;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-primary > .panel-heading {
  color: #D8E3F2;
  border-color: #3595bd;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3595bd;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3595bd;
}

/* line 58, app/assets/stylesheets/components/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  border-color: #d6e9c6;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 62, app/assets/stylesheets/components/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-info > .panel-heading {
  color: #31708f;
  border-color: #bce8f1;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 66, app/assets/stylesheets/components/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  border-color: #faebcc;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 70, app/assets/stylesheets/components/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 64, app/assets/stylesheets/components/_mixins.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  border-color: #ebccd1;
}

/* line 69, app/assets/stylesheets/components/_mixins.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 74, app/assets/stylesheets/components/_mixins.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/***
Accordions
***/
/* line 78, app/assets/stylesheets/components/_panels.scss */
.accordion-heading {
  background: #eee;
}

/* line 81, app/assets/stylesheets/components/_panels.scss */
.accordion-heading a {
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/components/_panels.scss */
.accordion-heading a:hover {
  text-decoration: none;
}

/***
Customized Bootstrap Popover
***/
/* line 5, app/assets/stylesheets/components/_popovers.scss */
.popover {
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  padding: 0;
}

/* line 9, app/assets/stylesheets/components/_popovers.scss */
.popover .popover-title {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* line 18, app/assets/stylesheets/components/_popovers.scss */
.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #89C4F4;
}

/* line 18, app/assets/stylesheets/components/_popovers.scss */
.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #428bca;
}

/* line 18, app/assets/stylesheets/components/_popovers.scss */
.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #45B6AF;
}

/* line 18, app/assets/stylesheets/components/_popovers.scss */
.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #dfba49;
}

/* line 18, app/assets/stylesheets/components/_popovers.scss */
.popover.name .popover-title,
name .popover .popover-content,
.popover.name .popover-content {
  color: #F3565D;
}

/* popover colors*/
/* line 30, app/assets/stylesheets/components/_popovers.scss */
.popovers.yellow + .popover {
  background: yellow;
}

/* line 34, app/assets/stylesheets/components/_popovers.scss */
.popovers.yellow + .popover .popover-title {
  background: yellow;
}

/* line 38, app/assets/stylesheets/components/_popovers.scss */
.popovers.yellow + .popover .popover-content {
  background: yellow;
}

/***
Portlets
***/
/* Basic portlet */
/* line 7, app/assets/stylesheets/components/_portlets.scss */
.portlet {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

/* line 12, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.portlet > .portlet-title:before, .portlet > .portlet-title:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.portlet > .portlet-title:after {
  clear: both;
}

/* line 20, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  padding: 10px 0;
}

/* line 28, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .caption.bold {
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

/* line 40, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .caption > i.glyphicon {
  margin-top: 2px;
}

/* line 45, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .caption > .caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}

/* line 60, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #555555;
}

/* line 64, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions > .btn,
.portlet > .portlet-title > .actions > .btn.btn-sm,
.portlet > .portlet-title > .actions > .btn-group > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 70, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn.btn-sm.btn-default,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default {
  padding: 0 0 0 10px;
}

/* line 77, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions > .btn > i,
.portlet > .portlet-title > .actions > .btn.btn-sm > i,
.portlet > .portlet-title > .actions > .btn-group > .btn > i,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
  font-size: 13px;
}

/* line 82, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions .btn-icon-only {
  padding: 5px 7px 3px 7px;
}

/* line 85, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
  padding: 4px 6px 2px 6px;
}

/* line 88, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
  font-size: 14px;
}

/* line 95, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools {
  float: right;
  display: inline-block;
  padding: 12px 0 8px 0;
}

/* line 100, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

/* line 106, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-bc831b673b5d9278ff719e9b78a13bda381cbaf1ede44ec52655b131aa3e90e8.png);
  background-repeat: no-repeat;
  width: 11px;
}

/* line 112, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-9b20177945df570ddb6069c2263c273f990ee2d6c6de0f2057c048405b792c2b.png);
  background-repeat: no-repeat;
  width: 12px;
}

/* line 118, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-cf4b6464e3b02b8e9f2e66276bf73b9f7d8cb214551eca1527e64c62301546ef.png);
  width: 13px;
}

/* line 123, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-7921ba7c7e16d5c46464ba6e008c91dd0db9b50ff9f84f1ac4139e715d8a7508.png);
  width: 14px;
}

/* line 128, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-a8cf9af3bb841ed07f5e509c1e4ff9f2cb34606732a80c773e78668736fcff29.png);
  width: 14px;
}

/* line 133, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
  filter: 'alpha(opacity=60)';
}

/* line 145, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .pagination {
  float: right;
  display: inline-block;
  margin: 0px;
  border: 0;
  padding: 5px 0;
}

/* line 153, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .nav-tabs {
  background: none;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
}

/* line 160, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
}

/* line 165, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .nav-tabs > li > a {
  background: none;
  margin: 5px 0 0 1px;
  border: 0;
  padding: 8px 10px;
  color: #fff;
}

/* line 173, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-title > .nav-tabs > li.active > a, .portlet > .portlet-title > .nav-tabs > li:hover > a {
  color: #333;
  background: #fff;
  border: 0;
}

/* line 183, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body {
  clear: both;
}

/* line 187, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-empty {
  min-height: 125px;
}

/* line 191, app/assets/stylesheets/components/_portlets.scss */
.portlet.full-height-content {
  margin-bottom: 0;
}

/* Portlet background colors */
/* Side bordered portlet */
/* line 210, app/assets/stylesheets/components/_portlets.scss */
.portlet.bordered {
  border-left: 2px solid #e6e9ec !important;
}

/* line 213, app/assets/stylesheets/components/_portlets.scss */
.portlet.bordered > .portlet-title {
  border-bottom: 0;
}

/* Solid colored portlet */
/* line 220, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid {
  padding: 0 10px 10px 10px;
  border: 0px;
}

/* line 224, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid > .portlet-title {
  border-bottom: 0;
  margin-bottom: 10px;
}

/* line 228, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid > .portlet-title > .caption {
  padding: 16px 0 2px 0;
}

/* line 232, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid > .portlet-title > .actions {
  padding: 12px 0 6px 0;
}

/* line 236, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid > .portlet-title > .tools {
  padding: 14px 0 6px 0;
}

/* Solid bordered portlet */
/* line 288, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.bordered > .portlet-title {
  margin-bottom: 10px;
}

/* Box portlet */
/* line 294, app/assets/stylesheets/components/_portlets.scss */
.portlet.box {
  padding: 0px !important;
}

/* line 297, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title {
  border-bottom: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
}

/* line 303, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .caption {
  padding: 11px 0 9px 0;
}

/* line 308, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .tools > a.remove {
  background-image: url(/images/portlet-remove-icon-white.png);
}

/* line 312, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .tools > a.config {
  background-image: url(/images/portlet-config-icon-white.png);
}

/* line 316, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .tools > a.reload {
  background-image: url(/images/portlet-reload-icon-white.png);
}

/* line 320, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .tools > a.expand {
  background-image: url(/images/portlet-expand-icon-white.png);
}

/* line 324, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .tools > a.collapse {
  background-image: url(/images/portlet-collapse-icon-white.png);
}

/* line 329, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-title > .actions {
  padding: 7px 0 5px 0;
}

/* line 334, app/assets/stylesheets/components/_portlets.scss */
.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 10px;
}

/* Light Portlet */
/* line 384, app/assets/stylesheets/components/_portlets.scss */
.portlet.light {
  padding: 12px 20px 15px 20px;
  background-color: #fff;
}

/* line 388, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.aside {
  background: none;
  padding: 0;
}

/* line 393, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.bordered {
  border: 1px solid #e1e1e1 !important;
}

/* line 396, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.bordered > .portlet-title {
  border-bottom: 1px solid #eee;
}

/* line 401, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.bg-inverse {
  background: #F7F7F7;
}

/* line 405, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title {
  padding: 0;
  min-height: 48px;
}

/* line 409, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .caption {
  color: #666;
  padding: 10px 0;
}

/* line 413, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .caption > .caption-subject {
  font-size: 16px;
}

/* line 417, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .caption > i {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

/* line 425, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .caption.caption-md > .caption-subject {
  font-size: 15px;
}

/* line 429, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .caption.caption-md > i {
  font-size: 14px;
}

/* line 435, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .actions {
  padding: 6px 0 14px 0;
}

/* line 438, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .actions .btn-default {
  color: #666;
}

/* line 442, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .actions .btn-icon-only {
  height: 27px;
  width: 27px;
}

/* line 448, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
  color: #555;
}

/* line 454, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .inputs {
  float: right;
  display: inline-block;
  padding: 4px 0;
}

/* line 461, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > i {
  font-size: 14px;
  margin-top: 9px;
}

/* line 466, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .inputs > .portlet-input .input-icon > .form-control {
  height: 30px;
  padding: 2px 26px 3px 10px;
  font-size: 13px;
}

/* line 473, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .inputs > .portlet-input > .form-control {
  height: 30px;
  padding: 3px 10px;
  font-size: 13px;
}

/* line 481, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .pagination {
  padding: 2px 0 13px 0;
}

/* line 485, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .tools {
  padding: 10px 0 13px 0;
  margin-top: 2px;
}

/* line 491, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .nav-tabs > li {
  margin: 0;
  padding: 0;
}

/* line 495, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .nav-tabs > li > a {
  margin: 0;
  padding: 13px 13px 13px 13px;
  font-size: 13px;
  color: #666;
}

/* line 502, app/assets/stylesheets/components/_portlets.scss */
.portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
  margin: 0;
  background: none;
  color: #333;
}

/* line 512, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.form-fit {
  padding: 0;
}

/* line 515, app/assets/stylesheets/components/_portlets.scss */
.portlet.light.form-fit > .portlet-title {
  padding: 17px 20px 10px 20px;
  margin-bottom: 0;
}

/* line 523, app/assets/stylesheets/components/_portlets.scss */
.tab-pane > p:last-child {
  margin-bottom: 0px;
}

/* Reverse aligned tabs */
/* line 531, app/assets/stylesheets/components/_portlets.scss */
.tabs-reversed > li {
  float: right;
  margin-right: 0;
}

/* line 535, app/assets/stylesheets/components/_portlets.scss */
.tabs-reversed > li > a {
  margin-right: 0;
}

/* jQuery UI Draggable Portlets */
/* line 543, app/assets/stylesheets/components/_portlets.scss */
.portlet-sortable > .portlet-title {
  cursor: move;
}

/* line 548, app/assets/stylesheets/components/_portlets.scss */
.portlet-sortable-placeholder {
  border: 2px dashed #eee;
  margin-bottom: 25px;
}

/* line 553, app/assets/stylesheets/components/_portlets.scss */
.portlet-sortable-empty {
  height: 45px;
}

/* line 557, app/assets/stylesheets/components/_portlets.scss */
.loyalty-terms-conditions {
  height: 50vh;
  width: 100%;
  overflow-y: scroll;
  border: 2px solid #eee;
  padding: 5px;
}

/* line 565, app/assets/stylesheets/components/_portlets.scss */
.stock_avail {
  width: 130px;
  padding: 5px;
  border-radius: 15px;
}

/* line 571, app/assets/stylesheets/components/_portlets.scss */
.terms-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

/* line 578, app/assets/stylesheets/components/_portlets.scss */
.terms-container-span {
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #FAD301;
  padding: 5px 20px;
  margin-bottom: 10px;
}

/* line 587, app/assets/stylesheets/components/_portlets.scss */
.terms-container-span[disabled] {
  opacity: 0.6;
}

/* line 591, app/assets/stylesheets/components/_portlets.scss */
.terms-container-span:hover {
  background-color: #ecc200;
  transition: all .25s ease-in;
}

/* line 597, app/assets/stylesheets/components/_portlets.scss */
.terms-conditions {
  margin-bottom: 5px !important;
}

/* line 601, app/assets/stylesheets/components/_portlets.scss */
.content-center {
  text-align: center;
}

/* line 605, app/assets/stylesheets/components/_portlets.scss */
.pop-up__reset-password {
  padding: 10px 10px !important;
  margin-top: 2px;
}

/***
Customized Progress Bars
***/
/* line 5, app/assets/stylesheets/components/_progress-bars.scss */
.progress {
  border: 0;
  background-image: none;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 14, app/assets/stylesheets/components/_progress-bars.scss */
.progress > .progress-bar-default {
  background-color: #c6c6c6;
}

/* line 213, app/assets/stylesheets/components/_mixins.scss */
.progress-striped .progress > .progress-bar-default {
  background-image: none;
  background-image: none;
}

/* line 18, app/assets/stylesheets/components/_progress-bars.scss */
.progress > .progress-bar-success {
  background-color: #45B6AF;
}

/* line 213, app/assets/stylesheets/components/_mixins.scss */
.progress-striped .progress > .progress-bar-success {
  background-image: none;
  background-image: none;
}

/* line 22, app/assets/stylesheets/components/_progress-bars.scss */
.progress > .progress-bar-info {
  background-color: #89C4F4;
}

/* line 213, app/assets/stylesheets/components/_mixins.scss */
.progress-striped .progress > .progress-bar-info {
  background-image: none;
  background-image: none;
}

/* line 26, app/assets/stylesheets/components/_progress-bars.scss */
.progress > .progress-bar-danger {
  background-color: #F3565D;
}

/* line 213, app/assets/stylesheets/components/_mixins.scss */
.progress-striped .progress > .progress-bar-danger {
  background-image: none;
  background-image: none;
}

/* line 30, app/assets/stylesheets/components/_progress-bars.scss */
.progress > .progress-bar-warning {
  background-color: #dfba49;
}

/* line 213, app/assets/stylesheets/components/_mixins.scss */
.progress-striped .progress > .progress-bar-warning {
  background-image: none;
  background-image: none;
}

/***
Dashboard stats
***/
/* line 40, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.dashboard-stat:before, .dashboard-stat:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.dashboard-stat:after {
  clear: both;
}

/* line 47, app/assets/stylesheets/components/_statistic-blocks.scss */
.portlet .dashboard-stat:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 35px;
}

/* line 62, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .visual > i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}

/* line 69, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 15px;
}

/* line 74, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
  font-weight: 300;
}

/* line 84, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
}

/* line 92, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .more {
  clear: both;
  display: block;
  padding: 6px 10px 6px 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 103, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 109, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

/* line 117, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat-light {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat-light .details {
  margin-bottom: 5px;
}

/* line 124, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat-light .details .number {
  font-weight: 300;
  margin-bottom: 0px;
}

/***
Text Stats
***/
/* line 136, app/assets/stylesheets/components/_statistic-blocks.scss */
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
}

/* line 142, app/assets/stylesheets/components/_statistic-blocks.scss */
.text-stat span {
  font-size: 13px !important;
}

@media (max-width: 767px) {
  /* 767px */
  /* line 149, app/assets/stylesheets/components/_statistic-blocks.scss */
  .text-stat {
    margin-top: 20px;
  }
}

/***
Social Icons
***/
/* line 5, app/assets/stylesheets/components/_social-icons.scss */
.social-icons {
  padding: 0;
  margin: 0;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.social-icons:before, .social-icons:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.social-icons:after {
  clear: both;
}

/* line 11, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
}

/* line 19, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li > a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* line 33, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li:hover > a {
  background-position: 0 -38px;
}

/* line 38, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

/* line 39, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .behance {
  background: url(../img/social/behance.png) no-repeat;
}

/* line 40, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

/* line 41, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

/* line 42, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

/* line 43, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

/* line 44, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

/* line 45, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

/* line 46, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

/* line 47, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .github {
  background: url(../img/social/github.png) no-repeat;
}

/* line 48, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

/* line 49, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

/* line 50, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

/* line 51, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

/* line 52, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

/* line 53, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

/* line 54, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .rss {
  background: url(../img/social/rss.png) no-repeat;
}

/* line 55, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .skype {
  background: url(../img/social/skype.png) no-repeat;
}

/* line 56, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

/* line 57, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

/* line 58, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

/* line 59, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

/* line 60, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

/* line 61, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

/* line 62, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .xing {
  background: url(../img/social/xing.png) no-repeat;
}

/* line 63, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

/* line 64, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

/* line 65, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .vk {
  background: url(../img/social/vk.png) no-repeat;
}

/* line 66, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

/* line 67, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

/* line 68, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}

/* line 69, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .flickr {
  background: url(../img/social/flickr.png) no-repeat;
}

/* line 70, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}

/* line 71, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}

/* line 72, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .klout {
  background: url(../img/social/klout.png) no-repeat;
}

/* line 73, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .myspace {
  background: url(../img/social/myspace.png) no-repeat;
}

/* line 74, app/assets/stylesheets/components/_social-icons.scss */
.social-icons li .quora {
  background: url(../img/social/quora.png) no-repeat;
}

/* line 79, app/assets/stylesheets/components/_social-icons.scss */
.social-icons.social-icons-color > li > a {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

/* line 83, app/assets/stylesheets/components/_social-icons.scss */
.social-icons.social-icons-color > li > a:hover {
  opacity: 1;
}

/* line 92, app/assets/stylesheets/components/_social-icons.scss */
.social-icons.social-icons-circle > li > a {
  border-radius: 25px !important;
}

/***
Inline Social Icons
***/
/* line 104, app/assets/stylesheets/components/_social-icons.scss */
.social-icon {
  display: inline-block !important;
  width: 28px;
  height: 28px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* line 116, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.social-icon-circle {
  border-radius: 25px !important;
}

/* line 122, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.amazon {
  background: url(../img/social/amazon.png) no-repeat;
}

/* line 123, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.behance {
  background: url(../img/social/behance.png) no-repeat;
}

/* line 124, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.blogger {
  background: url(../img/social/blogger.png) no-repeat;
}

/* line 125, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.deviantart {
  background: url(../img/social/deviantart.png) no-repeat;
}

/* line 126, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.dribbble {
  background: url(../img/social/dribbble.png) no-repeat;
}

/* line 127, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.dropbox {
  background: url(../img/social/dropbox.png) no-repeat;
}

/* line 128, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.evernote {
  background: url(../img/social/evernote.png) no-repeat;
}

/* line 129, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.facebook {
  background: url(../img/social/facebook.png) no-repeat;
}

/* line 130, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.forrst {
  background: url(../img/social/forrst.png) no-repeat;
}

/* line 131, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.github {
  background: url(../img/social/github.png) no-repeat;
}

/* line 132, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.googleplus {
  background: url(../img/social/googleplus.png) no-repeat;
}

/* line 133, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.jolicloud {
  background: url(../img/social/jolicloud.png) no-repeat;
}

/* line 134, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.last-fm {
  background: url(../img/social/last-fm.png) no-repeat;
}

/* line 135, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.linkedin {
  background: url(../img/social/linkedin.png) no-repeat;
}

/* line 136, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.picasa {
  background: url(../img/social/picasa.png) no-repeat;
}

/* line 137, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.pintrest {
  background: url(../img/social/pintrest.png) no-repeat;
}

/* line 138, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.rss {
  background: url(../img/social/rss.png) no-repeat;
}

/* line 139, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.skype {
  background: url(../img/social/skype.png) no-repeat;
}

/* line 140, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.spotify {
  background: url(../img/social/spotify.png) no-repeat;
}

/* line 141, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.stumbleupon {
  background: url(../img/social/stumbleupon.png) no-repeat;
}

/* line 142, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.tumblr {
  background: url(../img/social/tumblr.png) no-repeat;
}

/* line 143, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.twitter {
  background: url(../img/social/twitter.png) no-repeat;
}

/* line 144, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.vimeo {
  background: url(../img/social/vimeo.png) no-repeat;
}

/* line 145, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.wordpress {
  background: url(../img/social/wordpress.png) no-repeat;
}

/* line 146, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.xing {
  background: url(../img/social/xing.png) no-repeat;
}

/* line 147, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.yahoo {
  background: url(../img/social/yahoo.png) no-repeat;
}

/* line 148, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.youtube {
  background: url(../img/social/youtube.png) no-repeat;
}

/* line 149, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.vk {
  background: url(../img/social/vk.png) no-repeat;
}

/* line 150, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.instagram {
  background: url(../img/social/instagram.png) no-repeat;
}

/* line 151, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.reddit {
  background: url(../img/social/reddit.png) no-repeat;
}

/* line 152, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.aboutme {
  background: url(../img/social/aboutme.png) no-repeat;
}

/* line 153, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.flickr {
  background: url(../img/social/flickr.png) no-repeat;
}

/* line 154, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.foursquare {
  background: url(../img/social/foursquare.png) no-repeat;
}

/* line 155, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.gravatar {
  background: url(../img/social/gravatar.png) no-repeat;
}

/* line 156, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.klout {
  background: url(../img/social/klout.png) no-repeat;
}

/* line 157, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.myspace {
  background: url(../img/social/myspace.png) no-repeat;
}

/* line 158, app/assets/stylesheets/components/_social-icons.scss */
.social-icon.quora {
  background: url(../img/social/quora.png) no-repeat;
}

/* line 160, app/assets/stylesheets/components/_social-icons.scss */
.social-icon:hover {
  background-position: 0 -38px;
}

/* line 165, app/assets/stylesheets/components/_social-icons.scss */
.social-icon-color {
  opacity: 0.7;
  background-position: 0 -38px !important;
}

/* line 169, app/assets/stylesheets/components/_social-icons.scss */
.social-icon-color:hover {
  opacity: 1;
}

/***
Customized Bootstrap Tables
***/
/***
Default table
***/
/* line 9, app/assets/stylesheets/components/_tables.scss */
.table {
  background-color: #fff;
}

/* line 13, app/assets/stylesheets/components/_tables.scss */
.table.table-bordered thead > tr > th {
  border-bottom: 0;
}

/* line 18, app/assets/stylesheets/components/_tables.scss */
.table tr.heading > th {
  background-color: #eee !important;
}

/* line 22, app/assets/stylesheets/components/_tables.scss */
.table td .img-responsive {
  width: 100%;
}

/* Contextual table row variants */
/* line 104, app/assets/stylesheets/components/_mixins.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: #a6c8e6;
  color: #2c5285;
}

/* line 113, app/assets/stylesheets/components/_mixins.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.active:hover > th {
  background: #92bce0;
}

/* line 104, app/assets/stylesheets/components/_mixins.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: #dff0d8;
  color: #3c763d;
}

/* line 113, app/assets/stylesheets/components/_mixins.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.success:hover > th {
  background: #d0e9c6;
}

/* line 104, app/assets/stylesheets/components/_mixins.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: #d9edf7;
  color: #31708f;
}

/* line 113, app/assets/stylesheets/components/_mixins.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.info:hover > th {
  background: #c4e3f3;
}

/* line 104, app/assets/stylesheets/components/_mixins.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: #fcf8e3;
  color: #8a6d3b;
}

/* line 113, app/assets/stylesheets/components/_mixins.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.warning:hover > th {
  background: #faf2cc;
}

/* line 104, app/assets/stylesheets/components/_mixins.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: #f2dede;
  color: #a94442;
}

/* line 113, app/assets/stylesheets/components/_mixins.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.danger:hover > th {
  background: #ebcccc;
}

/***
Responsive & Scrollable Tables
***/
/* line 39, app/assets/stylesheets/components/_tables.scss */
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #dddddd;
  margin: 10px 0 !important;
}

/* line 46, app/assets/stylesheets/components/_tables.scss */
.table-scrollable.table-scrollable-borderless {
  border: 0;
}

/* line 50, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0;
  background-color: #fff;
}

/* line 56, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table > thead > tr > th,
.table-scrollable > .table > tbody > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > th,
.table-scrollable > .table > tfoot > tr > td {
  white-space: nowrap;
}

/* line 65, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table-bordered {
  border: 0;
}

/* line 68, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table-bordered > thead > tr > th:first-child,
.table-scrollable > .table-bordered > tbody > tr > th:first-child,
.table-scrollable > .table-bordered > tfoot > tr > th:first-child,
.table-scrollable > .table-bordered > thead > tr > td:first-child,
.table-scrollable > .table-bordered > tbody > tr > td:first-child,
.table-scrollable > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 77, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table-bordered > thead > tr > th:last-child,
.table-scrollable > .table-bordered > tbody > tr > th:last-child,
.table-scrollable > .table-bordered > tfoot > tr > th:last-child,
.table-scrollable > .table-bordered > thead > tr > td:last-child,
.table-scrollable > .table-bordered > tbody > tr > td:last-child,
.table-scrollable > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 86, app/assets/stylesheets/components/_tables.scss */
.table-scrollable > .table-bordered > thead > tr:last-child > th,
.table-scrollable > .table-bordered > tbody > tr:last-child > th,
.table-scrollable > .table-bordered > tfoot > tr:last-child > th,
.table-scrollable > .table-bordered > thead > tr:last-child > td,
.table-scrollable > .table-bordered > tbody > tr:last-child > td,
.table-scrollable > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/***
Responsive Flip Scroll Tables
***/
/* line 101, app/assets/stylesheets/components/_tables.scss */
.flip-scroll table {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* 768px */
  /* line 107, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll .flip-content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  /* line 108, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll * html .flip-content {
    zoom: 1;
  }
  /* line 109, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll *:first-child + html .flip-content {
    zoom: 1;
  }
  /* line 111, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* line 113, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll th,
.flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  /* line 115, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll th {
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    font-size: 13px !important;
    padding: 5px;
    width: auto !important;
  }
  /* line 125, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 126, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll thead {
    display: block;
    float: left;
  }
  /* line 130, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 138, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll thead tr {
    display: block;
  }
  /* line 139, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll th {
    display: block;
    text-align: right;
  }
  /* line 140, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
  }
  /* line 141, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  /* sort out borders */
  /* line 145, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 146, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 147, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll tbody tr {
    border-left: 1px solid #ddd;
  }
  /* line 148, app/assets/stylesheets/components/_tables.scss */
  .flip-scroll th:last-child,
.flip-scroll td:last-child {
    border-bottom: 1px solid #ddd;
  }
}

/***
Custom tables
***/
/* line 156, app/assets/stylesheets/components/_tables.scss */
.table-toolbar {
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.table-toolbar:before, .table-toolbar:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.table-toolbar:after {
  clear: both;
}

/* line 162, app/assets/stylesheets/components/_tables.scss */
.table.table-full-width {
  width: 100% !important;
}

/* line 166, app/assets/stylesheets/components/_tables.scss */
.table .btn {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 5px;
}

/* line 172, app/assets/stylesheets/components/_tables.scss */
.table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

/* line 177, app/assets/stylesheets/components/_tables.scss */
.table-advance {
  margin-bottom: 10px !important;
}

/* line 181, app/assets/stylesheets/components/_tables.scss */
.table-advance thead {
  color: #999;
}

/* line 185, app/assets/stylesheets/components/_tables.scss */
.table-advance thead tr th {
  background-color: #DDD;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

/* line 192, app/assets/stylesheets/components/_tables.scss */
.table-advance div.success,
.table-advance div.info,
.table-advance div.important,
.table-advance div.warning,
.table-advance div.danger {
  position: absolute;
  margin-top: -5px;
  float: left;
  width: 2px;
  height: 30px;
  margin-right: 20px !important;
}

/* line 205, app/assets/stylesheets/components/_tables.scss */
.table-advance tr td {
  border-left-width: 0px;
}

/* line 209, app/assets/stylesheets/components/_tables.scss */
.table-advance tr td:first-child {
  border-left-width: 1px !important;
}

/* line 213, app/assets/stylesheets/components/_tables.scss */
.table-advance tr td.highlight:first-child a {
  margin-left: 15px;
}

/* line 217, app/assets/stylesheets/components/_tables.scss */
.table-advance td.highlight div.primary {
  border-left: 2px solid #428bca;
}

/* line 221, app/assets/stylesheets/components/_tables.scss */
.table-advance td.highlight div.success {
  border-left: 2px solid #45B6AF;
}

/* line 225, app/assets/stylesheets/components/_tables.scss */
.table-advance td.highlight div.info {
  border-left: 2px solid #89C4F4;
}

/* line 229, app/assets/stylesheets/components/_tables.scss */
.table-advance td.highlight div.warning {
  border-left: 2px solid #dfba49;
}

/* line 233, app/assets/stylesheets/components/_tables.scss */
.table-advance td.highlight div.danger {
  border-left: 2px solid #F3565D;
}

@media (max-width: 767px) {
  /* 767px */
  /* line 240, app/assets/stylesheets/components/_tables.scss */
  .table-advance tr > td.highlight:first-child a {
    margin-left: 8px;
  }
}

/***
Light Table
***/
/* line 252, app/assets/stylesheets/components/_tables.scss */
.table.table-light {
  border: 0 !important;
}

/* line 258, app/assets/stylesheets/components/_tables.scss */
.table.table-light > thead > tr:hover > th {
  background: none;
}

/* line 263, app/assets/stylesheets/components/_tables.scss */
.table.table-light > thead > tr.uppercase {
  text-transform: uppercase;
}

/* line 267, app/assets/stylesheets/components/_tables.scss */
.table.table-light > thead > tr > th {
  font-weight: 600;
  font-size: 13px;
  color: #a7b3b9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  border-bottom: 1px solid #F2F5F8;
}

/* line 281, app/assets/stylesheets/components/_tables.scss */
.table.table-light > tbody > tr:last-child > td {
  border: 0;
}

/* line 286, app/assets/stylesheets/components/_tables.scss */
.table.table-light > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #F2F5F8;
  color: #9ca8b0;
  vertical-align: middle;
}

/* line 292, app/assets/stylesheets/components/_tables.scss */
.table.table-light > tbody > tr > td.fit {
  width: 1px;
  padding-right: 3px;
}

/* line 297, app/assets/stylesheets/components/_tables.scss */
.table.table-light > tbody > tr > td .user-pic {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
  border-radius: 100% !important;
}

/* line 308, app/assets/stylesheets/components/_tables.scss */
.table.table-light.table-hover > tbody > tr > td:hover,
.table.table-light.table-hover > tbody > tr > th:hover, .table.table-light.table-hover > tbody > tr:hover > td, .table.table-light.table-hover > tbody > tr:hover > th {
  background: #f9fafb;
}

/***
Customized Bootstrap Tabs
***/
/* Tabs and pills */
/* line 7, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs,
.nav-pills {
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs > li > a > .badge,
.nav-pills > li > a > .badge {
  margin-top: -3px;
}

/* line 21, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs > li .dropdown-menu:before, .nav-tabs > li .dropdown-menu:after,
.nav-pills > li .dropdown-menu:before,
.nav-pills > li .dropdown-menu:after {
  display: none;
}

/* line 30, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs.nav-tabs-sm > li > a, .nav-tabs.nav-pills-sm > li > a,
.nav-pills.nav-tabs-sm > li > a,
.nav-pills.nav-pills-sm > li > a {
  font-size: 13px;
}

/* line 36, app/assets/stylesheets/components/_tabs.scss */
.nav-tabs .dropdown.open > .dropdown-toggle,
.nav-pills .dropdown.open > .dropdown-toggle {
  background: #eee;
  color: #0d638f;
  border-color: transparent;
}

/* Left and right tabs */
/* line 46, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
  border-bottom: 0;
}

/* line 50, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs > li,
.tabs-left.nav-tabs > li {
  float: none;
}

/* line 53, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs > li > a,
.tabs-left.nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

/* Left tabs */
/* line 62, app/assets/stylesheets/components/_tabs.scss */
.tabs-left.nav-tabs {
  float1: left;
  border-right: 1px solid #ddd;
}

/* line 66, app/assets/stylesheets/components/_tabs.scss */
.tabs-left.nav-tabs > li > a {
  display: block;
  margin-right: -1px;
}

/* line 70, app/assets/stylesheets/components/_tabs.scss */
.tabs-left.nav-tabs > li > a:hover, .tabs-left.nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 76, app/assets/stylesheets/components/_tabs.scss */
.tabs-left.nav-tabs > li.active > a,
.tabs-left.nav-tabs > li.active > a:hover
> li.active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* Right tabs */
/* line 86, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs {
  float1: right;
  border-left: 1px solid #ddd;
}

/* line 90, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs > li > a {
  display: block;
  margin-left: -1px;
}

/* line 94, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs > li > a:hover, .tabs-right.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 100, app/assets/stylesheets/components/_tabs.scss */
.tabs-right.nav-tabs > li.active > a,
.tabs-right.nav-tabs > li.active > a:hover
> li.active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* Below tabs */
/* line 110, app/assets/stylesheets/components/_tabs.scss */
.tabs-below > .nav-tabs,
.tabs-below > .nav-pills {
  border-bottom: 0;
  margin-bottom: 0px;
  margin-top: 10px;
}

/* line 117, app/assets/stylesheets/components/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 122, app/assets/stylesheets/components/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 126, app/assets/stylesheets/components/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

/* line 133, app/assets/stylesheets/components/_tabs.scss */
.tabs-below > .nav-tabs .active a,
.tabs-below > .nav-tabs .active a:hover
.active a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/***
Custom tabs
***/
/* In BS3.0.0 tabbable class was removed. We had to added it back */
/* line 10, app/assets/stylesheets/components/_mixins.scss */
.tabbable:before, .tabbable:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 150, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom {
  margin-bottom: 15px;
  padding: 0px;
  overflow: hidden;
  /* justified tabs */
  /* boxless tabs */
  /* below justified tabs */
  /* full width tabs */
  /* below tabs */
}

/* line 155, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs {
  border: none;
  margin: 0px;
}

/* line 159, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li {
  margin-right: 2px;
  border-top: 2px solid transparent;
}

/* line 163, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li > a {
  margin-right: 0;
}

/* line 166, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

/* line 172, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li.active {
  border-bottom: 3px solid #F3565D;
  margin-top: 0;
  position: relative;
}

/* line 176, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li.active.profile a {
  font-weight: bold;
}

/* line 182, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li.active > a {
  border-top: none;
  font-weight: 400;
}

/* line 186, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .nav-tabs > li.active > a:hover {
  border-top: none;
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}

/* line 196, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom > .tab-content {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

/* line 204, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.nav-justified > .tab-content {
  margin-top: -1px;
}

/* line 210, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.boxless > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 219, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabs-below.nav-justified .tab-content {
  margin-top: 0px;
  margin-bottom: -2px;
}

/* line 227, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabbable-full-width > .nav-tabs > li > a {
  color: #424242;
  font-size: 15px;
  padding: 9px 15px;
}

/* line 233, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabbable-full-width > .tab-content {
  padding: 15px 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 245, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabs-below .nav-tabs > li > a {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}

/* line 251, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabs-below .nav-tabs > li.active {
  border-top: none;
  border-bottom: 3px solid #d12610;
  margin-bottom: 0;
  position: relative;
}

/* line 257, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabs-below .nav-tabs > li.active > a {
  border-bottom: none;
}

/* line 260, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabs-below .nav-tabs > li.active > a:hover {
  background: #fff;
  border-color: #d4d4d4 #d4d4d4 transparent;
}

/* line 271, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabbable-noborder > .nav-tabs > li > a {
  border: 0;
}

/* line 275, app/assets/stylesheets/components/_tabs.scss */
.tabbable-custom.tabbable-noborder .tab-content {
  border: 0;
}

/* line 285, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

/* line 289, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  background-color: #ebebeb;
}

/* line 293, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

/* line 298, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

/* line 303, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

/* line 307, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333;
}

/* line 312, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

/* line 317, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

/* line 322, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #F3565D;
  position: relative;
}

/* line 326, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333;
}

/* line 330, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

/* line 338, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

/* line 345, app/assets/stylesheets/components/_tabs.scss */
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* line 353, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

/* line 356, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

/* line 360, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

/* line 365, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #F3565D;
}

/* line 373, app/assets/stylesheets/components/_tabs.scss */
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

/***
Tiles(new in v1.1.1)
***/
/* line 5, app/assets/stylesheets/components/_tiles.scss */
.tiles {
  margin-right: -10px;
}

/* line 8, app/assets/stylesheets/components/_tiles.scss */
.tiles:before, .tiles:after {
  display: table;
  content: " ";
}

/* line 14, app/assets/stylesheets/components/_tiles.scss */
.tiles:after {
  clear: both;
}

/* line 18, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile {
  display: block;
  letter-spacing: 0.02em;
  float: left;
  height: 135px;
  width: 135px !important;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 20px;
  overflow: hidden;
  border: 4px solid transparent;
  margin: 0 10px 10px 0;
}

/* line 36, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile:after, .tiles .tile:before {
  content: "";
  float: left;
}

/* line 42, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.double {
  width: 280px !important;
}

/* line 46, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.double-down {
  height: 280px !important;
}

/* line 49, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.double-down i {
  margin-top: 95px;
}

/* line 54, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile:hover {
  border-color: #aaa !important;
}

/* line 58, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile:active, .tiles .tile.selected {
  border-color: #ccc !important;
}

/* line 63, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.selected .corner:after {
  content: "";
  display: inline-block;
  border-left: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #ccc;
  position: absolute;
  top: -3px;
  right: -3px;
}

/* line 74, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.selected .check:after {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 86, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.icon {
  padding: 0;
}

/* line 91, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.image .tile-body {
  padding: 0 !important;
}

/* line 94, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.image .tile-body > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}

/* line 101, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile.image .tile-body h3 {
  display: inline-block;
}

/* line 108, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body {
  height: 100%;
  vertical-align: top;
  padding: 10px 10px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
}

/* line 120, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
}

/* line 128, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body p:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 132, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body p:active {
  color: rgba(0, 0, 0, 0.4);
}

/* line 136, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body p:hover {
  color: #ffffff;
}

/* line 141, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body img {
  float: left;
  margin-right: 10px;
}

/* line 145, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body img.pull-right {
  float: right !important;
  margin-left: 10px;
  margin-right: 0px;
}

/* line 152, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body > .content {
  display: inline-block;
}

/* line 156, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body > i {
  margin-top: 17px;
  display: block;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

/* line 164, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body h1,
.tiles .tile .tile-body h2,
.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4,
.tiles .tile .tile-body h5,
.tiles .tile .tile-body h6,
.tiles .tile .tile-body p {
  padding: 0;
  margin: 0;
  line-height: 14px;
}

/* line 175, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body h1:hover,
.tiles .tile .tile-body h2:hover,
.tiles .tile .tile-body h3:hover,
.tiles .tile .tile-body h4:hover,
.tiles .tile .tile-body h5:hover,
.tiles .tile .tile-body h6:hover,
.tiles .tile .tile-body p:hover {
  color: #ffffff;
}

/* line 180, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-body h3,
.tiles .tile .tile-body h4 {
  margin-bottom: 5px;
}

/* line 186, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: transparent;
  *zoom: 1;
}

/* line 195, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object:before, .tiles .tile .tile-object:after {
  display: table;
  content: "";
}

/* line 201, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object:after {
  clear: both;
}

/* line 205, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object > .name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 15px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
}

/* line 216, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object > .name > i {
  vertical-align: middle;
  display: block;
  font-size: 24px;
  height: 18px;
  width: 24px;
}

/* line 225, app/assets/stylesheets/components/_tiles.scss */
.tiles .tile .tile-object > .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 14px;
  margin-bottom: 8px;
  margin-right: 10px;
}

/***
Custimized Bootstrap Wells
***/
/* line 5, app/assets/stylesheets/components/_wells.scss */
.well {
  background-color: #eee;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* Button */
/* line 44, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.default {
  color: #333333;
  background-color: #E5E5E5;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active {
  color: #333333;
  background-color: #d1d1d1;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .btn.default.dropdown-toggle {
  color: #333333;
  background-color: #d1d1d1;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.btn.default:active, .btn.default.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .btn.default.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.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: #E5E5E5;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.btn.default .badge {
  color: #E5E5E5;
  background-color: #333333;
}

/**********
Blue Colors
***********/
/***
Blue Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue.btn {
  color: #FFFFFF;
  background-color: #4B8DF8;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
  color: #FFFFFF;
  background-color: #2474f6;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2474f6;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue.btn:active, .blue.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn.active[disabled], fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
  background-color: #4B8DF8;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue.btn .badge {
  color: #4B8DF8;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-stripe {
  border-left: 3px solid #4B8DF8;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue,
.portlet.blue {
  background-color: #4B8DF8;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title,
.portlet.solid.blue > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue {
  border: 1px solid #7cacfa;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title {
  background-color: #4B8DF8;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #b7d1fc;
  color: #d0e1fd;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title > .actions .btn-default > i {
  color: #deeafe;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue > .portlet-title > .actions .btn-default:hover, .portlet.box.blue > .portlet-title > .actions .btn-default:focus, .portlet.box.blue > .portlet-title > .actions .btn-default:active, .portlet.box.blue > .portlet-title > .actions .btn-default.active {
  border: 1px solid #e8f0fe;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue {
  background-color: #4B8DF8;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue.dashboard-stat-light:hover {
  background-color: #3781f7;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue .more {
  color: #FFFFFF;
  background-color: #3781f7;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue {
  border-color: #4B8DF8 !important;
  background-image: none !important;
  background-color: #4B8DF8 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue {
  color: #4B8DF8 !important;
}

/***
Blue Madison
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-madison.btn {
  color: #FFFFFF;
  background-color: #578ebe;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-madison.btn:hover, .blue-madison.btn:focus, .blue-madison.btn:active, .blue-madison.btn.active {
  color: #FFFFFF;
  background-color: #427aaa;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-madison.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #427aaa;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-madison.btn:active, .blue-madison.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-madison.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-madison.btn.disabled, .blue-madison.btn.disabled:hover, .blue-madison.btn.disabled:focus, .blue-madison.btn.disabled:active, .blue-madison.btn.disabled.active, .blue-madison.btn[disabled], .blue-madison.btn[disabled]:hover, .blue-madison.btn[disabled]:focus, .blue-madison.btn[disabled]:active, .blue-madison.btn.active[disabled], fieldset[disabled] .blue-madison.btn, fieldset[disabled] .blue-madison.btn:hover, fieldset[disabled] .blue-madison.btn:focus, fieldset[disabled] .blue-madison.btn:active, fieldset[disabled] .blue-madison.btn.active {
  background-color: #578ebe;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-madison.btn .badge {
  color: #578ebe;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-madison-stripe {
  border-left: 3px solid #578ebe;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-madison,
.portlet.blue-madison {
  background-color: #578ebe;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title,
.portlet.solid.blue-madison > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-madison > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison {
  border: 1px solid #7ca7cc;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title {
  background-color: #578ebe;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #a8c4dd;
  color: #bad1e4;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title > .actions .btn-default > i {
  color: #c5d8e9;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-madison > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-madison > .portlet-title > .actions .btn-default:active, .portlet.box.blue-madison > .portlet-title > .actions .btn-default.active {
  border: 1px solid #cdddec;
  color: #dfeaf3;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison {
  background-color: #578ebe;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison.dashboard-stat-light:hover {
  background-color: #4884b8;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-madison .more {
  color: #FFFFFF;
  background-color: #4884b8;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-madison {
  border-color: #578ebe !important;
  background-image: none !important;
  background-color: #578ebe !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-madison {
  color: #578ebe !important;
}

/***
Blue Chambray
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-chambray.btn {
  color: #FFFFFF;
  background-color: #2C3E50;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-chambray.btn:hover, .blue-chambray.btn:focus, .blue-chambray.btn:active, .blue-chambray.btn.active {
  color: #FFFFFF;
  background-color: #1e2a36;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-chambray.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e2a36;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-chambray.btn:active, .blue-chambray.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-chambray.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-chambray.btn.disabled, .blue-chambray.btn.disabled:hover, .blue-chambray.btn.disabled:focus, .blue-chambray.btn.disabled:active, .blue-chambray.btn.disabled.active, .blue-chambray.btn[disabled], .blue-chambray.btn[disabled]:hover, .blue-chambray.btn[disabled]:focus, .blue-chambray.btn[disabled]:active, .blue-chambray.btn.active[disabled], fieldset[disabled] .blue-chambray.btn, fieldset[disabled] .blue-chambray.btn:hover, fieldset[disabled] .blue-chambray.btn:focus, fieldset[disabled] .blue-chambray.btn:active, fieldset[disabled] .blue-chambray.btn.active {
  background-color: #2C3E50;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-chambray.btn .badge {
  color: #2C3E50;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-chambray-stripe {
  border-left: 3px solid #2C3E50;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-chambray,
.portlet.blue-chambray {
  background-color: #2C3E50;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title,
.portlet.solid.blue-chambray > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-chambray > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray {
  border: 1px solid #3e5871;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title {
  background-color: #2C3E50;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #547698;
  color: #5f83a7;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default > i {
  color: #698bac;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-chambray > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default:active, .portlet.box.blue-chambray > .portlet-title > .actions .btn-default.active {
  border: 1px solid #6f90b0;
  color: #809cb9;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray {
  background-color: #2C3E50;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray.dashboard-stat-light:hover {
  background-color: #253443;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-chambray .more {
  color: #FFFFFF;
  background-color: #253443;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-chambray {
  border-color: #2C3E50 !important;
  background-image: none !important;
  background-color: #2C3E50 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-chambray {
  color: #2C3E50 !important;
}

/***
Blue Ebonyclay
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-ebonyclay.btn {
  color: #FFFFFF;
  background-color: #22313F;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-ebonyclay.btn:hover, .blue-ebonyclay.btn:focus, .blue-ebonyclay.btn:active, .blue-ebonyclay.btn.active {
  color: #FFFFFF;
  background-color: #141c25;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-ebonyclay.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #141c25;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-ebonyclay.btn:active, .blue-ebonyclay.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-ebonyclay.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-ebonyclay.btn.disabled, .blue-ebonyclay.btn.disabled:hover, .blue-ebonyclay.btn.disabled:focus, .blue-ebonyclay.btn.disabled:active, .blue-ebonyclay.btn.disabled.active, .blue-ebonyclay.btn[disabled], .blue-ebonyclay.btn[disabled]:hover, .blue-ebonyclay.btn[disabled]:focus, .blue-ebonyclay.btn[disabled]:active, .blue-ebonyclay.btn.active[disabled], fieldset[disabled] .blue-ebonyclay.btn, fieldset[disabled] .blue-ebonyclay.btn:hover, fieldset[disabled] .blue-ebonyclay.btn:focus, fieldset[disabled] .blue-ebonyclay.btn:active, fieldset[disabled] .blue-ebonyclay.btn.active {
  background-color: #22313F;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-ebonyclay.btn .badge {
  color: #22313F;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-ebonyclay-stripe {
  border-left: 3px solid #22313F;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-ebonyclay,
.portlet.blue-ebonyclay {
  background-color: #22313F;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title,
.portlet.solid.blue-ebonyclay > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-ebonyclay > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay {
  border: 1px solid #344b60;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title {
  background-color: #22313F;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #496a88;
  color: #527798;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default > i {
  color: #587ea2;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default:active, .portlet.box.blue-ebonyclay > .portlet-title > .actions .btn-default.active {
  border: 1px solid #5d83a7;
  color: #6d90b0;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay {
  background-color: #22313F;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay.dashboard-stat-light:hover {
  background-color: #1b2732;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-ebonyclay .more {
  color: #FFFFFF;
  background-color: #1b2732;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-ebonyclay {
  border-color: #22313F !important;
  background-image: none !important;
  background-color: #22313F !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-ebonyclay {
  color: #22313F !important;
}

/***
Blue Hoki
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-hoki.btn {
  color: #FFFFFF;
  background-color: #67809F;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-hoki.btn:hover, .blue-hoki.btn:focus, .blue-hoki.btn:active, .blue-hoki.btn.active {
  color: #FFFFFF;
  background-color: #566c88;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-hoki.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #566c88;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-hoki.btn:active, .blue-hoki.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-hoki.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-hoki.btn.disabled, .blue-hoki.btn.disabled:hover, .blue-hoki.btn.disabled:focus, .blue-hoki.btn.disabled:active, .blue-hoki.btn.disabled.active, .blue-hoki.btn[disabled], .blue-hoki.btn[disabled]:hover, .blue-hoki.btn[disabled]:focus, .blue-hoki.btn[disabled]:active, .blue-hoki.btn.active[disabled], fieldset[disabled] .blue-hoki.btn, fieldset[disabled] .blue-hoki.btn:hover, fieldset[disabled] .blue-hoki.btn:focus, fieldset[disabled] .blue-hoki.btn:active, fieldset[disabled] .blue-hoki.btn.active {
  background-color: #67809F;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-hoki.btn .badge {
  color: #67809F;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-hoki-stripe {
  border-left: 3px solid #67809F;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-hoki,
.portlet.blue-hoki {
  background-color: #67809F;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title,
.portlet.solid.blue-hoki > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-hoki > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki {
  border: 1px solid #869ab3;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title {
  background-color: #67809F;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #acb9ca;
  color: #bbc7d4;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default > i {
  color: #c5ceda;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-hoki > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default:active, .portlet.box.blue-hoki > .portlet-title > .actions .btn-default.active {
  border: 1px solid #cbd4de;
  color: #dbe1e8;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki {
  background-color: #67809F;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki.dashboard-stat-light:hover {
  background-color: #5e7694;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-hoki .more {
  color: #FFFFFF;
  background-color: #5e7694;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-hoki {
  border-color: #67809F !important;
  background-image: none !important;
  background-color: #67809F !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-hoki {
  color: #67809F !important;
}

/***
Blue Stell
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-steel.btn {
  color: #FFFFFF;
  background-color: #4B77BE;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-steel.btn:hover, .blue-steel.btn:focus, .blue-steel.btn:active, .blue-steel.btn.active {
  color: #FFFFFF;
  background-color: #3b64a5;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-steel.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3b64a5;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-steel.btn:active, .blue-steel.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-steel.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-steel.btn.disabled, .blue-steel.btn.disabled:hover, .blue-steel.btn.disabled:focus, .blue-steel.btn.disabled:active, .blue-steel.btn.disabled.active, .blue-steel.btn[disabled], .blue-steel.btn[disabled]:hover, .blue-steel.btn[disabled]:focus, .blue-steel.btn[disabled]:active, .blue-steel.btn.active[disabled], fieldset[disabled] .blue-steel.btn, fieldset[disabled] .blue-steel.btn:hover, fieldset[disabled] .blue-steel.btn:focus, fieldset[disabled] .blue-steel.btn:active, fieldset[disabled] .blue-steel.btn.active {
  background-color: #4B77BE;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-steel.btn .badge {
  color: #4B77BE;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-steel-stripe {
  border-left: 3px solid #4B77BE;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-steel,
.portlet.blue-steel {
  background-color: #4B77BE;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title,
.portlet.solid.blue-steel > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-steel > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel {
  border: 1px solid #7093cc;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title {
  background-color: #4B77BE;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #9db5dc;
  color: #b0c3e3;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title > .actions .btn-default > i {
  color: #bbcce7;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-steel > .portlet-title > .actions .btn-default:active, .portlet.box.blue-steel > .portlet-title > .actions .btn-default.active {
  border: 1px solid #c3d2e9;
  color: #d6e0f0;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel {
  background-color: #4B77BE;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel.dashboard-stat-light:hover {
  background-color: #416db4;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-steel .more {
  color: #FFFFFF;
  background-color: #416db4;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-steel {
  border-color: #4B77BE !important;
  background-image: none !important;
  background-color: #4B77BE !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-steel {
  color: #4B77BE !important;
}

/***
Blue Soft
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-soft.btn {
  color: #FFFFFF;
  background-color: #4c87b9;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-soft.btn:hover, .blue-soft.btn:focus, .blue-soft.btn:active, .blue-soft.btn.active {
  color: #FFFFFF;
  background-color: #3e729e;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-soft.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3e729e;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-soft.btn:active, .blue-soft.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-soft.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-soft.btn.disabled, .blue-soft.btn.disabled:hover, .blue-soft.btn.disabled:focus, .blue-soft.btn.disabled:active, .blue-soft.btn.disabled.active, .blue-soft.btn[disabled], .blue-soft.btn[disabled]:hover, .blue-soft.btn[disabled]:focus, .blue-soft.btn[disabled]:active, .blue-soft.btn.active[disabled], fieldset[disabled] .blue-soft.btn, fieldset[disabled] .blue-soft.btn:hover, fieldset[disabled] .blue-soft.btn:focus, fieldset[disabled] .blue-soft.btn:active, fieldset[disabled] .blue-soft.btn.active {
  background-color: #4c87b9;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-soft.btn .badge {
  color: #4c87b9;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-soft-stripe {
  border-left: 3px solid #4c87b9;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-soft,
.portlet.blue-soft {
  background-color: #4c87b9;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title,
.portlet.solid.blue-soft > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft {
  border: 1px solid #71a0c7;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title {
  background-color: #4c87b9;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #9dbdd9;
  color: #afc9e0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title > .actions .btn-default > i {
  color: #bad1e4;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-soft > .portlet-title > .actions .btn-default:active, .portlet.box.blue-soft > .portlet-title > .actions .btn-default.active {
  border: 1px solid #c1d6e7;
  color: #d4e2ee;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft {
  background-color: #4c87b9;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft.dashboard-stat-light:hover {
  background-color: #447dad;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-soft .more {
  color: #FFFFFF;
  background-color: #447dad;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-soft {
  border-color: #4c87b9 !important;
  background-image: none !important;
  background-color: #4c87b9 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-soft {
  color: #4c87b9 !important;
}

/***
Blue Dark
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-dark.btn {
  color: #FFFFFF;
  background-color: #5e738b;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-dark.btn:hover, .blue-dark.btn:focus, .blue-dark.btn:active, .blue-dark.btn.active {
  color: #FFFFFF;
  background-color: #4e5f73;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-dark.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #4e5f73;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-dark.btn:active, .blue-dark.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-dark.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-dark.btn.disabled, .blue-dark.btn.disabled:hover, .blue-dark.btn.disabled:focus, .blue-dark.btn.disabled:active, .blue-dark.btn.disabled.active, .blue-dark.btn[disabled], .blue-dark.btn[disabled]:hover, .blue-dark.btn[disabled]:focus, .blue-dark.btn[disabled]:active, .blue-dark.btn.active[disabled], fieldset[disabled] .blue-dark.btn, fieldset[disabled] .blue-dark.btn:hover, fieldset[disabled] .blue-dark.btn:focus, fieldset[disabled] .blue-dark.btn:active, fieldset[disabled] .blue-dark.btn.active {
  background-color: #5e738b;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-dark.btn .badge {
  color: #5e738b;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-dark-stripe {
  border-left: 3px solid #5e738b;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-dark,
.portlet.blue-dark {
  background-color: #5e738b;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title,
.portlet.solid.blue-dark > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-dark > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark {
  border: 1px solid #788da4;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title {
  background-color: #5e738b;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #9dacbd;
  color: #acb8c7;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title > .actions .btn-default > i {
  color: #b5c0cd;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-dark > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-dark > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-dark > .portlet-title > .actions .btn-default:active, .portlet.box.blue-dark > .portlet-title > .actions .btn-default.active {
  border: 1px solid #bbc5d1;
  color: #cad2db;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark {
  background-color: #5e738b;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark.dashboard-stat-light:hover {
  background-color: #56697f;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-dark .more {
  color: #FFFFFF;
  background-color: #56697f;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-dark {
  border-color: #5e738b !important;
  background-image: none !important;
  background-color: #5e738b !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-dark {
  color: #5e738b !important;
}

/***
Blue Sharp
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.blue-sharp.btn {
  color: #FFFFFF;
  background-color: #5C9BD1;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.blue-sharp.btn:hover, .blue-sharp.btn:focus, .blue-sharp.btn:active, .blue-sharp.btn.active {
  color: #FFFFFF;
  background-color: #3c87c8;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .blue-sharp.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #3c87c8;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.blue-sharp.btn:active, .blue-sharp.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .blue-sharp.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.blue-sharp.btn.disabled, .blue-sharp.btn.disabled:hover, .blue-sharp.btn.disabled:focus, .blue-sharp.btn.disabled:active, .blue-sharp.btn.disabled.active, .blue-sharp.btn[disabled], .blue-sharp.btn[disabled]:hover, .blue-sharp.btn[disabled]:focus, .blue-sharp.btn[disabled]:active, .blue-sharp.btn.active[disabled], fieldset[disabled] .blue-sharp.btn, fieldset[disabled] .blue-sharp.btn:hover, fieldset[disabled] .blue-sharp.btn:focus, fieldset[disabled] .blue-sharp.btn:active, fieldset[disabled] .blue-sharp.btn.active {
  background-color: #5C9BD1;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.blue-sharp.btn .badge {
  color: #5C9BD1;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.blue-sharp-stripe {
  border-left: 3px solid #5C9BD1;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.blue-sharp,
.portlet.blue-sharp {
  background-color: #5C9BD1;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title,
.portlet.solid.blue-sharp > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.blue-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp {
  border: 1px solid #84b3dc;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title {
  background-color: #5C9BD1;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #b4d1ea;
  color: #c7ddef;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default > i {
  color: #d3e4f3;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.blue-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.blue-sharp > .portlet-title > .actions .btn-default.active {
  border: 1px solid #dbe9f5;
  color: #eff5fb;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp {
  background-color: #5C9BD1;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp.dashboard-stat-light:hover {
  background-color: #4c91cd;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.blue-sharp .more {
  color: #FFFFFF;
  background-color: #4c91cd;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-blue-sharp {
  border-color: #5C9BD1 !important;
  background-image: none !important;
  background-color: #5C9BD1 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-blue-sharp {
  color: #5C9BD1 !important;
}

/***********
Green Colors
************/
/***
Green Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green.btn {
  color: #FFFFFF;
  background-color: #35aa47;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {
  color: #FFFFFF;
  background-color: #2b8b3a;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2b8b3a;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green.btn:active, .green.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green.btn.disabled, .green.btn.disabled:hover, .green.btn.disabled:focus, .green.btn.disabled:active, .green.btn.disabled.active, .green.btn[disabled], .green.btn[disabled]:hover, .green.btn[disabled]:focus, .green.btn[disabled]:active, .green.btn.active[disabled], fieldset[disabled] .green.btn, fieldset[disabled] .green.btn:hover, fieldset[disabled] .green.btn:focus, fieldset[disabled] .green.btn:active, fieldset[disabled] .green.btn.active {
  background-color: #35aa47;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green.btn .badge {
  color: #35aa47;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-stripe {
  border-left: 3px solid #35aa47;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green,
.portlet.green {
  background-color: #35aa47;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title,
.portlet.solid.green > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green {
  border: 1px solid #4bc75e;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title {
  background-color: #35aa47;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #7ad588;
  color: #8ddc99;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title > .actions .btn-default > i {
  color: #99dfa4;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green > .portlet-title > .actions .btn-default:hover, .portlet.box.green > .portlet-title > .actions .btn-default:focus, .portlet.box.green > .portlet-title > .actions .btn-default:active, .portlet.box.green > .portlet-title > .actions .btn-default.active {
  border: 1px solid #a1e2ab;
  color: #b4e8bc;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green {
  background-color: #35aa47;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green.dashboard-stat-light:hover {
  background-color: #309a41;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green .more {
  color: #FFFFFF;
  background-color: #309a41;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green {
  border-color: #35aa47 !important;
  background-image: none !important;
  background-color: #35aa47 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green {
  color: #35aa47 !important;
}

/***
Green Meadow
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-meadow.btn {
  color: #FFFFFF;
  background-color: #1BBC9B;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-meadow.btn:hover, .green-meadow.btn:focus, .green-meadow.btn:active, .green-meadow.btn.active {
  color: #FFFFFF;
  background-color: #16987e;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-meadow.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #16987e;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-meadow.btn:active, .green-meadow.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-meadow.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-meadow.btn.disabled, .green-meadow.btn.disabled:hover, .green-meadow.btn.disabled:focus, .green-meadow.btn.disabled:active, .green-meadow.btn.disabled.active, .green-meadow.btn[disabled], .green-meadow.btn[disabled]:hover, .green-meadow.btn[disabled]:focus, .green-meadow.btn[disabled]:active, .green-meadow.btn.active[disabled], fieldset[disabled] .green-meadow.btn, fieldset[disabled] .green-meadow.btn:hover, fieldset[disabled] .green-meadow.btn:focus, fieldset[disabled] .green-meadow.btn:active, fieldset[disabled] .green-meadow.btn.active {
  background-color: #1BBC9B;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-meadow.btn .badge {
  color: #1BBC9B;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-meadow-stripe {
  border-left: 3px solid #1BBC9B;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-meadow,
.portlet.green-meadow {
  background-color: #1BBC9B;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title,
.portlet.solid.green-meadow > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-meadow > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow {
  border: 1px solid #2ae0bb;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title {
  background-color: #1BBC9B;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #5fe8cc;
  color: #75ebd3;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title > .actions .btn-default > i {
  color: #83edd7;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-meadow > .portlet-title > .actions .btn-default:hover, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:focus, .portlet.box.green-meadow > .portlet-title > .actions .btn-default:active, .portlet.box.green-meadow > .portlet-title > .actions .btn-default.active {
  border: 1px solid #8ceeda;
  color: #a2f2e1;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow {
  background-color: #1BBC9B;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow.dashboard-stat-light:hover {
  background-color: #18aa8c;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-meadow .more {
  color: #FFFFFF;
  background-color: #18aa8c;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-meadow {
  border-color: #1BBC9B !important;
  background-image: none !important;
  background-color: #1BBC9B !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-meadow {
  color: #1BBC9B !important;
}

/***
Green Seagreen
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-seagreen.btn {
  color: #FFFFFF;
  background-color: #1BA39C;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-seagreen.btn:hover, .green-seagreen.btn:focus, .green-seagreen.btn:active, .green-seagreen.btn.active {
  color: #FFFFFF;
  background-color: #15807b;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-seagreen.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #15807b;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-seagreen.btn:active, .green-seagreen.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-seagreen.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-seagreen.btn.disabled, .green-seagreen.btn.disabled:hover, .green-seagreen.btn.disabled:focus, .green-seagreen.btn.disabled:active, .green-seagreen.btn.disabled.active, .green-seagreen.btn[disabled], .green-seagreen.btn[disabled]:hover, .green-seagreen.btn[disabled]:focus, .green-seagreen.btn[disabled]:active, .green-seagreen.btn.active[disabled], fieldset[disabled] .green-seagreen.btn, fieldset[disabled] .green-seagreen.btn:hover, fieldset[disabled] .green-seagreen.btn:focus, fieldset[disabled] .green-seagreen.btn:active, fieldset[disabled] .green-seagreen.btn.active {
  background-color: #1BA39C;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-seagreen.btn .badge {
  color: #1BA39C;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-seagreen-stripe {
  border-left: 3px solid #1BA39C;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-seagreen,
.portlet.green-seagreen {
  background-color: #1BA39C;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title,
.portlet.solid.green-seagreen > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-seagreen > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen {
  border: 1px solid #22cfc6;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title {
  background-color: #1BA39C;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #4de1da;
  color: #63e5de;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default > i {
  color: #70e7e1;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-seagreen > .portlet-title > .actions .btn-default:hover, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:focus, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default:active, .portlet.box.green-seagreen > .portlet-title > .actions .btn-default.active {
  border: 1px solid #78e9e3;
  color: #8eece8;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen {
  background-color: #1BA39C;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen.dashboard-stat-light:hover {
  background-color: #18918b;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-seagreen .more {
  color: #FFFFFF;
  background-color: #18918b;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-seagreen {
  border-color: #1BA39C !important;
  background-image: none !important;
  background-color: #1BA39C !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-seagreen {
  color: #1BA39C !important;
}

/***
Green Turquoise
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-turquoise.btn {
  color: #FFFFFF;
  background-color: #36D7B7;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-turquoise.btn:hover, .green-turquoise.btn:focus, .green-turquoise.btn:active, .green-turquoise.btn.active {
  color: #FFFFFF;
  background-color: #26bea0;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-turquoise.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #26bea0;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-turquoise.btn:active, .green-turquoise.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-turquoise.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-turquoise.btn.disabled, .green-turquoise.btn.disabled:hover, .green-turquoise.btn.disabled:focus, .green-turquoise.btn.disabled:active, .green-turquoise.btn.disabled.active, .green-turquoise.btn[disabled], .green-turquoise.btn[disabled]:hover, .green-turquoise.btn[disabled]:focus, .green-turquoise.btn[disabled]:active, .green-turquoise.btn.active[disabled], fieldset[disabled] .green-turquoise.btn, fieldset[disabled] .green-turquoise.btn:hover, fieldset[disabled] .green-turquoise.btn:focus, fieldset[disabled] .green-turquoise.btn:active, fieldset[disabled] .green-turquoise.btn.active {
  background-color: #36D7B7;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-turquoise.btn .badge {
  color: #36D7B7;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-turquoise-stripe {
  border-left: 3px solid #36D7B7;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-turquoise,
.portlet.green-turquoise {
  background-color: #36D7B7;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title,
.portlet.solid.green-turquoise > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-turquoise > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise {
  border: 1px solid #61dfc6;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title {
  background-color: #36D7B7;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #94ead9;
  color: #a9eee0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default > i {
  color: #b6f0e5;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-turquoise > .portlet-title > .actions .btn-default:hover, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:focus, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default:active, .portlet.box.green-turquoise > .portlet-title > .actions .btn-default.active {
  border: 1px solid #bef2e8;
  color: #d3f6ef;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise {
  background-color: #36D7B7;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise.dashboard-stat-light:hover {
  background-color: #29cfae;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-turquoise .more {
  color: #FFFFFF;
  background-color: #29cfae;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-turquoise {
  border-color: #36D7B7 !important;
  background-image: none !important;
  background-color: #36D7B7 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-turquoise {
  color: #36D7B7 !important;
}

/***
Green Haze
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-haze.btn {
  color: #FFFFFF;
  background-color: #44b6ae;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-haze.btn:hover, .green-haze.btn:focus, .green-haze.btn:active, .green-haze.btn.active {
  color: #FFFFFF;
  background-color: #399892;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-haze.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #399892;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-haze.btn:active, .green-haze.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-haze.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-haze.btn.disabled, .green-haze.btn.disabled:hover, .green-haze.btn.disabled:focus, .green-haze.btn.disabled:active, .green-haze.btn.disabled.active, .green-haze.btn[disabled], .green-haze.btn[disabled]:hover, .green-haze.btn[disabled]:focus, .green-haze.btn[disabled]:active, .green-haze.btn.active[disabled], fieldset[disabled] .green-haze.btn, fieldset[disabled] .green-haze.btn:hover, fieldset[disabled] .green-haze.btn:focus, fieldset[disabled] .green-haze.btn:active, fieldset[disabled] .green-haze.btn.active {
  background-color: #44b6ae;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-haze.btn .badge {
  color: #44b6ae;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-haze-stripe {
  border-left: 3px solid #44b6ae;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-haze,
.portlet.green-haze {
  background-color: #44b6ae;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title,
.portlet.solid.green-haze > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-haze > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze {
  border: 1px solid #67c6bf;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title {
  background-color: #44b6ae;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #93d7d2;
  color: #a6deda;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title > .actions .btn-default > i {
  color: #b1e2de;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-haze > .portlet-title > .actions .btn-default:hover, .portlet.box.green-haze > .portlet-title > .actions .btn-default:focus, .portlet.box.green-haze > .portlet-title > .actions .btn-default:active, .portlet.box.green-haze > .portlet-title > .actions .btn-default.active {
  border: 1px solid #b9e5e2;
  color: #cbece9;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze {
  background-color: #44b6ae;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze.dashboard-stat-light:hover {
  background-color: #3ea7a0;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-haze .more {
  color: #FFFFFF;
  background-color: #3ea7a0;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-haze {
  border-color: #44b6ae !important;
  background-image: none !important;
  background-color: #44b6ae !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-haze {
  color: #44b6ae !important;
}

/***
Green Jungle
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-jungle.btn {
  color: #FFFFFF;
  background-color: #26C281;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-jungle.btn:hover, .green-jungle.btn:focus, .green-jungle.btn:active, .green-jungle.btn.active {
  color: #FFFFFF;
  background-color: #1fa06a;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-jungle.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1fa06a;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-jungle.btn:active, .green-jungle.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-jungle.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-jungle.btn.disabled, .green-jungle.btn.disabled:hover, .green-jungle.btn.disabled:focus, .green-jungle.btn.disabled:active, .green-jungle.btn.disabled.active, .green-jungle.btn[disabled], .green-jungle.btn[disabled]:hover, .green-jungle.btn[disabled]:focus, .green-jungle.btn[disabled]:active, .green-jungle.btn.active[disabled], fieldset[disabled] .green-jungle.btn, fieldset[disabled] .green-jungle.btn:hover, fieldset[disabled] .green-jungle.btn:focus, fieldset[disabled] .green-jungle.btn:active, fieldset[disabled] .green-jungle.btn.active {
  background-color: #26C281;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-jungle.btn .badge {
  color: #26C281;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-jungle-stripe {
  border-left: 3px solid #26C281;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-jungle,
.portlet.green-jungle {
  background-color: #26C281;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title,
.portlet.solid.green-jungle > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-jungle > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle {
  border: 1px solid #41da9a;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title {
  background-color: #26C281;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #74e4b5;
  color: #8ae8c1;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title > .actions .btn-default > i {
  color: #96ebc8;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-jungle > .portlet-title > .actions .btn-default:hover, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:focus, .portlet.box.green-jungle > .portlet-title > .actions .btn-default:active, .portlet.box.green-jungle > .portlet-title > .actions .btn-default.active {
  border: 1px solid #9feccc;
  color: #b4f0d7;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle {
  background-color: #26C281;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle.dashboard-stat-light:hover {
  background-color: #23b176;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-jungle .more {
  color: #FFFFFF;
  background-color: #23b176;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-jungle {
  border-color: #26C281 !important;
  background-image: none !important;
  background-color: #26C281 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-jungle {
  color: #26C281 !important;
}

/***
Green Sharp
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-sharp.btn {
  color: #FFFFFF;
  background-color: #4DB3A2;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-sharp.btn:hover, .green-sharp.btn:focus, .green-sharp.btn:active, .green-sharp.btn.active {
  color: #FFFFFF;
  background-color: #409788;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-sharp.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #409788;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-sharp.btn:active, .green-sharp.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-sharp.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-sharp.btn.disabled, .green-sharp.btn.disabled:hover, .green-sharp.btn.disabled:focus, .green-sharp.btn.disabled:active, .green-sharp.btn.disabled.active, .green-sharp.btn[disabled], .green-sharp.btn[disabled]:hover, .green-sharp.btn[disabled]:focus, .green-sharp.btn[disabled]:active, .green-sharp.btn.active[disabled], fieldset[disabled] .green-sharp.btn, fieldset[disabled] .green-sharp.btn:hover, fieldset[disabled] .green-sharp.btn:focus, fieldset[disabled] .green-sharp.btn:active, fieldset[disabled] .green-sharp.btn.active {
  background-color: #4DB3A2;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-sharp.btn .badge {
  color: #4DB3A2;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-sharp-stripe {
  border-left: 3px solid #4DB3A2;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-sharp,
.portlet.green-sharp {
  background-color: #4DB3A2;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title,
.portlet.solid.green-sharp > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp {
  border: 1px solid #71c2b5;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title {
  background-color: #4DB3A2;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #9cd5cb;
  color: #addcd4;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title > .actions .btn-default > i {
  color: #b8e1da;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.green-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.green-sharp > .portlet-title > .actions .btn-default.active {
  border: 1px solid #bfe4de;
  color: #d1ebe7;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp {
  background-color: #4DB3A2;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp.dashboard-stat-light:hover {
  background-color: #46a595;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-sharp .more {
  color: #FFFFFF;
  background-color: #46a595;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-sharp {
  border-color: #4DB3A2 !important;
  background-image: none !important;
  background-color: #4DB3A2 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-sharp {
  color: #4DB3A2 !important;
}

/***
Green Sharp
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.green-soft.btn {
  color: #FFFFFF;
  background-color: #3faba4;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.green-soft.btn:hover, .green-soft.btn:focus, .green-soft.btn:active, .green-soft.btn.active {
  color: #FFFFFF;
  background-color: #348d87;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .green-soft.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #348d87;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.green-soft.btn:active, .green-soft.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .green-soft.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.green-soft.btn.disabled, .green-soft.btn.disabled:hover, .green-soft.btn.disabled:focus, .green-soft.btn.disabled:active, .green-soft.btn.disabled.active, .green-soft.btn[disabled], .green-soft.btn[disabled]:hover, .green-soft.btn[disabled]:focus, .green-soft.btn[disabled]:active, .green-soft.btn.active[disabled], fieldset[disabled] .green-soft.btn, fieldset[disabled] .green-soft.btn:hover, fieldset[disabled] .green-soft.btn:focus, fieldset[disabled] .green-soft.btn:active, fieldset[disabled] .green-soft.btn.active {
  background-color: #3faba4;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.green-soft.btn .badge {
  color: #3faba4;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.green-soft-stripe {
  border-left: 3px solid #3faba4;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.green-soft,
.portlet.green-soft {
  background-color: #3faba4;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title,
.portlet.solid.green-soft > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.green-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft {
  border: 1px solid #5bc2bc;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title {
  background-color: #3faba4;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #87d3ce;
  color: #9adad6;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title > .actions .btn-default > i {
  color: #a5deda;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.green-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.green-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.green-soft > .portlet-title > .actions .btn-default:active, .portlet.box.green-soft > .portlet-title > .actions .btn-default.active {
  border: 1px solid #ade1dd;
  color: #bfe7e5;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft {
  background-color: #3faba4;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft.dashboard-stat-light:hover {
  background-color: #3a9c96;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.green-soft .more {
  color: #FFFFFF;
  background-color: #3a9c96;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-green-soft {
  border-color: #3faba4 !important;
  background-image: none !important;
  background-color: #3faba4 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-green-soft {
  color: #3faba4 !important;
}

/***********
Grey Colors
************/
/***
Grey Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey.btn {
  color: #333333;
  background-color: #E5E5E5;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey.btn:hover, .grey.btn:focus, .grey.btn:active, .grey.btn.active {
  color: #333333;
  background-color: #d1d1d1;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey.btn.dropdown-toggle {
  color: #333333;
  background-color: #d1d1d1;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey.btn:active, .grey.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey.btn.disabled, .grey.btn.disabled:hover, .grey.btn.disabled:focus, .grey.btn.disabled:active, .grey.btn.disabled.active, .grey.btn[disabled], .grey.btn[disabled]:hover, .grey.btn[disabled]:focus, .grey.btn[disabled]:active, .grey.btn.active[disabled], fieldset[disabled] .grey.btn, fieldset[disabled] .grey.btn:hover, fieldset[disabled] .grey.btn:focus, fieldset[disabled] .grey.btn:active, fieldset[disabled] .grey.btn.active {
  background-color: #E5E5E5;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey.btn .badge {
  color: #E5E5E5;
  background-color: #333333;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-stripe {
  border-left: 3px solid #E5E5E5;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey,
.portlet.grey {
  background-color: #E5E5E5;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title,
.portlet.solid.grey > .portlet-body {
  border: 0;
  color: #333333;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .caption > i {
  color: #333333;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey {
  border: 1px solid white;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title {
  background-color: #E5E5E5;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title > .caption {
  color: #333333;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title > .caption > i {
  color: #333333;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid white;
  color: white;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey > .portlet-title > .actions .btn-default:hover, .portlet.box.grey > .portlet-title > .actions .btn-default:focus, .portlet.box.grey > .portlet-title > .actions .btn-default:active, .portlet.box.grey > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey {
  background-color: #E5E5E5;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey.dashboard-stat-light:hover {
  background-color: #dbdbdb;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey .visual > i {
  color: #333333;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey .details .number {
  color: #333333;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey .details .desc {
  color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey .more {
  color: #333333;
  background-color: #dbdbdb;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey {
  border-color: #E5E5E5 !important;
  background-image: none !important;
  background-color: #E5E5E5 !important;
  color: #333333 !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey {
  color: #E5E5E5 !important;
}

/***
Grey Steel
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-steel.btn {
  color: #80898e;
  background-color: #e9edef;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-steel.btn:hover, .grey-steel.btn:focus, .grey-steel.btn:active, .grey-steel.btn.active {
  color: #80898e;
  background-color: #d1dade;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-steel.btn.dropdown-toggle {
  color: #80898e;
  background-color: #d1dade;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-steel.btn:active, .grey-steel.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-steel.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-steel.btn.disabled, .grey-steel.btn.disabled:hover, .grey-steel.btn.disabled:focus, .grey-steel.btn.disabled:active, .grey-steel.btn.disabled.active, .grey-steel.btn[disabled], .grey-steel.btn[disabled]:hover, .grey-steel.btn[disabled]:focus, .grey-steel.btn[disabled]:active, .grey-steel.btn.active[disabled], fieldset[disabled] .grey-steel.btn, fieldset[disabled] .grey-steel.btn:hover, fieldset[disabled] .grey-steel.btn:focus, fieldset[disabled] .grey-steel.btn:active, fieldset[disabled] .grey-steel.btn.active {
  background-color: #e9edef;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-steel.btn .badge {
  color: #e9edef;
  background-color: #80898e;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-steel-stripe {
  border-left: 3px solid #e9edef;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-steel,
.portlet.grey-steel {
  background-color: #e9edef;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title,
.portlet.solid.grey-steel > .portlet-body {
  border: 0;
  color: #80898e;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .caption > i {
  color: #80898e;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-steel > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel {
  border: 1px solid white;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title {
  background-color: #e9edef;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title > .caption {
  color: #80898e;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title > .caption > i {
  color: #80898e;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid white;
  color: white;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-steel > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-steel > .portlet-title > .actions .btn-default:active, .portlet.box.grey-steel > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel {
  background-color: #e9edef;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel.dashboard-stat-light:hover {
  background-color: #dde3e6;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel .visual > i {
  color: #80898e;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel .details .number {
  color: #80898e;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel .details .desc {
  color: #80898e;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-steel .more {
  color: #80898e;
  background-color: #dde3e6;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-steel {
  border-color: #e9edef !important;
  background-image: none !important;
  background-color: #e9edef !important;
  color: #80898e !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-steel {
  color: #e9edef !important;
}

/***
Grey Cararra
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-cararra.btn {
  color: #333333;
  background-color: #fafafa;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-cararra.btn:hover, .grey-cararra.btn:focus, .grey-cararra.btn:active, .grey-cararra.btn.active {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-cararra.btn.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-cararra.btn:active, .grey-cararra.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-cararra.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-cararra.btn.disabled, .grey-cararra.btn.disabled:hover, .grey-cararra.btn.disabled:focus, .grey-cararra.btn.disabled:active, .grey-cararra.btn.disabled.active, .grey-cararra.btn[disabled], .grey-cararra.btn[disabled]:hover, .grey-cararra.btn[disabled]:focus, .grey-cararra.btn[disabled]:active, .grey-cararra.btn.active[disabled], fieldset[disabled] .grey-cararra.btn, fieldset[disabled] .grey-cararra.btn:hover, fieldset[disabled] .grey-cararra.btn:focus, fieldset[disabled] .grey-cararra.btn:active, fieldset[disabled] .grey-cararra.btn.active {
  background-color: #fafafa;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-cararra.btn .badge {
  color: #fafafa;
  background-color: #333333;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-cararra-stripe {
  border-left: 3px solid #fafafa;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-cararra,
.portlet.grey-cararra {
  background-color: #fafafa;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title,
.portlet.solid.grey-cararra > .portlet-body {
  border: 0;
  color: #333333;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .caption > i {
  color: #333333;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cararra > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra {
  border: 1px solid white;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title {
  background-color: #fafafa;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title > .caption {
  color: #333333;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title > .caption > i {
  color: #333333;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid white;
  color: white;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cararra > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cararra > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra {
  background-color: #fafafa;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra.dashboard-stat-light:hover {
  background-color: #f0f0f0;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra .visual > i {
  color: #333333;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra .details .number {
  color: #333333;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra .details .desc {
  color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cararra .more {
  color: #333333;
  background-color: #f0f0f0;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-cararra {
  border-color: #fafafa !important;
  background-image: none !important;
  background-color: #fafafa !important;
  color: #333333 !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-cararra {
  color: #fafafa !important;
}

/***
Grey Gallery
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-gallery.btn {
  color: #ffffff;
  background-color: #555555;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-gallery.btn:hover, .grey-gallery.btn:focus, .grey-gallery.btn:active, .grey-gallery.btn.active {
  color: #ffffff;
  background-color: #414141;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-gallery.btn.dropdown-toggle {
  color: #ffffff;
  background-color: #414141;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-gallery.btn:active, .grey-gallery.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-gallery.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-gallery.btn.disabled, .grey-gallery.btn.disabled:hover, .grey-gallery.btn.disabled:focus, .grey-gallery.btn.disabled:active, .grey-gallery.btn.disabled.active, .grey-gallery.btn[disabled], .grey-gallery.btn[disabled]:hover, .grey-gallery.btn[disabled]:focus, .grey-gallery.btn[disabled]:active, .grey-gallery.btn.active[disabled], fieldset[disabled] .grey-gallery.btn, fieldset[disabled] .grey-gallery.btn:hover, fieldset[disabled] .grey-gallery.btn:focus, fieldset[disabled] .grey-gallery.btn:active, fieldset[disabled] .grey-gallery.btn.active {
  background-color: #555555;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-gallery.btn .badge {
  color: #555555;
  background-color: #ffffff;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-gallery-stripe {
  border-left: 3px solid #555555;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-gallery,
.portlet.grey-gallery {
  background-color: #555555;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title,
.portlet.solid.grey-gallery > .portlet-body {
  border: 0;
  color: #ffffff;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .caption > i {
  color: #ffffff;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-gallery > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery {
  border: 1px solid #6f6f6f;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title {
  background-color: #555555;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title > .caption {
  color: #ffffff;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title > .caption > i {
  color: #ffffff;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #8d8d8d;
  color: #9a9a9a;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default > i {
  color: #a2a2a2;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-gallery > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default:active, .portlet.box.grey-gallery > .portlet-title > .actions .btn-default.active {
  border: 1px solid #a7a7a7;
  color: #b3b3b3;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery {
  background-color: #555555;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery.dashboard-stat-light:hover {
  background-color: #4b4b4b;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery .visual > i {
  color: #ffffff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery .details .number {
  color: #ffffff;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery .details .desc {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-gallery .more {
  color: #ffffff;
  background-color: #4b4b4b;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-gallery {
  border-color: #555555 !important;
  background-image: none !important;
  background-color: #555555 !important;
  color: #ffffff !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-gallery {
  color: #555555 !important;
}

/***
Grey Cascade
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-cascade.btn {
  color: #FFFFFF;
  background-color: #95A5A6;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-cascade.btn:hover, .grey-cascade.btn:focus, .grey-cascade.btn:active, .grey-cascade.btn.active {
  color: #FFFFFF;
  background-color: #7f9293;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-cascade.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7f9293;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-cascade.btn:active, .grey-cascade.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-cascade.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-cascade.btn.disabled, .grey-cascade.btn.disabled:hover, .grey-cascade.btn.disabled:focus, .grey-cascade.btn.disabled:active, .grey-cascade.btn.disabled.active, .grey-cascade.btn[disabled], .grey-cascade.btn[disabled]:hover, .grey-cascade.btn[disabled]:focus, .grey-cascade.btn[disabled]:active, .grey-cascade.btn.active[disabled], fieldset[disabled] .grey-cascade.btn, fieldset[disabled] .grey-cascade.btn:hover, fieldset[disabled] .grey-cascade.btn:focus, fieldset[disabled] .grey-cascade.btn:active, fieldset[disabled] .grey-cascade.btn.active {
  background-color: #95A5A6;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-cascade.btn .badge {
  color: #95A5A6;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-cascade-stripe {
  border-left: 3px solid #95A5A6;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-cascade,
.portlet.grey-cascade {
  background-color: #95A5A6;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title,
.portlet.solid.grey-cascade > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-cascade > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade {
  border: 1px solid #b1bdbd;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title {
  background-color: #95A5A6;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #d2d9d9;
  color: #e0e5e5;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default > i {
  color: #e8ecec;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-cascade > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default:active, .portlet.box.grey-cascade > .portlet-title > .actions .btn-default.active {
  border: 1px solid #eef0f0;
  color: #fcfcfc;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade {
  background-color: #95A5A6;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade.dashboard-stat-light:hover {
  background-color: #8a9c9d;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-cascade .more {
  color: #FFFFFF;
  background-color: #8a9c9d;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-cascade {
  border-color: #95A5A6 !important;
  background-image: none !important;
  background-color: #95A5A6 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-cascade {
  color: #95A5A6 !important;
}

/***
Grey Silver
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-silver.btn {
  color: #FAFCFB;
  background-color: #BFBFBF;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-silver.btn:hover, .grey-silver.btn:focus, .grey-silver.btn:active, .grey-silver.btn.active {
  color: #FAFCFB;
  background-color: #ababab;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-silver.btn.dropdown-toggle {
  color: #FAFCFB;
  background-color: #ababab;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-silver.btn:active, .grey-silver.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-silver.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-silver.btn.disabled, .grey-silver.btn.disabled:hover, .grey-silver.btn.disabled:focus, .grey-silver.btn.disabled:active, .grey-silver.btn.disabled.active, .grey-silver.btn[disabled], .grey-silver.btn[disabled]:hover, .grey-silver.btn[disabled]:focus, .grey-silver.btn[disabled]:active, .grey-silver.btn.active[disabled], fieldset[disabled] .grey-silver.btn, fieldset[disabled] .grey-silver.btn:hover, fieldset[disabled] .grey-silver.btn:focus, fieldset[disabled] .grey-silver.btn:active, fieldset[disabled] .grey-silver.btn.active {
  background-color: #BFBFBF;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-silver.btn .badge {
  color: #BFBFBF;
  background-color: #FAFCFB;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-silver-stripe {
  border-left: 3px solid #BFBFBF;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-silver,
.portlet.grey-silver {
  background-color: #BFBFBF;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title,
.portlet.solid.grey-silver > .portlet-body {
  border: 0;
  color: #FAFCFB;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-silver > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver {
  border: 1px solid #d9d9d9;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title {
  background-color: #BFBFBF;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title > .caption {
  color: #FAFCFB;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #f7f7f7;
  color: white;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-silver > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-silver > .portlet-title > .actions .btn-default:active, .portlet.box.grey-silver > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver {
  background-color: #BFBFBF;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver.dashboard-stat-light:hover {
  background-color: #b5b5b5;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver .visual > i {
  color: #FAFCFB;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver .details .number {
  color: #FAFCFB;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-silver .more {
  color: #FAFCFB;
  background-color: #b5b5b5;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-silver {
  border-color: #BFBFBF !important;
  background-image: none !important;
  background-color: #BFBFBF !important;
  color: #FAFCFB !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-silver {
  color: #BFBFBF !important;
}

/***
Grey Salsa
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-salsa.btn {
  color: #FAFCFB;
  background-color: #ACB5C3;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-salsa.btn:hover, .grey-salsa.btn:focus, .grey-salsa.btn:active, .grey-salsa.btn.active {
  color: #FAFCFB;
  background-color: #94a0b2;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-salsa.btn.dropdown-toggle {
  color: #FAFCFB;
  background-color: #94a0b2;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-salsa.btn:active, .grey-salsa.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-salsa.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-salsa.btn.disabled, .grey-salsa.btn.disabled:hover, .grey-salsa.btn.disabled:focus, .grey-salsa.btn.disabled:active, .grey-salsa.btn.disabled.active, .grey-salsa.btn[disabled], .grey-salsa.btn[disabled]:hover, .grey-salsa.btn[disabled]:focus, .grey-salsa.btn[disabled]:active, .grey-salsa.btn.active[disabled], fieldset[disabled] .grey-salsa.btn, fieldset[disabled] .grey-salsa.btn:hover, fieldset[disabled] .grey-salsa.btn:focus, fieldset[disabled] .grey-salsa.btn:active, fieldset[disabled] .grey-salsa.btn.active {
  background-color: #ACB5C3;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-salsa.btn .badge {
  color: #ACB5C3;
  background-color: #FAFCFB;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-salsa-stripe {
  border-left: 3px solid #ACB5C3;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-salsa,
.portlet.grey-salsa {
  background-color: #ACB5C3;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title,
.portlet.solid.grey-salsa > .portlet-body {
  border: 0;
  color: #FAFCFB;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salsa > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa {
  border: 1px solid #cacfd8;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title {
  background-color: #ACB5C3;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title > .caption {
  color: #FAFCFB;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #edeff2;
  color: #fcfcfd;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salsa > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default:active, .portlet.box.grey-salsa > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa {
  background-color: #ACB5C3;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa.dashboard-stat-light:hover {
  background-color: #a0aaba;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa .visual > i {
  color: #FAFCFB;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa .details .number {
  color: #FAFCFB;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salsa .more {
  color: #FAFCFB;
  background-color: #a0aaba;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-salsa {
  border-color: #ACB5C3 !important;
  background-image: none !important;
  background-color: #ACB5C3 !important;
  color: #FAFCFB !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-salsa {
  color: #ACB5C3 !important;
}

/***
Grey Salt
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-salt.btn {
  color: #FAFCFB;
  background-color: #bfcad1;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-salt.btn:hover, .grey-salt.btn:focus, .grey-salt.btn:active, .grey-salt.btn.active {
  color: #FAFCFB;
  background-color: #a7b6c0;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-salt.btn.dropdown-toggle {
  color: #FAFCFB;
  background-color: #a7b6c0;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-salt.btn:active, .grey-salt.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-salt.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-salt.btn.disabled, .grey-salt.btn.disabled:hover, .grey-salt.btn.disabled:focus, .grey-salt.btn.disabled:active, .grey-salt.btn.disabled.active, .grey-salt.btn[disabled], .grey-salt.btn[disabled]:hover, .grey-salt.btn[disabled]:focus, .grey-salt.btn[disabled]:active, .grey-salt.btn.active[disabled], fieldset[disabled] .grey-salt.btn, fieldset[disabled] .grey-salt.btn:hover, fieldset[disabled] .grey-salt.btn:focus, fieldset[disabled] .grey-salt.btn:active, fieldset[disabled] .grey-salt.btn.active {
  background-color: #bfcad1;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-salt.btn .badge {
  color: #bfcad1;
  background-color: #FAFCFB;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-salt-stripe {
  border-left: 3px solid #bfcad1;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-salt,
.portlet.grey-salt {
  background-color: #bfcad1;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title,
.portlet.solid.grey-salt > .portlet-body {
  border: 0;
  color: #FAFCFB;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-salt > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt {
  border: 1px solid #dde3e6;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title {
  background-color: #bfcad1;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title > .caption {
  color: #FAFCFB;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid white;
  color: white;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title > .actions .btn-default > i {
  color: white;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-salt > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-salt > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-salt > .portlet-title > .actions .btn-default:active, .portlet.box.grey-salt > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt {
  background-color: #bfcad1;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt.dashboard-stat-light:hover {
  background-color: #b3c0c8;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt .visual > i {
  color: #FAFCFB;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt .details .number {
  color: #FAFCFB;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-salt .more {
  color: #FAFCFB;
  background-color: #b3c0c8;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-salt {
  border-color: #bfcad1 !important;
  background-image: none !important;
  background-color: #bfcad1 !important;
  color: #FAFCFB !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-salt {
  color: #bfcad1 !important;
}

/***
Grey Mint
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.grey-mint.btn {
  color: #FAFCFB;
  background-color: #9eacb4;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.grey-mint.btn:hover, .grey-mint.btn:focus, .grey-mint.btn:active, .grey-mint.btn.active {
  color: #FAFCFB;
  background-color: #8798a2;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .grey-mint.btn.dropdown-toggle {
  color: #FAFCFB;
  background-color: #8798a2;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.grey-mint.btn:active, .grey-mint.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .grey-mint.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.grey-mint.btn.disabled, .grey-mint.btn.disabled:hover, .grey-mint.btn.disabled:focus, .grey-mint.btn.disabled:active, .grey-mint.btn.disabled.active, .grey-mint.btn[disabled], .grey-mint.btn[disabled]:hover, .grey-mint.btn[disabled]:focus, .grey-mint.btn[disabled]:active, .grey-mint.btn.active[disabled], fieldset[disabled] .grey-mint.btn, fieldset[disabled] .grey-mint.btn:hover, fieldset[disabled] .grey-mint.btn:focus, fieldset[disabled] .grey-mint.btn:active, fieldset[disabled] .grey-mint.btn.active {
  background-color: #9eacb4;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.grey-mint.btn .badge {
  color: #9eacb4;
  background-color: #FAFCFB;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.grey-mint-stripe {
  border-left: 3px solid #9eacb4;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.grey-mint,
.portlet.grey-mint {
  background-color: #9eacb4;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title,
.portlet.solid.grey-mint > .portlet-body {
  border: 0;
  color: #FAFCFB;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.grey-mint > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint {
  border: 1px solid #bbc5ca;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title {
  background-color: #9eacb4;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title > .caption {
  color: #FAFCFB;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title > .caption > i {
  color: #FAFCFB;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #dde2e5;
  color: #eceef0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title > .actions .btn-default > i {
  color: #f4f6f7;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.grey-mint > .portlet-title > .actions .btn-default:hover, .portlet.box.grey-mint > .portlet-title > .actions .btn-default:focus, .portlet.box.grey-mint > .portlet-title > .actions .btn-default:active, .portlet.box.grey-mint > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fafbfb;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint {
  background-color: #9eacb4;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint.dashboard-stat-light:hover {
  background-color: #92a2ab;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint .visual > i {
  color: #FAFCFB;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint .details .number {
  color: #FAFCFB;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint .details .desc {
  color: #FAFCFB;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.grey-mint .more {
  color: #FAFCFB;
  background-color: #92a2ab;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-grey-mint {
  border-color: #9eacb4 !important;
  background-image: none !important;
  background-color: #9eacb4 !important;
  color: #FAFCFB !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-grey-mint {
  color: #9eacb4 !important;
}

/***********
Red Colors
************/
/***
Red Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red.btn {
  color: #FFFFFF;
  background-color: #d84a38;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active {
  color: #FFFFFF;
  background-color: #c13726;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c13726;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red.btn:active, .red.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red.btn.disabled, .red.btn.disabled:hover, .red.btn.disabled:focus, .red.btn.disabled:active, .red.btn.disabled.active, .red.btn[disabled], .red.btn[disabled]:hover, .red.btn[disabled]:focus, .red.btn[disabled]:active, .red.btn.active[disabled], fieldset[disabled] .red.btn, fieldset[disabled] .red.btn:hover, fieldset[disabled] .red.btn:focus, fieldset[disabled] .red.btn:active, fieldset[disabled] .red.btn.active {
  background-color: #d84a38;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red.btn .badge {
  color: #d84a38;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-stripe {
  border-left: 3px solid #d84a38;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red,
.portlet.red {
  background-color: #d84a38;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title,
.portlet.solid.red > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red {
  border: 1px solid #e07163;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title {
  background-color: #d84a38;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ea9f96;
  color: #efb3ab;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title > .actions .btn-default > i {
  color: #f1beb8;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red > .portlet-title > .actions .btn-default:hover, .portlet.box.red > .portlet-title > .actions .btn-default:focus, .portlet.box.red > .portlet-title > .actions .btn-default:active, .portlet.box.red > .portlet-title > .actions .btn-default.active {
  border: 1px solid #f3c6c0;
  color: #f7dad6;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red {
  background-color: #d84a38;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red.dashboard-stat-light:hover {
  background-color: #d23c29;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red .more {
  color: #FFFFFF;
  background-color: #d23c29;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red {
  border-color: #d84a38 !important;
  background-image: none !important;
  background-color: #d84a38 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red {
  color: #d84a38 !important;
}

/***
Red Pink
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-pink.btn {
  color: #FFFFFF;
  background-color: #E08283;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-pink.btn:hover, .red-pink.btn:focus, .red-pink.btn:active, .red-pink.btn.active {
  color: #FFFFFF;
  background-color: #d86163;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-pink.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #d86163;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-pink.btn:active, .red-pink.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-pink.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-pink.btn.disabled, .red-pink.btn.disabled:hover, .red-pink.btn.disabled:focus, .red-pink.btn.disabled:active, .red-pink.btn.disabled.active, .red-pink.btn[disabled], .red-pink.btn[disabled]:hover, .red-pink.btn[disabled]:focus, .red-pink.btn[disabled]:active, .red-pink.btn.active[disabled], fieldset[disabled] .red-pink.btn, fieldset[disabled] .red-pink.btn:hover, fieldset[disabled] .red-pink.btn:focus, fieldset[disabled] .red-pink.btn:active, fieldset[disabled] .red-pink.btn.active {
  background-color: #E08283;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-pink.btn .badge {
  color: #E08283;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-pink-stripe {
  border-left: 3px solid #E08283;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-pink,
.portlet.red-pink {
  background-color: #E08283;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title,
.portlet.solid.red-pink > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-pink > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink {
  border: 1px solid #eaabac;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title {
  background-color: #E08283;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #f6dcdc;
  color: #fbf0f0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title > .actions .btn-default > i {
  color: #fefdfd;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-pink > .portlet-title > .actions .btn-default:hover, .portlet.box.red-pink > .portlet-title > .actions .btn-default:focus, .portlet.box.red-pink > .portlet-title > .actions .btn-default:active, .portlet.box.red-pink > .portlet-title > .actions .btn-default.active {
  border: 1px solid white;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink {
  background-color: #E08283;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink.dashboard-stat-light:hover {
  background-color: #dc7273;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-pink .more {
  color: #FFFFFF;
  background-color: #dc7273;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-pink {
  border-color: #E08283 !important;
  background-image: none !important;
  background-color: #E08283 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-pink {
  color: #E08283 !important;
}

/***
Red Sunglo
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-sunglo.btn {
  color: #FFFFFF;
  background-color: #E26A6A;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-sunglo.btn:hover, .red-sunglo.btn:focus, .red-sunglo.btn:active, .red-sunglo.btn.active {
  color: #FFFFFF;
  background-color: #db4848;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-sunglo.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #db4848;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-sunglo.btn:active, .red-sunglo.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-sunglo.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-sunglo.btn.disabled, .red-sunglo.btn.disabled:hover, .red-sunglo.btn.disabled:focus, .red-sunglo.btn.disabled:active, .red-sunglo.btn.disabled.active, .red-sunglo.btn[disabled], .red-sunglo.btn[disabled]:hover, .red-sunglo.btn[disabled]:focus, .red-sunglo.btn[disabled]:active, .red-sunglo.btn.active[disabled], fieldset[disabled] .red-sunglo.btn, fieldset[disabled] .red-sunglo.btn:hover, fieldset[disabled] .red-sunglo.btn:focus, fieldset[disabled] .red-sunglo.btn:active, fieldset[disabled] .red-sunglo.btn.active {
  background-color: #E26A6A;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-sunglo.btn .badge {
  color: #E26A6A;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-sunglo-stripe {
  border-left: 3px solid #E26A6A;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-sunglo,
.portlet.red-sunglo {
  background-color: #E26A6A;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title,
.portlet.solid.red-sunglo > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-sunglo > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo {
  border: 1px solid #ea9595;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title {
  background-color: #E26A6A;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #f4c8c8;
  color: #f8dddd;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default > i {
  color: #fbeaea;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-sunglo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default:active, .portlet.box.red-sunglo > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fdf3f3;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo {
  background-color: #E26A6A;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo.dashboard-stat-light:hover {
  background-color: #df5959;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-sunglo .more {
  color: #FFFFFF;
  background-color: #df5959;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-sunglo {
  border-color: #E26A6A !important;
  background-image: none !important;
  background-color: #E26A6A !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-sunglo {
  color: #E26A6A !important;
}

/***
Red Intense
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-intense.btn {
  color: #FFFFFF;
  background-color: #e35b5a;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-intense.btn:hover, .red-intense.btn:focus, .red-intense.btn:active, .red-intense.btn.active {
  color: #FFFFFF;
  background-color: #dd3837;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-intense.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dd3837;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-intense.btn:active, .red-intense.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-intense.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-intense.btn.disabled, .red-intense.btn.disabled:hover, .red-intense.btn.disabled:focus, .red-intense.btn.disabled:active, .red-intense.btn.disabled.active, .red-intense.btn[disabled], .red-intense.btn[disabled]:hover, .red-intense.btn[disabled]:focus, .red-intense.btn[disabled]:active, .red-intense.btn.active[disabled], fieldset[disabled] .red-intense.btn, fieldset[disabled] .red-intense.btn:hover, fieldset[disabled] .red-intense.btn:focus, fieldset[disabled] .red-intense.btn:active, fieldset[disabled] .red-intense.btn.active {
  background-color: #e35b5a;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-intense.btn .badge {
  color: #e35b5a;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-intense-stripe {
  border-left: 3px solid #e35b5a;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-intense,
.portlet.red-intense {
  background-color: #e35b5a;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title,
.portlet.solid.red-intense > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-intense > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense {
  border: 1px solid #ea8686;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title {
  background-color: #e35b5a;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #f3baba;
  color: #f7d0d0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title > .actions .btn-default > i {
  color: #f9dddd;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.red-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.red-intense > .portlet-title > .actions .btn-default:active, .portlet.box.red-intense > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fbe6e6;
  color: #fefbfb;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense {
  background-color: #e35b5a;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense.dashboard-stat-light:hover {
  background-color: #e04a49;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-intense .more {
  color: #FFFFFF;
  background-color: #e04a49;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-intense {
  border-color: #e35b5a !important;
  background-image: none !important;
  background-color: #e35b5a !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-intense {
  color: #e35b5a !important;
}

/***
Red Thunderbird
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-thunderbird.btn {
  color: #FFFFFF;
  background-color: #D91E18;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-thunderbird.btn:hover, .red-thunderbird.btn:focus, .red-thunderbird.btn:active, .red-thunderbird.btn.active {
  color: #FFFFFF;
  background-color: #b41914;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-thunderbird.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b41914;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-thunderbird.btn:active, .red-thunderbird.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-thunderbird.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-thunderbird.btn.disabled, .red-thunderbird.btn.disabled:hover, .red-thunderbird.btn.disabled:focus, .red-thunderbird.btn.disabled:active, .red-thunderbird.btn.disabled.active, .red-thunderbird.btn[disabled], .red-thunderbird.btn[disabled]:hover, .red-thunderbird.btn[disabled]:focus, .red-thunderbird.btn[disabled]:active, .red-thunderbird.btn.active[disabled], fieldset[disabled] .red-thunderbird.btn, fieldset[disabled] .red-thunderbird.btn:hover, fieldset[disabled] .red-thunderbird.btn:focus, fieldset[disabled] .red-thunderbird.btn:active, fieldset[disabled] .red-thunderbird.btn.active {
  background-color: #D91E18;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-thunderbird.btn .badge {
  color: #D91E18;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-thunderbird-stripe {
  border-left: 3px solid #D91E18;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-thunderbird,
.portlet.red-thunderbird {
  background-color: #D91E18;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title,
.portlet.solid.red-thunderbird > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-thunderbird > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird {
  border: 1px solid #e9403b;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title {
  background-color: #D91E18;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ef7672;
  color: #f28c89;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default > i {
  color: #f39997;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:hover, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:focus, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default:active, .portlet.box.red-thunderbird > .portlet-title > .actions .btn-default.active {
  border: 1px solid #f4a2a0;
  color: #f7b9b7;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird {
  background-color: #D91E18;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird.dashboard-stat-light:hover {
  background-color: #c71b16;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-thunderbird .more {
  color: #FFFFFF;
  background-color: #c71b16;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-thunderbird {
  border-color: #D91E18 !important;
  background-image: none !important;
  background-color: #D91E18 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-thunderbird {
  color: #D91E18 !important;
}

/***
Red Flamingo
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-flamingo.btn {
  color: #FFFFFF;
  background-color: #EF4836;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-flamingo.btn:hover, .red-flamingo.btn:focus, .red-flamingo.btn:active, .red-flamingo.btn.active {
  color: #FFFFFF;
  background-color: #ea2813;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-flamingo.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ea2813;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-flamingo.btn:active, .red-flamingo.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-flamingo.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-flamingo.btn.disabled, .red-flamingo.btn.disabled:hover, .red-flamingo.btn.disabled:focus, .red-flamingo.btn.disabled:active, .red-flamingo.btn.disabled.active, .red-flamingo.btn[disabled], .red-flamingo.btn[disabled]:hover, .red-flamingo.btn[disabled]:focus, .red-flamingo.btn[disabled]:active, .red-flamingo.btn.active[disabled], fieldset[disabled] .red-flamingo.btn, fieldset[disabled] .red-flamingo.btn:hover, fieldset[disabled] .red-flamingo.btn:focus, fieldset[disabled] .red-flamingo.btn:active, fieldset[disabled] .red-flamingo.btn.active {
  background-color: #EF4836;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-flamingo.btn .badge {
  color: #EF4836;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-flamingo-stripe {
  border-left: 3px solid #EF4836;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-flamingo,
.portlet.red-flamingo {
  background-color: #EF4836;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title,
.portlet.solid.red-flamingo > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-flamingo > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo {
  border: 1px solid #f37365;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title {
  background-color: #EF4836;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #f7a79e;
  color: #f9bcb6;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default > i {
  color: #fac9c4;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-flamingo > .portlet-title > .actions .btn-default:hover, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:focus, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default:active, .portlet.box.red-flamingo > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fbd2cd;
  color: #fde7e5;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo {
  background-color: #EF4836;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo.dashboard-stat-light:hover {
  background-color: #ed3723;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-flamingo .more {
  color: #FFFFFF;
  background-color: #ed3723;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-flamingo {
  border-color: #EF4836 !important;
  background-image: none !important;
  background-color: #EF4836 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-flamingo {
  color: #EF4836 !important;
}

/***
Red Flamingo
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.red-soft.btn {
  color: #FFFFFF;
  background-color: #d05454;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.red-soft.btn:hover, .red-soft.btn:focus, .red-soft.btn:active, .red-soft.btn.active {
  color: #FFFFFF;
  background-color: #c53636;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .red-soft.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c53636;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.red-soft.btn:active, .red-soft.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .red-soft.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.red-soft.btn.disabled, .red-soft.btn.disabled:hover, .red-soft.btn.disabled:focus, .red-soft.btn.disabled:active, .red-soft.btn.disabled.active, .red-soft.btn[disabled], .red-soft.btn[disabled]:hover, .red-soft.btn[disabled]:focus, .red-soft.btn[disabled]:active, .red-soft.btn.active[disabled], fieldset[disabled] .red-soft.btn, fieldset[disabled] .red-soft.btn:hover, fieldset[disabled] .red-soft.btn:focus, fieldset[disabled] .red-soft.btn:active, fieldset[disabled] .red-soft.btn.active {
  background-color: #d05454;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.red-soft.btn .badge {
  color: #d05454;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.red-soft-stripe {
  border-left: 3px solid #d05454;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.red-soft,
.portlet.red-soft {
  background-color: #d05454;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title,
.portlet.solid.red-soft > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.red-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft {
  border: 1px solid #db7c7c;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title {
  background-color: #d05454;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #e8acac;
  color: #eec0c0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title > .actions .btn-default > i {
  color: #f1cccc;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.red-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.red-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.red-soft > .portlet-title > .actions .btn-default:active, .portlet.box.red-soft > .portlet-title > .actions .btn-default.active {
  border: 1px solid #f3d4d4;
  color: #f9e8e8;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft {
  background-color: #d05454;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft.dashboard-stat-light:hover {
  background-color: #cc4444;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.red-soft .more {
  color: #FFFFFF;
  background-color: #cc4444;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-red-soft {
  border-color: #d05454 !important;
  background-image: none !important;
  background-color: #d05454 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-red-soft {
  color: #d05454 !important;
}

/***********
Yellow Colors
************/
/***
Yellow Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow.btn {
  color: #FFFFFF;
  background-color: #FFB848;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow.btn:hover, .yellow.btn:focus, .yellow.btn:active, .yellow.btn.active {
  color: #FFFFFF;
  background-color: #ffa81f;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ffa81f;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow.btn:active, .yellow.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow.btn.disabled, .yellow.btn.disabled:hover, .yellow.btn.disabled:focus, .yellow.btn.disabled:active, .yellow.btn.disabled.active, .yellow.btn[disabled], .yellow.btn[disabled]:hover, .yellow.btn[disabled]:focus, .yellow.btn[disabled]:active, .yellow.btn.active[disabled], fieldset[disabled] .yellow.btn, fieldset[disabled] .yellow.btn:hover, fieldset[disabled] .yellow.btn:focus, fieldset[disabled] .yellow.btn:active, fieldset[disabled] .yellow.btn.active {
  background-color: #FFB848;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow.btn .badge {
  color: #FFB848;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-stripe {
  border-left: 3px solid #FFB848;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow,
.portlet.yellow {
  background-color: #FFB848;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title,
.portlet.solid.yellow > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow {
  border: 1px solid #ffcc7b;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title {
  background-color: #FFB848;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ffe4b8;
  color: #ffedd2;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title > .actions .btn-default > i {
  color: #fff3e1;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow > .portlet-title > .actions .btn-default:active, .portlet.box.yellow > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fff7eb;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow {
  background-color: #FFB848;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow.dashboard-stat-light:hover {
  background-color: #ffb034;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow .more {
  color: #FFFFFF;
  background-color: #ffb034;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow {
  border-color: #FFB848 !important;
  background-image: none !important;
  background-color: #FFB848 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow {
  color: #FFB848 !important;
}

/***
Yellow Gold
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow-gold.btn {
  color: #FFFFFF;
  background-color: #E87E04;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow-gold.btn:hover, .yellow-gold.btn:focus, .yellow-gold.btn:active, .yellow-gold.btn.active {
  color: #FFFFFF;
  background-color: #c06803;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-gold.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #c06803;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow-gold.btn:active, .yellow-gold.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-gold.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow-gold.btn.disabled, .yellow-gold.btn.disabled:hover, .yellow-gold.btn.disabled:focus, .yellow-gold.btn.disabled:active, .yellow-gold.btn.disabled.active, .yellow-gold.btn[disabled], .yellow-gold.btn[disabled]:hover, .yellow-gold.btn[disabled]:focus, .yellow-gold.btn[disabled]:active, .yellow-gold.btn.active[disabled], fieldset[disabled] .yellow-gold.btn, fieldset[disabled] .yellow-gold.btn:hover, fieldset[disabled] .yellow-gold.btn:focus, fieldset[disabled] .yellow-gold.btn:active, fieldset[disabled] .yellow-gold.btn.active {
  background-color: #E87E04;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow-gold.btn .badge {
  color: #E87E04;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-gold-stripe {
  border-left: 3px solid #E87E04;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow-gold,
.portlet.yellow-gold {
  background-color: #E87E04;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title,
.portlet.solid.yellow-gold > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-gold > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold {
  border: 1px solid #fb9724;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title {
  background-color: #E87E04;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #fcb460;
  color: #fdbf79;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default > i {
  color: #fdc788;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-gold > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-gold > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fdcb92;
  color: #fed7ab;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold {
  background-color: #E87E04;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold.dashboard-stat-light:hover {
  background-color: #d47304;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-gold .more {
  color: #FFFFFF;
  background-color: #d47304;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow-gold {
  border-color: #E87E04 !important;
  background-image: none !important;
  background-color: #E87E04 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow-gold {
  color: #E87E04 !important;
}

/***
Yellow Casablanca
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow-casablanca.btn {
  color: #FFFFFF;
  background-color: #f2784b;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow-casablanca.btn:hover, .yellow-casablanca.btn:focus, .yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
  color: #FFFFFF;
  background-color: #ef5b25;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-casablanca.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ef5b25;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow-casablanca.btn:active, .yellow-casablanca.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-casablanca.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow-casablanca.btn.disabled, .yellow-casablanca.btn.disabled:hover, .yellow-casablanca.btn.disabled:focus, .yellow-casablanca.btn.disabled:active, .yellow-casablanca.btn.disabled.active, .yellow-casablanca.btn[disabled], .yellow-casablanca.btn[disabled]:hover, .yellow-casablanca.btn[disabled]:focus, .yellow-casablanca.btn[disabled]:active, .yellow-casablanca.btn.active[disabled], fieldset[disabled] .yellow-casablanca.btn, fieldset[disabled] .yellow-casablanca.btn:hover, fieldset[disabled] .yellow-casablanca.btn:focus, fieldset[disabled] .yellow-casablanca.btn:active, fieldset[disabled] .yellow-casablanca.btn.active {
  background-color: #f2784b;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow-casablanca.btn .badge {
  color: #f2784b;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-casablanca-stripe {
  border-left: 3px solid #f2784b;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow-casablanca,
.portlet.yellow-casablanca {
  background-color: #f2784b;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title,
.portlet.solid.yellow-casablanca > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-casablanca > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca {
  border: 1px solid #f59c7b;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title {
  background-color: #f2784b;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #fac6b4;
  color: #fbd8cb;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default > i {
  color: #fce3da;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-casablanca > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fdeae3;
  color: #fffcfb;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca {
  background-color: #f2784b;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca.dashboard-stat-light:hover {
  background-color: #f16a38;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-casablanca .more {
  color: #FFFFFF;
  background-color: #f16a38;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow-casablanca {
  border-color: #f2784b !important;
  background-image: none !important;
  background-color: #f2784b !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow-casablanca {
  color: #f2784b !important;
}

/***
Yellow Crusta
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #f3c200;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow-crusta.btn:hover, .yellow-crusta.btn:focus, .yellow-crusta.btn:active, .yellow-crusta.btn.active {
  color: #FFFFFF;
  background-color: #caa100;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-crusta.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #caa100;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow-crusta.btn:active, .yellow-crusta.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-crusta.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow-crusta.btn.disabled, .yellow-crusta.btn.disabled:hover, .yellow-crusta.btn.disabled:focus, .yellow-crusta.btn.disabled:active, .yellow-crusta.btn.disabled.active, .yellow-crusta.btn[disabled], .yellow-crusta.btn[disabled]:hover, .yellow-crusta.btn[disabled]:focus, .yellow-crusta.btn[disabled]:active, .yellow-crusta.btn.active[disabled], fieldset[disabled] .yellow-crusta.btn, fieldset[disabled] .yellow-crusta.btn:hover, fieldset[disabled] .yellow-crusta.btn:focus, fieldset[disabled] .yellow-crusta.btn:active, fieldset[disabled] .yellow-crusta.btn.active {
  background-color: #f3c200;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow-crusta.btn .badge {
  color: #f3c200;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-crusta-stripe {
  border-left: 3px solid #f3c200;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow-crusta,
.portlet.yellow-crusta {
  background-color: #f3c200;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title,
.portlet.solid.yellow-crusta > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-crusta > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta {
  border: 1px solid #ffd327;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title {
  background-color: #f3c200;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ffe064;
  color: #ffe57e;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default > i {
  color: #ffe88d;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-crusta > .portlet-title > .actions .btn-default.active {
  border: 1px solid #ffea97;
  color: #ffefb1;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta {
  background-color: #f3c200;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta.dashboard-stat-light:hover {
  background-color: #dfb200;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-crusta .more {
  color: #FFFFFF;
  background-color: #dfb200;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow-crusta {
  border-color: #f3c200 !important;
  background-image: none !important;
  background-color: #f3c200 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow-crusta {
  color: #f3c200 !important;
}

/***
Yellow Lemon
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow-lemon.btn {
  color: #FFFFFF;
  background-color: #F7CA18;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow-lemon.btn:hover, .yellow-lemon.btn:focus, .yellow-lemon.btn:active, .yellow-lemon.btn.active {
  color: #FFFFFF;
  background-color: #deb308;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-lemon.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #deb308;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow-lemon.btn:active, .yellow-lemon.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-lemon.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow-lemon.btn.disabled, .yellow-lemon.btn.disabled:hover, .yellow-lemon.btn.disabled:focus, .yellow-lemon.btn.disabled:active, .yellow-lemon.btn.disabled.active, .yellow-lemon.btn[disabled], .yellow-lemon.btn[disabled]:hover, .yellow-lemon.btn[disabled]:focus, .yellow-lemon.btn[disabled]:active, .yellow-lemon.btn.active[disabled], fieldset[disabled] .yellow-lemon.btn, fieldset[disabled] .yellow-lemon.btn:hover, fieldset[disabled] .yellow-lemon.btn:focus, fieldset[disabled] .yellow-lemon.btn:active, fieldset[disabled] .yellow-lemon.btn.active {
  background-color: #F7CA18;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow-lemon.btn .badge {
  color: #F7CA18;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-lemon-stripe {
  border-left: 3px solid #F7CA18;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow-lemon,
.portlet.yellow-lemon {
  background-color: #F7CA18;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title,
.portlet.solid.yellow-lemon > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-lemon > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon {
  border: 1px solid #f9d549;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title {
  background-color: #F7CA18;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #fbe384;
  color: #fce99d;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default > i {
  color: #fcecac;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-lemon > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fceeb6;
  color: #fdf4ce;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon {
  background-color: #F7CA18;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon.dashboard-stat-light:hover {
  background-color: #f2c308;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-lemon .more {
  color: #FFFFFF;
  background-color: #f2c308;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow-lemon {
  border-color: #F7CA18 !important;
  background-image: none !important;
  background-color: #F7CA18 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow-lemon {
  color: #F7CA18 !important;
}

/***
Yellow Saffron
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.yellow-saffron.btn {
  color: #FFFFFF;
  background-color: #F4D03F;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.yellow-saffron.btn:hover, .yellow-saffron.btn:focus, .yellow-saffron.btn:active, .yellow-saffron.btn.active {
  color: #FFFFFF;
  background-color: #f2c718;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-saffron.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f2c718;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.yellow-saffron.btn:active, .yellow-saffron.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .yellow-saffron.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.yellow-saffron.btn.disabled, .yellow-saffron.btn.disabled:hover, .yellow-saffron.btn.disabled:focus, .yellow-saffron.btn.disabled:active, .yellow-saffron.btn.disabled.active, .yellow-saffron.btn[disabled], .yellow-saffron.btn[disabled]:hover, .yellow-saffron.btn[disabled]:focus, .yellow-saffron.btn[disabled]:active, .yellow-saffron.btn.active[disabled], fieldset[disabled] .yellow-saffron.btn, fieldset[disabled] .yellow-saffron.btn:hover, fieldset[disabled] .yellow-saffron.btn:focus, fieldset[disabled] .yellow-saffron.btn:active, fieldset[disabled] .yellow-saffron.btn.active {
  background-color: #F4D03F;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.yellow-saffron.btn .badge {
  color: #F4D03F;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.yellow-saffron-stripe {
  border-left: 3px solid #F4D03F;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.yellow-saffron,
.portlet.yellow-saffron {
  background-color: #F4D03F;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title,
.portlet.solid.yellow-saffron > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.yellow-saffron > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron {
  border: 1px solid #f7dc6f;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title {
  background-color: #F4D03F;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #faeaa9;
  color: #fbf0c1;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default > i {
  color: #fcf3d0;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:hover, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:focus, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default:active, .portlet.box.yellow-saffron > .portlet-title > .actions .btn-default.active {
  border: 1px solid #fdf6d9;
  color: #fefcf1;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron {
  background-color: #F4D03F;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron.dashboard-stat-light:hover {
  background-color: #f3cb2c;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.yellow-saffron .more {
  color: #FFFFFF;
  background-color: #f3cb2c;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-yellow-saffron {
  border-color: #F4D03F !important;
  background-image: none !important;
  background-color: #F4D03F !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-yellow-saffron {
  color: #F4D03F !important;
}

/***********
Purple Colors
************/
/***
Purple Default
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple.btn {
  color: #FFFFFF;
  background-color: #8E44AD;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple.btn:hover, .purple.btn:focus, .purple.btn:active, .purple.btn.active {
  color: #FFFFFF;
  background-color: #763890;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #763890;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple.btn:active, .purple.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple.btn.disabled, .purple.btn.disabled:hover, .purple.btn.disabled:focus, .purple.btn.disabled:active, .purple.btn.disabled.active, .purple.btn[disabled], .purple.btn[disabled]:hover, .purple.btn[disabled]:focus, .purple.btn[disabled]:active, .purple.btn.active[disabled], fieldset[disabled] .purple.btn, fieldset[disabled] .purple.btn:hover, fieldset[disabled] .purple.btn:focus, fieldset[disabled] .purple.btn:active, fieldset[disabled] .purple.btn.active {
  background-color: #8E44AD;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple.btn .badge {
  color: #8E44AD;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-stripe {
  border-left: 3px solid #8E44AD;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple,
.portlet.purple {
  background-color: #8E44AD;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title,
.portlet.solid.purple > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple {
  border: 1px solid #a563c1;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title {
  background-color: #8E44AD;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #bf8ed3;
  color: #c9a1da;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title > .actions .btn-default > i {
  color: #cfacde;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple > .portlet-title > .actions .btn-default:hover, .portlet.box.purple > .portlet-title > .actions .btn-default:focus, .portlet.box.purple > .portlet-title > .actions .btn-default:active, .portlet.box.purple > .portlet-title > .actions .btn-default.active {
  border: 1px solid #d4b3e1;
  color: #dec5e8;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple {
  background-color: #8E44AD;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple.dashboard-stat-light:hover {
  background-color: #823e9e;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple .more {
  color: #FFFFFF;
  background-color: #823e9e;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple {
  border-color: #8E44AD !important;
  background-image: none !important;
  background-color: #8E44AD !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple {
  color: #8E44AD !important;
}

/***
Purple Plum
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-plum.btn {
  color: #FFFFFF;
  background-color: #8775a7;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-plum.btn:hover, .purple-plum.btn:focus, .purple-plum.btn:active, .purple-plum.btn.active {
  color: #FFFFFF;
  background-color: #725f95;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-plum.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #725f95;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-plum.btn:active, .purple-plum.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-plum.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-plum.btn.disabled, .purple-plum.btn.disabled:hover, .purple-plum.btn.disabled:focus, .purple-plum.btn.disabled:active, .purple-plum.btn.disabled.active, .purple-plum.btn[disabled], .purple-plum.btn[disabled]:hover, .purple-plum.btn[disabled]:focus, .purple-plum.btn[disabled]:active, .purple-plum.btn.active[disabled], fieldset[disabled] .purple-plum.btn, fieldset[disabled] .purple-plum.btn:hover, fieldset[disabled] .purple-plum.btn:focus, fieldset[disabled] .purple-plum.btn:active, fieldset[disabled] .purple-plum.btn.active {
  background-color: #8775a7;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-plum.btn .badge {
  color: #8775a7;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-plum-stripe {
  border-left: 3px solid #8775a7;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-plum,
.portlet.purple-plum {
  background-color: #8775a7;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title,
.portlet.solid.purple-plum > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-plum > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum {
  border: 1px solid #a294bb;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title {
  background-color: #8775a7;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #c3bad3;
  color: #d0c9dd;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title > .actions .btn-default > i {
  color: #d8d2e3;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-plum > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-plum > .portlet-title > .actions .btn-default:active, .portlet.box.purple-plum > .portlet-title > .actions .btn-default.active {
  border: 1px solid #ded9e7;
  color: #ebe8f0;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum {
  background-color: #8775a7;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum.dashboard-stat-light:hover {
  background-color: #7c699f;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-plum .more {
  color: #FFFFFF;
  background-color: #7c699f;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-plum {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-plum {
  color: #8775a7 !important;
}

/***
Purple Medium
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-medium.btn {
  color: #FFFFFF;
  background-color: #BF55EC;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-medium.btn:hover, .purple-medium.btn:focus, .purple-medium.btn:active, .purple-medium.btn.active {
  color: #FFFFFF;
  background-color: #b130e8;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-medium.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b130e8;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-medium.btn:active, .purple-medium.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-medium.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-medium.btn.disabled, .purple-medium.btn.disabled:hover, .purple-medium.btn.disabled:focus, .purple-medium.btn.disabled:active, .purple-medium.btn.disabled.active, .purple-medium.btn[disabled], .purple-medium.btn[disabled]:hover, .purple-medium.btn[disabled]:focus, .purple-medium.btn[disabled]:active, .purple-medium.btn.active[disabled], fieldset[disabled] .purple-medium.btn, fieldset[disabled] .purple-medium.btn:hover, fieldset[disabled] .purple-medium.btn:focus, fieldset[disabled] .purple-medium.btn:active, fieldset[disabled] .purple-medium.btn.active {
  background-color: #BF55EC;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-medium.btn .badge {
  color: #BF55EC;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-medium-stripe {
  border-left: 3px solid #BF55EC;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-medium,
.portlet.purple-medium {
  background-color: #BF55EC;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title,
.portlet.solid.purple-medium > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-medium > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium {
  border: 1px solid #d083f1;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title {
  background-color: #BF55EC;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #e5baf7;
  color: #eed1fa;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title > .actions .btn-default > i {
  color: #f3dffb;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-medium > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-medium > .portlet-title > .actions .btn-default:active, .portlet.box.purple-medium > .portlet-title > .actions .btn-default.active {
  border: 1px solid #f6e8fc;
  color: white;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium {
  background-color: #BF55EC;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium.dashboard-stat-light:hover {
  background-color: #b843ea;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-medium .more {
  color: #FFFFFF;
  background-color: #b843ea;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-medium {
  border-color: #BF55EC !important;
  background-image: none !important;
  background-color: #BF55EC !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-medium {
  color: #BF55EC !important;
}

/***
Purple Studio
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-studio.btn {
  color: #FFFFFF;
  background-color: #8E44AD;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-studio.btn:hover, .purple-studio.btn:focus, .purple-studio.btn:active, .purple-studio.btn.active {
  color: #FFFFFF;
  background-color: #763890;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-studio.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #763890;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-studio.btn:active, .purple-studio.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-studio.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-studio.btn.disabled, .purple-studio.btn.disabled:hover, .purple-studio.btn.disabled:focus, .purple-studio.btn.disabled:active, .purple-studio.btn.disabled.active, .purple-studio.btn[disabled], .purple-studio.btn[disabled]:hover, .purple-studio.btn[disabled]:focus, .purple-studio.btn[disabled]:active, .purple-studio.btn.active[disabled], fieldset[disabled] .purple-studio.btn, fieldset[disabled] .purple-studio.btn:hover, fieldset[disabled] .purple-studio.btn:focus, fieldset[disabled] .purple-studio.btn:active, fieldset[disabled] .purple-studio.btn.active {
  background-color: #8E44AD;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-studio.btn .badge {
  color: #8E44AD;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-studio-stripe {
  border-left: 3px solid #8E44AD;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-studio,
.portlet.purple-studio {
  background-color: #8E44AD;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title,
.portlet.solid.purple-studio > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-studio > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio {
  border: 1px solid #a563c1;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title {
  background-color: #8E44AD;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #bf8ed3;
  color: #c9a1da;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title > .actions .btn-default > i {
  color: #cfacde;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-studio > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-studio > .portlet-title > .actions .btn-default:active, .portlet.box.purple-studio > .portlet-title > .actions .btn-default.active {
  border: 1px solid #d4b3e1;
  color: #dec5e8;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio {
  background-color: #8E44AD;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio.dashboard-stat-light:hover {
  background-color: #823e9e;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-studio .more {
  color: #FFFFFF;
  background-color: #823e9e;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-studio {
  border-color: #8E44AD !important;
  background-image: none !important;
  background-color: #8E44AD !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-studio {
  color: #8E44AD !important;
}

/***
Purple Wisteria
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-wisteria.btn {
  color: #FFFFFF;
  background-color: #9B59B6;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-wisteria.btn:hover, .purple-wisteria.btn:focus, .purple-wisteria.btn:active, .purple-wisteria.btn.active {
  color: #FFFFFF;
  background-color: #8646a0;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-wisteria.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #8646a0;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-wisteria.btn:active, .purple-wisteria.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-wisteria.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-wisteria.btn.disabled, .purple-wisteria.btn.disabled:hover, .purple-wisteria.btn.disabled:focus, .purple-wisteria.btn.disabled:active, .purple-wisteria.btn.disabled.active, .purple-wisteria.btn[disabled], .purple-wisteria.btn[disabled]:hover, .purple-wisteria.btn[disabled]:focus, .purple-wisteria.btn[disabled]:active, .purple-wisteria.btn.active[disabled], fieldset[disabled] .purple-wisteria.btn, fieldset[disabled] .purple-wisteria.btn:hover, fieldset[disabled] .purple-wisteria.btn:focus, fieldset[disabled] .purple-wisteria.btn:active, fieldset[disabled] .purple-wisteria.btn.active {
  background-color: #9B59B6;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-wisteria.btn .badge {
  color: #9B59B6;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-wisteria-stripe {
  border-left: 3px solid #9B59B6;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-wisteria,
.portlet.purple-wisteria {
  background-color: #9B59B6;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title,
.portlet.solid.purple-wisteria > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-wisteria > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria {
  border: 1px solid #b07cc6;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title {
  background-color: #9B59B6;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #caa7d8;
  color: #d5b9e0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default > i {
  color: #dbc3e5;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default:active, .portlet.box.purple-wisteria > .portlet-title > .actions .btn-default.active {
  border: 1px solid #dfcae8;
  color: #eadcf0;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria {
  background-color: #9B59B6;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria.dashboard-stat-light:hover {
  background-color: #924dae;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-wisteria .more {
  color: #FFFFFF;
  background-color: #924dae;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-wisteria {
  border-color: #9B59B6 !important;
  background-image: none !important;
  background-color: #9B59B6 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-wisteria {
  color: #9B59B6 !important;
}

/***
Purple Seance
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-seance.btn {
  color: #FFFFFF;
  background-color: #9A12B3;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-seance.btn:hover, .purple-seance.btn:focus, .purple-seance.btn:active, .purple-seance.btn.active {
  color: #FFFFFF;
  background-color: #7a0e8e;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-seance.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #7a0e8e;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-seance.btn:active, .purple-seance.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-seance.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-seance.btn.disabled, .purple-seance.btn.disabled:hover, .purple-seance.btn.disabled:focus, .purple-seance.btn.disabled:active, .purple-seance.btn.disabled.active, .purple-seance.btn[disabled], .purple-seance.btn[disabled]:hover, .purple-seance.btn[disabled]:focus, .purple-seance.btn[disabled]:active, .purple-seance.btn.active[disabled], fieldset[disabled] .purple-seance.btn, fieldset[disabled] .purple-seance.btn:hover, fieldset[disabled] .purple-seance.btn:focus, fieldset[disabled] .purple-seance.btn:active, fieldset[disabled] .purple-seance.btn.active {
  background-color: #9A12B3;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-seance.btn .badge {
  color: #9A12B3;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-seance-stripe {
  border-left: 3px solid #9A12B3;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-seance,
.portlet.purple-seance {
  background-color: #9A12B3;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title,
.portlet.solid.purple-seance > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-seance > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance {
  border: 1px solid #c217e1;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title {
  background-color: #9A12B3;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #d349ed;
  color: #d960ef;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title > .actions .btn-default > i {
  color: #dc6ef0;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-seance > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-seance > .portlet-title > .actions .btn-default:active, .portlet.box.purple-seance > .portlet-title > .actions .btn-default.active {
  border: 1px solid #de77f1;
  color: #e48ef4;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance {
  background-color: #9A12B3;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance.dashboard-stat-light:hover {
  background-color: #8a10a0;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-seance .more {
  color: #FFFFFF;
  background-color: #8a10a0;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-seance {
  border-color: #9A12B3 !important;
  background-image: none !important;
  background-color: #9A12B3 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-seance {
  color: #9A12B3 !important;
}

/***
Purple Intense
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-intense.btn {
  color: #FFFFFF;
  background-color: #8775a7;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-intense.btn:hover, .purple-intense.btn:focus, .purple-intense.btn:active, .purple-intense.btn.active {
  color: #FFFFFF;
  background-color: #725f95;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-intense.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #725f95;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-intense.btn:active, .purple-intense.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-intense.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-intense.btn.disabled, .purple-intense.btn.disabled:hover, .purple-intense.btn.disabled:focus, .purple-intense.btn.disabled:active, .purple-intense.btn.disabled.active, .purple-intense.btn[disabled], .purple-intense.btn[disabled]:hover, .purple-intense.btn[disabled]:focus, .purple-intense.btn[disabled]:active, .purple-intense.btn.active[disabled], fieldset[disabled] .purple-intense.btn, fieldset[disabled] .purple-intense.btn:hover, fieldset[disabled] .purple-intense.btn:focus, fieldset[disabled] .purple-intense.btn:active, fieldset[disabled] .purple-intense.btn.active {
  background-color: #8775a7;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-intense.btn .badge {
  color: #8775a7;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-intense-stripe {
  border-left: 3px solid #8775a7;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-intense,
.portlet.purple-intense {
  background-color: #8775a7;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title,
.portlet.solid.purple-intense > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-intense > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense {
  border: 1px solid #a294bb;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title {
  background-color: #8775a7;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #c3bad3;
  color: #d0c9dd;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title > .actions .btn-default > i {
  color: #d8d2e3;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-intense > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-intense > .portlet-title > .actions .btn-default:active, .portlet.box.purple-intense > .portlet-title > .actions .btn-default.active {
  border: 1px solid #ded9e7;
  color: #ebe8f0;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense {
  background-color: #8775a7;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense.dashboard-stat-light:hover {
  background-color: #7c699f;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-intense .more {
  color: #FFFFFF;
  background-color: #7c699f;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-intense {
  border-color: #8775a7 !important;
  background-image: none !important;
  background-color: #8775a7 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-intense {
  color: #8775a7 !important;
}

/***
Purple Sharp
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-sharp.btn {
  color: #FFFFFF;
  background-color: #796799;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-sharp.btn:hover, .purple-sharp.btn:focus, .purple-sharp.btn:active, .purple-sharp.btn.active {
  color: #FFFFFF;
  background-color: #665681;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-sharp.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #665681;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-sharp.btn:active, .purple-sharp.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-sharp.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-sharp.btn.disabled, .purple-sharp.btn.disabled:hover, .purple-sharp.btn.disabled:focus, .purple-sharp.btn.disabled:active, .purple-sharp.btn.disabled.active, .purple-sharp.btn[disabled], .purple-sharp.btn[disabled]:hover, .purple-sharp.btn[disabled]:focus, .purple-sharp.btn[disabled]:active, .purple-sharp.btn.active[disabled], fieldset[disabled] .purple-sharp.btn, fieldset[disabled] .purple-sharp.btn:hover, fieldset[disabled] .purple-sharp.btn:focus, fieldset[disabled] .purple-sharp.btn:active, fieldset[disabled] .purple-sharp.btn.active {
  background-color: #796799;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-sharp.btn .badge {
  color: #796799;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-sharp-stripe {
  border-left: 3px solid #796799;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-sharp,
.portlet.purple-sharp {
  background-color: #796799;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title,
.portlet.solid.purple-sharp > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-sharp > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp {
  border: 1px solid #9486ad;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title {
  background-color: #796799;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #b4aac6;
  color: #c2b9d0;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default > i {
  color: #cac3d6;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-sharp > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default:active, .portlet.box.purple-sharp > .portlet-title > .actions .btn-default.active {
  border: 1px solid #cfc9db;
  color: #ddd8e5;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp {
  background-color: #796799;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp.dashboard-stat-light:hover {
  background-color: #6f5f8d;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-sharp .more {
  color: #FFFFFF;
  background-color: #6f5f8d;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-sharp {
  border-color: #796799 !important;
  background-image: none !important;
  background-color: #796799 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-sharp {
  color: #796799 !important;
}

/***
Purple Soft
***/
/* Button */
/* line 9, app/assets/stylesheets/components/_flatui-color-variants.scss */
.purple-soft.btn {
  color: #FFFFFF;
  background-color: #8877a9;
  border-color: "";
}

/* line 158, app/assets/stylesheets/components/_mixins.scss */
.purple-soft.btn:hover, .purple-soft.btn:focus, .purple-soft.btn:active, .purple-soft.btn.active {
  color: #FFFFFF;
  background-color: #736097;
}

/* line 166, app/assets/stylesheets/components/_mixins.scss */
.open .purple-soft.btn.dropdown-toggle {
  color: #FFFFFF;
  background-color: #736097;
}

/* line 171, app/assets/stylesheets/components/_mixins.scss */
.purple-soft.btn:active, .purple-soft.btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/components/_mixins.scss */
.open .purple-soft.btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/components/_mixins.scss */
.purple-soft.btn.disabled, .purple-soft.btn.disabled:hover, .purple-soft.btn.disabled:focus, .purple-soft.btn.disabled:active, .purple-soft.btn.disabled.active, .purple-soft.btn[disabled], .purple-soft.btn[disabled]:hover, .purple-soft.btn[disabled]:focus, .purple-soft.btn[disabled]:active, .purple-soft.btn.active[disabled], fieldset[disabled] .purple-soft.btn, fieldset[disabled] .purple-soft.btn:hover, fieldset[disabled] .purple-soft.btn:focus, fieldset[disabled] .purple-soft.btn:active, fieldset[disabled] .purple-soft.btn.active {
  background-color: #8877a9;
}

/* line 191, app/assets/stylesheets/components/_mixins.scss */
.purple-soft.btn .badge {
  color: #8877a9;
  background-color: #FFFFFF;
}

/* Button Strip */
/* line 15, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn.purple-soft-stripe {
  border-left: 3px solid #8877a9;
}

/* Portlet */
/* line 200, app/assets/stylesheets/components/_portlets.scss */
.portlet > .portlet-body.purple-soft,
.portlet.purple-soft {
  background-color: #8877a9;
}

/* line 246, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title,
.portlet.solid.purple-soft > .portlet-body {
  border: 0;
  color: #FFFFFF;
}

/* line 254, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 260, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .tools > a.remove {
  background-image: url(/assets/theme/portlet-remove-icon-white-e0e30d9609c33675f1bb82c50d515e713e569ceedbeee7c7afb2a2d47239d527.png);
}

/* line 264, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .tools > a.config {
  background-image: url(/assets/theme/portlet-config-icon-white-bc09ff8d00a89a0c3da735751cf0bfac03aa345b18ffee1fd31e544b97edd963.png);
}

/* line 268, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .tools > a.reload {
  background-image: url(/assets/theme/portlet-reload-icon-white-7ea94ed7b1893082c5c0f047ef7404152cb490e6d3b04334af343ee78a96fa9c.png);
}

/* line 272, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .tools > a.expand {
  background-image: url(/assets/theme/portlet-expand-icon-white-ddb4763f663964e2a3a21f2f0e427b1338fcf6753b8a3f145e6ad36852028e4f.png);
}

/* line 276, app/assets/stylesheets/components/_portlets.scss */
.portlet.solid.purple-soft > .portlet-title > .tools > a.collapse {
  background-image: url(/assets/theme/portlet-collapse-icon-white-9534b8898775f173a5d8f02982ebcafa84f93c126dd1aab271c514332597bbba.png);
}

/* line 342, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft {
  border: 1px solid #a396bd;
  border-top: 0;
}

/* line 346, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title {
  background-color: #8877a9;
}

/* line 349, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title > .caption {
  color: #FFFFFF;
}

/* line 351, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title > .caption > i {
  color: #FFFFFF;
}

/* line 357, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title > .actions .btn-default {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #c4bcd4;
  color: #d2cbde;
}

/* line 363, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title > .actions .btn-default > i {
  color: #dad5e4;
}

/* line 367, app/assets/stylesheets/components/_portlets.scss */
.portlet.box.purple-soft > .portlet-title > .actions .btn-default:hover, .portlet.box.purple-soft > .portlet-title > .actions .btn-default:focus, .portlet.box.purple-soft > .portlet-title > .actions .btn-default:active, .portlet.box.purple-soft > .portlet-title > .actions .btn-default.active {
  border: 1px solid #dfdbe8;
  color: #edebf2;
}

/* Statistic Block */
/* line 6, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft {
  background-color: #8877a9;
}

/* line 9, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft.dashboard-stat-light:hover {
  background-color: #7d6ba1;
}

/* line 14, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft .visual > i {
  color: #FFFFFF;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

/* line 22, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft .details .number {
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft .details .desc {
  color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 33, app/assets/stylesheets/components/_statistic-blocks.scss */
.dashboard-stat.purple-soft .more {
  color: #FFFFFF;
  background-color: #7d6ba1;
}

/* General Element */
/* line 30, app/assets/stylesheets/components/_flatui-color-variants.scss */
.bg-purple-soft {
  border-color: #8877a9 !important;
  background-image: none !important;
  background-color: #8877a9 !important;
  color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
/* line 38, app/assets/stylesheets/components/_flatui-color-variants.scss */
.font-purple-soft {
  color: #8877a9 !important;
}

/***
Transparent Button
***/
/* line 369, app/assets/stylesheets/components/_flatui-color-variants.scss */
.btn-transparent.btn {
  background: transparent;
  color: #888;
}
/******************************
 3RD PARTY PLUGIN CUSTOMIZATION
******************************/
/***
Bootstrap Colorpicker
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-colorpicker.scss */
.input-group.color .input-group-btn i {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 6px;
}

/* line 14, app/assets/stylesheets/plugins/_bootstrap-colorpicker.scss */
.colorpicker.dropdown-menu {
  padding: 5px;
}

/* change z-index when opened in modal */
/* line 19, app/assets/stylesheets/plugins/_bootstrap-colorpicker.scss */
.modal-open .colorpicker {
  z-index: 10055 !important;
}

/***
Bootstrap Datepaginator
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-datepaginator.scss */
.datepaginator a {
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: 300;
}

/* line 11, app/assets/stylesheets/plugins/_bootstrap-datepaginator.scss */
.datepicker .today {
  background-image: none !important;
  filter: none !important;
}

/* line 16, app/assets/stylesheets/plugins/_bootstrap-datepaginator.scss */
#dp-calendar {
  right: 4px !important;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-datepaginator.scss */
.datepaginator .fa-angle-right:before {
  content: "\f105";
}

/* line 24, app/assets/stylesheets/plugins/_bootstrap-datepaginator.scss */
.datepaginator .fa-angle-left:before {
  content: "\f104";
}

/***
Bootstrap Datepicker
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu {
  padding: 5px;
}

/* line 9, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker .selected {
  background-color: #909090 !important;
  background-image: none !important;
  filter: none !important;
}

/* line 15, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker .active {
  background-color: #4b8df8 !important;
  background-image: none !important;
  filter: none !important;
}

/* line 21, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker .active:hover {
  background-color: #2678FC !important;
  background-image: none !important;
  filter: none !important;
}

/* line 27, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker .input-daterange input {
  text-align: left;
}

/* change z-index when opened in modal */
/* line 32, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.modal-open .datepicker {
  z-index: 10055 !important;
}

/* line 36, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker table td {
  color: #000;
  font-weight: 300  !important;
  font-family: 'Open Sans' !important;
}

/* line 42, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker table th {
  color: #333;
  font-family: 'Open Sans' !important;
  font-weight: 400  !important;
}

/* line 48, app/assets/stylesheets/plugins/_bootstrap-datepicker.scss */
.datepicker.dropdown-menu {
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

/***
Bootstrap Daterangepicker
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.modal-open .daterangepicker {
  z-index: 10055 !important;
}

/* line 9, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker {
  margin-top: 4px;
}

/* line 13, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker td {
  text-shadow: none;
}

/* line 17, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker td.active {
  background-color: #4b8df8;
  background-image: none;
  filter: none;
}

/* line 23, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker th {
  font-weight: 400;
  font-size: 14px;
}

/* line 28, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .ranges input[type="text"] {
  width: 70px !important;
  font-size: 11px;
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .ranges label {
  font-weight: 300;
  display: block;
}

/* line 39, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .ranges .btn {
  margin-top: 10px;
}

/* line 43, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker.dropdown-menu {
  padding: 5px;
}

/* line 47, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .ranges li {
  color: #333;
}

/* line 51, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #4b8df8 !important;
  border: 1px solid #4b8df8 !important;
  color: #fff;
}

/* line 58, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .range_inputs input {
  margin-bottom: 0 !important;
}

/* line 62, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .fa-angle-right:before {
  content: "\f105";
}

/* line 66, app/assets/stylesheets/plugins/_bootstrap-daterangepicker.scss */
.daterangepicker .fa-angle-left:before {
  content: "\f104";
}

/***
Bootstrap  Datetimepicker
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker table td {
  color: #000;
  font-weight: 300  !important;
  font-family: 'Open Sans' !important;
}

/* line 11, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker table th {
  font-family: 'Open Sans' !important;
  font-weight: 400  !important;
}

/* line 16, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker.dropdown-menu {
  padding: 5px;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker .active {
  background-color: #4b8df8 !important;
  background-image: none !important;
  filter: none !important;
}

/* line 26, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker .active:hover {
  background-color: #2678FC !important;
  background-image: none !important;
  filter: none !important;
}

/* line 33, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker .fa-angle-left:before {
  content: "\f104";
}

/* line 37, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.datetimepicker .fa-angle-right:before {
  content: "\f105";
}

/* change z-index when opened in modal */
/* line 42, app/assets/stylesheets/plugins/_bootstrap-datetimepicker.scss */
.modal-open .datetimepicker {
  z-index: 10055 !important;
}

/***
Bootstrap Editable
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-editable.scss */
.editable-input table,
.editable-input table th,
.editable-input table td,
.editable-input table tr {
  border: 0 !important;
}

/* line 12, app/assets/stylesheets/plugins/_bootstrap-editable.scss */
.editable-input .combodate select {
  margin-bottom: 5px;
}

/***
Jansy File Input plugin css changes
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-fileinput.scss */
.fileinput {
  margin-bottom: 0;
}

/* line 8, app/assets/stylesheets/plugins/_bootstrap-fileinput.scss */
.fileinput .close {
  float: none;
}

/* line 12, app/assets/stylesheets/plugins/_bootstrap-fileinput.scss */
.fileinput .input-group {
  white-space: nowrap;
  overflow: hidden;
}

/***
Bootstrap Markdown
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.md-input {
  padding: 5px !important;
  border-bottom: 0 !important;
}

/* line 10, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.md-editor .btn-toolbar {
  margin-left: 0px;
}

/* line 14, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.md-editor.active {
  border: 1px solid #999999;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/***
Error state for WYSIWYG Editors
***/
/* line 25, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.has-error .md-editor {
  border: 1px solid #ebccd1 !important;
}

/* line 29, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.has-success .md-editor {
  border: 1px solid #d6e9c6 !important;
}

/* line 33, app/assets/stylesheets/plugins/_bootstrap-markdown.scss */
.has-warning .md-editor {
  border: 1px solid #faebcc !important;
}

/***
Bootstrap Modal
***/
/* fix: content shifting to the right on modal open */
/* line 6, app/assets/stylesheets/plugins/_bootstrap-modal.scss */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: auto !important;
}

/* line 13, app/assets/stylesheets/plugins/_bootstrap-modal.scss */
.modal-scrollable {
  overflow: hidden !important;
}

/***
Bootstrap Select
***/
/* line 4, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .btn {
  border-color: #e5e5e5;
}

/* line 9, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.has-error .bootstrap-select .btn {
  border-color: #ebccd1;
}

/* line 15, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.has-success .bootstrap-select .btn {
  border-color: #d6e9c6;
}

/* line 21, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.has-warning .bootstrap-select .btn {
  border-color: #faebcc;
}

/* line 26, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select.open .btn {
  border-color: #999;
}

/* line 30, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select.open.dropup .btn {
  border-color: #999;
}

/* line 34, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .btn:focus {
  outline: none !important;
  outline-offset: 0;
}

/* line 39, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: 1px;
}

/* line 43, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .text-muted {
  color: #999 !important;
}

/* line 53, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .caret {
  border: 0;
  width: auto;
  height: auto;
  margin-top: -10px !important;
}

/* line 60, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .caret:before {
  content: "\f107";
  display: inline-block;
  border: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

/* line 69, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .selected i {
  color: #aaa;
}

/* line 73, app/assets/stylesheets/plugins/_bootstrap-select.scss */
.bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
}

/***
Bootstrap Switch 
***/
/* line 5, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch {
  border-color: #e5e5e5;
}

/* line 8, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch.bootstrap-switch-focused {
  box-shadow: none;
  border-color: #e5e5e5;
}

/***
Color variants
***/
/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #89C4F4;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #45B6AF;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  color: #fff;
  background: #dfba49;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #F3565D;
}

/* line 20, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #444;
  background: #ececec;
}

/* Bootstrap switch on portlet headers */
/* line 37, app/assets/stylesheets/plugins/_bootstrap-switch.scss */
.portlet > .portlet-title > .actions > .bootstrap-switch {
  border-color: transparent;
  margin-top: -13px;
}

/***
Bootstrap Time Picker
***/
/* line 4, app/assets/stylesheets/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget table td a {
  padding: 4px 0;
}

/* line 8, app/assets/stylesheets/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget input,
.bootstrap-timepicker-widget input:focus {
  outline: none !important;
  border: 0;
}

/* line 14, app/assets/stylesheets/plugins/_bootstrap-timepicker.scss */
.modal-open .bootstrap-timepicker-widget {
  z-index: 10055 !important;
}

/* line 18, app/assets/stylesheets/plugins/_bootstrap-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before,
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  top: auto;
}

/***
Toastr Notifications
***/
/* line 4, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 10, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast {
  background-color: #030303;
}

/* line 13, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 16, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 19, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 22, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 26, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast .toast-close-button {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  text-indent: -100000px;
  width: 11px;
  height: 16px;
  background-repeat: no-repeat !important;
  background-image: url("theme/portlet-remove-icon-white.png") !important;
}

/* line 37, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-top-center {
  top: 12px;
  margin: 0 auto;
  left: 50%;
  margin-left: -150px;
}

/* line 44, app/assets/stylesheets/plugins/_bootstrap-toastr.scss */
.toast-bottom-center {
  bottom: 12px;
  margin: 0 auto;
  left: 50%;
  margin-left: -150px;
}

/***
Bootstrap Wizard
***/
/* line 7, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .progress {
  margin-bottom: 30px;
}

/* line 11, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}

/* line 21, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li > a.step {
  background-color: #fff;
  background-image: none;
  filter: none;
  border: 0px;
  box-shadow: none;
}

/* line 28, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li > a.step:hover {
  background: none;
}

/* line 32, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li > a.step > .number {
  background-color: #eee;
  display: inline-block;
  text-align: center !important;
  font-size: 16px;
  font-weight: 300;
  padding: 11px 15px 13px 15px;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 47, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li > a.step > .desc {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
}

/* line 52, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li > a.step > .desc > i {
  display: none;
}

/* line 61, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li.active > a.step .number {
  background-color: #45B6AF;
  color: #fff;
}

/* line 66, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li.active > a.step .desc {
  color: #333;
}

/* line 74, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li.done > a.step .number {
  background-color: #dfba49;
  color: #fff;
}

/* line 79, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li.done > a.step .desc {
  color: #333;
}

/* line 82, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
.form-wizard .steps > li.done > a.step .desc i {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  /* 768px & 1200px */
  /* line 96, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
  .form-wizard .step .desc {
    margin-top: 10px;
    display: block;
  }
}

@media (max-width: 768px) {
  /* 768px */
  /* line 103, app/assets/stylesheets/plugins/_bootstrap-wizard.scss */
  .form-wizard .steps > li > a {
    text-align: left;
  }
}

/***
Error state for WYSIWYG Editors
***/
/* line 4, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.note-editor {
  border: 1px solid #e5e5e5;
}

/* line 7, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.note-editor .note-toolbar {
  border-bottom: 1px solid #e5e5e5;
}

/* line 12, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #e5e5e5;
}

/* line 17, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.note-editor.fullscreen {
  z-index: 11000;
  width: 100% !important;
}

/* line 24, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.note-link-dialog .checkbox {
  margin-left: 20px;
}

/* line 29, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.has-error .note-editor {
  border: 1px solid #ebccd1 !important;
}

/* line 33, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.has-success .note-editor {
  border: 1px solid #d6e9c6 !important;
}

/* line 37, app/assets/stylesheets/plugins/_bootstrap-summercode.scss */
.has-warning .note-editor {
  border: 1px solid #faebcc !important;
}

/***
CKEditor css changes
***/
/* line 5, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_bottom,
.cke_inner,
.cke_top,
.cke_reset,
.cke_dialog_title,
.cke_dialog_footer,
.cke_dialog {
  background-image: none !important;
  filter: none;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none;
}

/* line 22, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_dialog_ui_button,
.cke_dialog_tab {
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 32, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_dialog_ui_button:hover,
.cke_dialog_tab:hover {
  text-decoration: none;
  text-shadow: none;
}

/* line 38, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_dialog_ui_input_text {
  background-image: none !important;
  filter: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 46, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_combo_button,
.cke_button,
.cke_toolbar,
.cke_toolgroup {
  background-image: none !important;
  filter: none !important;
  border: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 58, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_button,
.cke_combo_button,
.cke_panel_grouptitle,
.cke_hc.cke_panel_listItem a {
  background-image: none !important;
  filter: none;
  text-shadow: none;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

/* line 71, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_button:hover,
.cke_combo_button:hover {
  background-color: #ddd;
}

/* line 76, app/assets/stylesheets/plugins/_ckeditor.scss */
.cke_toolbar_break {
  background-image: none !important;
  filter: none !important;
  border: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
}

/***
Error state for WYSIWYG Editors
***/
/* line 90, app/assets/stylesheets/plugins/_ckeditor.scss */
.has-error .cke {
  border: 1px solid #ebccd1 !important;
}

/* line 94, app/assets/stylesheets/plugins/_ckeditor.scss */
.has-success .cke {
  border: 1px solid #d6e9c6 !important;
}

/* line 98, app/assets/stylesheets/plugins/_ckeditor.scss */
.has-warning .cke {
  border: 1px solid #faebcc !important;
}

/***
Clockface
***/
/* line 5, app/assets/stylesheets/plugins/_clockface.scss */
.modal-open .clockface {
  z-index: 10055 !important;
}

/* line 9, app/assets/stylesheets/plugins/_clockface.scss */
.clockface .cell .inner.active,
.clockface .cell .outer.active {
  background-color: #4b8df8 !important;
  background-image: none;
  filter: none;
}

/***
Datatables Plugin(in v1.3)
***/
/* line 4, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable {
  width: 100%;
  clear: both;
  margin-top: 5px;
}

/* line 11, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_filter .form-control {
  margin-left: 4px;
}

/* line 15, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_filter label {
  line-height: 32px;
}

/* line 20, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .row-details {
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

/* line 28, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .row-details.row-details-close {
  background: url("../img/datatable-row-openclose.png") no-repeat 0 0;
}

/* line 32, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .row-details.row-details-open {
  background: url("../img/datatable-row-openclose.png") no-repeat 0 -23px;
}

/* line 36, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .details {
  background-color: #eee;
}

/* line 40, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .details td,
.dataTable .details th {
  padding: 4px;
  background: none;
  border: 0;
}

/* line 47, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .details tr:hover td,
.dataTable .details tr:hover th {
  background: none;
}

/* line 52, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .details tr:nth-child(odd) td,
.dataTable .details tr:nth-child(odd) th {
  background-color: #eee;
}

/* line 57, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .details tr:nth-child(even) td,
.dataTable .details tr:nth-child(even) th {
  background-color: #eee;
}

/* line 62, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable > thead > tr > th.sorting,
.dataTable > thead > tr > th.sorting_asc,
.dataTable > thead > tr > th.sorting_desc {
  padding-right: 18px;
}

/* line 68, app/assets/stylesheets/plugins/_datatables.scss */
.dataTable .table-checkbox {
  width: 8px !important;
}

@media (max-width: 768px) {
  /* line 73, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_wrapper .dataTables_length .form-control,
.dataTables_wrapper .dataTables_filter .form-control {
    display: inline-block;
  }
  /* line 78, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_wrapper .dataTables_info {
    top: 17px;
  }
  /* line 82, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: -15px;
  }
}

@media (max-width: 480px) {
  /* line 88, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_wrapper .dataTables_filter .form-control {
    width: 175px !important;
  }
  /* line 92, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_wrapper .dataTables_paginate {
    float: left;
    margin-top: 20px;
  }
}

/* line 98, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_processing {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: 0;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

/* line 116, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_processing span {
  line-height: 15px;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_empty {
  text-align: center;
}

/***
TableTools
***/
/* line 128, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-btn-group {
  margin: 0 0 10px 0;
}

/* line 131, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-btn-group > .btn {
  margin-right: 5px;
}

/* line 134, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-btn-group > .btn:last-child {
  margin-right: 0;
}

/* line 140, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-dropdown-on-portlet {
  margin-top: -45px;
  float: right;
}

/* line 144, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-dropdown-on-portlet > .btn {
  margin-right: 5px;
}

/* line 147, app/assets/stylesheets/plugins/_datatables.scss */
.tabletools-dropdown-on-portlet > .btn:last-child {
  margin-right: 0;
}

/* line 153, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print {
  background-color: #fff;
}

/* line 156, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .DTTT_PrintMessage {
  display: none;
}

@media print {
  /* line 162, app/assets/stylesheets/plugins/_datatables.scss */
  .DTTT_Print .DTTT_PrintMessage {
    display: inline-block;
  }
}

/* line 168, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .DTTT_Print_Info {
  display: block;
  position: fixed;
  top: 35px;
  font-size: 18px;
  width: 700px;
  left: 50%;
  margin-left: -350px;
  text-align: center;
}

/* line 179, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-sidebar,
.DTTT_Print .page-header,
.DTTT_Print .page-footer {
  display: none;
}

/* line 185, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-content-wrapper {
  float: none;
}

/* line 189, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .row,
.DTTT_Print [class*="col-"] {
  padding: 0;
  margin: 0;
}

/* line 195, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-content {
  margin: 50px auto !important;
  border: 0 !important;
  width: 800px !important;
  padding: 0 !important;
}

/* line 201, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-content .portlet {
  border: 0;
  padding: 0;
}

/* line 205, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-content .portlet .portlet-body {
  padding: 0;
}

/* line 210, app/assets/stylesheets/plugins/_datatables.scss */
.DTTT_Print .page-content .dataTables_wrapper {
  padding: 0;
  margin: 0;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

@media print {
  /* line 210, app/assets/stylesheets/plugins/_datatables.scss */
  .DTTT_Print .page-content .dataTables_wrapper {
    box-shadow: none;
  }
}

/***
Extended pagination
***/
/* line 226, app/assets/stylesheets/plugins/_datatables.scss */
.paging_bootstrap_extended {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 13px;
}

/* line 233, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_extended_wrapper .seperator {
  padding: 0 2px;
}

/* line 237, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_extended_wrapper div.dataTables_paginate,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_info {
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
}

@media (max-width: 480px) {
  /* line 249, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_extended_wrapper div.dataTables_paginate,
.dataTables_extended_wrapper div.dataTables_length,
.dataTables_extended_wrapper div.dataTables_info {
    display: block;
    margin-bottom: 10px !important;
  }
  /* line 256, app/assets/stylesheets/plugins/_datatables.scss */
  .dataTables_extended_wrapper .seperator {
    display: none !important;
  }
}

/* line 261, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_extended_wrapper div.dataTables_length label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px;
  float: none !important;
  display: inline-block !important;
}

/* line 269, app/assets/stylesheets/plugins/_datatables.scss */
.table-container .table-actions-wrapper {
  display: none;
}

/***
Scroller Extension
***/
/* line 277, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_scroll {
  margin-bottom: 10px;
}

/* line 281, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_scrollHead {
  border-bottom: 2px solid #ddd !important;
}

/* line 285, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_scrollHead thead th {
  border-bottom: 0 !important;
}

/* line 291, app/assets/stylesheets/plugins/_datatables.scss */
.dataTables_scrollBody {
  border-bottom: 1px solid #ddd !important;
}

/***
Dropzone css changes(new in v1.1.1)
***/
/* line 4, app/assets/stylesheets/plugins/_dropzone.scss */
.dropzone {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/***
Fancy box fix overlay fix
***/
/* line 4, app/assets/stylesheets/plugins/_fancybox.scss */
.fancybox-overlay {
  z-index: 100000;
}

/* line 8, app/assets/stylesheets/plugins/_fancybox.scss */
.fancybox-opened {
  z-index: 100001;
}

/***
FuelUX Spinners
***/
/* line 5, app/assets/stylesheets/plugins/_fuelux.scss */
.spinner-buttons.btn-group-vertical .btn {
  text-align: center;
  margin: 0;
  height: 17px;
  width: 22px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
}

/***
Fullcalendar
***/
/* External events */
/* line 7, app/assets/stylesheets/plugins/_fullcalendar.scss */
.external-event {
  display: inline-block;
  cursor: move;
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 16, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet .event-form-title {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  padding: 5px 8px 33px 8px;
  margin-left: 2px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: solid;
  border-left-style: solid;
  border-color: #ddd;
  background: transparent;
  color: #fff;
  top: -48px;
}

/* line 42, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-header {
  margin-bottom: -21px;
}

/* line 46, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-button-prev {
  padding-right: 10px;
  padding-left: 8px;
}

/* line 51, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-button-next {
  padding-right: 8px;
  padding-left: 10px;
}

/* line 57, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-button.fc-state-active, .portlet.calendar .fc-button.fc-state-hover {
  color: #666;
  background-color: #fff;
}

/* line 63, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-button.fc-state-disabled {
  color: #ddd;
}

/* line 68, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-text-arrow {
  font-size: 22px;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
}

/* line 74, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-event {
  border: 0px;
  background-color: #69a4e0;
  color: #fff;
}

/* line 79, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-event .fc-event-inner {
  border: 0px;
}

/* line 83, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-event .fc-event-time {
  float: left;
  text-align: left;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

/* line 91, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-event .fc-event-title {
  text-align: left;
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

/* line 100, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-header-title h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}

/* line 107, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .fc-widget-header {
  background-image: none;
  filter: none;
  background-color: #eee;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 116, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar.light .fc-button {
  top: -60px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 35px;
}

/* line 123, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar.light .fc-button .fc-text-arrow {
  margin-top: -6px;
  display: inline-block;
}

/* line 128, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar.light .fc-button.fc-state-active, .portlet.calendar.light .fc-button.fc-state-hover {
  color: #333;
  border-bottom: 2px solid #45B6AF;
}

/* line 134, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar.light .fc-button.fc-state-disabled {
  color: #aaa;
}

/* line 142, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-button {
  padding: 0px 6px 20px 6px;
  margin-left: 2px;
  border: 0;
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  text-shadow: none;
  text-align: center;
}

/* line 158, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-button.fc-state-hover, .portlet.calendar .mobile .fc-button.fc-state-active {
  background-color: #eee;
}

/* line 162, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-button.fc-state-disabled {
  color: #bbb;
}

/* line 167, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-button-prev {
  margin-right: 5px;
  margin-top: -2px;
}

/* line 172, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-button-next {
  margin-right: -0px;
  margin-top: -2px;
}

/* line 177, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-header-space {
  margin: 0px;
  padding: 0px;
  width: 0px;
}

/* line 183, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-header-left {
  position: absolute;
  z-index: 10;
}

/* line 187, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-header-left .fc-button {
  top: -2px;
}

/* line 192, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-header-right {
  position: relative;
  right: 0;
}

/* line 196, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-header-right .fc-button {
  top: 35px;
}

/* line 201, app/assets/stylesheets/plugins/_fullcalendar.scss */
.portlet.calendar .mobile .fc-content {
  margin-top: 53px;
}

/***
Google Maps
***/
/* line 5, app/assets/stylesheets/plugins/_gmaps.scss */
.gmaps {
  height: 300px;
  width: 100%;
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}

/* line 10, app/assets/stylesheets/plugins/_gmaps.scss */
.gmaps img {
  max-width: none;
}

/* line 16, app/assets/stylesheets/plugins/_gmaps.scss */
#gmap_static div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
  display: block;
  height: 300px;
}

/* line 24, app/assets/stylesheets/plugins/_gmaps.scss */
#gmap_routes_instructions {
  margin-top: 10px;
  margin-bottom: 0px;
}

/***
Gritter notification modify
***/
/* line 5, app/assets/stylesheets/plugins/_gritter.scss */
#gritter-notice-wrapper {
  right: 1px !important;
}

/* line 9, app/assets/stylesheets/plugins/_gritter.scss */
.gritter-close {
  left: auto !important;
  right: 3px !important;
}

/* line 14, app/assets/stylesheets/plugins/_gritter.scss */
.gritter-title {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 300;
}

/***
Dashboard Charts(new in v1.2.1)
***/
/* line 4, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.easy-pie-chart,
.sparkline-chart {
  text-align: center;
}

/* line 9, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.sparkline-chart {
  margin-top: 15px;
  position: relative;
}

/* line 14, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.easy-pie-chart .number {
  font-size: 14px !important;
  font-weight: 300;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
}

/* line 24, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.easy-pie-chart .number canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 31, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.sparkline-chart .number {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 37, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.sparkline-chart .title,
.easy-pie-chart .title {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 48, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
  color: #666;
  text-decoration: none;
}

/* line 54, app/assets/stylesheets/plugins/_jquery-easy-pie-chart.scss */
.sparkline-chart .title > i,
.easy-pie-chart .title > i {
  margin-top: 5px;
}

/***
jQuery File Upload
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-file-upload.scss */
.blueimp-gallery .close {
  background-image: url(/images/portlet-remove-icon-white.png) !important;
  margin-top: -2px;
}

/* line 10, app/assets/stylesheets/plugins/_jquery-file-upload.scss */
.blueimp-gallery .prev,
.blueimp-gallery .next {
  border-radius: 23px !important;
}

/***
jQuery Multi Select
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .ms-list {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 13, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .ms-optgroup-label {
  font-size: 14px;
}

/* line 17, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  font-size: 13px;
}

/* line 22, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .ms-list.ms-focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 29, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  color: #333;
  background-color: #eee;
}

/* line 35, app/assets/stylesheets/plugins/_jquery-multi-select.scss */
.ms-container .form-control {
  margin-bottom: 5px;
}

/***
jQuery Notific8 Plugin
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-notific8.scss */
.jquery-notific8-message {
  font-size: 13px;
}

/* line 9, app/assets/stylesheets/plugins/_jquery-notific8.scss */
[class*="jquery-notific8"],
[class*="jquery-notific8"]:after,
[class*="jquery-notific8"]:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 17, app/assets/stylesheets/plugins/_jquery-notific8.scss */
.right .jquery-notific8-close-sticky span,
.left .jquery-notific8-close-sticky span {
  font-size: 10px;
}

/* line 22, app/assets/stylesheets/plugins/_jquery-notific8.scss */
.jquery-notific8-heading {
  font-weight: 300;
  font-size: 16px;
}

/***
Password Strength(in v1.4)
***/
/* line 4, app/assets/stylesheets/plugins/_jquery-pwstrength-bootstrap.scss */
.password-strength .password-verdict {
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
}

/* line 10, app/assets/stylesheets/plugins/_jquery-pwstrength-bootstrap.scss */
.password-strength .progress {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/plugins/_jquery-pwstrength-bootstrap.scss */
.password-strength .progress-bar {
  padding: 2px;
}

/***
jQuery Slimscroll
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-slimscroll.scss */
.scroller {
  padding: 0px;
  margin: 0px;
  padding-right: 12px;
  overflow: hidden;
}

/* line 12, app/assets/stylesheets/plugins/_jquery-slimscroll.scss */
.scroller-footer {
  margin-top: 10px;
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.scroller-footer:before, .scroller-footer:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.scroller-footer:after {
  clear: both;
}

/* line 18, app/assets/stylesheets/plugins/_jquery-slimscroll.scss */
.portlet-body .slimScrollBar {
  margin-right: 0px;
}

/***
jQuery Sparkline
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

/* line 11, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.easy-pie-chart,
.sparkline-chart {
  text-align: center;
}

/* line 16, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.sparkline-chart {
  margin-top: 15px;
  position: relative;
}

/* line 21, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.easy-pie-chart .number {
  font-size: 16px;
  font-weight: 300;
  width: 85px;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.sparkline-chart .number {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}

/* line 34, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.sparkline-chart .title,
.easy-pie-chart .title {
  display: block;
  text-align: center;
  color: #333;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 45, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.sparkline-chart .title:hover,
.easy-pie-chart .title:hover {
  color: #666;
  text-decoration: none;
}

/* line 51, app/assets/stylesheets/plugins/_jquery-sparkline.scss */
.sparkline-chart .title > i,
.easy-pie-chart .title > i {
  margin-top: 5px;
}

/***
Modify jquery-tags-input plugin css
***/
/* line 5, app/assets/stylesheets/plugins/_jquery-tags-input.scss */
div.tagsinput {
  min-height: 35px;
  height: auto !important;
  margin: 0;
  padding: 5px 5px 0px 5px;
  overflow: auto;
}

/* line 13, app/assets/stylesheets/plugins/_jquery-tags-input.scss */
div.tagsinput span.tag {
  background: #aaa;
  color: #fff;
  border: 0;
  padding: 3px 6px;
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 22, app/assets/stylesheets/plugins/_jquery-tags-input.scss */
div.tagsinput input {
  padding: 3px 6px;
  width: 75px !important;
}

/* line 27, app/assets/stylesheets/plugins/_jquery-tags-input.scss */
div.tagsinput span.tag a {
  color: #fff;
}

/* line 31, app/assets/stylesheets/plugins/_jquery-tags-input.scss */
div.tagsinput .not_valid {
  color: #fff;
  padding: 3px 6px;
  background-color: #e02222;
}

/***
jQuery UI Sliders(new in v1.1.1)
***/
/* line 4, app/assets/stylesheets/plugins/_jquery-ui.scss */
.slider {
  border: 0;
  padding: 0;
  display: block;
  margin: 12px 5px;
  min-height: 11px;
}

/* line 12, app/assets/stylesheets/plugins/_jquery-ui.scss */
.ui-slider-vertical {
  width: 11px;
}

/* line 16, app/assets/stylesheets/plugins/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
}

/* line 20, app/assets/stylesheets/plugins/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -3px;
}

/* line 24, app/assets/stylesheets/plugins/_jquery-ui.scss */
.ui-slider-vertical,
.ui-slider-handle {
  filter: none !important;
  background-image: none !important;
}

/***
JQVMAP Plugin
***/
/* line 5, app/assets/stylesheets/plugins/_jqvmap.scss */
.jqvmap-zoomin {
  height: 16px;
  width: 16px;
  background-color: #666;
}

/* line 11, app/assets/stylesheets/plugins/_jqvmap.scss */
.jqvmap-zoomout {
  height: 16px;
  width: 16px;
  background-color: #666;
}

/* line 17, app/assets/stylesheets/plugins/_jqvmap.scss */
.vmaps {
  position: relative;
  overflow: hidden;
  height: 300px;
}

/***
Jstree
***/
/* line 5, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-default .jstree-clicked {
  border: 0;
  background-color: #e1e1e1;
  box-shadow: none;
}

/* line 11, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-default .jstree-hovered {
  border: 0;
  background-color: #eee;
  box-shadow: none;
}

/* line 17, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-default .jstree-wholerow-clicked,
.jstree-wholerow .jstree-wholerow-clicked {
  background: none;
  border: 0;
  background-color: #e1e1e1;
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-default .jstree-wholerow-hovered,
.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #eee;
  box-shadow: none;
}

/* line 32, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-icon.icon-lg {
  margin-top: 1px;
}

/* line 36, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

/* line 41, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
  background-repeat: no-repeat;
}

/* line 46, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context,
.vakata-context ul {
  padding: 0;
  min-width: 125px;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  border: 1px solid #efefef;
}

/* line 57, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context li {
  border: 0;
}

/* line 59, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context li a {
  padding: 0 10px;
  border: 0;
}

/* line 63, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context li a i {
  display: none;
}

/* line 67, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context li a .vakata-contextmenu-sep {
  display: none;
}

/* line 74, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover {
  background-color: #eee;
  color: #333;
  box-shadow: none;
  margin: 0;
}

/* line 81, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins {
  border: 0 !important;
}

/* line 87, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context li a span,
.vakata-context li a ins {
  display: none;
  border: 0 !important;
}

/* line 93, app/assets/stylesheets/plugins/_jstree.scss */
.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
}

/* line 100, app/assets/stylesheets/plugins/_jstree.scss */
.jstree-rename-input {
  background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
}

/***
NoUIRangeSlider
***/
/* line 5, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-control {
  margin: 9px 0;
}

/***
Color variants
***/
/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-primary.noUi-connect,
.noUi-primary .noUi-connect {
  background: #428bca;
}

/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-info.noUi-connect,
.noUi-info .noUi-connect {
  background: #89C4F4;
}

/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-success.noUi-connect,
.noUi-success .noUi-connect {
  background: #45B6AF;
}

/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-warning.noUi-connect,
.noUi-warning .noUi-connect {
  background: #dfba49;
}

/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-danger.noUi-connect,
.noUi-danger .noUi-connect {
  background: #F3565D;
}

/* line 14, app/assets/stylesheets/plugins/_nouislider.scss */
.noUi-default.noUi-connect,
.noUi-default .noUi-connect {
  background: #c6c6c6;
}

/***
Google reCaptcha
***/
/* line 4, app/assets/stylesheets/plugins/_recaptcha.scss */
.form-recaptcha-img {
  margin-bottom: 10px;
  clear: both;
  border: 1px solid #e5e5e5;
  padding: 5px;
}

/* line 11, app/assets/stylesheets/plugins/_recaptcha.scss */
iframe[src="about:blank"] {
  display: none;
}

/***
Select2 Plugin
***/
/* line 5, app/assets/stylesheets/plugins/_select2.scss */
.form-control .select2-choice {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
  height: 34px;
  padding: 3px 0 0px 12px;
}

/* line 14, app/assets/stylesheets/plugins/_select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #e5e5e5;
  background-color: #fff;
  background-image: none;
  filter: none;
}

/* line 21, app/assets/stylesheets/plugins/_select2.scss */
.select2-drop {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  border-top: 0;
}

/* line 31, app/assets/stylesheets/plugins/_select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #e5e5e5;
}

/* line 35, app/assets/stylesheets/plugins/_select2.scss */
.select2-drop.select2-drop-above {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 41, app/assets/stylesheets/plugins/_select2.scss */
.select2-drop-active {
  border: 1px solid #999;
  border-top: 0;
}

/* line 46, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  filter: none;
  border-left: 1px solid #e5e5e5;
}

/* line 53, app/assets/stylesheets/plugins/_select2.scss */
.select2-container.select2-container-active .select2-arrow,
.select2-container.select2-dropdown-open .select2-arrow {
  border-left: 0 !important;
}

/* line 58, app/assets/stylesheets/plugins/_select2.scss */
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 1px;
}

/* line 62, app/assets/stylesheets/plugins/_select2.scss */
.select2-search input {
  border: 1px solid #e5e5e5;
  background-color: #fff !important;
  filter: none;
  margin: 0;
  outline: 0;
  border: 1px solid #e5e5e5;
  webkit-appearance: none !important;
  color: #333333;
  outline: 0;
  height: auto !important;
  min-height: 26px;
  padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
}

/* line 85, app/assets/stylesheets/plugins/_select2.scss */
.form-control.select2-container {
  border: 0;
  height: auto !important;
  padding: 0px;
}

/* line 91, app/assets/stylesheets/plugins/_select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 98, app/assets/stylesheets/plugins/_select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 107, app/assets/stylesheets/plugins/_select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999 !important;
  border-top: 0 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 119, app/assets/stylesheets/plugins/_select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #999 !important;
  border-bottom: 0 !important;
}

/* line 124, app/assets/stylesheets/plugins/_select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 128, app/assets/stylesheets/plugins/_select2.scss */
.select2-results {
  margin: 5px 0;
}

/* line 132, app/assets/stylesheets/plugins/_select2.scss */
.select2-results .select2-highlighted {
  background: #eee;
  color: #333;
}

/* line 137, app/assets/stylesheets/plugins/_select2.scss */
.select2-results li em {
  background: #fdffc2 !important;
  font-style: normal;
}

/* line 142, app/assets/stylesheets/plugins/_select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 146, app/assets/stylesheets/plugins/_select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 151, app/assets/stylesheets/plugins/_select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  padding: 3px 7px 4px;
  background: #f4f4f4;
  display: list-item;
}

/* line 159, app/assets/stylesheets/plugins/_select2.scss */
.select2-container-multi .select2-choices {
  padding-left: 6px;
  min-height: 34px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 170, app/assets/stylesheets/plugins/_select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #999 !important;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 179, app/assets/stylesheets/plugins/_select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 5px 0 3px 5px;
  border: 1px solid #e5e5e5;
  background-image: none;
  background-color: #fff;
  filter: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/***
Color variants
***/
/* line 195, app/assets/stylesheets/plugins/_select2.scss */
.has-warning .select2-container .select2-choice,
.has-warning .select2-container .select2-choices {
  border-color: #faebcc;
}

/* line 199, app/assets/stylesheets/plugins/_select2.scss */
.has-warning .select2-container.select2-dropdown-open .select2-choice,
.has-warning .select2-container.select2-dropdown-open .select2-choices {
  border-color: #faebcc;
}

/* line 203, app/assets/stylesheets/plugins/_select2.scss */
.has-warning .select2-container.select2-dropdown-open .select2-choice > span {
  color: #faebcc;
}

/* line 195, app/assets/stylesheets/plugins/_select2.scss */
.has-error .select2-container .select2-choice,
.has-error .select2-container .select2-choices {
  border-color: #ebccd1;
}

/* line 199, app/assets/stylesheets/plugins/_select2.scss */
.has-error .select2-container.select2-dropdown-open .select2-choice,
.has-error .select2-container.select2-dropdown-open .select2-choices {
  border-color: #ebccd1;
}

/* line 203, app/assets/stylesheets/plugins/_select2.scss */
.has-error .select2-container.select2-dropdown-open .select2-choice > span {
  color: #ebccd1;
}

/* line 195, app/assets/stylesheets/plugins/_select2.scss */
.has-success .select2-container .select2-choice,
.has-success .select2-container .select2-choices {
  border-color: #d6e9c6;
}

/* line 199, app/assets/stylesheets/plugins/_select2.scss */
.has-success .select2-container.select2-dropdown-open .select2-choice,
.has-success .select2-container.select2-dropdown-open .select2-choices {
  border-color: #d6e9c6;
}

/* line 203, app/assets/stylesheets/plugins/_select2.scss */
.has-success .select2-container.select2-dropdown-open .select2-choice > span {
  color: #d6e9c6;
}

/* Fix z-index when select2 opened in modals*/
/* line 214, app/assets/stylesheets/plugins/_select2.scss */
.modal-open .select2-drop-mask {
  z-index: 10051;
}

/* line 218, app/assets/stylesheets/plugins/_select2.scss */
.modal-open .select2-drop {
  z-index: 10052;
}

/* line 222, app/assets/stylesheets/plugins/_select2.scss */
.modal-open .select2-search {
  z-index: 10053;
}

/***
jQuery Uniform
***/
/* line 5, app/assets/stylesheets/plugins/_uniform.scss */
.checker {
  margin-top: -2px !important;
  margin-right: 2px !important;
}

/* line 10, app/assets/stylesheets/plugins/_uniform.scss */
.checker input,
.radio input {
  outline: none !important;
}

/* line 15, app/assets/stylesheets/plugins/_uniform.scss */
div.checker.disabled span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

/* line 20, app/assets/stylesheets/plugins/_uniform.scss */
div.checker.disabled:hover,
div.radio.disabled:hover {
  cursor: not-allowed;
}

/* line 25, app/assets/stylesheets/plugins/_uniform.scss */
div.radio,
div.checker {
  margin-right: 0;
  margin-left: 3px;
}

/***
Morris Charts
***/
/* line 5, app/assets/stylesheets/plugins/_morris.scss */
.portlet-body-morris-fit {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: -15px;
}

/* line 14, app/assets/stylesheets/plugins/_morris.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  color: #7D8C9D;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 22, app/assets/stylesheets/plugins/_morris.scss */
.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 5, app/assets/stylesheets/layout.css.scss */
.category-boxes:after, .video-container:after, .tips-list:after, .banner-row:after, .highlights:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 14, app/assets/stylesheets/layout.css.scss */
.slider-dots a, .slider-prev,
.slider-next, .new-icons.user-icon, .new-icons.notification-icon {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

/* line 20, app/assets/stylesheets/layout.css.scss */
.visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
}

/* line 32, app/assets/stylesheets/layout.css.scss */
.category-boxes, .landing-page .product-cat-list, .footer-nav-cell > ul, .tips-list, .fresh-solution-list, .page-header-tools_user-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/layout.css.scss */
#products-table.table .products-table-row, .item-main-wrap, .toolbar, .cells {
  box-sizing: border-box;
  display: table;
  width: 100%;
}

/* line 44, app/assets/stylesheets/layout.css.scss */
.item-main-wrap .photo-wrap,
.item-main-wrap .text-wrap, .cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 52, app/assets/stylesheets/layout.css.scss */
.align-center {
  text-align: center;
}

/* line 53, app/assets/stylesheets/layout.css.scss */
.align-right {
  text-align: right;
}

/* line 63, app/assets/stylesheets/layout.css.scss */
.toolbar .cell:last-child {
  text-align: right;
}

/* line 67, app/assets/stylesheets/layout.css.scss */
.category-boxes .category-boxes-more:before, .slider-prev,
.slider-next, .page-header-tools_user-list .dropdown-user--title:before, .new-icons {
  background: url(/assets/phase-2/phase-2-sprite-3ed744fd6b697fb5d2c83f1d2c482207f90cfeded3fe048e27ef34a7da6f6740.png) 150% 150% no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/* line 76, app/assets/stylesheets/layout.css.scss */
.new-icons.notification-icon {
  width: 16px;
  height: 19px;
  background-position: -67px -15px;
}

/* line 83, app/assets/stylesheets/layout.css.scss */
.new-icons.user-icon {
  width: 19px;
  height: 19px;
  background-position: -165px -15px;
}

/* line 90, app/assets/stylesheets/layout.css.scss */
.new-icons.icon-quicksearch {
  width: 45px;
  height: 45px;
  background-position: -253px -4px;
}

/* line 96, app/assets/stylesheets/layout.css.scss */
.new-icons.icon-arrow-down-main-nav {
  width: 16px;
  height: 10px;
  background-position: -217px -20px;
  margin-top: -2px;
}

/* line 103, app/assets/stylesheets/layout.css.scss */
.new-icons.new-icon-home {
  width: 21px;
  height: 18px;
  background-position: -314px -15px;
}

@media print {
  /* line 2, app/assets/stylesheets/layout/_print.scss */
  body {
    background-color: #fff !important;
  }
  /* line 6, app/assets/stylesheets/layout/_print.scss */
  .page-header {
    display: none;
  }
  /* line 10, app/assets/stylesheets/layout/_print.scss */
  .theme-panel {
    display: none;
  }
  /* line 14, app/assets/stylesheets/layout/_print.scss */
  .hidden-print {
    display: none;
  }
  /* line 18, app/assets/stylesheets/layout/_print.scss */
  .page-prefooter {
    display: none;
  }
  /* line 22, app/assets/stylesheets/layout/_print.scss */
  .page-footer {
    display: none;
  }
  /* line 26, app/assets/stylesheets/layout/_print.scss */
  .page-head {
    display: none;
  }
  /* line 30, app/assets/stylesheets/layout/_print.scss */
  .page-breadcrumb {
    display: none;
  }
  /* line 34, app/assets/stylesheets/layout/_print.scss */
  .no-page-break {
    page-break-after: avoid;
  }
  /* line 38, app/assets/stylesheets/layout/_print.scss */
  .page-container {
    margin: 0px !important;
    padding: 0px !important;
  }
  /* line 42, app/assets/stylesheets/layout/_print.scss */
  .page-container .page-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-container .page-content > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
  /* line 50, app/assets/stylesheets/layout/_print.scss */
  .page-container .page-content > .container-classic > .portlet,
.page-container .page-content > .container-fluid > .portlet {
    padding: 0;
    margin: 0;
  }
  /* line 54, app/assets/stylesheets/layout/_print.scss */
  .page-container .page-content > .container-classic > .portlet > .portlet-body,
.page-container .page-content > .container-fluid > .portlet > .portlet-body {
    padding: 0;
    margin: 0;
  }
}

/***
Redesign Header
***/
/* line 4, app/assets/stylesheets/layout/_header.scss */
.header__top {
  padding-bottom: 5px;
}

/* line 8, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul {
  margin-bottom: 0;
  padding-left: 0;
}

/* line 12, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li {
  font-size: 14px;
  list-style-type: unset;
  display: inline-block;
}

/* line 17, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li:first-child {
  padding-right: 5px;
  border-right: 1px solid #000;
}

/* line 22, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li:last-child {
  padding-left: 5px;
}

/* line 25, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li.active a {
  font-weight: 700;
}

/* line 29, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li.dropdown-sitedropdown-site a {
  white-space: nowrap;
}

/* line 32, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li a {
  color: #000;
}

/* line 35, app/assets/stylesheets/layout/_header.scss */
.header__top .lang-nav ul li a:hover {
  text-decoration: none;
  font-weight: 700;
}

/* line 44, app/assets/stylesheets/layout/_header.scss */
.header__top .icon-phone {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(/assets/theme/redesign-phone-92266c47335c15a11f60187e432e77e3fffdb30483ed798948321593048230b5.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 56, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu {
  padding: 5px;
  width: 300px;
  border-radius: 0;
  box-shadow: 0 0 4px 3px rgba(122, 122, 122, 0.28);
  /* Notification */
}

/* line 62, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 10px;
  width: 10px;
  display: inline-block !important;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

/* line 74, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .external {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  letter-spacing: 0.5px;
}

/* line 81, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .external h3 {
  margin: 0;
  font-size: 13px;
}

/* line 86, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .external a {
  display: inline-block;
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 400;
}

/* line 99, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a {
  display: flex;
  font-weight: 300;
  line-height: 25px;
  white-space: normal;
  font-size: 13px;
  padding: 5px;
  text-shadow: none;
}

/* line 108, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a .details {
  flex: 3;
  overflow: hidden;
  padding: 3px 10px;
}

/* line 113, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
  margin-right: 10px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* line 117, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a .details .label-icon i {
  margin-right: 2px;
  margin-left: 1px;
  width: 15px;
}

/* line 123, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a .details .label-icon .badge {
  right: 15px;
}

/* line 127, app/assets/stylesheets/layout/_header.scss */
.header__top #header_notification_bar .dropdown-menu .dropdown-menu-list > li a .time {
  flex: 1;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: right;
  padding: 1px 5px;
}

/* line 142, app/assets/stylesheets/layout/_header.scss */
.header__top .user-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 30px;
  height: 35px;
  background: url(/assets/theme/redesign-user-623b3ab1d95add7cde24218c5a8e7680e0fee1e8f10fdc5863e30253ef063672.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 153, app/assets/stylesheets/layout/_header.scss */
.header__top .notification-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/theme/redesign-bell-f3b1e05b97035ba8035549999bf7f5baf875872a5e1830ee2d94a5cb9bf6a112.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 165, app/assets/stylesheets/layout/_header.scss */
.header__top--title {
  font-size: 16px;
  font-weight: 700;
}

/* line 170, app/assets/stylesheets/layout/_header.scss */
.header__top--menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: -100%;
  width: 30%;
  height: 100%;
  padding: 6% 0 0 5%;
  background-color: #3F484C;
  transition: all .25s ease-in;
}

/* line 181, app/assets/stylesheets/layout/_header.scss */
.header__top--menu:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  left: 100%;
  background-color: #0b0b0b;
  opacity: 0.8;
  width: 69.5vw;
}

/* line 194, app/assets/stylesheets/layout/_header.scss */
.header__top--menu ul .price_lists_sub_category {
  display: none;
}

/* line 197, app/assets/stylesheets/layout/_header.scss */
.header__top--menu ul .price_lists_sub_category.show_all_available {
  display: block;
}

/* line 203, app/assets/stylesheets/layout/_header.scss */
.header__top--menu li {
  list-style-type: none;
}

/* line 206, app/assets/stylesheets/layout/_header.scss */
.header__top--menu li a, .header__top--menu li .price_lists {
  cursor: pointer;
  display: block;
  width: 90%;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: unset;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 223, app/assets/stylesheets/layout/_header.scss */
.header__top--menu li a::before, .header__top--menu li .price_lists::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e5c700;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

/* line 246, app/assets/stylesheets/layout/_header.scss */
.header__top--menu li a:hover::before, .header__top--menu li .price_lists:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 255, app/assets/stylesheets/layout/_header.scss */
.header__top--menu hr {
  width: 90%;
}

/* line 258, app/assets/stylesheets/layout/_header.scss */
.header__top--mobile-menu-title {
  font-size: 16px;
  font-weight: 700;
}

/* line 263, app/assets/stylesheets/layout/_header.scss */
.header__top--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 270, app/assets/stylesheets/layout/_header.scss */
.header__top--wrapper.open .header__top--menu {
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 278, app/assets/stylesheets/layout/_header.scss */
.header__top--wrapper.open .header__close-menu {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url(/assets/theme/redesign-close-39ae7bc629a0994cb0f58add3499d5236188113482ed5549d35bd7ad29b144c6.png) center center;
  background-repeat: no-repeat;
}

/* line 289, app/assets/stylesheets/layout/_header.scss */
.header__top--wrapper.open .header__close-menu:hover {
  cursor: pointer;
}

/* line 294, app/assets/stylesheets/layout/_header.scss */
.unread_articles_notification:after {
  margin-left: 5px;
  background: url(/assets/theme/redesign-bell-f3b1e05b97035ba8035549999bf7f5baf875872a5e1830ee2d94a5cb9bf6a112.png) center center;
  height: 15px;
  width: 15px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* line 307, app/assets/stylesheets/layout/_header.scss */
.circle-red {
  background: red;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  width: 20px;
  content: '';
  display: inline-block;
  vertical-align: baseline;
}

/* line 318, app/assets/stylesheets/layout/_header.scss */
.header__middle {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

/* line 323, app/assets/stylesheets/layout/_header.scss */
.header__middle .header__top--tirgger {
  display: flex;
  align-items: center;
}

/* line 328, app/assets/stylesheets/layout/_header.scss */
.header__middle .header__top--mobile-menu {
  display: none;
  align-items: center;
}

/* line 333, app/assets/stylesheets/layout/_header.scss */
.header__middle .menu-toggler,
.header__middle .menu-toggler-new {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 40px;
  height: 23px;
  background: url(/assets/theme/redesign-menu_burger-f823f73428d520b74ea53a20cff06c84fedc4e3e2537f39513d88e4cca868635.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 345, app/assets/stylesheets/layout/_header.scss */
.header__middle .menu-toggler:hover,
.header__middle .menu-toggler-new:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 351, app/assets/stylesheets/layout/_header.scss */
.header__middle .dropdown-menu-default {
  width: 310px;
  border-radius: 0;
  box-shadow: 0 0 4px 3px rgba(122, 122, 122, 0.28);
}

/* line 356, app/assets/stylesheets/layout/_header.scss */
.header__middle .dropdown-menu-default:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 10px;
  margin: 0 auto;
  display: inline-block !important;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

/* line 371, app/assets/stylesheets/layout/_header.scss */
.header__middle .icon-quicksearch {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 25px;
  height: 25px;
  background: url(/assets/theme/redesign-search-ade1352e2d4ac5cbf5e75dfe638eaeb2c9f58787f1479c6d70898f3c6fcea84a.png) center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 383, app/assets/stylesheets/layout/_header.scss */
.header__middle--wrapper {
  display: flex;
  align-items: center;
}

/* line 388, app/assets/stylesheets/layout/_header.scss */
.page-header-wrapper-menu {
  background-color: #fedd00;
}

/* line 392, app/assets/stylesheets/layout/_header.scss */
.emergency-container {
  top: 50%;
  font-size: 15px;
  text-align: center;
  margin: auto;
  width: 50%;
  border: 3px solid #f81101;
  background-color: #e74444f3;
}

/* line 401, app/assets/stylesheets/layout/_header.scss */
.emergency-container .notice {
  margin-bottom: 0px;
}

/***
  Page Header
  ***/
/* line 412, app/assets/stylesheets/layout/_header.scss */
.page-header {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
  min-height: 126px;
  background-image: none;
  /* Header container */
  /* Fixed header */
  /* Static header */
  /* Top menu */
  /* Page Header Menu */
}

/* line 10, app/assets/stylesheets/components/_mixins.scss */
.page-header:before, .page-header:after {
  content: " ";
  display: table;
}

/* line 15, app/assets/stylesheets/components/_mixins.scss */
.page-header:after {
  clear: both;
}

/* line 425, app/assets/stylesheets/layout/_header.scss */
.page-header .container-classic,
.page-header .container-fluid {
  position: relative;
}

/* line 431, app/assets/stylesheets/layout/_header.scss */
.page-header.navbar-fixed-top {
  z-index: 9995;
}

/* line 436, app/assets/stylesheets/layout/_header.scss */
.page-header.navbar-static-top {
  z-index: 9995;
}

/* line 441, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu {
  padding: 0;
}

/* line 444, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav {
  padding: 0;
  margin-right: 0;
  display: block;
  /* Top Links */
  /* Separator */
  /* Extended Dropdowns */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Language */
  /* Dark version */
}

/* line 450, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown {
  margin: 0;
  display: inline-block;
  /* 1st level */
  /* 2nd level */
}

/* line 454, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown:last-child {
  padding-right: 0;
}

/* line 459, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
  margin: 0 0 0 1px;
  padding: 0 30px 0 0;
}

/* line 464, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
  padding-right: 0;
}

/* line 468, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  font-size: 19px;
}

/* line 471, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i.glyphicon {
  font-size: 18px;
}

/* line 476, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:focus {
  background: none;
}

/* line 482, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-menu {
  margin-top: 5px;
  margin-right: 7px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 487, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 9px;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #efefef;
  border-left: 8px solid transparent;
  content: '';
}

/* line 498, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 10px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}

/* line 512, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-separator {
  padding-left: 0px;
  padding-right: 6px;
}

/* line 516, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-separator .separator {
  float: left;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-left: 5px;
  margin-top: 17px;
}

/* line 529, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu {
  min-width: 160px;
  max-width: 300px;
  width: 300px;
  z-index: 9996;
  /* header notifications dropdowns */
}

/* line 535, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external {
  display: block;
  overflow: hidden;
  padding: 15px 15px;
  letter-spacing: 0.5px;
}

/* line 541, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  display: inline-block;
}

/* line 549, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  display: inline-block;
  padding: 0;
  background: none;
  clear: inherit;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  border: 0;
  margin-top: -2px;
}

/* line 561, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  text-decoration: underline;
}

/* line 568, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list {
  padding-right: 0 !important;
  padding-left: 0;
  list-style: none;
}

/* line 574, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 20px;
  white-space: normal;
  font-size: 13px;
  padding: 16px 15px 18px;
  text-shadow: none;
}

/* line 584, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 589, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li:first-child a {
  border-top: none;
}

/* line 601, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle {
  padding: 17px 0px 8px 8px;
  /* safari only hack */
}

/* line 604, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  float: left;
  margin-top: -5px;
  padding: 3px 10px 4px 10px;
  -webkit-border-radius: 50% !important !important;
  -moz-border-radius: 50% !important !important;
  -ms-border-radius: 50% !important !important;
  -o-border-radius: 50% !important !important;
  border-radius: 50% !important !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 613, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  float: left;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 9px 9px;
}

/* line 623, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner:not(:root:root) {
  margin-left: -5px;
}

/* line 631, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo {
  float: left;
  margin: 0 6px 6px 0;
}

/* line 635, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .photo img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50% !important !important;
  -moz-border-radius: 50% !important !important;
  -ms-border-radius: 50% !important !important;
  -o-border-radius: 50% !important !important;
  border-radius: 50% !important !important;
}

/* line 642, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject {
  display: block;
  margin-left: 46px;
}

/* line 646, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .from {
  font-size: 14px;
  font-weight: 600;
}

/* line 651, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .subject .time {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
  filter: alpha(opacity=50);
  float: right;
}

/* line 659, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-menu .dropdown-menu-list > li .message {
  display: block !important;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 46px;
}

/* line 675, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task {
  margin-bottom: 5px;
}

/* line 678, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .desc {
  font-size: 13px;
  font-weight: 300;
}

/* line 683, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .task .percent {
  color: #F3C200;
  float: right;
  font-weight: 600;
  display: inline-block;
}

/* line 691, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress {
  display: block;
  height: 8px;
  margin: 8px 0 2px;
}

/* line 696, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list > li .progress .progress-bar {
  box-shadow: none;
}

/* line 709, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
  margin-top: -8px;
  margin-right: 8px;
  height: 40px;
  float: left;
}

/* line 716, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > .username {
  display: inline-block;
  vertical-align: middle;
  font-size: 400;
  font-size: 14px;
}

/* line 723, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

/* line 729, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user.open > a {
  background: none !important;
}

/* line 733, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-menu {
  width: 210px;
}

/* line 736, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 300;
  font-size: 13px;
}

/* line 741, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a i {
  width: 15px;
  display: inline-block;
  margin-right: 9px;
}

/* line 747, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-menu > li > a .badge {
  margin-right: 10px;
}

/* line 756, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

/* line 761, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle {
  padding: 16px 10px 9px 2px;
}

/* line 764, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > img {
  margin-bottom: 2px;
}

/* line 768, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > i {
  font-size: 14px;
}

/* line 775, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a {
  font-size: 13px;
}

/* line 778, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav > li.dropdown-language > .dropdown-menu > li > a > img {
  margin-bottom: 2px;
  margin-right: 5px;
}

/* line 789, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav li.dropdown-dark .dropdown-menu {
  border: 0;
}

/* line 792, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav li.dropdown-dark .dropdown-menu:before {
  border-left: none;
  border-right: none;
}

/* line 799, app/assets/stylesheets/layout/_header.scss */
.page-header .top-menu .navbar-nav li.dropdown-dark .dropdown-menu .dropdown-menu-list > li.external a {
  background: none !important;
  border: none !important;
}

/* line 811, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu {
  height: 52px;
  clear: both;
  /* Mega menu */
  /* Search box */
}

/* line 816, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu {
  margin: 0 0 0 -17px;
  margin: 0;
  float: left;
}

/* line 821, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav {
  position: static;
  /* Mega menu */
  /* Mega Menu Dropdown */
  /* Classic menu */
}

/* line 825, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 832, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown {
  position: static;
}

/* line 835, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  left: auto;
  width: auto;
}

/* line 839, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
  margin: 0;
}

/* line 844, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content.mega-menu-responsive-content {
  padding: 10px 18px 10px 45px;
}

/* line 848, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
  padding: 0;
  margin: 0;
}

/* line 852, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
  border-right: 0;
}

/* line 856, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
  padding: 1px !important;
  margin: 0 !important;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

/* line 862, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li.heading {
  border-bottom: 2px solid #ddd;
}

/* line 866, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  margin-top: 5px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 300;
}

/* line 873, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a {
  white-space: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 2px 4px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

/* line 881, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify {
  padding: 7px 7px 7px 30px;
}

/* line 884, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a.iconify > i {
  position: absolute;
  top: auto !important;
  margin-left: -24px;
  font-size: 15px;
  margin-top: 3px !important;
}

/* line 893, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .badge,
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > a .label {
  margin-left: 5px;
}

/* line 904, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
  left: 20px;
  right: 20px;
}

/* line 914, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:after, .page-header .page-header-menu .hor-menu .navbar-nav > li.menu-dropdown .dropdown-menu:before {
  display: none !important;
}

/* line 923, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  font-size: 13px;
  font-weight: bold;
  padding: 16px 12px 15px 12px;
  color: #465256;
}

/* line 929, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:focus {
  background: none !important;
}

/* line 936, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.offers > a {
  background-color: #000;
  color: white;
}

/* line 940, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.offers > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.offers > a:focus {
  background-color: #000 !important;
}

/* line 946, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.loyalty {
  background-color: #3F484C;
}

/* line 949, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.loyalty a {
  padding: 10px 20px;
}

/* line 951, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.loyalty .new-icons.icon-arrow-down-main-nav {
  background-position: -117px -20px;
}

/* line 953, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.loyalty .disabled {
  opacity: 0.6;
  pointer-events: none;
}

/* line 961, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.current .selected, .page-header .page-header-menu .hor-menu .navbar-nav > li.active .selected {
  left: 50%;
  bottom: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  display: inline-block;
  margin: 0;
  width: 0;
  height: 0px;
  margin-left: -7px;
  margin-bottom: -6px;
}

/* line 977, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  margin-top: 0;
  border: none;
}

/* line 982, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 12px;
  white-space: normal;
}

/* line 989, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .label,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a .badge {
  font-weight: 300;
}

/* line 1000, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.classic-menu-dropdown .dropdown-menu {
  min-width: 220px;
  max-width: 285px;
}

/* line 1007, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > .dropdown-menu {
  top: 0;
}

/* line 1011, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  top: 9px;
  right: 10px;
}

/* line 1017, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .hor-menu .navbar-nav .fa-shopping-cart {
  font-size: 18px !important;
}

/* line 1022, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form {
  position: relative;
  display: inline-block;
  float: right;
  width: 176px;
  transition: width 0.4s;
  margin-top: 8px;
}

/* line 1031, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form .input-group .form-control {
  border: 0;
  font-size: 13px;
  padding-right: 20px;
  font-weight: 300px;
}

/* line 1037, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form .input-group .form-control:hover {
  cursor: pointer;
}

/* line 1043, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
  padding: 0;
  height: 34px;
  z-index: 3;
  position: relative;
  top: 10px;
  right: 11px;
}

/* line 1051, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  font-size: 15px;
}

/* line 1058, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form.open {
  width: 300px !important;
  transition: width 0.4s;
}

/* line 1063, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form.open .input-group .form-control {
  text-indent: 0;
}

/* line 1066, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form.open .input-group .form-control:hover {
  cursor: text;
}

/* line 1072, app/assets/stylesheets/layout/_header.scss */
.page-header .page-header-menu .search-form.open .input-group .input-group-btn .btn.submit {
  margin-left: 0;
}

/* =========================== */
/* line 1083, app/assets/stylesheets/layout/_header.scss */
.page-header-tools {
  padding-top: 20px;
}

/* line 1086, app/assets/stylesheets/layout/_header.scss */
.page-header-tools .dropdown-menu {
  left: auto;
  right: 0;
}

/* =========== */
/* line 1093, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_phone {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

/* =========== */
/* line 1103, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list--icons {
  display: flex;
}

/* line 1107, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 30px;
}

/* line 1115, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown-user--title {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

/* line 1121, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown-user--title:before {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  width: 16px;
  height: 10px;
  margin-top: -5px;
  background-position: -217px -20px;
}

/* line 1134, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list.navbar-nav {
  float: none;
}

/* line 1137, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list.navbar-nav > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1%;
  float: none;
}

/* line 1143, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list.navbar-nav > li:last-child {
  padding-right: 0;
}

/* line 1147, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list.nav .open > a {
  background: none;
}

/* line 1151, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown .dropdown-toggle {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
}

/* line 1159, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown .dropdown-toggle:hover {
  text-decoration: none;
}

/* line 1162, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown .badge.notification-badge {
  width: 19px;
  height: 19px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  color: #000;
  background-color: #FBDD02;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
  top: -11px;
  right: 10px;
  padding: 0;
}

/* line 1183, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list #header_notification_bar.dropdown .dropdown-toggle {
  padding-right: 0;
}

/* line 1186, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list #header_notification_bar.dropdown .dropdown-toggle:before {
  display: none;
}

/* line 1191, app/assets/stylesheets/layout/_header.scss */
.page-header-tools_user-list .dropdown-menu {
  box-sizing: border-box;
}

/* line 1196, app/assets/stylesheets/layout/_header.scss */
.quicksearch,
.lang-nav {
  display: inline-block;
  vertical-align: middle;
}

/* line 1202, app/assets/stylesheets/layout/_header.scss */
.quicksearch {
  width: 100%;
  border: 1px solid #cfcfcf;
}

/* line 1206, app/assets/stylesheets/layout/_header.scss */
.quicksearch .form-control {
  height: 45px;
  border: none;
}

/* line 1211, app/assets/stylesheets/layout/_header.scss */
.quicksearch .input-group-btn a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  /* 992px */
  /* line 1223, app/assets/stylesheets/layout/_header.scss */
  .page-header {
    /* Page Header Menu */
  }
  /* line 1226, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
  }
}

@media (max-width: 991px) {
  /* 991px */
  /* Page header */
  /* line 1240, app/assets/stylesheets/layout/_header.scss */
  .page-header {
    padding: 0;
    clear: both;
    height: auto;
  }
  /* line 1245, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top {
    height: auto;
    /* Page logo */
    /* Top Menu */
    /* Menu Toggler */
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-header .page-header-top > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
  /* line 1250, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .page-logo {
    width: auto;
    padding: 0;
    margin-right: 10px;
    margin-left: 4px;
    padding-left: 0;
  }
  /* line 1260, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  /* line 1264, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li {
    float: left;
  }
  /* line 1271, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .menu-toggler {
    display: inline-block;
  }
  /* line 1276, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu {
    background: #ebebeb;
    padding: 20px 0 0 0;
    height: auto;
    display: none;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-header .page-header-menu > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
  /* line 1284, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu {
    float: none;
  }
  /* line 1287, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav {
    float: none;
  }
  /* line 1290, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li {
    float: none;
  }
  /* line 1293, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    padding: 10px;
  }
  /* line 1296, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a .fa-angle-down {
    float: right;
  }
  /* line 1299, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a .fa-angle-down:before {
    content: "\f104";
  }
  /* line 1307, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a .fa-angle-down:before {
    content: "\f107";
  }
  /* line 1314, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav .dropdown-menu {
    position: static;
    float: none !important;
    width: auto;
    background: #fff;
    display: none;
  }
  /* line 1325, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.mega-menu-dropdown.active > .dropdown-menu, .page-header .page-header-menu .hor-menu .navbar-nav li.mega-menu-dropdown.open > .dropdown-menu {
    display: block;
  }
  /* line 1335, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > li.active > .dropdown-menu, .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > li.open > .dropdown-menu {
    display: block;
  }
  /* line 1343, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > a {
    padding-left: 10px;
  }
  /* line 1349, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  /* line 1355, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  /* line 1367, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown.active > .dropdown-menu, .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown.open > .dropdown-menu {
    display: block;
  }
  /* line 1372, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu {
    width: auto;
  }
  /* line 1377, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.divider {
    background: none;
    margin: 5px 12px;
  }
  /* line 1383, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu > a:after {
    content: "\f104";
    font-size: 14px;
    margin-right: 9px;
  }
  /* line 1391, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav li.classic-menu-dropdown .dropdown-menu > li.dropdown-submenu.open > a:after {
    content: "\f107";
    margin-right: 7px;
  }
  /* line 1402, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form {
    float: none !important;
    width: auto;
    margin: 0 0 20px 0;
  }
  /* line 1407, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form.open {
    width: auto !important;
  }
  /* line 1412, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form .input-group .form-control {
    height: 38px;
  }
  /* line 1415, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form .input-group .form-control:hover {
    cursor: text;
  }
  /* line 1421, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit {
    height: 38px;
    width: 44px;
    top: 0;
    right: 0;
  }
  /* line 1427, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit i {
    position: relative;
    top: 13px;
  }
  /* line 1437, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-tools_user-list.navbar-nav {
    margin-right: 25px;
  }
  /* line 1441, app/assets/stylesheets/layout/_header.scss */
  .header__top .page-logo {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
  }
  /* line 1447, app/assets/stylesheets/layout/_header.scss */
  .header__top .lang-nav {
    width: 100%;
    padding-right: 15px;
    text-align: right;
  }
  /* line 1454, app/assets/stylesheets/layout/_header.scss */
  .header__middle {
    display: unset;
  }
  /* line 1457, app/assets/stylesheets/layout/_header.scss */
  .header__middle .header__top--mobile-menu {
    display: flex;
  }
  /* line 1458, app/assets/stylesheets/layout/_header.scss */
  .header__middle .quicksearch {
    margin-top: 15px;
  }
  /* line 1461, app/assets/stylesheets/layout/_header.scss */
  .header__top--menu {
    padding: 5%;
    padding-top: 60px;
    padding-left: 40px;
    width: 100%;
  }
  /* line 1467, app/assets/stylesheets/layout/_header.scss */
  .header__top--menu::after {
    content: unset;
  }
  /* line 1469, app/assets/stylesheets/layout/_header.scss */
  .header__top--menu ul {
    margin: 0;
    padding: 0;
  }
  /* line 1475, app/assets/stylesheets/layout/_header.scss */
  hr {
    width: 95% !important;
  }
  /* line 1478, app/assets/stylesheets/layout/_header.scss */
  .header__top--wrapper.open .header__close-menu {
    top: 20px;
  }
  /* line 1481, app/assets/stylesheets/layout/_header.scss */
  .header__top--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* 767px */
  /* line 1491, app/assets/stylesheets/layout/_header.scss */
  .page-header {
    /* Header Top */
  }
  /* line 1495, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .page-logo {
    width: auto !important;
  }
  /* line 1499, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu {
    display: block;
  }
  /* line 10, app/assets/stylesheets/components/_mixins.scss */
  .page-header .page-header-top .top-menu:before, .page-header .page-header-top .top-menu:after {
    content: " ";
    display: table;
  }
  /* line 15, app/assets/stylesheets/components/_mixins.scss */
  .page-header .page-header-top .top-menu:after {
    clear: both;
  }
  /* line 1503, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav {
    margin-right: 0px;
  }
  /* line 1507, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle {
    padding: 17px 6px 8px 6px;
  }
  /* line 1510, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > .badge {
    right: 18px;
  }
  /* line 1517, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended > .dropdown-menu {
    max-width: 255px;
    width: 255px;
  }
  /* line 1524, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu {
    margin-right: -160px;
  }
  /* line 1527, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu:after, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-notification > .dropdown-menu:before {
    margin-right: 160px;
  }
  /* line 1534, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox {
    margin-right: 0;
    padding-right: 2px;
  }
  /* line 1538, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu {
    margin-right: -40px;
  }
  /* line 1541, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu:after, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-menu:before {
    margin-right: 40px;
  }
  /* line 1547, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-inbox > .dropdown-toggle {
    padding: 17px 0px 8px 2px;
  }
  /* line 1553, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu {
    margin-right: -115px;
  }
  /* line 1556, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu:after, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended.dropdown-tasks > .dropdown-menu:before {
    margin-right: 115px;
  }
  /* line 1564, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu {
    margin-right: -20px;
  }
  /* line 1567, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu:after, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-menu:before {
    margin-right: 20px;
  }
  /* line 1573, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-language > .dropdown-toggle {
    padding: 16px 6px 9px 2px;
  }
  /* line 1582, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-user {
    padding-left: 0;
    margin-right: 0;
  }
  /* line 1586, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .navbar-nav > li.dropdown.dropdown-user > .dropdown-toggle {
    padding: 12px 0px 7px 4px;
  }
  /* line 1595, app/assets/stylesheets/layout/_header.scss */
  .header__middle--wrapper {
    display: unset;
  }
  /* line 1598, app/assets/stylesheets/layout/_header.scss */
  .header__middle--wrapper::before, .header__middle--wrapper::after {
    content: unset;
  }
  /* line 1601, app/assets/stylesheets/layout/_header.scss */
  .header__middle--wrapper .lang-nav {
    margin-top: 5px;
  }
  /* line 1605, app/assets/stylesheets/layout/_header.scss */
  .header__middle .menu-toggler {
    position: relative;
    top: unset;
    right: unset;
  }
}

@media (max-width: 480px) {
  /* 480px */
  /* line 1615, app/assets/stylesheets/layout/_header.scss */
  .page-header {
    /* Top navigation menu*/
  }
  /* line 1617, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu {
    display: block;
  }
  /* line 10, app/assets/stylesheets/components/_mixins.scss */
  .page-header .page-header-top .top-menu:before, .page-header .page-header-top .top-menu:after {
    content: " ";
    display: table;
  }
  /* line 15, app/assets/stylesheets/components/_mixins.scss */
  .page-header .page-header-top .top-menu:after {
    clear: both;
  }
  /* line 1621, app/assets/stylesheets/layout/_header.scss */
  .page-header .page-header-top .top-menu .username-hide-mobile {
    display: none;
  }
  /* line 1627, app/assets/stylesheets/layout/_header.scss */
  .page-header-tools_phone--wrapper {
    padding: 0;
  }
  /* line 1632, app/assets/stylesheets/layout/_header.scss */
  .page-header-tools_phone strong {
    font-size: 13px;
    white-space: nowrap;
  }
}

/***
  Pace - Page Progress
  ***/
/* line 1643, app/assets/stylesheets/layout/_header.scss */
.pace .pace-progress {
  z-index: 10000;
  top: 126px !important;
  height: 3px !important;
}

/* line 1649, app/assets/stylesheets/layout/_header.scss */
.pace .pace-progress-inner {
  box-shadow: none;
}

/* line 1653, app/assets/stylesheets/layout/_header.scss */
.pace .pace-activity {
  top: 128px;
  right: 22px;
  border-radius: 10px !important;
}

@media (max-width: 480px) {
  /* line 1661, app/assets/stylesheets/layout/_header.scss */
  .page-header-fixed .pace .pace-progress {
    top: 252px;
  }
  /* line 1665, app/assets/stylesheets/layout/_header.scss */
  .page-header-fixed .pace .pace-activity {
    top: 508px;
    right: 15px;
  }
}

/* Page Container */
/* line 2, app/assets/stylesheets/layout/_content.scss */
.page-container {
  clear: both;
}

/* line 6, app/assets/stylesheets/layout/_content.scss */
.page-head {
  background: #fff;
}

/* line 9, app/assets/stylesheets/layout/_content.scss */
.page-head .container-classic {
  position: relative;
}

/* line 13, app/assets/stylesheets/layout/_content.scss */
.page-head .page-title {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/layout/_content.scss */
.page-head .page-title > h1 {
  color: #697882;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

/* line 22, app/assets/stylesheets/layout/_content.scss */
.page-head .page-title > h1 > small {
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/layout/_content.scss */
.page-head .page-toolbar {
  display: inline-block;
  float: right;
}

/* line 38, app/assets/stylesheets/layout/_content.scss */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 11px;
}

/* line 44, app/assets/stylesheets/layout/_content.scss */
.breadcrumb a {
  color: inherit;
  font-weight: normal;
}

/* line 48, app/assets/stylesheets/layout/_content.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/layout/_content.scss */
.breadcrumb li + li {
  margin-left: 8px;
}

/* line 54, app/assets/stylesheets/layout/_content.scss */
.breadcrumb li:last-child {
  font-weight: bold;
}

/* line 58, app/assets/stylesheets/layout/_content.scss */
.breadcrumb > .active {
  font-weight: bold;
}

/* line 62, app/assets/stylesheets/layout/_content.scss */
.page-content {
  padding: 0;
}

@media (max-width: 991px) {
  /* 991px */
  /* line 66, app/assets/stylesheets/layout/_content.scss */
  .page-head {
    background: white;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-head > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-content > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* -----  PHASE 2 ----- */
/* =========================== */
/* line 78, app/assets/stylesheets/layout/_content.scss */
.slider-prev,
.slider-next {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  margin-top: -42px;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/layout/_content.scss */
.slider-prev:hover,
.slider-next:hover {
  background-color: #000;
}

/* line 95, app/assets/stylesheets/layout/_content.scss */
.slider-prev {
  background-position: -9px -59px;
}

/* line 96, app/assets/stylesheets/layout/_content.scss */
.slider-next {
  background-position: -109px -59px;
}

/* line 98, app/assets/stylesheets/layout/_content.scss */
.slider-dots {
  text-align: center;
}

/* line 101, app/assets/stylesheets/layout/_content.scss */
.slider-dots a {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #465256;
  box-sizing: border-box;
  margin: 0 2px;
}

/* line 112, app/assets/stylesheets/layout/_content.scss */
.slider-dots a.selected {
  border: 4px solid #465256;
  background-color: #fedd00;
}

/* line 119, app/assets/stylesheets/layout/_content.scss */
.highlights-wrap {
  position: relative;
  overflow: hidden;
}

/* line 123, app/assets/stylesheets/layout/_content.scss */
.highlights-wrap .slider-prev {
  left: 15%;
}

/* line 124, app/assets/stylesheets/layout/_content.scss */
.highlights-wrap .slider-next {
  right: 15%;
}

/* line 126, app/assets/stylesheets/layout/_content.scss */
.highlights-wrap + .slider-dots {
  margin: 20px 0;
}

/* line 129, app/assets/stylesheets/layout/_content.scss */
.highlights {
  text-align: -webkit-center !important;
}

/* line 134, app/assets/stylesheets/layout/_content.scss */
.highlights .slide {
  float: left;
}

/* line 137, app/assets/stylesheets/layout/_content.scss */
.highlights .slide img {
  display: block;
  max-width: 100%;
}

/* =========================== */
/* line 145, app/assets/stylesheets/layout/_content.scss */
.supreme-banner {
  margin: 2% 0 3% 0;
}

/* =========================== */
/* line 148, app/assets/stylesheets/layout/_content.scss */
.view-all-wrap {
  text-align: center;
  margin: 30px 0;
}

/* line 153, app/assets/stylesheets/layout/_content.scss */
.view-all-link {
  font-size: 14px;
  color: #465256;
  font-weight: 700;
}

/* line 158, app/assets/stylesheets/layout/_content.scss */
.view-all-link .fa {
  color: #ecd937;
}

/* line 160, app/assets/stylesheets/layout/_content.scss */
.view-all-link:hover {
  color: #fedd00;
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/layout/_content.scss */
.view-all-btn {
  padding: 5px 25px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background-color: #fff;
}

/* line 172, app/assets/stylesheets/layout/_content.scss */
.view-all-btn:hover {
  color: #465256;
  border-color: #465256;
  background-color: #fedd00;
}

/* line 177, app/assets/stylesheets/layout/_content.scss */
.view-all-btn:hover .fa {
  color: #465256;
}

/* =========================== */
/* line 182, app/assets/stylesheets/layout/_content.scss */
.slimScrollBar,
.slimScrollRail {
  border-radius: 0 !important;
}

/* line 187, app/assets/stylesheets/layout/_content.scss */
.slimScrollBar {
  opacity: 1 !important;
}

/* =========================== */
/* line 190, app/assets/stylesheets/layout/_content.scss */
.item-main-wrap {
  margin: 15px 0;
}

/* line 194, app/assets/stylesheets/layout/_content.scss */
.item-main-wrap .photo-wrap,
.item-main-wrap .text-wrap {
  vertical-align: top;
}

/* line 200, app/assets/stylesheets/layout/_content.scss */
.item-main-wrap .text-wrap {
  padding-left: 1%;
}

/* =========================== */
/* line 206, app/assets/stylesheets/layout/_content.scss */
.orders-container .portlet.light {
  background-color: #f0f0f0;
}

/* line 208, app/assets/stylesheets/layout/_content.scss */
.orders-container .portlet > .portlet-title > .nav-tabs,
.orders-container .portlet > .portlet-title > .caption {
  float: none;
  display: block;
}

/* line 214, app/assets/stylesheets/layout/_content.scss */
.orders-container .portlet > .portlet-title > .caption {
  margin-bottom: 30px;
}

/* line 216, app/assets/stylesheets/layout/_content.scss */
.orders-container .portlet .tabbable-line .nav-tabs li {
  padding: 0;
  background-color: #fff;
  margin-left: 5px;
}

/* line 221, app/assets/stylesheets/layout/_content.scss */
.orders-container .portlet .tabbable-line .nav-tabs li:first-child {
  margin-left: 0;
}

/* line 224, app/assets/stylesheets/layout/_content.scss */
.orders-container .order-list-row {
  border-bottom: 1px dotted #333;
  padding: 10px 10px 10px 50px;
  position: relative;
}

/* line 229, app/assets/stylesheets/layout/_content.scss */
.orders-container .order-list-row > * {
  margin-bottom: 7px;
}

/* line 232, app/assets/stylesheets/layout/_content.scss */
.orders-container .label-sm {
  border-radius: 50%;
  padding: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  width: 39px;
  height: 39px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 10px;
}

/* line 246, app/assets/stylesheets/layout/_content.scss */
.orders-container .label-warning {
  background-color: #617b84;
}

/* line 247, app/assets/stylesheets/layout/_content.scss */
.orders-container .label-success {
  background-color: #3baf3d;
}

/* line 249, app/assets/stylesheets/layout/_content.scss */
.orders-container span.order-status.label {
  font-size: 11px;
}

/* line 252, app/assets/stylesheets/layout/_content.scss */
.orders-container span.order-status.label.wip {
  background-color: #617b84;
}

/* line 253, app/assets/stylesheets/layout/_content.scss */
.orders-container span.order-status.label.completed {
  background-color: #3baf3d;
}

/* line 256, app/assets/stylesheets/layout/_content.scss */
.orders-container .fa-spin,
.orders-container .fa-check {
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
}

/* line 263, app/assets/stylesheets/layout/_content.scss */
.orders-container .order-list-id {
  display: inline-block;
  vertical-align: middle;
}

/* line 268, app/assets/stylesheets/layout/_content.scss */
.orders-container .date-info {
  display: block;
}

/* line 270, app/assets/stylesheets/layout/_content.scss */
.orders-container .order-status {
  font-size: 11px;
  border-radius: 0;
  padding: 5px 10px;
}

/* =========================== */
/* line 280, app/assets/stylesheets/layout/_content.scss */
.fresh-solutions .portlet > .portlet-title > .caption {
  float: none;
}

/* line 282, app/assets/stylesheets/layout/_content.scss */
.fresh-solutions .nav-tabs > li.active > a,
.fresh-solutions .nav-tabs > li.active > a:hover,
.fresh-solutions .nav-tabs > li.active > a:focus {
  background: none;
}

/* line 286, app/assets/stylesheets/layout/_content.scss */
.fresh-solutions .tabbable-line {
  margin-bottom: 40px;
}

/* =========================== */
/* line 293, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .wrap {
  display: block;
  padding: 10px 0;
  border-bottom: dotted 1px #333333;
}

/* line 298, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .wrap:hover {
  text-decoration: none;
}

/* line 303, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .fresh-solution-item-body {
  font-size: 15px;
}

/* line 307, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .article-date {
  font-size: 12px;
}

/* line 311, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .fresh-solution-item-heading {
  position: relative;
  margin-bottom: 10px;
}

/* line 316, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .photo-wrap,
.fresh-solution-list .model {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 323, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .photo-wrap {
  border: 1px solid #ebebeb;
  border-left: 0;
  width: 85px;
  height: 85px;
  box-sizing: border-box;
}

/* line 330, app/assets/stylesheets/layout/_content.scss */
.fresh-solution-list .photo-wrap img {
  display: block;
  max-width: 100%;
}

/* =========================== */
/* line 338, app/assets/stylesheets/layout/_content.scss */
.banner-row {
  margin-bottom: 50px;
}

/* line 342, app/assets/stylesheets/layout/_content.scss */
.banner-row .inline-banner {
  width: 46.6%;
  float: left;
}

/* line 346, app/assets/stylesheets/layout/_content.scss */
.banner-row .inline-banner + .inline-banner {
  float: right;
}

/* line 351, app/assets/stylesheets/layout/_content.scss */
.banner-row .banner img {
  display: block;
  width: 100%;
}

/* =========================== */
/* line 359, app/assets/stylesheets/layout/_content.scss */
.tips-list {
  margin-bottom: 70px;
}

/* line 364, app/assets/stylesheets/layout/_content.scss */
.tips-list li {
  float: left;
  width: 217px;
  margin: 0 5px 10px 5px;
}

/* line 370, app/assets/stylesheets/layout/_content.scss */
.tips-list .wrap {
  display: block;
}

/* line 373, app/assets/stylesheets/layout/_content.scss */
.tips-list .wrap:hover {
  text-decoration: none;
}

/* line 376, app/assets/stylesheets/layout/_content.scss */
.tips-list .wrap:hover .text {
  background-color: #d7d7d7;
}

/* line 380, app/assets/stylesheets/layout/_content.scss */
.tips-list .photo-wrap {
  width: 217px;
  height: 157px;
  position: relative;
  margin-bottom: 3px;
}

/* line 386, app/assets/stylesheets/layout/_content.scss */
.tips-list .photo-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

/* line 397, app/assets/stylesheets/layout/_content.scss */
.tips-list .cells {
  border-bottom: 1px solid #cfcfcf;
}

/* line 401, app/assets/stylesheets/layout/_content.scss */
.tips-list .text {
  -webkit-transition: background-color ease .25s;
  transition: background-color ease .25s;
  background-color: #f0f0f0;
  color: #333;
  font-size: 17px;
  padding: 13px;
  width: 176px;
}

/* line 411, app/assets/stylesheets/layout/_content.scss */
.tips-list .arrow {
  width: 41px;
  background-color: #465256;
  text-align: center;
}

/* line 416, app/assets/stylesheets/layout/_content.scss */
.tips-list .arrow .fa-chevron-right {
  color: #fada02;
  font-size: 20px;
}

/* =========================== */
/* line 426, app/assets/stylesheets/layout/_content.scss */
.footer-nav-cell .title {
  font-size: 20px;
  font-weight: 700;
  color: #fedd00;
  margin-bottom: 20px;
}

/* line 433, app/assets/stylesheets/layout/_content.scss */
.footer-nav-cell > ul {
  color: #e0eaee;
  font-size: 15px;
}

/* line 439, app/assets/stylesheets/layout/_content.scss */
.footer-nav-cell a {
  display: inline-block;
  padding: 3px 0;
  color: inherit;
}

/* =========================== */
/* line 447, app/assets/stylesheets/layout/_content.scss */
.footer-logo {
  display: inline-block;
  vertical-align: middle;
  width: 151px;
  height: 21px;
  margin-right: 15px;
}

/* =========================== */
/* line 458, app/assets/stylesheets/layout/_content.scss */
.landing-page .product-cat-list-wrap {
  padding: 0 5%;
  margin: 30px 0;
}

/* line 462, app/assets/stylesheets/layout/_content.scss */
.landing-page .product-cat-list-wrap .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 469, app/assets/stylesheets/layout/_content.scss */
.landing-page .product-cat-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-rule: 1px solid #dbdbdb;
  -moz-column-rule: 1px solid #dbdbdb;
  column-rule: 1px solid #dbdbdb;
  font-size: 17px;
  margin: 20px 0;
}

/* line 483, app/assets/stylesheets/layout/_content.scss */
.landing-page .product-cat-list li {
  position: relative;
  padding-left: 12px;
  color: #525252;
  margin-bottom: 10px;
}

/* line 489, app/assets/stylesheets/layout/_content.scss */
.landing-page .product-cat-list li:before {
  content: "";
  border-radius: 50%;
  background-color: #ffd300;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

/* =========================== */
/* line 505, app/assets/stylesheets/layout/_content.scss */
.landing-intro {
  margin-bottom: 50px;
}

/* line 508, app/assets/stylesheets/layout/_content.scss */
.landing-intro .page-indicator {
  overflow: hidden;
  height: 230px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  position: relative;
}

/* line 519, app/assets/stylesheets/layout/_content.scss */
.landing-intro .page-indicator h2 {
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background-color: #465256;
  padding: 5%;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
}

/* =========================== */
/* line 538, app/assets/stylesheets/layout/_content.scss */
.video-container {
  margin-bottom: 50px;
}

/* line 542, app/assets/stylesheets/layout/_content.scss */
.video-container .video-float-wrap {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 480px;
}

/* line 549, app/assets/stylesheets/layout/_content.scss */
.video-container .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

/* line 556, app/assets/stylesheets/layout/_content.scss */
.video-container .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 567, app/assets/stylesheets/layout/_content.scss */
.video-container .text-wrap .title {
  font-size: 17px;
  font-weight: 700;
}

/* =========================== */
/* line 575, app/assets/stylesheets/layout/_content.scss */
.category-boxes {
  margin: 50px 0;
}

/* line 580, app/assets/stylesheets/layout/_content.scss */
.category-boxes li {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

/* line 585, app/assets/stylesheets/layout/_content.scss */
.category-boxes li:nth-child(even) {
  float: right;
}

/* line 588, app/assets/stylesheets/layout/_content.scss */
.category-boxes .wrap {
  display: block;
  border: 1px solid #b4bdc0;
}

/* line 595, app/assets/stylesheets/layout/_content.scss */
.category-boxes .photo-wrap img {
  display: block;
  width: 100%;
}

/* line 601, app/assets/stylesheets/layout/_content.scss */
.category-boxes .category-boxes-more {
  background-color: #fddf31;
  text-align: right;
  font-size: 14px;
  color: #465256;
  display: block;
  padding: 12px 60px 13px 10px;
  position: relative;
}

/* line 610, app/assets/stylesheets/layout/_content.scss */
.category-boxes .category-boxes-more:before {
  content: "";
  background-position: -302px -53px;
  background-color: #465256;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
}

/* =========================== */
@media (max-width: 992px) {
  /* line 627, app/assets/stylesheets/layout/_content.scss */
  .landing-intro .page-indicator h2 {
    font-size: 28px;
  }
  /* line 629, app/assets/stylesheets/layout/_content.scss */
  .landing-page .product-cat-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* =========================== */
@media (max-width: 480px) {
  /* line 639, app/assets/stylesheets/layout/_content.scss */
  .item-main-wrap {
    display: block;
  }
  /* line 642, app/assets/stylesheets/layout/_content.scss */
  .item-main-wrap .photo-wrap,
.item-main-wrap .text-wrap {
    display: block;
    margin: 15px 0;
  }
  /* line 648, app/assets/stylesheets/layout/_content.scss */
  .item-main-wrap .photo-wrap {
    text-align: center;
  }
  /* line 653, app/assets/stylesheets/layout/_content.scss */
  .orders-container .order-list-row .toolbar {
    display: block;
  }
  /* line 656, app/assets/stylesheets/layout/_content.scss */
  .orders-container .order-list-row .toolbar .cell {
    margin-bottom: 7px;
    display: inline-block;
  }
  /* line 660, app/assets/stylesheets/layout/_content.scss */
  .orders-container .order-list-row .toolbar .cell:last-child {
    text-align: left;
  }
  /* line 667, app/assets/stylesheets/layout/_content.scss */
  .banner-row .inline-banner {
    width: 100%;
    float: none !important;
    margin-bottom: 50px;
  }
  /* line 676, app/assets/stylesheets/layout/_content.scss */
  .category-boxes li {
    width: 100%;
    float: none !important;
  }
  /* line 682, app/assets/stylesheets/layout/_content.scss */
  .video-container .video-float-wrap {
    width: 100%;
  }
  /* line 684, app/assets/stylesheets/layout/_content.scss */
  .landing-intro .page-indicator h2 {
    font-size: 16px;
  }
  /* line 686, app/assets/stylesheets/layout/_content.scss */
  .landing-page .product-cat-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/* line 697, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading {
  padding: 0;
}

/* line 701, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  text-decoration: none;
  background-color: #64777d;
  color: #fff;
}

/* line 709, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a .accordion_icon {
  font-family: FontAwesome;
}

/* line 713, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a .accordion_icon::before {
  content: "\f068";
}

/* line 717, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a.collapsed {
  background-color: #64777d;
}

/* line 720, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a.collapsed .accordion_icon::before {
  content: "\f067";
}

/* line 725, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a p {
  margin: 0;
  font-weight: bold;
  text-shadow: 2px 2px #64777d;
}

/* line 731, app/assets/stylesheets/layout/_content.scss */
.faq-wrapper .faq-list .panel-group .panel .panel-heading .panel-title a i {
  margin-left: 5px;
}

/* Pre-footer */
/* line 2, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter {
  padding: 30px 0;
  clear: both;
}

/* line 6, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter h2 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
}

/* line 14, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .subscribe-form {
  padding-top: 5px;
}

/* line 17, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .subscribe-form .form-control {
  font-size: 12px;
  padding: 0 14px;
  height: 36px;
}

/* line 23, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .subscribe-form .btn {
  height: 34px;
  text-transform: uppercase;
  padding: 7px 16px;
}

/* line 30, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .social-icons {
  padding-top: 9px;
}

/* line 33, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .social-icons li {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

/* line 36, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter .social-icons li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 42, app/assets/stylesheets/layout/_footer.scss */
.page-prefooter p,
.page-prefooter address {
  margin: 0;
}

/* Footer */
/* line 49, app/assets/stylesheets/layout/_footer.scss */
.page-footer {
  font-size: 12px;
  font-weight: 300;
}

/* line 53, app/assets/stylesheets/layout/_footer.scss */
.page-footer .view_more, .page-footer .view_less {
  font-weight: bold;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/layout/_footer.scss */
.page-footer .footer-nav {
  padding: 30px 0;
}

/* line 60, app/assets/stylesheets/layout/_footer.scss */
.page-footer .footer-nav {
  background-color: #465256;
}

/* line 62, app/assets/stylesheets/layout/_footer.scss */
.page-footer .footer-nav-cell {
  border-left: 1px solid #64777d;
  box-sizing: border-box;
}

/* line 65, app/assets/stylesheets/layout/_footer.scss */
.page-footer .footer-nav-cell:first-child {
  border-left: 0;
}

/* line 67, app/assets/stylesheets/layout/_footer.scss */
.page-footer .footer-nav-cell .more {
  cursor: pointer;
}

@media (max-width: 991px) {
  /* 991px */
  /* line 72, app/assets/stylesheets/layout/_footer.scss */
  .page-prefooter {
    padding-bottom: 10px;
  }
  /* line 75, app/assets/stylesheets/layout/_footer.scss */
  .page-prefooter .footer-block {
    margin-bottom: 20px;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-prefooter > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
  /* line 116, app/assets/stylesheets/layout.css.scss */
  .page-footer > .container-classic {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Scroll Top */
/* line 89, app/assets/stylesheets/layout/_footer.scss */
.scroll-to-top {
  padding: 2px;
  text-align: center;
  position: fixed;
  z-index: 10001;
  bottom: 5px;
  display: none;
  right: 20px;
}

/* line 98, app/assets/stylesheets/layout/_footer.scss */
.scroll-to-top > i {
  display: inline-block;
  font-size: 32px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 104, app/assets/stylesheets/layout/_footer.scss */
.scroll-to-top:hover {
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/layout/_footer.scss */
.scroll-to-top:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 991px) {
  /* 991px */
  /* line 114, app/assets/stylesheets/layout/_footer.scss */
  .scroll-to-top {
    right: 10px;
  }
  /* line 117, app/assets/stylesheets/layout/_footer.scss */
  .scroll-to-top > i {
    font-size: 28px;
  }
}

/* =========================== */
@media (max-width: 768px) {
  /* line 128, app/assets/stylesheets/layout/_footer.scss */
  .footer-nav .cells {
    display: block;
  }
  /* line 130, app/assets/stylesheets/layout/_footer.scss */
  .footer-nav .footer-nav-cell {
    display: block;
    margin-bottom: 20px;
    border-left: 0;
  }
}

/***
Theme Panel
***/
/* line 5, app/assets/stylesheets/layout/_theme-panel.scss */
.btn-theme-panel {
  margin-top: 25px;
}

/* line 8, app/assets/stylesheets/layout/_theme-panel.scss */
.btn-theme-panel .btn {
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0 6px;
}

/* line 12, app/assets/stylesheets/layout/_theme-panel.scss */
.btn-theme-panel .btn > i {
  font-size: 24px;
  color: #acbac6;
}

/* line 17, app/assets/stylesheets/layout/_theme-panel.scss */
.btn-theme-panel .btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 22, app/assets/stylesheets/layout/_theme-panel.scss */
.btn-theme-panel.open .btn {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 27, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel {
  z-index: 999;
  min-width: 675px;
  padding: 20px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 33, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel h3 {
  margin: 8px 0 8px 0;
  font-size: 15px;
  padding-left: 12px;
}

/* line 39, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .seperator {
  border-left: 1px solid #EFF2F4;
}

/* line 43, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 48, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color {
  padding: 8px 12px;
}

/* line 51, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color:hover, .theme-panel .theme-colors > li.theme-color.active {
  background: #f5f7f8;
}

/* line 56, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color:hover {
  cursor: pointer;
}

/* line 60, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color > .theme-color-view {
  float: left;
  margin-top: 0px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 10px !important;
  height: 20px;
  width: 20px;
}

/* line 70, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color > .theme-color-name {
  display: inline-block;
  color: #777;
  font-size: 14px;
  font-weight: 300;
  padding-top: -4px;
}

/* line 78, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-default .theme-color-view {
  background: #4DB393;
}

/* line 82, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-red-sunglo .theme-color-view {
  background: #E26A6A;
}

/* line 86, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-red-intense .theme-color-view {
  background: #E35B5A;
}

/* line 90, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-blue-hoki .theme-color-view {
  background: #67809F;
}

/* line 94, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-blue-steel .theme-color-view {
  background: #4B77BE;
}

/* line 98, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-green-haze .theme-color-view {
  background: #44B6AE;
}

/* line 102, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-purple-plum .theme-color-view {
  background: #8775A7;
}

/* line 106, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-purple-studio .theme-color-view {
  background: #8E44AD;
}

/* line 110, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-yellow-orange .theme-color-view {
  background: #F2784B;
}

/* line 114, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-colors > li.theme-color.theme-color-yellow-crusta .theme-color-view {
  background: #F3C200;
}

/* line 120, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-settings {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 125, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-settings > li {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 300;
  color: #777;
}

/* line 131, app/assets/stylesheets/layout/_theme-panel.scss */
.theme-panel .theme-settings > li .form-control {
  color: #777;
  margin-top: -3px;
  float: right;
}

@media (max-width: 767px) {
  /* 767px */
  /* line 142, app/assets/stylesheets/layout/_theme-panel.scss */
  .theme-panel {
    left: 20px;
    right: 20px;
    min-width: 285px;
  }
  /* line 147, app/assets/stylesheets/layout/_theme-panel.scss */
  .theme-panel .seperator {
    border: 0;
  }
  /* line 152, app/assets/stylesheets/layout/_theme-panel.scss */
  .theme-panel .theme-settings .form-control {
    width: 105px !important;
  }
}

/* line 8, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .fa.fa-bell, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .fa.fa-shield {
  font-size: 13px;
  color: #333;
}

/* line 13, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle span.badge.badge-default {
  background-color: #d30000;
  right: -2px;
  top: 0;
  position: relative;
  border-radius: 2px !important;
}

/* line 20, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle span.badge.badge-default:before {
  content: '';
  position: absolute;
  left: -3px;
  top: 34%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 3px 3px 0;
  border-color: transparent #d30000 transparent transparent;
}

/* line 37, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > span.username {
  color: #333;
}

/* line 39, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle .fa.fa-user {
  color: #333;
}

/* line 42, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open a.dropdown-toggle {
  background-color: transparent;
}

/* line 46, app/assets/stylesheets/layout/_overrides.scss */
.page-header #header-roles .dropdown-menu-list > li a .details {
  font-size: 12px;
}

/* line 49, app/assets/stylesheets/layout/_overrides.scss */
.page-header #header-roles .dropdown-menu {
  width: 400px;
}

/* line 56, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu.is-new {
  background-color: #fedd00;
}

/* line 58, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu .search-form .input-group {
  background-color: white;
}

/* line 60, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  background-color: white;
  box-shadow: 0 0 5px #666;
}

/* line 65, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 a {
  color: #428bca;
}

/* line 68, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 a:hover {
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/layout/_overrides.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu > li > a:hover {
  background-color: white;
  color: black;
}

/* line 81, app/assets/stylesheets/layout/_overrides.scss */
.page-header.page-header-phase-2 .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header.page-header-phase-2 .page-header-menu .hor-menu .navbar-nav > li > a:hover {
  background-color: #ecc200;
}

/* line 86, app/assets/stylesheets/layout/_overrides.scss */
.page-header.page-header-phase-2 .page-header-menu .hor-menu .navbar-nav > li {
  border-left-color: #eac400;
}

/* line 90, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table {
  border-bottom: 1px solid #ddd;
}

/* line 93, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table .products-table-row {
  border-bottom: 20px solid #ebebeb;
}

/* line 98, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table .photo-wrap > a {
  display: block;
}

/* line 100, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table .cell {
  padding: 10px;
  vertical-align: top;
}

/* line 104, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table .cell:last-child {
  text-align: right;
}

/* line 107, app/assets/stylesheets/layout/_overrides.scss */
#products-table.table .product-table-right-options {
  display: table-cell;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  /* line 115, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .products-table-row, #products-table.table .cell {
    display: block;
  }
  /* line 119, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .products-table-row:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 126, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .photo-wrap {
    float: left;
    margin-right: 10px;
  }
  /* line 131, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options {
    clear: both;
    padding: 5px;
  }
  /* line 135, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options table {
    text-align: right;
    display: block;
  }
  /* line 139, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options table tbody {
    display: block;
  }
  /* line 141, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options table tr {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 147, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options .product-badge {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 153, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .product-table-right-options .put-at-order {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  /* line 159, app/assets/stylesheets/layout/_overrides.scss */
  #products-table.table .photo-wrap {
    float: none;
    text-align: center;
  }
}

/* line 167, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .row .portlet .row {
  margin-top: 20px;
}

/* line 170, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .row .portlet .row:first-child {
  margin-top: 0;
}

/* line 174, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .btn-group {
  margin: 5px;
}

/* line 178, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .dropdown-menu {
  margin-top: 0;
  font-size: 12px;
  box-shadow: 0 1px 0 #ddd;
}

/* line 183, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .dropdown-menu a:hover {
  background-color: #fddf31;
}

/* line 185, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .dropdown-menu:before, .container-classic .actions .dropdown-menu:after {
  content: none;
}

/* line 189, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .btn.btn-default {
  padding: 10px 80px 10px 10px;
  color: #333;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

/* line 196, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .btn.btn-default .fa-chevron-down {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  background-color: #455156;
}

/* line 204, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .btn.btn-default .fa-chevron-down:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fddf31;
}

/* line 215, app/assets/stylesheets/layout/_overrides.scss */
.container-classic .actions .btn.btn-default.btn-sm.dropdown-toggle {
  box-shadow: 0 1px 0 #ddd;
}

/* line 220, app/assets/stylesheets/layout/_overrides.scss */
.pagination {
  font-size: 0;
}

/* line 223, app/assets/stylesheets/layout/_overrides.scss */
.pagination li {
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}

/* line 228, app/assets/stylesheets/layout/_overrides.scss */
.pagination li a, .pagination li span {
  border: 0;
  padding: 0;
  min-width: 28px;
  min-height: 28px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #455156;
  background: inherit;
}

/* line 239, app/assets/stylesheets/layout/_overrides.scss */
.pagination li a:hover, .pagination li span:hover {
  background: #fddf31;
}

/* line 244, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.active a, .pagination li:hover a {
  background-color: #fddf31;
  color: #455156;
}

/* line 250, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev, .pagination li.next {
  background-color: #eaeaea;
}

/* line 254, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev a, .pagination li.next a {
  width: 7px;
  height: 12px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
}

/* line 262, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev a:before, .pagination li.prev a:after, .pagination li.next a:before, .pagination li.next a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
}

/* line 276, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev a:before {
  left: 10px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #525252 transparent transparent;
}

/* line 285, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev a:after {
  left: 13px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #eaeaea transparent transparent;
}

/* line 296, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev:hover a:before {
  border-right-color: white;
}

/* line 297, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.prev:hover a:after {
  border-right-color: #525252;
}

/* line 302, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.next a, .pagination li.first a, .pagination li.last a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 306, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.next a:before, .pagination li.first a:before, .pagination li.last a:before {
  right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #525252;
}

/* line 315, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.next a:after, .pagination li.first a:after, .pagination li.last a:after {
  right: 13px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #eaeaea;
}

/* line 326, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.next:hover a:before, .pagination li.first:hover a:before, .pagination li.last:hover a:before {
  border-left-color: white;
}

/* line 327, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.next:hover a:after, .pagination li.first:hover a:after, .pagination li.last:hover a:after {
  border-left-color: #525252;
}

/* line 332, app/assets/stylesheets/layout/_overrides.scss */
.pagination li.first a, .pagination li.last a {
  padding: 0 4px;
}

/* line 339, app/assets/stylesheets/layout/_overrides.scss */
.page-footer .container-classic {
  color: white;
}

/* line 341, app/assets/stylesheets/layout/_overrides.scss */
.scroll-to-top {
  font-size: 13px;
  background-color: #525e62;
  color: white;
  text-align: center;
  padding: .9em;
}

/* line 348, app/assets/stylesheets/layout/_overrides.scss */
.scroll-to-top .fa {
  display: block;
  font-size: 1.143em;
  margin-bottom: 4px;
  color: #ffd300;
}

/* line 357, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .portlet.light {
  border-top: solid 4px #ffd300;
}

/* line 359, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .portlet-title {
  padding-bottom: 10px;
  border-bottom: 0;
}

/* line 363, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .portlet-title .caption-subject {
  color: #333;
  font-size: 22px;
}

/* line 368, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .portlet-title .view-all-news {
  display: inline-block;
  margin-top: 1em;
  white-space: nowrap;
}

@media screen and (min-width: 568px) {
  /* line 368, app/assets/stylesheets/layout/_overrides.scss */
  #dashboard_index .portlet-title .view-all-news {
    float: right;
    margin-top: 2em;
  }
}

/* line 381, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .tabbable-line .nav-tabs {
  margin-top: 8px;
}

/* line 384, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .tabbable-line .nav-tabs li {
  border: 0;
  position: relative;
}

/* line 388, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .tabbable-line .nav-tabs li a {
  padding: 15px 25px;
  line-height: 1;
  font-size: 14px;
}

/* line 394, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .tabbable-line .nav-tabs li.active {
  background-color: #ffd300;
  font-weight: 700;
}

/* line 398, app/assets/stylesheets/layout/_overrides.scss */
#dashboard_index .tabbable-line .nav-tabs li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffd300 transparent transparent;
  border-width: 14px 14px 0;
}

/* line 422, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper table tr td {
  border-top: none;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: middle;
}

/* line 427, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper table tr td.icon {
  width: 46px;
}

/* line 432, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper table tr td .label {
  display: inline-block;
  padding: 8px;
}

/* line 440, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row {
  padding: 6px 0;
  border-bottom: 1px solid #f1f1f1;
}

/* line 444, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .row {
  margin-left: -2px;
  margin-right: -2px;
}

/* line 448, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .row > div {
  padding: 0 2px;
}

/* line 451, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .row > div:nth-child(2) {
  text-align: center;
}

/* line 452, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .row > div:last-child {
  text-align: right;
}

/* line 456, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .label,
.orders-wrapper .order-row .desc {
  display: inline-block;
  vertical-align: middle;
}

/* line 464, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .inner {
  display: table;
  width: 100%;
}

/* line 468, app/assets/stylesheets/layout/_overrides.scss */
.orders-wrapper .order-row .inner > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 477, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list > .item {
  border-bottom: dotted 1px #333;
}

/* line 479, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row {
  display: table;
  width: 100%;
}

/* line 483, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 4px;
}

/* line 488, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row > div:nth-child(1) {
  width: 8.33%;
}

/* line 490, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row > div:nth-child(2) {
  width: 66.6667%;
}

/* line 492, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row > div:nth-child(3) {
  width: 25%;
  text-align: right;
}

/* line 498, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-inner-row.last > div:nth-child(3) {
  vertical-align: bottom;
}

/* line 501, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .item-details {
  font-size: 16px;
}

/* line 503, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .primary-link {
  color: #333;
}

/* line 506, app/assets/stylesheets/layout/_overrides.scss */
.general-item-list .primary-link:hover {
  text-decoration: none;
}

/* line 510, app/assets/stylesheets/layout/_overrides.scss */
.date-info {
  color: #808080;
}

/* line 512, app/assets/stylesheets/layout/_overrides.scss */
.icon-document {
  width: 18px;
  height: 22px;
  display: inline-block;
  background-image: url(/assets/document_icon-7d21bcfa69ca91e95e604139dac2de0622feac0bcf8395f1c6898b9fccb8e2c3.png);
}

/* line 519, app/assets/stylesheets/layout/_overrides.scss */
.btn-orange-link {
  color: #ffd300;
  font-weight: 700;
  font-size: 0.847em;
}

/* line 526, app/assets/stylesheets/layout/_overrides.scss */
.btn-orange-link i {
  font-size: inherit;
}

/* line 528, app/assets/stylesheets/layout/_overrides.scss */
.btn-orange-link:hover {
  color: #333;
  text-decoration: none;
}

/* line 534, app/assets/stylesheets/layout/_overrides.scss */
.badge.badge-grey {
  background-color: #d9d9d9;
  text-align: center;
  position: relative;
  border-radius: 6px !important;
  margin-left: 14px;
  color: #333;
  height: auto;
  padding: 6px 8px;
  vertical-align: bottom;
  font-weight: 700;
  font-size: 14px !important;
}

/* line 549, app/assets/stylesheets/layout/_overrides.scss */
.badge.badge-grey:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 34%;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent #d9d9d9 transparent transparent;
}

/* line 564, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners {
  margin: 20px 0;
}

/* line 567, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners h2 {
  font-size: 22px;
  font-weight: 700;
}

/* line 574, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banners-wrapper {
  font-size: 0;
  padding-top: 32px;
  margin-left: -15px;
  margin-right: -15px;
}

/* line 581, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
}

/* line 586, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner img {
  display: block;
}

/* line 588, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner a {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

/* line 595, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner a:hover {
  text-decoration: none;
}

/* line 598, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner span {
  display: inline-block;
  padding-left: 10px;
}

/* line 603, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner i {
  background-color: white;
  vertical-align: top;
  margin: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}

/* line 613, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner .banner-bottom-text {
  background-color: #ffd300;
}

/* line 616, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner .banner-bottom-text .inner {
  display: table;
  width: 100%;
}

/* line 620, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner .banner-bottom-text .inner > div {
  display: table-cell;
  vertical-align: middle;
}

/* line 624, app/assets/stylesheets/layout/_overrides.scss */
.dashboard-banners .dashboard-banner .banner-bottom-text .inner > div:last-child {
  width: 44px;
}

/* line 631, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu, .menu {
  padding: 0 30px 30px;
  box-shadow: 0 0 6px #666;
}

/* line 635, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu ul, .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 641, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu .row > div, .menu .row > div {
  border-left: solid 1px #ccc;
}

/* line 644, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu .row > div:first-child, .menu .row > div:first-child {
  border-color: transparent;
}

/* line 647, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu .submenu-banner, .menu .submenu-banner {
  margin-top: 30px;
}

/* line 650, app/assets/stylesheets/layout/_overrides.scss */
.menu {
  background-color: white;
  padding: 10px;
}

/* line 654, app/assets/stylesheets/layout/_overrides.scss */
.menu li > a {
  font-weight: bold !important;
}

/* line 657, app/assets/stylesheets/layout/_overrides.scss */
.menu li > a:hover {
  background-color: #eee;
}

/* line 663, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item {
  border-top: solid 4px #ffd300;
  padding: 6px 0 14px;
  margin-top: 20px;
}

/* line 668, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item h3 {
  color: #ffd300;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

/* line 678, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}

/* line 686, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name {
  margin-bottom: 14px;
}

/* line 689, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 694, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name i {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background-image: url(/assets/submenu_icons-d5ebc95c70ca639be946557145d6c9459450ca2a15a4ce16d21591a63991683c.png);
  background-color: #ffd300;
  background-repeat: no-repeat;
}

/* line 705, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name .inner {
  display: table;
  width: 100%;
}

/* line 709, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name .inner > div {
  display: table-cell;
  vertical-align: top;
}

/* line 713, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name .inner > div:first-child {
  width: 28px;
  padding-right: 10px;
}

/* line 718, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .category-name .inner > div:last-child {
  padding-top: 4px;
}

/* line 723, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-one {
  background-position: 4px -3px;
}

/* line 725, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-two {
  background-position: 4px -46px;
}

/* line 727, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-three {
  background-position: 2px -88px;
}

/* line 729, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-four {
  background-position: 3px -124px;
}

/* line 731, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-five {
  background-position: 3px -171px;
}

/* line 733, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .icon-six {
  background-position: 3px -218px;
}

/* line 735, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .mega-menu-submenu {
  margin-left: -4px;
  margin-right: -4px;
}

/* line 739, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .mega-menu-submenu a:hover {
  color: #ffd300 !important;
}

/* line 741, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .mega-menu-submenu .inner-list-item {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-left: 4px;
  margin-right: 4px;
}

/* line 748, app/assets/stylesheets/layout/_overrides.scss */
.col-md-12 .mega-menu-item .mega-menu-submenu .inner-list-item {
  width: 32%;
}

/* line 750, app/assets/stylesheets/layout/_overrides.scss */
.mega-menu-item .mega-menu-submenu .inner-list-item > ul > li > a {
  padding: 1px 0 !important;
}

/* line 760, app/assets/stylesheets/layout/_overrides.scss */
#main_table.table.table-bordered thead tr th,
#main_table.table.table-bordered tbody tr td {
  text-align: center;
}

@media (max-width: 991px) {
  /* line 767, app/assets/stylesheets/layout/_overrides.scss */
  .mega-menu .row > div {
    border-color: transparent;
  }
  /* line 769, app/assets/stylesheets/layout/_overrides.scss */
  .mega-menu .mega-menu-submenu {
    margin: 0 -15px;
  }
  /* line 772, app/assets/stylesheets/layout/_overrides.scss */
  .mega-menu .mega-menu-submenu .inner-list-item {
    width: auto;
    margin: 15px;
  }
  /* line 781, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-tools .container-classic {
    width: 100%;
  }
  /* line 784, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-tools .container-classic .toolbar {
    display: block;
  }
  /* line 787, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-tools .container-classic .toolbar .page-header-tools_phone {
    display: inline-block;
  }
  /* line 789, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-tools .container-classic .toolbar .cell {
    text-align: center !important;
    display: block;
    margin-bottom: 20px;
  }
  /* line 794, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-tools .container-classic .toolbar .cell:last-child {
    margin-bottom: 0;
  }
  /* line 802, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-top .toolbar {
    display: block;
  }
  /* line 805, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-top .toolbar .cell {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 810, app/assets/stylesheets/layout/_overrides.scss */
  .page-header-top .toolbar .cell:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  /* line 818, app/assets/stylesheets/layout/_overrides.scss */
  .menu-toggler {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 824, app/assets/stylesheets/layout/_overrides.scss */
  .quicksearch {
    display: block;
    width: 100%;
  }
  /* line 831, app/assets/stylesheets/layout/_overrides.scss */
  .highlights-wrap .slider-prev,
.highlights-wrap .slider-next {
    display: none !important;
  }
}

/* line 837, app/assets/stylesheets/layout/_overrides.scss */
.btn-download {
  background: #e8e8e8;
  border: 1px solid #d6d6d6;
}

/* line 841, app/assets/stylesheets/layout/_overrides.scss */
.btn-download .fa {
  color: #525252;
}

/* line 843, app/assets/stylesheets/layout/_overrides.scss */
.btn-download:hover, .btn-download:focus {
  background: #fff;
  border-color: #d6d6d6;
}

/* line 850, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang {
  margin-right: 10px !important;
}

/* line 853, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang .dropdown-menu {
  min-width: 0;
}

/* line 856, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang .dropdown-menu img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 862, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang .dropdown-menu li a {
  padding: 12px 18px;
}

@media (max-width: 767px) {
  /* line 862, app/assets/stylesheets/layout/_overrides.scss */
  .dropdown-lang .dropdown-menu li a {
    padding-right: 6px !important;
  }
}

/* line 870, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang .dropdown-menu .divider {
  margin: 0;
}

/* line 873, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang .dropdown-toggle > i {
  -webkit-transition: all 80ms;
  transition: all 80ms;
  color: #000 !important;
  font-size: 12px !important;
}

/* line 881, app/assets/stylesheets/layout/_overrides.scss */
.dropdown-lang.open .dropdown-toggle > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 134, app/assets/stylesheets/layout.css.scss */
.field_with_errors {
  display: inline;
}

/* line 139, app/assets/stylesheets/layout.css.scss */
.bool {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 144, app/assets/stylesheets/layout.css.scss */
.bool.true {
  background: url(/assets/true-b316e9e28172c816f8cc33db2122851abe50378e51d73af9a6fcc7d0eee0c33f.png) center center no-repeat;
}

/* line 148, app/assets/stylesheets/layout.css.scss */
.bool.false {
  background: url(/assets/false-2933586d915d22601ede75836598d8a4ab01c2bbd3876432eafda918ee2851e6.png) center center no-repeat;
}

/* line 157, app/assets/stylesheets/layout.css.scss */
.table.table-bordered thead tr th {
  font-size: 11px;
  background-color: #ddd;
  text-align: center;
}

/* line 167, app/assets/stylesheets/layout.css.scss */
.table.table-bordered tbody tr td {
  vertical-align: middle;
  border-right: 0;
  border-left: 0;
}

/* line 172, app/assets/stylesheets/layout.css.scss */
.table.table-bordered tbody tr td a {
  font-weight: bold;
}

/* line 182, app/assets/stylesheets/layout.css.scss */
.search-form .form-section {
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

/* line 192, app/assets/stylesheets/layout.css.scss */
.portlet-title {
  padding-top: 6px;
}

/* Bypass chrome's user agent stylesheet */
/* line 197, app/assets/stylesheets/layout.css.scss */
[popover] {
  border: 0;
  position: relative;
  top: 5px;
}
/****
Boby
****/
/* line 7, app/assets/stylesheets/theme/_base.scss */
body {
  background-color: #fff;
}

/******
General
******/
/* Theme Font Color */
/* line 16, app/assets/stylesheets/theme/_base.scss */
.theme-font {
  color: #F3C200;
}

/* Pace - Page Progress */
/* line 21, app/assets/stylesheets/theme/_base.scss */
.pace .pace-progress {
  background: #F3C200;
}

/* Theme Light Portlet */
/* line 27, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default {
  margin-top: 2px;
  margin-right: 5px;
  border-color: #bbc2ce;
}

/* line 32, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:last-child {
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default > i {
  font-size: 13px;
  color: #a6b0bf;
}

/* line 41, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover, .portlet.light .btn.btn-circle.btn-icon-only.btn-default.active {
  color: #fff;
  background: #F3C200;
  border-color: #F3C200;
}

/* line 47, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover > i, .portlet.light .btn.btn-circle.btn-icon-only.btn-default.active > i {
  color: #fff;
}

/******
Page Header
******/
/* line 58, app/assets/stylesheets/theme/_base.scss */
.page-header {
  background-color: #fff;
  /* Page Header Top */
  /* Page Header Menu */
}

/* line 62, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top {
  /* Top menu */
}

/* line 64, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top.fixed {
  background: #fff !important;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
}

/* line 71, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav {
  /* Top Links */
  /* Separator */
  /* Extended Dropdowns */
  /* Notification */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Language */
  /* Dark version */
}

/* line 76, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown .separator {
  border-left: 1px solid #E3E8EC;
}

/* line 83, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  color: #7f7f7f;
}

/* line 90, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover > i {
  color: #666666;
}

/* line 95, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .badge.badge-default {
  background-color: #f36a5a;
  color: #ffffff;
}

/* line 105, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i {
  color: #666666;
}

/* line 115, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  border-left: 1px solid #E3E8EC;
}

/* line 125, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #f7f8fa;
}

/* line 132, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  color: #6f949c;
}

/* line 136, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  color: #428bca;
}

/* line 139, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  color: #2a6496;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  border-bottom: 1px solid #EFF2F6 !important;
  color: #222222;
}

/* line 167, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #f1f1f1;
}

/* line 172, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #e4e4e4;
}

/* line 185, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  background-color: #F3C200;
  color: #ffffff;
}

/* line 190, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  border-color: transparent transparent transparent #F3C200;
}

/* line 198, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
  color: #5b9bd1;
}

/* line 211, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
  background-color: #dfe2e9;
}

/* line 222, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #8ea3b6;
}

/* line 226, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #8ea3b6;
}

/* line 231, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 195px;
}

/* line 238, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > i {
  color: #7089a2;
}

/* line 250, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
  color: #8ea3b6;
}

/* line 258, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language:hover > .dropdown-toggle > .langname, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language.open > .dropdown-toggle > .langname {
  color: #7089a2;
}

/* line 267, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #2e343b;
  border: 0;
}

/* line 271, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #2e343b;
}

/* line 275, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external {
  background: #272c33;
}

/* line 278, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > h3 {
  color: #a2abb7;
}

/* line 283, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > a:hover {
  color: #6ea6d6;
}

/* line 292, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a {
  color: #aaafb7;
  border-bottom: 1px solid #3b434c !important;
}

/* line 296, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a > i {
  color: #6FA7D7;
}

/* line 300, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover {
  background: #373e47;
}

/* line 309, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  border-bottom: 0 !important;
}

/* line 313, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li.divider {
  background: #3b434c;
}

/* line 326, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #23272d;
}

/* line 331, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #181b1e;
}

/* line 345, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu {
  background: #444d58;
  /* Default Mega Menu */
  /* Light Mega Menu */
  /* Header seaech box */
}

/* line 348, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu.fixed {
  box-shadow: 0px 1px 10px 0px rgba(68, 77, 88, 0.2);
}

/* line 354, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

/* line 358, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}

/* line 366, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #ced5de;
}

/* line 377, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  color: #000;
}

/* line 380, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
  color: #fff;
}

/* line 385, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #55616f;
}

/* line 390, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover > i {
  color: #ffffff;
}

/* line 397, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4E5966;
}

/* line 402, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
  color: #fff;
}

/* line 408, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #55616f;
}

/* line 414, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  color: #ced5de;
}

/* line 417, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

/* line 425, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

/* line 433, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #ced5de;
  background: #5d6b7a;
}

/* line 438, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

/* line 444, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
  background-color: #606d7d;
}

/* line 451, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  color: #6fa7d7;
}

/* line 461, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

/* line 465, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
}

/* line 473, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #555;
}

/* line 484, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
  color: #BCC2CB;
}

/* line 487, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a > i {
  color: #fff;
}

/* line 492, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #55616f;
}

/* line 496, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover > i {
  color: #ffffff;
}

/* line 501, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a {
  color: #333 !important;
  background: #fafafc !important;
}

/* line 505, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a > i {
  color: #333 !important;
}

/* line 512, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
  color: #f1f1f1;
  background: #4E5966;
}

/* line 517, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover > i {
  color: #fff;
}

/* line 523, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(85, 97, 111, 0.2);
  background: #fafafc;
}

/* line 529, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a {
  color: #000;
}

/* line 532, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

/* line 538, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a {
  color: #000;
  background: #eaeaf2;
}

/* line 542, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

/* line 550, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #000;
  background: #eaeaf2;
}

/* line 555, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

/* line 561, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.divider {
  background-color: #ededf4;
}

/* line 567, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > .dropdown-menu {
  border: 1px solid #eaeaf2;
  border-top: 0;
}

/* line 576, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form {
  background: white;
}

/* line 579, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group {
  background: white;
}

/* line 582, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group .form-control {
  color: #616d7d;
  background: white;
}

/* line 40, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control::-moz-placeholder {
  color: #5f6a7a;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control:-ms-input-placeholder {
  color: #5f6a7a;
}

/* line 42, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #5f6a7a;
}

/* line 590, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  color: #616d7d;
}

/******
Page Footer
******/
/* line 603, app/assets/stylesheets/theme/_base.scss */
.page-prefooter {
  background: #48525e;
  color: #a2abb7;
}

/* line 607, app/assets/stylesheets/theme/_base.scss */
.page-prefooter h2 {
  color: #F3C200;
}

/* line 612, app/assets/stylesheets/theme/_base.scss */
.page-prefooter .subscribe-form .form-control {
  background: #343b44;
  border-color: #343b44;
  color: #a2abb7;
}

/* line 40, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control::-moz-placeholder {
  color: #939eac;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control:-ms-input-placeholder {
  color: #939eac;
}

/* line 42, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control::-webkit-input-placeholder {
  color: #939eac;
}

/* line 620, app/assets/stylesheets/theme/_base.scss */
.page-prefooter .subscribe-form .btn {
  color: #fff;
  background-color: #ffcc03;
  border-color: "";
}

/* line 158, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn:hover, .page-prefooter .subscribe-form .btn:focus, .page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
  color: #fff;
  background-color: #daae00;
}

/* line 166, app/assets/stylesheets/theme/../components/_mixins.scss */
.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
  color: #fff;
  background-color: #daae00;
}

/* line 171, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/theme/../components/_mixins.scss */
.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn.disabled, .page-prefooter .subscribe-form .btn.disabled:hover, .page-prefooter .subscribe-form .btn.disabled:focus, .page-prefooter .subscribe-form .btn.disabled:active, .page-prefooter .subscribe-form .btn.disabled.active, .page-prefooter .subscribe-form .btn[disabled], .page-prefooter .subscribe-form .btn[disabled]:hover, .page-prefooter .subscribe-form .btn[disabled]:focus, .page-prefooter .subscribe-form .btn[disabled]:active, .page-prefooter .subscribe-form .btn.active[disabled], fieldset[disabled] .page-prefooter .subscribe-form .btn, fieldset[disabled] .page-prefooter .subscribe-form .btn:hover, fieldset[disabled] .page-prefooter .subscribe-form .btn:focus, fieldset[disabled] .page-prefooter .subscribe-form .btn:active, fieldset[disabled] .page-prefooter .subscribe-form .btn.active {
  background-color: #ffcc03;
}

/* line 191, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn .badge {
  color: #ffcc03;
  background-color: #fff;
}

/* line 626, app/assets/stylesheets/theme/_base.scss */
.page-footer {
  background: #5e6b70;
  color: #a2abb7;
}

/* Scroll Top */
/* line 634, app/assets/stylesheets/theme/_base.scss */
.scroll-to-top > i {
  color: #657383;
  font-size: 32px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 992px) {
  /* 992px */
  /* line 642, app/assets/stylesheets/theme/_base.scss */
  .page-header {
    /* Page Header Menu */
  }
  /* line 645, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
  }
}

@media (max-width: 991px) {
  /* 991px */
  /* line 659, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu {
    background: #ebebeb;
    /* Horizontal mega menu */
  }
  /* line 664, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav {
    background: #fff !important;
    /* Mega menu content */
    /* Classic menu */
  }
  /* line 670, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
    box-shadow: none;
  }
  /* line 675, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
    border-right: none !important;
  }
  /* line 679, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
    color: #72808a;
  }
  /* line 689, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 692, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  /* line 696, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    background: none !important;
    color: #666 !important;
  }
  /* line 700, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
    color: #666 !important;
  }
  /* line 706, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    background: none;
    color: #F3C200 !important;
  }
  /* line 710, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a > i {
    color: #F3C200 !important;
  }
  /* line 719, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
    color: #fff !important;
    background: #F3C200 !important;
  }
  /* line 724, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
    color: #fff !important;
  }
  /* line 730, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
    border: 0 !important;
    border-top: 1px solid #eee;
    box-shadow: none !important;
    background: #fff !important;
  }
  /* line 737, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 741, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    color: #666 !important;
  }
  /* line 744, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
    color: #666 !important;
  }
  /* line 750, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
    background: none !important;
    color: #F3C200 !important;
  }
  /* line 754, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
    color: #F3C200 !important;
  }
  /* line 763, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
    color: #fff !important;
    background: #F3C200 !important;
  }
  /* line 768, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
    color: #fff !important;
  }
  /* line 778, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav {
    border: 0 !important;
    margin: 0 !important;
  }
  /* line 782, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a,
.page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover {
    border: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    background: #ffce0e !important;
  }
  /* line 789, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a > i,
.page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover > i {
    color: #fff !important;
  }
  /* line 797, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form {
    background: #fff !important;
  }
  /* line 800, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .form-control {
    background: #fff !important;
  }
  /* line 805, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit {
    background: #F3C200;
  }
  /* line 806, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit i {
    color: #fff !important;
  }
  /* line 812, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit:hover, .page-header .search-form .input-group-btn .btn.submit:focus, .page-header .search-form .input-group-btn .btn.submit:active, .page-header .search-form .input-group-btn .btn.submit.active {
    background: #caa100;
  }
}

@media (max-width: 480px) {
  /* 480px */
  /* line 826, app/assets/stylesheets/theme/_base.scss */
  .page-header {
    /* Top menu */
  }
  /* line 830, app/assets/stylesheets/theme/_base.scss */
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: #fff;
  }
  /* line 837, app/assets/stylesheets/theme/_base.scss */
  .page-header-fixed-mobile .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background: none;
  }
  /* line 841, app/assets/stylesheets/theme/_base.scss */
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle:hover {
    background-color: #fff;
  }
}

/****
Boby
****/
/* line 7, app/assets/stylesheets/theme/_base.scss */
body {
  background-color: #fff;
}

/******
General
******/
/* Theme Font Color */
/* line 16, app/assets/stylesheets/theme/_base.scss */
.theme-font {
  color: #F3C200;
}

/* Pace - Page Progress */
/* line 21, app/assets/stylesheets/theme/_base.scss */
.pace .pace-progress {
  background: #F3C200;
}

/* Theme Light Portlet */
/* line 27, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default {
  margin-top: 2px;
  margin-right: 5px;
  border-color: #bbc2ce;
}

/* line 32, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:last-child {
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default > i {
  font-size: 13px;
  color: #a6b0bf;
}

/* line 41, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover, .portlet.light .btn.btn-circle.btn-icon-only.btn-default.active {
  color: #fff;
  background: #F3C200;
  border-color: #F3C200;
}

/* line 47, app/assets/stylesheets/theme/_base.scss */
.portlet.light .btn.btn-circle.btn-icon-only.btn-default:hover > i, .portlet.light .btn.btn-circle.btn-icon-only.btn-default.active > i {
  color: #fff;
}

/******
Page Header
******/
/* line 58, app/assets/stylesheets/theme/_base.scss */
.page-header {
  background-color: #fff;
  /* Page Header Top */
  /* Page Header Menu */
}

/* line 62, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top {
  /* Top menu */
}

/* line 64, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top.fixed {
  background: #fff !important;
  box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.2);
}

/* line 71, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav {
  /* Top Links */
  /* Separator */
  /* Extended Dropdowns */
  /* Notification */
  /* Inbox */
  /* Tasks */
  /* User */
  /* Language */
  /* Dark version */
}

/* line 76, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown .separator {
  border-left: 1px solid #E3E8EC;
}

/* line 83, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle > i {
  color: #7f7f7f;
}

/* line 90, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:hover > i {
  color: #666666;
}

/* line 95, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown > .dropdown-toggle .badge.badge-default {
  background-color: #f36a5a;
  color: #fff;
}

/* line 105, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle > i {
  color: #666666;
}

/* line 115, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-separator .separator {
  border-left: 1px solid #E3E8EC;
}

/* line 125, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu:after {
  border-bottom-color: #f7f8fa;
}

/* line 132, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > h3 {
  color: #6f949c;
}

/* line 136, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
  color: #428bca;
}

/* line 139, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a:hover {
  color: #2a6496;
  text-decoration: none;
}

/* line 148, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  border-bottom: 1px solid #EFF2F6 !important;
  color: #222;
}

/* line 167, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #f1f1f1;
}

/* line 172, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #e4e4e4;
}

/* line 185, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .circle {
  background-color: #F3C200;
  color: #ffffff;
}

/* line 190, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox > .dropdown-toggle > .corner {
  border-color: transparent transparent transparent #F3C200;
}

/* line 198, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-inbox .dropdown-menu .dropdown-menu-list .subject .from {
  color: #5b9bd1;
}

/* line 211, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-tasks .dropdown-menu .dropdown-menu-list .progress {
  background-color: #dfe2e9;
}

/* line 222, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
  color: #8ea3b6;
}

/* line 226, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > i {
  color: #8ea3b6;
}

/* line 231, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
  width: 195px;
}

/* line 238, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user:hover > .dropdown-toggle > i, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > .username,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-user.open > .dropdown-toggle > i {
  color: #7089a2;
}

/* line 250, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language > .dropdown-toggle > .langname {
  color: #8ea3b6;
}

/* line 258, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language:hover > .dropdown-toggle > .langname, .page-header .page-header-top .top-menu .navbar-nav > li.dropdown-language.open > .dropdown-toggle > .langname {
  color: #7089a2;
}

/* line 267, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  background: #393939;
  border: 0;
}

/* line 271, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu:after {
  border-bottom-color: #393939;
}

/* line 275, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external {
  background: #313131;
}

/* line 278, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > h3 {
  color: #b0b0b0;
}

/* line 283, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu > li.external > a:hover {
  color: #6ea6d6;
}

/* line 292, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a {
  color: #aaafb7;
  border-bottom: 1px solid #484848 !important;
}

/* line 296, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a > i,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a > i {
  color: #6FA7D7;
}

/* line 300, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a:hover,
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu .dropdown-menu-list > li a:hover {
  background: #434343;
}

/* line 309, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li a {
  border-bottom: 0 !important;
}

/* line 313, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu.dropdown-menu-default > li.divider {
  background: #484848;
}

/* line 326, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a .time {
  background: #2c2c2c;
}

/* line 331, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-top .top-menu .navbar-nav > li.dropdown-notification.dropdown-dark .dropdown-menu .dropdown-menu-list > li > a:hover .time {
  background: #1f1f1f;
}

/* line 345, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu {
  background: #525252;
  /* Default Mega Menu */
  /* Light Mega Menu */
  /* Header seaech box */
}

/* line 348, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu.fixed {
  box-shadow: 0px 1px 10px 0px rgba(82, 82, 82, 0.2);
}

/* line 354, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

/* line 358, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(241, 241, 241, 0.2);
}

/* line 366, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #353535;
}

/* line 377, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a {
  color: #000;
}

/* line 380, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
  color: #fff;
}

/* line 385, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover {
  color: #fff;
  background: #808080;
}

/* line 390, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li > a:hover > i {
  color: #fff;
}

/* line 397, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
  color: #fff;
  background: #808080;
}

/* line 402, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
  color: #fff;
}

/* line 408, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(241, 241, 241, 0.2);
  background: #f1f1f1;
}

/* line 414, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
  color: #666;
}

/* line 417, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

/* line 425, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

/* line 433, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #ced5de;
  background: #8a8a8a;
}

/* line 438, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

/* line 444, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
  background-color: #fefefe;
}

/* line 451, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-submenu > a:after {
  color: #6fa7d7;
}

/* line 461, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav {
  /* Mega menu content */
  /* Classic menu */
}

/* line 465, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
  box-shadow: 5px 5px rgba(241, 241, 241, 0.2);
}

/* line 473, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
  color: #555;
}

/* line 484, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
  color: #fff;
}

/* line 487, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a > i {
  color: #fff;
}

/* line 492, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
  color: #fff;
  background: #808080;
}

/* line 496, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover > i {
  color: #fff;
}

/* line 501, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a {
  color: #333 !important;
  background: #fafafc !important;
}

/* line 505, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.open > a > i {
  color: #333 !important;
}

/* line 512, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
  color: #fff;
  background: #808080;
}

/* line 517, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover > i {
  color: #fff;
}

/* line 523, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu {
  box-shadow: 5px 5px rgba(241, 241, 241, 0.2);
  background: #fafafc;
}

/* line 529, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a {
  color: #000;
}

/* line 532, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li > a > i {
  color: #6fa7d7;
}

/* line 538, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a {
  color: #000;
  background: #eaeaf2;
}

/* line 542, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li:hover > a > i {
  color: #6fa7d7;
}

/* line 550, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover {
  color: #000;
  background: #eaeaf2;
}

/* line 555, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.current > a:hover > i {
  color: #6fa7d7;
}

/* line 561, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li .dropdown-menu li.divider {
  background-color: #ededf4;
}

/* line 567, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > .dropdown-menu {
  border: 1px solid #eaeaf2;
  border-top: 0;
}

/* line 576, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form {
  background: white;
}

/* line 579, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group {
  background: white;
}

/* line 582, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group .form-control {
  color: #616d7d;
  background: white;
}

/* line 40, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control::-moz-placeholder {
  color: #5f6a7a;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control:-ms-input-placeholder {
  color: #5f6a7a;
}

/* line 42, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-header .page-header-menu .search-form .input-group .form-control::-webkit-input-placeholder {
  color: #5f6a7a;
}

/* line 590, app/assets/stylesheets/theme/_base.scss */
.page-header .page-header-menu .search-form .input-group .input-group-btn .btn.submit > i {
  color: #616d7d;
}

/******
Page Footer
******/
/* line 603, app/assets/stylesheets/theme/_base.scss */
.page-prefooter {
  background: #575757;
  color: #b0b0b0;
}

/* line 607, app/assets/stylesheets/theme/_base.scss */
.page-prefooter h2 {
  color: #F3C200;
}

/* line 612, app/assets/stylesheets/theme/_base.scss */
.page-prefooter .subscribe-form .form-control {
  background: #404040;
  border-color: #404040;
  color: #b0b0b0;
}

/* line 40, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control::-moz-placeholder {
  color: #a4a4a4;
  opacity: 1;
}

/* line 41, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control:-ms-input-placeholder {
  color: #a4a4a4;
}

/* line 42, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .form-control::-webkit-input-placeholder {
  color: #a4a4a4;
}

/* line 620, app/assets/stylesheets/theme/_base.scss */
.page-prefooter .subscribe-form .btn {
  color: #fff;
  background-color: #ffcc03;
  border-color: "";
}

/* line 158, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn:hover, .page-prefooter .subscribe-form .btn:focus, .page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
  color: #fff;
  background-color: #daae00;
}

/* line 166, app/assets/stylesheets/theme/../components/_mixins.scss */
.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
  color: #fff;
  background-color: #daae00;
}

/* line 171, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn:active, .page-prefooter .subscribe-form .btn.active {
  background-image: none;
}

/* line 175, app/assets/stylesheets/theme/../components/_mixins.scss */
.open .page-prefooter .subscribe-form .btn.dropdown-toggle {
  background-image: none;
}

/* line 181, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn.disabled, .page-prefooter .subscribe-form .btn.disabled:hover, .page-prefooter .subscribe-form .btn.disabled:focus, .page-prefooter .subscribe-form .btn.disabled:active, .page-prefooter .subscribe-form .btn.disabled.active, .page-prefooter .subscribe-form .btn[disabled], .page-prefooter .subscribe-form .btn[disabled]:hover, .page-prefooter .subscribe-form .btn[disabled]:focus, .page-prefooter .subscribe-form .btn[disabled]:active, .page-prefooter .subscribe-form .btn.active[disabled], fieldset[disabled] .page-prefooter .subscribe-form .btn, fieldset[disabled] .page-prefooter .subscribe-form .btn:hover, fieldset[disabled] .page-prefooter .subscribe-form .btn:focus, fieldset[disabled] .page-prefooter .subscribe-form .btn:active, fieldset[disabled] .page-prefooter .subscribe-form .btn.active {
  background-color: #ffcc03;
}

/* line 191, app/assets/stylesheets/theme/../components/_mixins.scss */
.page-prefooter .subscribe-form .btn .badge {
  color: #ffcc03;
  background-color: #fff;
}

/* line 626, app/assets/stylesheets/theme/_base.scss */
.page-footer {
  background: #5e6b70;
  color: #b0b0b0;
}

/* Scroll Top */
/* line 634, app/assets/stylesheets/theme/_base.scss */
.scroll-to-top > i {
  color: #787878;
  font-size: 32px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media (min-width: 992px) {
  /* 992px */
  /* line 642, app/assets/stylesheets/theme/_base.scss */
  .page-header {
    /* Page Header Menu */
  }
  /* line 645, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
  }
}

@media (max-width: 991px) {
  /* 991px */
  /* line 659, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu {
    background: #ebebeb;
    /* Horizontal mega menu */
  }
  /* line 664, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav {
    background: #fff !important;
    /* Mega menu content */
    /* Classic menu */
  }
  /* line 670, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu {
    box-shadow: none;
  }
  /* line 675, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
    border-right: none !important;
  }
  /* line 679, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li > h3 {
    color: #72808a;
  }
  /* line 689, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 692, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:last-child {
    border-bottom: 0;
  }
  /* line 696, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
    background: none !important;
    color: #666 !important;
  }
  /* line 700, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li > a > i {
    color: #666 !important;
  }
  /* line 706, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a {
    background: none;
    color: #F3C200 !important;
  }
  /* line 710, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li:hover > a > i {
    color: #F3C200 !important;
  }
  /* line 719, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover {
    color: #fff !important;
    background: #F3C200 !important;
  }
  /* line 724, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.open > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li.current > a:hover > i {
    color: #fff !important;
  }
  /* line 730, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu {
    border: 0 !important;
    border-top: 1px solid #eee;
    box-shadow: none !important;
    background: #fff !important;
  }
  /* line 737, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.divider {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 741, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a {
    color: #666 !important;
  }
  /* line 744, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li > a > i {
    color: #666 !important;
  }
  /* line 750, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a {
    background: none !important;
    color: #F3C200 !important;
  }
  /* line 754, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li:hover > a > i {
    color: #F3C200 !important;
  }
  /* line 763, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover {
    color: #fff !important;
    background: #F3C200 !important;
  }
  /* line 768, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.open > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.active > a:hover > i, .page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a > i,
.page-header .page-header-menu .hor-menu .navbar-nav > li .dropdown-menu li.current > a:hover > i {
    color: #fff !important;
  }
  /* line 778, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav {
    border: 0 !important;
    margin: 0 !important;
  }
  /* line 782, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a,
.page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover {
    border: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    background: #ffce0e !important;
  }
  /* line 789, app/assets/stylesheets/theme/_base.scss */
  .page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a > i,
.page-header .page-header-menu .hor-menu .nav .dropdown-submenu.open > a:hover > i {
    color: #fff !important;
  }
  /* line 797, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form {
    background: #fff !important;
  }
  /* line 800, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .form-control {
    background: #fff !important;
  }
  /* line 805, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit {
    background: #F3C200;
  }
  /* line 806, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit i {
    color: #fff !important;
  }
  /* line 812, app/assets/stylesheets/theme/_base.scss */
  .page-header .search-form .input-group-btn .btn.submit:hover, .page-header .search-form .input-group-btn .btn.submit:focus, .page-header .search-form .input-group-btn .btn.submit:active, .page-header .search-form .input-group-btn .btn.submit.active {
    background: #caa100;
  }
}

@media (max-width: 480px) {
  /* 480px */
  /* line 826, app/assets/stylesheets/theme/_base.scss */
  .page-header {
    /* Top menu */
  }
  /* line 830, app/assets/stylesheets/theme/_base.scss */
  .page-header-fixed-mobile .page-header .top-menu {
    background-color: #fff;
  }
  /* line 837, app/assets/stylesheets/theme/_base.scss */
  .page-header-fixed-mobile .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    background: none;
  }
  /* line 841, app/assets/stylesheets/theme/_base.scss */
  .page-header .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle:hover {
    background-color: #fff;
  }
}
/***
Login page
***/
/* logo page */
/* line 9, app/assets/stylesheets/theme/login.css.scss */
.login {
  background-color: #666 !important;
}

/* line 13, app/assets/stylesheets/theme/login.css.scss */
.login .logo, .select-customer-page .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/theme/login.css.scss */
.login .flags {
  margin: 0 auto;
  margin-top: 0px;
  padding: 5px;
  text-align: center;
}

/* line 26, app/assets/stylesheets/theme/login.css.scss */
.login .flags span {
  padding: 0 4px;
}

/* line 29, app/assets/stylesheets/theme/login.css.scss */
.login .flags span img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 35, app/assets/stylesheets/theme/login.css.scss */
.login .content, .select-customer-page .content {
  background: url(/assets/bg-white-lock-7dcfa5d74a5937a07323812ef9c89bfd727dfb020c8e67078407eab041669fc6.png) repeat;
  background: #8a8983;
  opacity: 0.85;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
}

/* line 47, app/assets/stylesheets/theme/login.css.scss */
.login .content h3 {
  color: #eee;
}

/* line 50, app/assets/stylesheets/theme/login.css.scss */
.login .content h4 {
  color: #eee;
}

/* line 54, app/assets/stylesheets/theme/login.css.scss */
.login .content p,
.login .content label {
  color: #fff;
}

/* line 59, app/assets/stylesheets/theme/login.css.scss */
.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

/* line 65, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-control {
  background-color: #fff;
}

/* line 69, app/assets/stylesheets/theme/login.css.scss */
.login .content .forget-form {
  display: none;
}

/* line 73, app/assets/stylesheets/theme/login.css.scss */
.login .content .register-form {
  display: none;
}

/* line 77, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

/* line 82, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  padding: 0px 30px 10px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 91, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

/* line 96, app/assets/stylesheets/theme/login.css.scss */
.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/* line 102, app/assets/stylesheets/theme/login.css.scss */
.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

/* line 108, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

/* line 113, app/assets/stylesheets/theme/login.css.scss */
.login .content .form-actions .btn {
  margin-top: 1px;
}

/* line 117, app/assets/stylesheets/theme/login.css.scss */
.login .content .forget-password {
  margin-top: 25px;
}

/* line 121, app/assets/stylesheets/theme/login.css.scss */
.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

/* line 127, app/assets/stylesheets/theme/login.css.scss */
.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
/* line 133, app/assets/stylesheets/theme/login.css.scss */
.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

/* line 146, app/assets/stylesheets/theme/login.css.scss */
.login .content .has-error .select2-container i {
  color: #b94a48;
}

/* line 150, app/assets/stylesheets/theme/login.css.scss */
.login .content .select2-container a span {
  font-size: 13px;
}

/* line 154, app/assets/stylesheets/theme/login.css.scss */
.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
/* line 159, app/assets/stylesheets/theme/login.css.scss */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #eee;
  font-size: 13px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  /* line 171, app/assets/stylesheets/theme/login.css.scss */
  .login .logo {
    margin-top: 10px;
  }
  /* line 175, app/assets/stylesheets/theme/login.css.scss */
  .login .content {
    padding: 30px;
    width: 222px;
  }
  /* line 180, app/assets/stylesheets/theme/login.css.scss */
  .login .content h3 {
    font-size: 22px;
  }
  /* line 184, app/assets/stylesheets/theme/login.css.scss */
  .login .checkbox {
    font-size: 13px;
  }
  /* line 188, app/assets/stylesheets/theme/login.css.scss */
  .login-form .other-actions a.sign-in {
    float: right;
  }
}

@media (max-width: 767px) {
  /* line 192, app/assets/stylesheets/theme/login.css.scss */
  .login-form .other-actions .forgot-password {
    text-align: unset !important;
  }
}

/* line 196, app/assets/stylesheets/theme/login.css.scss */
.login-form .other-actions {
  padding-top: 8px;
}

/* line 199, app/assets/stylesheets/theme/login.css.scss */
.login-form .other-actions .forgot-password {
  text-align: right;
}

/* line 201, app/assets/stylesheets/theme/login.css.scss */
.login-form .other-actions a {
  color: white;
}

/* line 205, app/assets/stylesheets/theme/login.css.scss */
.login-form .has-error .help-block {
  background: url(/assets/white-opacity-40-790c504ea2d8ae3df80c8ddc4bc7fbfd0324de8417c96da3cbdd33fadd42d87d.png);
  padding: 2px 4px;
}

/* line 211, app/assets/stylesheets/theme/login.css.scss */
.login-form .azure-log-in {
  width: 100%;
  margin: 0 auto;
  background-color: #1764d8;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 220, app/assets/stylesheets/theme/login.css.scss */
.login-form .azure-log-in a {
  color: white;
}

/* line 222, app/assets/stylesheets/theme/login.css.scss */
.login-form .azure-log-in:hover {
  background: #1353b3;
}

/* line 227, app/assets/stylesheets/theme/login.css.scss */
.login-form .or-local-login {
  text-align: center;
}

/* line 231, app/assets/stylesheets/theme/login.css.scss */
.login-form .or-local-login:after,
.login-form .or-local-login:before {
  vertical-align: middle;
  background-color: #fdc300;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  width: 40%;
}
/***
Profile Page
***/
/* line 5, app/assets/stylesheets/theme/profile.css.scss */
.profile {
  position: relative;
}

/* line 9, app/assets/stylesheets/theme/profile.css.scss */
.profile p {
  color: #636363;
  font-size: 13px;
}

/* line 14, app/assets/stylesheets/theme/profile.css.scss */
.profile p a {
  color: #169ef4;
}

/* line 18, app/assets/stylesheets/theme/profile.css.scss */
.profile label {
  margin-top: 10px;
}

/* line 22, app/assets/stylesheets/theme/profile.css.scss */
.profile label:first-child {
  margin-top: 0;
}

/*profile info*/
/* line 27, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic .profile-image {
  position: relative;
}

/* line 31, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic .profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  padding: 0 9px;
  font-size: 11px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
  /*for ie*/
}

/* line 45, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic .profile-image img {
  margin-bottom: 15px;
}

/* line 49, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic li {
  padding: 8px 0;
  font-size: 13px;
  border-top: solid 1px #f5f5f5;
}

/* line 55, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic li:first-child {
  border-top: none;
}

/* line 59, app/assets/stylesheets/theme/profile.css.scss */
.profile-classic li span {
  color: #666;
  font-size: 13px;
  margin-right: 7px;
}

/*profile tabs*/
/* line 66, app/assets/stylesheets/theme/profile.css.scss */
.profile .tabbable-custom-profile .nav-tabs > li > a {
  padding: 6px 12px;
}

/*profile navigation*/
/* line 71, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav {
  margin-bottom: 30px;
}

/* line 75, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav li {
  position: relative;
}

/* line 79, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav li a {
  color: #557386;
  display: block;
  font-size: 14px;
  padding: 8px 10px;
  margin-bottom: 1px;
  background: #f0f6fa;
  border-left: solid 2px #c4d5df;
}

/* line 89, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav li a:hover {
  color: #169ef4;
  background: #ecf5fb;
  text-decoration: none;
  border-left: solid 2px #169ef4;
}

/* line 96, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav li a.profile-edit {
  top: 0;
  right: 0;
  margin: 0;
  color: #fff;
  opacity: 0.6;
  border: none;
  padding: 3px 9px;
  font-size: 12px;
  background: #000;
  position: absolute;
  filter: alpha(opacity=60);
  /*for ie*/
}

/* line 111, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav li a.profile-edit:hover {
  text-decoration: underline;
}

/* line 115, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav a span {
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  padding: 7px 13px;
  position: absolute;
  background: #169ef4;
}

/* line 125, app/assets/stylesheets/theme/profile.css.scss */
.profile ul.profile-nav a:hover span {
  background: #0b94ea;
}

/*profile information*/
/* line 130, app/assets/stylesheets/theme/profile.css.scss */
.profile-info h1 {
  color: #383839;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

/* line 137, app/assets/stylesheets/theme/profile.css.scss */
.profile-info ul {
  margin-bottom: 15px;
}

/* line 141, app/assets/stylesheets/theme/profile.css.scss */
.profile-info li {
  color: #6b6b6b;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 5px;
  padding: 0 !important;
}

/* line 149, app/assets/stylesheets/theme/profile.css.scss */
.profile-info li i {
  color: #b5c1c9;
  font-size: 15px;
}

/* line 154, app/assets/stylesheets/theme/profile.css.scss */
.profile-info li:hover i {
  color: #169ef4;
}

/*profile sales summary*/
/* line 159, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary ul {
  margin-top: -10px;
}

/* line 163, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li {
  padding: 10px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
}

/* line 169, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li:first-child {
  border-top: none;
}

/* line 173, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li .sale-info {
  margin-top: 4px;
  float: left;
  color: #646464;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 181, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li .sale-num {
  float: right;
  color: #169ef4;
  font-size: 20px;
  font-weight: 300;
}

/* line 188, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li span i {
  top: 1px;
  width: 13px;
  height: 14px;
  margin-left: 3px;
  position: relative;
  display: inline-block;
}

/* line 197, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li i.icon-img-up {
  background: url(../../img/icon-img-up.png) no-repeat !important;
}

/* line 201, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary li i.icon-img-down {
  background: url(../../img/icon-img-down.png) no-repeat !important;
}

/* line 205, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary .caption h4 {
  color: #383839;
  font-size: 18px;
}

/* line 210, app/assets/stylesheets/theme/profile.css.scss */
.sale-summary .caption {
  border-color: #c9c9c9;
}

/*latest customers table*/
/* line 215, app/assets/stylesheets/theme/profile.css.scss */
.profile .table-advance thead tr th {
  background: #f0f6fa;
}

/* line 219, app/assets/stylesheets/theme/profile.css.scss */
.profile .table-bordered th,
.profile .table-bordered td,
.profile .table-bordered {
  border-color: #e5eff6;
}

/* line 225, app/assets/stylesheets/theme/profile.css.scss */
.profile .table-striped tbody > tr:nth-child(2n+1) > td,
.profile .table-striped tbody > tr:nth-child(2n+1) > th {
  background: #fcfcfc;
}

/* line 230, app/assets/stylesheets/theme/profile.css.scss */
.profile .table-hover tbody tr:hover td,
.profile .table-hover tbody tr:hover th {
  background: #f5fafd;
}

/*add portfolio*/
/* line 236, app/assets/stylesheets/theme/profile.css.scss */
.add-portfolio {
  overflow: hidden;
  margin-bottom: 30px;
  background: #f0f6fa;
  padding: 12px 14px;
}

/* line 243, app/assets/stylesheets/theme/profile.css.scss */
.add-portfolio span {
  float: left;
  display: inline-block;
  font-weight: 300;
  font-size: 22px;
  margin-top: 0px;
}

/* line 251, app/assets/stylesheets/theme/profile.css.scss */
.add-portfolio .btn {
  margin-left: 20px;
}

/*portfolio block*/
/* line 256, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-block {
  background: #f7f7f7;
  margin-bottom: 15px;
  overflow: hidden;
}

/* line 262, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-stat {
  overflow: hidden;
}

/*portfolio text*/
/* line 267, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-text {
  overflow: hidden;
}

/* line 271, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-text img {
  float: left;
  margin-right: 15px;
}

/* line 276, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-text .portfolio-text-info {
  overflow: hidden;
}

/*portfolio button*/
/* line 281, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-btn a {
  display: block;
  padding: 25px 0;
  background: #ddd !important;
}

/* line 287, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-btn a:hover {
  background: #1d943b !important;
}

/* line 291, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-btn span {
  color: #fff;
  font-size: 22px;
  font-weight: 200;
}

/*portfolio info*/
/* line 298, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-info {
  float: left;
  color: #616161;
  font-size: 12px;
  padding: 10px 25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 307, app/assets/stylesheets/theme/profile.css.scss */
.portfolio-info span {
  color: #16a1f2;
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-top: 0px;
  font-weight: 200;
  text-transform: uppercase;
}

/*portfolio settings*/
/* line 318, app/assets/stylesheets/theme/profile.css.scss */
.profile-settings {
  background: #fafafa;
  padding: 15px 8px 0;
  margin-bottom: 5px;
}

/* line 324, app/assets/stylesheets/theme/profile.css.scss */
.profile-settings p {
  padding-left: 5px;
  margin-bottom: 3px;
}

/* line 329, app/assets/stylesheets/theme/profile.css.scss */
.profile-settings .controls > .radio,
.profile-settings .controls > .checkbox {
  font-size: 12px;
  margin-top: 2px !important;
}

/* line 336, app/assets/stylesheets/theme/profile.css.scss */
.from-popup label {
  color: #ebc30e;
  font-weight: bold;
}

/* line 341, app/assets/stylesheets/theme/profile.css.scss */
.from-popup input {
  border-color: #ebc30e;
  border-width: 2px;
}
/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-title {
  font-weight: bold;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-message a, .toast-message label {
  color: #fff;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-close-button:hover, .toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast {
  background-color: #030303;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-success {
  background-color: #51a351;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 1, vendor/assets/stylesheets/toastr.css.scss */
.toast-warning {
  background-color: #f89406;
}

@media all and (max-width: 240px) {
  /* line 1, vendor/assets/stylesheets/toastr.css.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 1, vendor/assets/stylesheets/toastr.css.scss */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 1, vendor/assets/stylesheets/toastr.css.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 1, vendor/assets/stylesheets/toastr.css.scss */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/toastr.css.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 11, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

/* line 16, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/* line 32, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal.container {
  max-width: none;
}

/* line 37, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-open {
  overflow: hidden;
}

/* add a scroll bar to stop page from jerking around */
/* line 43, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
}

@media (max-width: 979px) {
  /* line 51, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}

/* line 58, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

/* line 67, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}

/* line 75, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

/* line 83, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal.fade.in {
  top: 50%;
}

/* line 87, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-body {
  max-height: none;
  overflow: visible;
}

/* line 92, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}

/* line 97, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}

/* line 107, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}

/* line 112, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}

/* line 119, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */
/* line 126, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-overflow.modal {
  top: 1%;
}

/* line 130, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-overflow.modal.fade {
  top: -100%;
}

/* line 134, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-overflow.modal.fade.in {
  top: 1%;
}

/* line 138, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Responsive */
@media (min-width: 1200px) {
  /* line 146, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}

@media (max-width: 979px) {
  /* line 153, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal,
.modal.container,
.modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 166, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal.fade.in,
.modal.container.fade.in,
.modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  /* line 173, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal-body,
.modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  /* line 182, vendor/assets/stylesheets/bootstrap-modal.css.scss */
  .modal-footer,
.modal-overflow .modal-footer {
    position: static;
  }
}

/* line 188, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
/* line 201, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

/* line 236, vendor/assets/stylesheets/bootstrap-modal.css.scss */
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */


 .daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}

.daterangepicker .ranges .range_inputs>div {
  float: left;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
  padding-left: 11px;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar.single .calendar-date {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}

.daterangepicker .ranges input {
  font-size: 11px;
}

.daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;  
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;  
  right: 0;  
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.daterangepicker td.off {
  color: #999;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker_start_input {
  float: left;
}

.daterangepicker_end_input {
  float: left; 
  padding-left: 11px
}

.daterangepicker th.month {
  width: auto;
}
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 3, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 21, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 28, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 38, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 42, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 48, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 52, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 56, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 60, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 68, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 74, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 79, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-b9d6fddb0988440902fcfc72f371ecfa80ee2eb36073f9eebc17449ee41c886f.png);
}

/* line 83, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 95, vendor/assets/stylesheets/jquery.fancybox.css.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/assets/fancybox_loading-1496dc51eb8a5c71111f9975683029e72f023aaf94649304cc28b4469ba93595.gif) center center no-repeat;
}

/* line 101, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 111, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/assets/blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 123, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev {
  left: 0;
}

/* line 127, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next {
  right: 0;
}

/* line 131, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 142, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 147, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 152, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 156, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */
/* line 165, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock {
  overflow: hidden;
}

/* line 169, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/assets/fancybox_overlay-b9125253210ad6d1ef6ff489496c90fca935f5480de9a75dd47f0f3dd5d2bd36.png);
}

/* line 179, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 185, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 192, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 200, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 204, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 213, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 229, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 235, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 239, vendor/assets/stylesheets/jquery.fancybox.css.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/* Make clicks pass-through */
/* line 6, ../../shared/bundle/ruby/2.4.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
#nprogress {
  pointer-events: none;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/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, ../../shared/bundle/ruby/2.4.0/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, ../../shared/bundle/ruby/2.4.0/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, ../../shared/bundle/ruby/2.4.0/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, ../../shared/bundle/ruby/2.4.0/gems/nprogress-rails-0.2.0.2/app/assets/stylesheets/nprogress.scss */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/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);
  }
}
/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-node, .jstree-children, .jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-node {
  white-space: nowrap;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-anchor {
  display: inline-block;
  color: #000;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-anchor:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-ocl {
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-leaf > .jstree-ocl {
  cursor: default;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree .jstree-open > .jstree-children {
  display: block;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children {
  display: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-no-icons .jstree-themeicon, .jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-rtl .jstree-node {
  margin-left: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon {
  position: relative;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context {
  display: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context, .vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li {
  list-style: none;
  display: inline;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a {
  display: block;
  padding: 0 2em;
  text-decoration: none;
  width: auto;
  color: #000;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==);
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a:focus {
  outline: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover {
  background: #fff;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: 0 0;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: #fff;
  margin: 0 .5em 0 0;
  border-left: 1px solid #e2e3e3;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context .vakata-contextmenu-shortcut {
  font-size: .8em;
  color: silver;
  opacity: .5;
  display: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7);
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 .5em;
  border-left-color: #fff;
  background: #e2e3e3;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd .jstree-icon, #jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd .jstree-ok {
  background: green;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd .jstree-er {
  background: red;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd .jstree-copy {
  margin: 0 2px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-anchor, .jstree-default .jstree-wholerow {
  transition: background-color .15s,box-shadow .15s;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled {
  background: 0 0;
  color: #666;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: .8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: 700;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd.jstree-default .jstree-ok, #jstree-dnd.jstree-default .jstree-er {
  background-image: url(32px.png);
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd.jstree-default i {
  background: 0 0;
  width: 16px;
  height: 16px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -9px -71px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
#jstree-dnd.jstree-default .jstree-er {
  background-position: -39px -71px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-striped {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-wholerow-ul .jstree-hovered, .jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-wholerow {
  height: 24px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-node, .jstree-default .jstree-icon {
  background-image: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-no-dots .jstree-node, .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled.jstree-hovered {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(throbber.gif) center center no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-file {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -100px -68px no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default .jstree-folder {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -260px -4px no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default.jstree-rtl .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-wholerow {
  height: 18px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-node, .jstree-default-small .jstree-icon {
  background-image: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small > .jstree-no-dots .jstree-node, .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-disabled {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-76ca7d5b1257abfe620b56fb3eef5e9f51284b03da86d64999f1e66e24e0d9fc.gif) center center no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-file {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -103px -71px no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small .jstree-folder {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -263px -7px no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-small.jstree-rtl .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-wholerow {
  height: 32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-node, .jstree-default-large .jstree-icon {
  background-image: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-disabled {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==);
  background-position: 100% 1px;
  background-repeat: repeat-y;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url(/assets/throbber-76ca7d5b1257abfe620b56fb3eef5e9f51284b03da86d64999f1e66e24e0d9fc.gif) center center no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-file {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -96px -64px no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large .jstree-folder {
  background: url(/assets/32px-be1a46ee82282037be2e21dbea494f21aab625b8ca32193b3d03a5e6472cbea2.png) -256px 0 no-repeat;
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==);
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default-large.jstree-rtl .jstree-last {
  background: 0 0;
}

@media (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  #jstree-dnd.jstree-dnd-responsive > i {
    background: 0 0;
    width: 40px;
    height: 40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png);
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png);
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-icon {
    background-image: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png);
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: 0 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: 0 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover, .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-anchor {
    font-weight: 700;
    font-size: 1.1em;
    text-shadow: 1px 1px #fff;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive > .jstree-striped {
    background: 0 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666;
    border-top: 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon, .jstree-default-responsive .jstree-checkbox {
    background-image: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png);
    background-size: 120px 240px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-last {
    background: 0 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-file {
    background: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png) 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  /* line 1, vendor/assets/stylesheets/style.min.css.scss */
  .jstree-default-responsive .jstree-folder {
    background: url(/assets/40px-e42d2daab8bdb92822d13842e91f4a4c7b96fac75c8fb986fae9c0f46a67431e.png) -40px -40px no-repeat;
    background-size: 120px 240px;
  }
}

/* line 1, vendor/assets/stylesheets/style.min.css.scss */
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
/* line 3, app/assets/stylesheets/common.css.scss */
.tabs ul.tab-nav {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 9, app/assets/stylesheets/common.css.scss */
.tabs ul.tab-nav li {
  float: right;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: -1px;
}

/* line 16, app/assets/stylesheets/common.css.scss */
.tabs ul.tab-nav li.active {
  border-bottom: 1px solid #555;
}

/* line 20, app/assets/stylesheets/common.css.scss */
.tabs ul.tab-nav li:hover {
  background-color: #f5f5f5 !important;
}

/* line 24, app/assets/stylesheets/common.css.scss */
.tabs ul.tab-nav li a {
  display: block;
  line-height: 21px;
  text-decoration: none;
  padding: 5px;
}

/* line 33, app/assets/stylesheets/common.css.scss */
.tabs .flag {
  padding-right: 28px !important;
}

/* line 37, app/assets/stylesheets/common.css.scss */
.tabs .flag.el {
  background: url(/assets/flags/el-03f1c923f9678f99df974807bf86c9bc58a4e03024221730ae0c6df47688abd3.png) right center no-repeat;
}

/* line 41, app/assets/stylesheets/common.css.scss */
.tabs .flag.en {
  background: url(/assets/flags/en-e28d76e37fb32458f01ff8317ed2917cfd322e745630da0a6502a3a0a0c6d68b.png) right center no-repeat;
}

/* line 45, app/assets/stylesheets/common.css.scss */
.tabs .flag.de {
  background: url(/assets/flags/de-8dbde9f8884fc8caf78ccbc7b985f54dd3b61a3bbdebc47581231f7c92c9745b.png) right center no-repeat;
}

/* line 49, app/assets/stylesheets/common.css.scss */
.tabs .flag.it {
  background: url(/assets/flags/it-8a9a473e3860e7dd0796b283c6967c413c12d0160c3589393c4aac14bad2c064.png) right center no-repeat;
}

/* line 53, app/assets/stylesheets/common.css.scss */
.tabs .flag.fr {
  background: url(/assets/flags/fr-aaced885426040b093e97ab85087b0e27975a08d2515a0ea9e2c93e4e2038257.png) right center no-repeat;
}

/* line 57, app/assets/stylesheets/common.css.scss */
.tabs .flag.pt {
  background: url(/assets/flags/pt-562be2c3c896845b0804626ec9b0e7e99891d0f13a3c8eef90a1cd0716d09ebb.png) right center no-repeat;
}

/* line 61, app/assets/stylesheets/common.css.scss */
.tabs .flag.es {
  background: url(/assets/flags/es-5ff4ce20217c2b1e3bd619333d52d07bf1d9eca5c365d4d41bdd034d31ddb40d.png) right center no-repeat;
}

/* line 65, app/assets/stylesheets/common.css.scss */
.tabs .flag.pl {
  background: url(/assets/flags/pl-4422989ee8b591611c478fb0735498951aab660657ce9cac2a32f8281c8af3d2.png) right center no-repeat;
}

/* line 69, app/assets/stylesheets/common.css.scss */
.tabs .flag.sq {
  background: url(/assets/flags/sq-c3d70a5ab2c5b2eadab7c7d7e1a481c8c0d1ee658c2b078bb0a92e01a5a5171b.png) right center no-repeat;
}

/* line 73, app/assets/stylesheets/common.css.scss */
.tabs .flag.ro {
  background: url(/assets/flags/ro-a920a398db8058f4950c14e94636eaf6e8874b35825b80272accaae51d7a6976.png) right center no-repeat;
}

/* line 77, app/assets/stylesheets/common.css.scss */
.tabs .flag.sr {
  background: url(/assets/flags/sr-fe008bc449770c25cf3476b0597fb78d56c39ca45bfd685e039f7691abd81ce0.png) right center no-repeat;
}

/* line 81, app/assets/stylesheets/common.css.scss */
.tabs .flag.bg {
  background: url(/assets/flags/bg-452a84176f29620dfea546de86e6856742a749117b19926b254a9d3239aabb7d.png) right center no-repeat;
}

/* line 85, app/assets/stylesheets/common.css.scss */
.tabs .flag.bs {
  background: url(/assets/flags/bs-80ea71e53d47b0a736b0bfddd8c06138093dc23c3466296beaabfe42601c8923.png) right center no-repeat;
}

/* line 89, app/assets/stylesheets/common.css.scss */
.tabs .flag.rk {
  background: url(/assets/flags/rk-5e1c322e214a6e2e4e26d5ab30de81e39cd8e8be8683f62683d804b9a85cf676.png) right center no-repeat;
}

/* line 93, app/assets/stylesheets/common.css.scss */
.tabs .flag.mk {
  background: url(/assets/flags/mk-d8c4462fc64dd041cf602a134b0c3712e29da42642526cbd51a09ab95e2f4cf4.png) right center no-repeat;
}

/* line 97, app/assets/stylesheets/common.css.scss */
.tabs .flag.hr {
  background: url(/assets/flags/hr-eb579f6ef7a7b7f89dac49b8ba21afb3777a3f1b51a700e25ce2353e77593bd2.png) right center no-repeat;
}

/* line 103, app/assets/stylesheets/common.css.scss */
.record-result {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding-bottom: 5px;
}

/* line 109, app/assets/stylesheets/common.css.scss */
.record-result tr:hover td {
  background-color: transparent !important;
}

/* line 114, app/assets/stylesheets/common.css.scss */
.record-result .row {
  position: relative;
  padding-left: 10px;
}

/* line 119, app/assets/stylesheets/common.css.scss */
.record-result .record-badge:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 5px;
  background-color: #eee;
  top: 0;
  left: 0;
}

/* line 131, app/assets/stylesheets/common.css.scss */
.record-result .product-alias .record-badge span {
  font-size: 10px;
  background-color: #eee;
  padding: 2px 4px;
  color: #bbb;
}

/* line 140, app/assets/stylesheets/common.css.scss */
.record-result .title {
  font-weight: bold;
  font-size: 15px;
}

/* line 145, app/assets/stylesheets/common.css.scss */
.record-result .code {
  color: #777;
}

/* line 149, app/assets/stylesheets/common.css.scss */
.record-result .profil-label {
  font-size: 10px;
  color: #999;
}

/* line 152, app/assets/stylesheets/common.css.scss */
.record-result .profil-label span {
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
}

/* line 159, app/assets/stylesheets/common.css.scss */
.record-result .notice {
  font-weight: bold;
  color: #cd0000;
  font-size: 11px;
  padding-top: 5px;
}

/* line 166, app/assets/stylesheets/common.css.scss */
.record-result .characteristics {
  font-size: 10px;
}

/* line 169, app/assets/stylesheets/common.css.scss */
.record-result .characteristics span {
  display: inline-block;
  padding: 0 5px;
  color: #999;
  border-right: 1px solid #eee;
}

/* line 176, app/assets/stylesheets/common.css.scss */
.record-result .characteristics span strong {
  color: #555;
}

/* line 180, app/assets/stylesheets/common.css.scss */
.record-result .characteristics span:first-child {
  padding-left: 0;
}

/* line 184, app/assets/stylesheets/common.css.scss */
.record-result .characteristics span:last-child {
  border-right: 0;
}

/* line 192, app/assets/stylesheets/common.css.scss */
.select2-highlighted .record-badge:before {
  background-color: #1aa4db;
}

/* line 197, app/assets/stylesheets/common.css.scss */
.select2-highlighted .product-alias .record-badge:before {
  background-color: #8f1add;
}

/* line 202, app/assets/stylesheets/common.css.scss */
.select2-highlighted .product-alias .record-badge span {
  background-color: #8f1add;
  color: white;
}

/* line 212, app/assets/stylesheets/common.css.scss */
.page-footer .container-classic {
  color: #e0eaee;
}

/* line 215, app/assets/stylesheets/common.css.scss */
.page-footer .container-classic .generation-y {
  color: #ccc;
  padding-right: 16px;
  background: url(/assets/gy_logo-352907a415f7b6219607d73cf71bd287685b6c6d832e97b6ce28f5f5d0c84c2b.png) center right no-repeat;
}

/* line 223, app/assets/stylesheets/common.css.scss */
.child-whitespace a {
  padding: 0px !important;
}

/* line 225, app/assets/stylesheets/common.css.scss */
.modal.medium {
  width: 40%;
}

/* line 229, app/assets/stylesheets/common.css.scss */
a.header-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

/* line 235, app/assets/stylesheets/common.css.scss */
a.header-icon.help-guide {
  background: url(/assets/icons/help_guide-4c17e077dfb41f2a45847c33957df75428e04e09f5313abe00c4592b3e56f5af.png) 0 0;
}

/* line 236, app/assets/stylesheets/common.css.scss */
a.header-icon.faq {
  background: url(/assets/icons/faq-4d53fff71034723f3e74f141d0105054fceac6c494855600f74d7026f1fdb805.png) 0 0;
}

/* line 240, app/assets/stylesheets/common.css.scss */
a.header-icon.faq:hover span {
  color: black;
}

/* line 245, app/assets/stylesheets/common.css.scss */
a.header-icon.faq span {
  position: absolute;
  right: 7px;
  top: 14px;
  font-weight: bold;
  color: white;
}

/* line 254, app/assets/stylesheets/common.css.scss */
a.header-icon:hover {
  background-position: 0 -48px;
}

/* line 259, app/assets/stylesheets/common.css.scss */
.feedback-ribbon {
  position: fixed;
  z-index: 10001;
  bottom: 0;
  right: 40px;
  color: white;
  line-height: 1.6;
}

/* line 267, app/assets/stylesheets/common.css.scss */
.feedback-ribbon a {
  display: block;
  font-weight: bold;
  color: white;
  font-size: 11px;
  background: #525e62 url(/assets/icons/feedback-c74d2614ae2c56606581f1f066c485b85c9094e4abd546e9c06b1c903d07e200.png) 5px bottom no-repeat;
  padding: 10px 14px 10px 50px;
}

/* line 275, app/assets/stylesheets/common.css.scss */
.feedback-ribbon a:hover {
  background-color: #4b565a;
  color: #ffd300;
  text-decoration: none;
}

/* line 283, app/assets/stylesheets/common.css.scss */
.fabricator-article {
  margin-bottom: 40px;
}

/* line 286, app/assets/stylesheets/common.css.scss */
.fabricator-article:nth-child(3n+1) {
  clear: left;
}

/* line 290, app/assets/stylesheets/common.css.scss */
.fabricator-article img {
  border: 1px solid #e1e1e1;
  width: 100%;
}

/* line 295, app/assets/stylesheets/common.css.scss */
.fabricator-article .title {
  color: black;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 25px;
  margin-bottom: 0px;
}

/* line 309, app/assets/stylesheets/common.css.scss */
.fabricator-article .summary {
  color: #465256;
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
}

/* line 316, app/assets/stylesheets/common.css.scss */
.fabricator-article .view-more {
  margin-top: 25px;
  display: block;
  cursor: pointer;
}

/* line 321, app/assets/stylesheets/common.css.scss */
.fabricator-article .view-more .fa-chevron-right {
  color: #e7cf00;
}

/* line 328, app/assets/stylesheets/common.css.scss */
.fabricator-recent-news .view-all-wrap {
  float: right;
  margin-top: 7px;
  margin-bottom: 0px;
}

/* line 332, app/assets/stylesheets/common.css.scss */
.fabricator-recent-news .view-all-wrap .view-all-news {
  margin: 0px !important;
}

/* line 338, app/assets/stylesheets/common.css.scss */
.no-display {
  display: none;
}

/* line 342, app/assets/stylesheets/common.css.scss */
.active-customer {
  position: relative;
  padding: 15px !important;
  padding-right: 40px !important;
  background-color: #e1e1e1;
  color: #000;
  font-size: 14px;
}

/* line 351, app/assets/stylesheets/common.css.scss */
.multiple_accounts:after {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(/assets/switch-customer-icon-e6d4a69ffc2aad2f32b10c1b518e8c05ea34ca80a5ac5065d1ef79764cf56839.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
}

/* line 364, app/assets/stylesheets/common.css.scss */
.blur {
  -webkit-filter: blur(13px);
  -moz-filter: blur(13px);
  -o-filter: blur(13px);
  -ms-filter: blur(13px);
  filter: blur(13px);
}

/* line 372, app/assets/stylesheets/common.css.scss */
.tooltip-arrow {
  display: none;
}

/* line 378, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up-col-4 {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/* line 384, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper {
  position: relative;
  max-height: 100%;
  padding: 20px;
  padding-top: 50px;
  background-color: #F8F8F8;
}

/* line 391, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper.fit-in {
  max-width: 100%;
}

/* line 393, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-confirm-message {
  font-size: 16px;
  margin-bottom: 40px;
}

/* line 398, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-confirm-button {
  text-align: center;
}

/* line 401, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-confirm-button button {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #FAD301;
  transition: all .25s ease-in;
}

/* line 410, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-confirm-button button:hover {
  background-color: #ecc200;
}

/* line 416, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-subnote {
  margin-top: 20px;
  font-size: 12px;
}

/* line 420, app/assets/stylesheets/common.css.scss */
.pop-up__modal .pop-up__wrapper .popup-subnote a:hover {
  color: #000;
}

/* line 426, app/assets/stylesheets/common.css.scss */
.pop-up__modal button.mfp-close {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #475256;
}

/* line 435, app/assets/stylesheets/common.css.scss */
.password-field {
  position: relative;
}

/* line 438, app/assets/stylesheets/common.css.scss */
.password-field i.password-info {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ccc;
  z-index: 10;
}

/* line 447, app/assets/stylesheets/common.css.scss */
input.btn.alumil-yellow[type='submit'] {
  background-color: #fddd31;
  color: #444141;
  font-weight: bold;
}

/* line 453, app/assets/stylesheets/common.css.scss */
.btn.alumil-yellow {
  background-color: #fddd31;
  color: #444141;
  font-weight: bold;
}

/* line 461, app/assets/stylesheets/common.css.scss */
#reports-table .heading td {
  font-weight: bold;
}

/* line 466, app/assets/stylesheets/common.css.scss */
#reports-table td {
  text-align: right !important;
}

/* line 471, app/assets/stylesheets/common.css.scss */
#reports-table tr:last-child th {
  text-align: right !important;
}

/* line 478, app/assets/stylesheets/common.css.scss */
#analytical-report-table td {
  text-align: center !important;
  white-space: nowrap;
}
/* line 5, app/assets/stylesheets/products.css.scss */
#products_index .taxonomy-intro {
  margin-top: 10px;
}

/* line 9, app/assets/stylesheets/products.css.scss */
#products_index .filter {
  padding: 12px;
  margin-bottom: 20px;
  background-color: white;
  border-top: solid 4px #ffd300;
}

/* line 15, app/assets/stylesheets/products.css.scss */
#products_index .filter h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
}

/* line 23, app/assets/stylesheets/products.css.scss */
#products_index .filter ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}

/* line 28, app/assets/stylesheets/products.css.scss */
#products_index .filter ul li {
  position: relative;
  border-bottom: solid 1px #eee;
}

/* line 33, app/assets/stylesheets/products.css.scss */
#products_index .filter ul a {
  padding: 9px 20px 9px 4px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* line 40, app/assets/stylesheets/products.css.scss */
#products_index .filter ul a:hover {
  background-color: #fddf31;
  color: #333;
}

/* line 46, app/assets/stylesheets/products.css.scss */
#products_index .filter ul .selected a {
  font-weight: bold;
  background-position: 98% 14px;
  background-color: #ebebeb;
  background-repeat: no-repeat;
}

/* line 54, app/assets/stylesheets/products.css.scss */
#products_index .filter ul .selected a:hover {
  background-color: #dedede;
}

/* line 62, app/assets/stylesheets/products.css.scss */
.product-list-container .portlet.light {
  background-color: #ebebeb;
}

@media (max-width: 767px) {
  /* line 66, app/assets/stylesheets/products.css.scss */
  .product-list-container .portlet.light .col-md-5.col-sm-5,
.product-list-container .portlet.light .col-md-7.col-sm-7 {
    text-align: center;
  }
  /* line 70, app/assets/stylesheets/products.css.scss */
  .product-list-container .portlet.light .col-md-5.col-sm-5 .pull-right,
.product-list-container .portlet.light .col-md-5.col-sm-5 .pull-left,
.product-list-container .portlet.light .col-md-7.col-sm-7 .pull-right,
.product-list-container .portlet.light .col-md-7.col-sm-7 .pull-left {
    float: none !important;
    margin-top: 10px;
  }
  /* line 77, app/assets/stylesheets/products.css.scss */
  .product-list-container .portlet.light .actions {
    float: none;
  }
  /* line 78, app/assets/stylesheets/products.css.scss */
  .product-list-container .portlet.light .caption {
    margin-bottom: 10px;
  }
}

/* line 82, app/assets/stylesheets/products.css.scss */
.product-list-container .caption-subject {
  margin-right: 15px;
}

/* line 85, app/assets/stylesheets/products.css.scss */
.btn.product-list-view-toggle {
  padding: 5px 10px;
  background-color: #fddf31;
}

/* line 89, app/assets/stylesheets/products.css.scss */
.btn.product-list-view-toggle > i {
  font-size: 30px;
  line-height: 30px;
}

/* line 95, app/assets/stylesheets/products.css.scss */
.actions {
  float: right;
}

/* line 97, app/assets/stylesheets/products.css.scss */
.thumbnail-list {
  /* remove default list styles */
  list-style: none;
  margin: 1% 0 1% -2%;
  padding: 0;
  /* remove spaces between li tags*/
  font-size: 0;
}

/* line 105, app/assets/stylesheets/products.css.scss */
.thumbnail-list.full-row {
  margin: 1% 0 1% -3%;
}

/* line 108, app/assets/stylesheets/products.css.scss */
.thumbnail-list.full-row li {
  width: 22%;
  margin: 1% 0 1% 3%;
}

/* line 115, app/assets/stylesheets/products.css.scss */
.thumbnail-list li {
  display: inline-block;
  vertical-align: top;
  width: 31.333%;
  margin: 1% 0 1% 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #e0e0e0;
}

/* line 126, app/assets/stylesheets/products.css.scss */
.thumbnail-list li h4 {
  margin: 0;
  padding: 4px 0;
  font-size: 13px;
  font-weight: bold;
}

/* line 135, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .series {
  color: #333;
}

/* line 137, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .price {
  margin-top: 2px;
  font-weight: bold;
}

/* line 142, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: white;
  border: solid 8px transparent;
}

/* line 151, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .product-inner .put-at-order span {
  display: none;
}

/* line 154, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .inner-info {
  display: table;
  width: 100%;
}

/* line 158, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .inner-info > div {
  display: table-cell;
  vertical-align: top;
}

/* line 164, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .product-badges {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}

/* line 168, app/assets/stylesheets/products.css.scss */
.thumbnail-list li .product-badges .product-badge {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* line 175, app/assets/stylesheets/products.css.scss */
.thumbnail-list li:hover {
  border-color: #eee;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}

/* line 182, app/assets/stylesheets/products.css.scss */
.thumbnail-list li:hover .product-inner {
  border-color: #fddf31;
}

/* line 188, app/assets/stylesheets/products.css.scss */
.product-badges .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 194, app/assets/stylesheets/products.css.scss */
.product-badge {
  float: right;
  width: 28px;
  height: 28px;
  margin: 0 2px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 204, app/assets/stylesheets/products.css.scss */
.product-badge.badge-express {
  background: url(/assets/icons/express-714fedf4e115a3a5caa9e9f4420fa392c8659689e55e8be2e1080fb246689567.png);
}

/* line 208, app/assets/stylesheets/products.css.scss */
.product-badge.badge-supreme {
  background: url(/assets/icons/supreme-fa45486bc706555f3fae9b1397f58b9c1157d5db5408e9bdaaa95d20e9629e66.png);
}

/* line 212, app/assets/stylesheets/products.css.scss */
.product-badge.badge-thermo-hot {
  background: url(/assets/icons/insulated-9684eec775504b133f11cba086401fad00e70f25bc41b1c11a3a6c102cb58a00.png);
}

/* line 216, app/assets/stylesheets/products.css.scss */
.product-badge.badge-thermo-cold {
  background: url(/assets/icons/noninsulated-5a56e2c25a4230d12f6dc4b12692a426a2b08556524ae6005acb5dce025af692.png);
}

/* line 220, app/assets/stylesheets/products.css.scss */
.product-badge.badge-two-color {
  background: url(/assets/icons/bicolour-b863cadcd601aca967416d2443bc3f0abcbcfc6cab745568e45fde223a8b2116.png);
}

/* line 224, app/assets/stylesheets/products.css.scss */
.product-badge.badge-availability-best-seller {
  background: url(/assets/icons/bestseller-6324ca307829695b3f2dd3377e05e08fc56749b550c0388727ff22f88e02365c.png);
}

/* line 228, app/assets/stylesheets/products.css.scss */
.product-badge.badge-availability-limited-availability {
  background: url(/assets/icons/limited_availability-e4fe69ae06295de70fc4556fd5307ff0813a56584e970eb20da24a0023274cab.png);
}

/* line 232, app/assets/stylesheets/products.css.scss */
.product-badge.badge-availability-make-to-order {
  background: url(/assets/icons/make_to_order-cf48cd6f2aa181a12f9f17e9056a138e1400f05cb224e1665613423cfd0f7755.png);
}

/* line 237, app/assets/stylesheets/products.css.scss */
.thumbnail-list img {
  display: block;
  width: 100%;
}

/* line 242, app/assets/stylesheets/products.css.scss */
.put-at-order {
  background-color: #ffd300;
  color: #525252;
  padding: 8px 15px;
  float: right;
  line-height: 20px;
  border-radius: 0;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #dbdbdb;
}

/* line 253, app/assets/stylesheets/products.css.scss */
.put-at-order span, .put-at-order i {
  display: inline-block;
  vertical-align: middle;
}

/* line 258, app/assets/stylesheets/products.css.scss */
.put-at-order span {
  font-family: "Open Sans";
  font-weight: 400;
  margin-right: 15px;
}

/* line 264, app/assets/stylesheets/products.css.scss */
.put-at-order i {
  font-size: 30px;
}

/* line 266, app/assets/stylesheets/products.css.scss */
.put-at-order:hover {
  background-color: #ffdc33;
}

/* line 269, app/assets/stylesheets/products.css.scss */
.put-at-order:hover span {
  color: black;
}

/* line 275, app/assets/stylesheets/products.css.scss */
.product-table-product-description {
  font-size: 12px;
  min-width: 50%;
}

/* line 279, app/assets/stylesheets/products.css.scss */
.product-table-product-description span {
  font-size: 14px;
}

/* line 281, app/assets/stylesheets/products.css.scss */
.product-table-product-description h2 {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 22px;
}

/* line 290, app/assets/stylesheets/products.css.scss */
.product-table-product-description .title {
  margin: 5px 0 10px 0;
  font-weight: bold;
}

/* line 295, app/assets/stylesheets/products.css.scss */
.product-table-product-description .product-table-info {
  table-layout: fixed;
  width: auto;
  margin-bottom: 0;
  background-color: inherit;
}

/* line 301, app/assets/stylesheets/products.css.scss */
.product-table-product-description .product-table-info td {
  border: 0;
  padding: 4px;
  font-size: 12px;
}

/* line 306, app/assets/stylesheets/products.css.scss */
.product-table-product-description .product-table-info td:first-child {
  padding-left: 0;
  color: #888;
}

/* line 311, app/assets/stylesheets/products.css.scss */
.product-table-product-description .product-table-info td:last-child {
  font-weight: bold;
}

/* line 318, app/assets/stylesheets/products.css.scss */
.product-table-right-options {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 323, app/assets/stylesheets/products.css.scss */
.product-table-right-options table {
  width: 100%;
  height: 100%;
  text-align: right;
}

/* line 330, app/assets/stylesheets/products.css.scss */
.product-table-right-options table tr:nth-child(1) {
  vertical-align: top;
}

/* line 331, app/assets/stylesheets/products.css.scss */
.product-table-right-options table tr:nth-child(2) {
  vertical-align: bottom;
}

/* line 335, app/assets/stylesheets/products.css.scss */
.product-table-right-options .price {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #555;
  margin-top: 10px;
}

/* line 343, app/assets/stylesheets/products.css.scss */
.product-table-right-options .product-badges {
  position: relative;
}

/* line 345, app/assets/stylesheets/products.css.scss */
.product-table-right-options .put-at-order {
  margin: 40px 0 0;
  float: none;
}

/* line 351, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper {
  width: 300px;
  margin-left: -25px;
}

/* line 355, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-main-photo {
  border: solid 1px #dfdfdf;
  position: relative;
  width: inherit;
  max-width: 334px;
  height: 334px;
  overflow: hidden;
}

/* line 363, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-main-photo .modal {
  width: auto !important;
}

/* line 366, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-main-photo .modal img {
  max-width: 100%;
}

/* line 372, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-main-photo .zoomWrapper > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto !important;
  height: auto !important;
}

/* line 385, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-thumbs {
  font-size: 0;
  margin-top: 10px;
  position: relative;
  height: 62px;
  overflow: hidden;
}

/* line 392, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-thumbs a {
  border: solid 1px #dfdfdf;
  position: relative;
  width: 62px;
  height: 62px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

/* line 401, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-thumbs a.active {
  background-color: #c1c1c1;
}

/* line 404, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .product-thumbs img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 414, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .caroufredsel_wrapper {
  margin: 0 auto !important;
}

/* line 416, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .prev {
  left: 0;
}

/* line 418, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .next {
  right: 0;
}

/* line 420, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .prev,
.product-photos-wrapper .next {
  position: absolute;
  z-index: 10;
  top: 16px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 46px;
  overflow: hidden;
  cursor: pointer;
  background-color: #ebebeb;
}

/* line 433, app/assets/stylesheets/products.css.scss */
.product-photos-wrapper .prev:hover,
.product-photos-wrapper .next:hover {
  background-color: #c1c1c1;
}

/* line 437, app/assets/stylesheets/products.css.scss */
#products_show .modal {
  width: auto;
}

/* line 439, app/assets/stylesheets/products.css.scss */
#products_show .modal img {
  max-width: 100%;
}

@media (min-width: 319px) and (max-width: 479px) {
  /* line 443, app/assets/stylesheets/products.css.scss */
  .form-horizontal.product-info-table .put-at-order {
    font-size: 10px;
  }
  /* line 446, app/assets/stylesheets/products.css.scss */
  .form-horizontal.product-info-table .put-at-order i {
    font-size: 24px;
  }
}

/* line 450, app/assets/stylesheets/products.css.scss */
.zoomContainer {
  overflow: hidden;
}

/* line 452, app/assets/stylesheets/products.css.scss */
.zoomLens {
  border-radius: 50% !important;
}

/* line 455, app/assets/stylesheets/products.css.scss */
.product-top-info h4 {
  margin: 0;
  padding: 0 0 4px;
  font-size: 22px;
  font-weight: bold;
}

/* line 464, app/assets/stylesheets/products.css.scss */
.product-top-info p {
  font-size: 12px;
  line-height: 1.2;
}

/* line 469, app/assets/stylesheets/products.css.scss */
.product-top-info .code {
  font-size: 12px;
  color: #858484;
  margin-bottom: 10px;
}

/* line 475, app/assets/stylesheets/products.css.scss */
.product-top-info .price {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 200;
  color: #555;
}

/* line 483, app/assets/stylesheets/products.css.scss */
.product-top-info .inlined-elements .table {
  margin: 0;
}

/* line 485, app/assets/stylesheets/products.css.scss */
.product-top-info .inlined-elements td {
  border: 0;
  padding: 0;
}

/* line 489, app/assets/stylesheets/products.css.scss */
.product-top-info .inlined-elements td:last-child {
  text-align: right;
}

/* line 494, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table {
  border-top: solid 1px #ebebeb;
  padding-top: 14px;
  margin-top: 20px;
}

/* line 499, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group {
  display: table;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

/* line 505, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group > * {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 512, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group > *:nth-child(1) {
  padding-right: 26px;
}

/* line 514, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group > *:nth-child(2) {
  padding-left: 26px;
  border-left: solid 1px #ebebeb;
}

/* line 520, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group .control-label {
  text-align: left;
  padding-top: 0;
}

/* line 525, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-group .product-badges {
  float: right;
  position: static;
  text-align: right;
}

/* line 532, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .form-actions {
  border: 0;
}

/* line 534, app/assets/stylesheets/products.css.scss */
.form-horizontal.product-info-table .put-at-order {
  float: none;
  padding: 1.000em;
}

/* line 540, app/assets/stylesheets/products.css.scss */
.product-inner-description {
  margin-top: 20px;
}

/* line 543, app/assets/stylesheets/products.css.scss */
.product-inner-description h5 {
  font-weight: bold;
  font-size: 15px;
}

/* line 550, app/assets/stylesheets/products.css.scss */
.product-inner-description p {
  font-size: 12px;
  line-height: 1.2;
}

/* line 556, app/assets/stylesheets/products.css.scss */
.grey-content-heading {
  background-color: #ebebeb;
  padding: 1.714em;
}

/* line 560, app/assets/stylesheets/products.css.scss */
.grey-content-heading h4 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}

/* line 570, app/assets/stylesheets/products.css.scss */
.cut-price {
  text-decoration: line-through;
  color: #ccc;
}

/* line 571, app/assets/stylesheets/products.css.scss */
.product-price {
  float: left;
  width: 100%;
  color: #999;
}

/* line 573, app/assets/stylesheets/products.css.scss */
.knowledge-section {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 1px dashed #ddd;
}

/* line 578, app/assets/stylesheets/products.css.scss */
.knowledge-section h3 {
  background: url(/assets/icons/knowledge-42efceb50a703beffbca78c6298ecfd5d6633ea8094943170874aace96349aaa.png) left center no-repeat;
  padding-left: 40px;
  line-height: 32px;
  margin-top: 0;
}

/* line 585, app/assets/stylesheets/products.css.scss */
.knowledge-section ul {
  padding-left: 20px;
}

/* line 588, app/assets/stylesheets/products.css.scss */
.knowledge-section ul li {
  font-size: 12px;
}

/* line 594, app/assets/stylesheets/products.css.scss */
.to-be-discontinued {
  color: orange;
}

/* line 595, app/assets/stylesheets/products.css.scss */
.is-discontinued {
  color: red;
}

@media (min-width: 640px) and (max-width: 767px) {
  /* line 607, app/assets/stylesheets/products.css.scss */
  .thumbnail-list {
    margin: 1% 0 1% -2%;
  }
  /* line 610, app/assets/stylesheets/products.css.scss */
  .thumbnail-list li {
    width: 48%;
    margin: 1% 0 1% 2%;
  }
  /* line 615, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row {
    margin: 1% 0 1% -3%;
  }
  /* line 618, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row li {
    width: 22%;
    margin: 1% 0 1% 3%;
  }
}

@media (min-width: 568px) and (max-width: 639px) {
  /* line 627, app/assets/stylesheets/products.css.scss */
  .thumbnail-list {
    margin: 1% 0 1% -2%;
  }
  /* line 630, app/assets/stylesheets/products.css.scss */
  .thumbnail-list li {
    width: 48%;
    margin: 1% 0 1% 2%;
  }
  /* line 635, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row {
    margin: 1% 0 1% -2%;
  }
  /* line 638, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row li {
    width: 48%;
    margin: 1% 0 1% 2%;
  }
}

@media (min-width: 480px) and (max-width: 567px) {
  /* line 647, app/assets/stylesheets/products.css.scss */
  .thumbnail-list {
    margin: 1% 0 1% -2%;
  }
  /* line 650, app/assets/stylesheets/products.css.scss */
  .thumbnail-list li {
    width: 48%;
    margin: 1% 0 1% 2%;
  }
  /* line 655, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row {
    margin: 1% 0 1% -2%;
  }
  /* line 658, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row li {
    width: 48%;
    margin: 1% 0 1% 2%;
  }
}

@media (min-width: 319px) and (max-width: 479px) {
  /* line 667, app/assets/stylesheets/products.css.scss */
  .thumbnail-list {
    margin: 1% 0;
  }
  /* line 670, app/assets/stylesheets/products.css.scss */
  .thumbnail-list li {
    width: 100%;
    margin: 1% 0;
  }
  /* line 675, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row {
    margin: 1% 0;
  }
  /* line 678, app/assets/stylesheets/products.css.scss */
  .thumbnail-list.full-row li {
    width: 100%;
    margin: 1% 0;
  }
}

@media (min-width: 480px) and (max-width: 959px) {
  /* line 687, app/assets/stylesheets/products.css.scss */
  .product-table-right-options .put-at-order {
    font-size: 10px;
  }
  /* line 690, app/assets/stylesheets/products.css.scss */
  .product-table-right-options .put-at-order span {
    margin-right: 0;
  }
  /* line 692, app/assets/stylesheets/products.css.scss */
  .product-table-right-options .put-at-order .glyphicon {
    font-size: 22px;
  }
}

@media (min-width: 319px) and (max-width: 479px) {
  /* line 697, app/assets/stylesheets/products.css.scss */
  .product-table-right-options .put-at-order span {
    display: none;
  }
}
/* line 2, app/assets/stylesheets/orders.css.scss */
#orders .code {
  font-weight: bold;
}

/* line 7, app/assets/stylesheets/orders.css.scss */
.order-source {
  font-size: 11px;
  font-weight: bold;
  color: #777;
}

/* line 13, app/assets/stylesheets/orders.css.scss */
button.send_alumil[disabled] {
  pointer-events: initial;
}

/* line 17, app/assets/stylesheets/orders.css.scss */
span.order-status.label {
  font-size: 9px;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/orders.css.scss */
span.order-status.label.draft {
  background-color: #df38ba;
}

/* line 25, app/assets/stylesheets/orders.css.scss */
span.order-status.label.submitted {
  background-color: #f3565d;
}

/* line 29, app/assets/stylesheets/orders.css.scss */
span.order-status.label.sending_to_erp {
  background-color: #999;
}

/* line 33, app/assets/stylesheets/orders.css.scss */
span.order-status.label.sent {
  background-color: #f39156;
}

/* line 37, app/assets/stylesheets/orders.css.scss */
span.order-status.label.entered {
  background-color: #f39156;
}

/* line 41, app/assets/stylesheets/orders.css.scss */
span.order-status.label.wip, span.order-status.label.registered {
  background-color: #dfc538;
}

/* line 45, app/assets/stylesheets/orders.css.scss */
span.order-status.label.completed {
  background-color: #45b668;
}

/* line 49, app/assets/stylesheets/orders.css.scss */
span.order-status.label.completed_by_admin {
  background-color: #45b668;
}

/* line 53, app/assets/stylesheets/orders.css.scss */
span.order-status.label.cancelled, span.order-status.label.import_failed {
  background-color: #c6c6c6;
}

/* line 59, app/assets/stylesheets/orders.css.scss */
span.line-item-status {
  border-radius: 5px;
  padding: 5px 8px;
  font-weight: bold;
  color: white;
  font-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
  float: right;
}

/* line 69, app/assets/stylesheets/orders.css.scss */
span.line-item-status.draft {
  background-color: #df38ba;
}

/* line 73, app/assets/stylesheets/orders.css.scss */
span.line-item-status.submitted {
  background-color: #f3565d;
}

/* line 77, app/assets/stylesheets/orders.css.scss */
span.line-item-status.sending_to_erp {
  background-color: #999;
}

/* line 81, app/assets/stylesheets/orders.css.scss */
span.line-item-status.sent {
  background-color: #f39156;
}

/* line 85, app/assets/stylesheets/orders.css.scss */
span.line-item-status.entered {
  background-color: #f39156;
}

/* line 89, app/assets/stylesheets/orders.css.scss */
span.line-item-status.wip {
  background-color: #dfc538;
}

/* line 93, app/assets/stylesheets/orders.css.scss */
span.line-item-status.completed {
  background-color: #45b668;
}

/* line 97, app/assets/stylesheets/orders.css.scss */
span.line-item-status.completed_by_admin {
  background-color: #45b668;
}

/* line 101, app/assets/stylesheets/orders.css.scss */
span.line-item-status.cancelled, span.line-item-status.csv_failed, span.line-item-status.abs_failed {
  background-color: #c6c6c6;
}

/* line 107, app/assets/stylesheets/orders.css.scss */
#orders_index .order-search-form {
  padding-top: 10px;
}

/* line 110, app/assets/stylesheets/orders.css.scss */
#orders_index .order-search-form .form-group {
  vertical-align: top;
  margin-bottom: 10px;
}

/* line 114, app/assets/stylesheets/orders.css.scss */
#orders_index .order-search-form .form-group.query-wrapper {
  margin-right: 5px;
}

/* line 117, app/assets/stylesheets/orders.css.scss */
#orders_index .order-search-form .form-group.query-wrapper input {
  font-family: "FontAwesome", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

/* line 123, app/assets/stylesheets/orders.css.scss */
#orders_index .order-search-form .form-group .fa-search {
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/orders.css.scss */
#orders_new tbody,
#orders_show tbody,
#orders_index tbody,
#users_index tbody,
#stocks_check_item tbody,
#stocks_check_profile tbody,
#marketplace_orders_new tbody,
#marketplace_orders_show tbody,
#marketplace_orders_index tbody,
#proforma_invoices_new tbody,
#proforma_invoices_index tbody,
#stocks_check tbody {
  border: 0;
}

/* line 148, app/assets/stylesheets/orders.css.scss */
#orders_new tr:hover td,
#orders_show tr:hover td,
#orders_index tr:hover td,
#users_index tr:hover td,
#stocks_check_item tr:hover td,
#stocks_check_profile tr:hover td,
#marketplace_orders_new tr:hover td,
#marketplace_orders_show tr:hover td,
#marketplace_orders_index tr:hover td,
#proforma_invoices_new tr:hover td,
#proforma_invoices_index tr:hover td,
#stocks_check tr:hover td {
  background-color: #fffef3;
}

/* line 154, app/assets/stylesheets/orders.css.scss */
#orders_new .popover ul,
#orders_show .popover ul,
#orders_index .popover ul,
#users_index .popover ul,
#stocks_check_item .popover ul,
#stocks_check_profile .popover ul,
#marketplace_orders_new .popover ul,
#marketplace_orders_show .popover ul,
#marketplace_orders_index .popover ul,
#proforma_invoices_new .popover ul,
#proforma_invoices_index .popover ul,
#stocks_check .popover ul {
  padding-left: 20px;
  font-weight: bold;
  color: #c50000;
}

/* line 161, app/assets/stylesheets/orders.css.scss */
#orders_new .ng-invalid.ng-dirty,
#orders_show .ng-invalid.ng-dirty,
#orders_index .ng-invalid.ng-dirty,
#users_index .ng-invalid.ng-dirty,
#stocks_check_item .ng-invalid.ng-dirty,
#stocks_check_profile .ng-invalid.ng-dirty,
#marketplace_orders_new .ng-invalid.ng-dirty,
#marketplace_orders_show .ng-invalid.ng-dirty,
#marketplace_orders_index .ng-invalid.ng-dirty,
#proforma_invoices_new .ng-invalid.ng-dirty,
#proforma_invoices_index .ng-invalid.ng-dirty,
#stocks_check .ng-invalid.ng-dirty {
  border-color: #db2626;
}

/* line 165, app/assets/stylesheets/orders.css.scss */
#orders_new .notice,
#orders_show .notice,
#orders_index .notice,
#users_index .notice,
#stocks_check_item .notice,
#stocks_check_profile .notice,
#marketplace_orders_new .notice,
#marketplace_orders_show .notice,
#marketplace_orders_index .notice,
#proforma_invoices_new .notice,
#proforma_invoices_index .notice,
#stocks_check .notice {
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}

/* line 170, app/assets/stylesheets/orders.css.scss */
#orders_new .notice .active-credit,
#orders_show .notice .active-credit,
#orders_index .notice .active-credit,
#users_index .notice .active-credit,
#stocks_check_item .notice .active-credit,
#stocks_check_profile .notice .active-credit,
#marketplace_orders_new .notice .active-credit,
#marketplace_orders_show .notice .active-credit,
#marketplace_orders_index .notice .active-credit,
#proforma_invoices_new .notice .active-credit,
#proforma_invoices_index .notice .active-credit,
#stocks_check .notice .active-credit {
  color: #d30000;
}

/* line 172, app/assets/stylesheets/orders.css.scss */
#orders_new .notice .active-delay,
#orders_show .notice .active-delay,
#orders_index .notice .active-delay,
#users_index .notice .active-delay,
#stocks_check_item .notice .active-delay,
#stocks_check_profile .notice .active-delay,
#marketplace_orders_new .notice .active-delay,
#marketplace_orders_show .notice .active-delay,
#marketplace_orders_index .notice .active-delay,
#proforma_invoices_new .notice .active-delay,
#proforma_invoices_index .notice .active-delay,
#stocks_check .notice .active-delay {
  color: #428bca;
}

/* line 174, app/assets/stylesheets/orders.css.scss */
#orders_new .notice .inactive,
#orders_show .notice .inactive,
#orders_index .notice .inactive,
#users_index .notice .inactive,
#stocks_check_item .notice .inactive,
#stocks_check_profile .notice .inactive,
#marketplace_orders_new .notice .inactive,
#marketplace_orders_show .notice .inactive,
#marketplace_orders_index .notice .inactive,
#proforma_invoices_new .notice .inactive,
#proforma_invoices_index .notice .inactive,
#stocks_check .notice .inactive {
  color: #c6c6c6;
  text-decoration: line-through;
}

/* line 179, app/assets/stylesheets/orders.css.scss */
#orders_new .notice .rounded-notification-icon,
#orders_show .notice .rounded-notification-icon,
#orders_index .notice .rounded-notification-icon,
#users_index .notice .rounded-notification-icon,
#stocks_check_item .notice .rounded-notification-icon,
#stocks_check_profile .notice .rounded-notification-icon,
#marketplace_orders_new .notice .rounded-notification-icon,
#marketplace_orders_show .notice .rounded-notification-icon,
#marketplace_orders_index .notice .rounded-notification-icon,
#proforma_invoices_new .notice .rounded-notification-icon,
#proforma_invoices_index .notice .rounded-notification-icon,
#stocks_check .notice .rounded-notification-icon {
  border-radius: 50%;
  position: relative;
  bottom: 3px;
  padding: 4px 0px 3px 3px;
  margin-right: 4px;
}

/* line 186, app/assets/stylesheets/orders.css.scss */
#orders_new .notice .rounded-notification-icon i,
#orders_show .notice .rounded-notification-icon i,
#orders_index .notice .rounded-notification-icon i,
#users_index .notice .rounded-notification-icon i,
#stocks_check_item .notice .rounded-notification-icon i,
#stocks_check_profile .notice .rounded-notification-icon i,
#marketplace_orders_new .notice .rounded-notification-icon i,
#marketplace_orders_show .notice .rounded-notification-icon i,
#marketplace_orders_index .notice .rounded-notification-icon i,
#proforma_invoices_new .notice .rounded-notification-icon i,
#proforma_invoices_index .notice .rounded-notification-icon i,
#stocks_check .notice .rounded-notification-icon i {
  margin: 0;
}

/* line 190, app/assets/stylesheets/orders.css.scss */
#orders_new .notification-icons,
#orders_show .notification-icons,
#orders_index .notification-icons,
#users_index .notification-icons,
#stocks_check_item .notification-icons,
#stocks_check_profile .notification-icons,
#marketplace_orders_new .notification-icons,
#marketplace_orders_show .notification-icons,
#marketplace_orders_index .notification-icons,
#proforma_invoices_new .notification-icons,
#proforma_invoices_index .notification-icons,
#stocks_check .notification-icons {
  padding-top: 5px;
  margin-bottom: 5px;
}

/* line 194, app/assets/stylesheets/orders.css.scss */
#orders_new .notification-icons .rounded-notification-icon,
#orders_show .notification-icons .rounded-notification-icon,
#orders_index .notification-icons .rounded-notification-icon,
#users_index .notification-icons .rounded-notification-icon,
#stocks_check_item .notification-icons .rounded-notification-icon,
#stocks_check_profile .notification-icons .rounded-notification-icon,
#marketplace_orders_new .notification-icons .rounded-notification-icon,
#marketplace_orders_show .notification-icons .rounded-notification-icon,
#marketplace_orders_index .notification-icons .rounded-notification-icon,
#proforma_invoices_new .notification-icons .rounded-notification-icon,
#proforma_invoices_index .notification-icons .rounded-notification-icon,
#stocks_check .notification-icons .rounded-notification-icon {
  border-radius: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 199, app/assets/stylesheets/orders.css.scss */
#orders_new .notification-icons .rounded-notification-icon i,
#orders_show .notification-icons .rounded-notification-icon i,
#orders_index .notification-icons .rounded-notification-icon i,
#users_index .notification-icons .rounded-notification-icon i,
#stocks_check_item .notification-icons .rounded-notification-icon i,
#stocks_check_profile .notification-icons .rounded-notification-icon i,
#marketplace_orders_new .notification-icons .rounded-notification-icon i,
#marketplace_orders_show .notification-icons .rounded-notification-icon i,
#marketplace_orders_index .notification-icons .rounded-notification-icon i,
#proforma_invoices_new .notification-icons .rounded-notification-icon i,
#proforma_invoices_index .notification-icons .rounded-notification-icon i,
#stocks_check .notification-icons .rounded-notification-icon i {
  margin: 0;
}

/* line 204, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-wrapper .availability,
#orders_show .availability-wrapper .availability,
#orders_index .availability-wrapper .availability,
#users_index .availability-wrapper .availability,
#stocks_check_item .availability-wrapper .availability,
#stocks_check_profile .availability-wrapper .availability,
#marketplace_orders_new .availability-wrapper .availability,
#marketplace_orders_show .availability-wrapper .availability,
#marketplace_orders_index .availability-wrapper .availability,
#proforma_invoices_new .availability-wrapper .availability,
#proforma_invoices_index .availability-wrapper .availability,
#stocks_check .availability-wrapper .availability {
  font-size: 10px;
  line-height: 18px;
  margin-top: 4px;
}

/* line 209, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-wrapper .availability .key, #orders_new .availability-wrapper .availability .value,
#orders_show .availability-wrapper .availability .key,
#orders_show .availability-wrapper .availability .value,
#orders_index .availability-wrapper .availability .key,
#orders_index .availability-wrapper .availability .value,
#users_index .availability-wrapper .availability .key,
#users_index .availability-wrapper .availability .value,
#stocks_check_item .availability-wrapper .availability .key,
#stocks_check_item .availability-wrapper .availability .value,
#stocks_check_profile .availability-wrapper .availability .key,
#stocks_check_profile .availability-wrapper .availability .value,
#marketplace_orders_new .availability-wrapper .availability .key,
#marketplace_orders_new .availability-wrapper .availability .value,
#marketplace_orders_show .availability-wrapper .availability .key,
#marketplace_orders_show .availability-wrapper .availability .value,
#marketplace_orders_index .availability-wrapper .availability .key,
#marketplace_orders_index .availability-wrapper .availability .value,
#proforma_invoices_new .availability-wrapper .availability .key,
#proforma_invoices_new .availability-wrapper .availability .value,
#proforma_invoices_index .availability-wrapper .availability .key,
#proforma_invoices_index .availability-wrapper .availability .value,
#stocks_check .availability-wrapper .availability .key,
#stocks_check .availability-wrapper .availability .value {
  float: left;
  padding: 4px 8px;
  color: white;
}

/* line 215, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-wrapper .availability .key,
#orders_show .availability-wrapper .availability .key,
#orders_index .availability-wrapper .availability .key,
#users_index .availability-wrapper .availability .key,
#stocks_check_item .availability-wrapper .availability .key,
#stocks_check_profile .availability-wrapper .availability .key,
#marketplace_orders_new .availability-wrapper .availability .key,
#marketplace_orders_show .availability-wrapper .availability .key,
#marketplace_orders_index .availability-wrapper .availability .key,
#proforma_invoices_new .availability-wrapper .availability .key,
#proforma_invoices_index .availability-wrapper .availability .key,
#stocks_check .availability-wrapper .availability .key {
  background-color: #ddd;
  color: #777;
  font-weight: normal;
}

/* line 221, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-wrapper .availability .value,
#orders_show .availability-wrapper .availability .value,
#orders_index .availability-wrapper .availability .value,
#users_index .availability-wrapper .availability .value,
#stocks_check_item .availability-wrapper .availability .value,
#stocks_check_profile .availability-wrapper .availability .value,
#marketplace_orders_new .availability-wrapper .availability .value,
#marketplace_orders_show .availability-wrapper .availability .value,
#marketplace_orders_index .availability-wrapper .availability .value,
#proforma_invoices_new .availability-wrapper .availability .value,
#proforma_invoices_index .availability-wrapper .availability .value,
#stocks_check .availability-wrapper .availability .value {
  font-weight: bold;
  background-color: #666;
}

/* line 228, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-label,
#orders_show .availability-label,
#orders_index .availability-label,
#users_index .availability-label,
#stocks_check_item .availability-label,
#stocks_check_profile .availability-label,
#marketplace_orders_new .availability-label,
#marketplace_orders_show .availability-label,
#marketplace_orders_index .availability-label,
#proforma_invoices_new .availability-label,
#proforma_invoices_index .availability-label,
#stocks_check .availability-label {
  background-color: #888;
  font-size: 9px;
  font-weight: bold;
  padding: 4px 6px;
  color: white;
}

/* line 235, app/assets/stylesheets/orders.css.scss */
#orders_new .availability-label.available,
#orders_show .availability-label.available,
#orders_index .availability-label.available,
#users_index .availability-label.available,
#stocks_check_item .availability-label.available,
#stocks_check_profile .availability-label.available,
#marketplace_orders_new .availability-label.available,
#marketplace_orders_show .availability-label.available,
#marketplace_orders_index .availability-label.available,
#proforma_invoices_new .availability-label.available,
#proforma_invoices_index .availability-label.available,
#stocks_check .availability-label.available {
  background-color: #57b348;
}

/* line 240, app/assets/stylesheets/orders.css.scss */
#orders_new .minimum-quantity, #orders_new .measurement-unit-notices,
#orders_show .minimum-quantity,
#orders_show .measurement-unit-notices,
#orders_index .minimum-quantity,
#orders_index .measurement-unit-notices,
#users_index .minimum-quantity,
#users_index .measurement-unit-notices,
#stocks_check_item .minimum-quantity,
#stocks_check_item .measurement-unit-notices,
#stocks_check_profile .minimum-quantity,
#stocks_check_profile .measurement-unit-notices,
#marketplace_orders_new .minimum-quantity,
#marketplace_orders_new .measurement-unit-notices,
#marketplace_orders_show .minimum-quantity,
#marketplace_orders_show .measurement-unit-notices,
#marketplace_orders_index .minimum-quantity,
#marketplace_orders_index .measurement-unit-notices,
#proforma_invoices_new .minimum-quantity,
#proforma_invoices_new .measurement-unit-notices,
#proforma_invoices_index .minimum-quantity,
#proforma_invoices_index .measurement-unit-notices,
#stocks_check .minimum-quantity,
#stocks_check .measurement-unit-notices {
  font-size: 11px;
}

/* line 244, app/assets/stylesheets/orders.css.scss */
#orders_new h4.heading,
#orders_show h4.heading,
#orders_index h4.heading,
#users_index h4.heading,
#stocks_check_item h4.heading,
#stocks_check_profile h4.heading,
#marketplace_orders_new h4.heading,
#marketplace_orders_show h4.heading,
#marketplace_orders_index h4.heading,
#proforma_invoices_new h4.heading,
#proforma_invoices_index h4.heading,
#stocks_check h4.heading {
  font-size: 17px;
  text-align: center;
}

/* line 251, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table th,
#orders_show table#order-table th,
#orders_index table#order-table th,
#users_index table#order-table th,
#stocks_check_item table#order-table th,
#stocks_check_profile table#order-table th,
#marketplace_orders_new table#order-table th,
#marketplace_orders_show table#order-table th,
#marketplace_orders_index table#order-table th,
#proforma_invoices_new table#order-table th,
#proforma_invoices_index table#order-table th,
#stocks_check table#order-table th {
  font-size: 9px;
  color: #555;
}

/* line 257, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table .line-item .colors,
#orders_show table#order-table .line-item .colors,
#orders_index table#order-table .line-item .colors,
#users_index table#order-table .line-item .colors,
#stocks_check_item table#order-table .line-item .colors,
#stocks_check_profile table#order-table .line-item .colors,
#marketplace_orders_new table#order-table .line-item .colors,
#marketplace_orders_show table#order-table .line-item .colors,
#marketplace_orders_index table#order-table .line-item .colors,
#proforma_invoices_new table#order-table .line-item .colors,
#proforma_invoices_index table#order-table .line-item .colors,
#stocks_check table#order-table .line-item .colors {
  font-size: 11px;
}

/* line 261, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table .line-item .quantity2,
#orders_show table#order-table .line-item .quantity2,
#orders_index table#order-table .line-item .quantity2,
#users_index table#order-table .line-item .quantity2,
#stocks_check_item table#order-table .line-item .quantity2,
#stocks_check_profile table#order-table .line-item .quantity2,
#marketplace_orders_new table#order-table .line-item .quantity2,
#marketplace_orders_show table#order-table .line-item .quantity2,
#marketplace_orders_index table#order-table .line-item .quantity2,
#proforma_invoices_new table#order-table .line-item .quantity2,
#proforma_invoices_index table#order-table .line-item .quantity2,
#stocks_check table#order-table .line-item .quantity2 {
  font-weight: normal;
  font-size: 11px;
  color: #888;
}

/* line 268, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table td,
#orders_show table#order-table td,
#orders_index table#order-table td,
#users_index table#order-table td,
#stocks_check_item table#order-table td,
#stocks_check_profile table#order-table td,
#marketplace_orders_new table#order-table td,
#marketplace_orders_show table#order-table td,
#marketplace_orders_index table#order-table td,
#proforma_invoices_new table#order-table td,
#proforma_invoices_index table#order-table td,
#stocks_check table#order-table td {
  vertical-align: middle;
  font-size: 12px;
}

/* line 272, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table td .policy-warning,
#orders_show table#order-table td .policy-warning,
#orders_index table#order-table td .policy-warning,
#users_index table#order-table td .policy-warning,
#stocks_check_item table#order-table td .policy-warning,
#stocks_check_profile table#order-table td .policy-warning,
#marketplace_orders_new table#order-table td .policy-warning,
#marketplace_orders_show table#order-table td .policy-warning,
#marketplace_orders_index table#order-table td .policy-warning,
#proforma_invoices_new table#order-table td .policy-warning,
#proforma_invoices_index table#order-table td .policy-warning,
#stocks_check table#order-table td .policy-warning {
  color: #e26500;
}

/* line 276, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table td .notification-warning,
#orders_show table#order-table td .notification-warning,
#orders_index table#order-table td .notification-warning,
#users_index table#order-table td .notification-warning,
#stocks_check_item table#order-table td .notification-warning,
#stocks_check_profile table#order-table td .notification-warning,
#marketplace_orders_new table#order-table td .notification-warning,
#marketplace_orders_show table#order-table td .notification-warning,
#marketplace_orders_index table#order-table td .notification-warning,
#proforma_invoices_new table#order-table td .notification-warning,
#proforma_invoices_index table#order-table td .notification-warning,
#stocks_check table#order-table td .notification-warning {
  color: #e20000;
}

/* line 280, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table td .product-knowledge,
#orders_show table#order-table td .product-knowledge,
#orders_index table#order-table td .product-knowledge,
#users_index table#order-table td .product-knowledge,
#stocks_check_item table#order-table td .product-knowledge,
#stocks_check_profile table#order-table td .product-knowledge,
#marketplace_orders_new table#order-table td .product-knowledge,
#marketplace_orders_show table#order-table td .product-knowledge,
#marketplace_orders_index table#order-table td .product-knowledge,
#proforma_invoices_new table#order-table td .product-knowledge,
#proforma_invoices_index table#order-table td .product-knowledge,
#stocks_check table#order-table td .product-knowledge {
  color: #0bbaa2;
}

/* line 286, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table .availability-table .key,
#orders_show table#order-table .availability-table .key,
#orders_index table#order-table .availability-table .key,
#users_index table#order-table .availability-table .key,
#stocks_check_item table#order-table .availability-table .key,
#stocks_check_profile table#order-table .availability-table .key,
#marketplace_orders_new table#order-table .availability-table .key,
#marketplace_orders_show table#order-table .availability-table .key,
#marketplace_orders_index table#order-table .availability-table .key,
#proforma_invoices_new table#order-table .availability-table .key,
#proforma_invoices_index table#order-table .availability-table .key,
#stocks_check table#order-table .availability-table .key {
  white-space: nowrap;
  font-size: 10px;
  text-align: right;
  padding-right: 8px;
}

/* line 293, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table .availability-table .value,
#orders_show table#order-table .availability-table .value,
#orders_index table#order-table .availability-table .value,
#users_index table#order-table .availability-table .value,
#stocks_check_item table#order-table .availability-table .value,
#stocks_check_profile table#order-table .availability-table .value,
#marketplace_orders_new table#order-table .availability-table .value,
#marketplace_orders_show table#order-table .availability-table .value,
#marketplace_orders_index table#order-table .availability-table .value,
#proforma_invoices_new table#order-table .availability-table .value,
#proforma_invoices_index table#order-table .availability-table .value,
#stocks_check table#order-table .availability-table .value {
  font-weight: bold;
  font-size: 11px;
}

/* line 300, app/assets/stylesheets/orders.css.scss */
#orders_new table#order-table tfoot td,
#orders_show table#order-table tfoot td,
#orders_index table#order-table tfoot td,
#users_index table#order-table tfoot td,
#stocks_check_item table#order-table tfoot td,
#stocks_check_profile table#order-table tfoot td,
#marketplace_orders_new table#order-table tfoot td,
#marketplace_orders_show table#order-table tfoot td,
#marketplace_orders_index table#order-table tfoot td,
#proforma_invoices_new table#order-table tfoot td,
#proforma_invoices_index table#order-table tfoot td,
#stocks_check table#order-table tfoot td {
  font-weight: bold;
}

/* line 308, app/assets/stylesheets/orders.css.scss */
#orders_new #policies-notice ul.policy-errors li,
#orders_show #policies-notice ul.policy-errors li,
#orders_index #policies-notice ul.policy-errors li,
#users_index #policies-notice ul.policy-errors li,
#stocks_check_item #policies-notice ul.policy-errors li,
#stocks_check_profile #policies-notice ul.policy-errors li,
#marketplace_orders_new #policies-notice ul.policy-errors li,
#marketplace_orders_show #policies-notice ul.policy-errors li,
#marketplace_orders_index #policies-notice ul.policy-errors li,
#proforma_invoices_new #policies-notice ul.policy-errors li,
#proforma_invoices_index #policies-notice ul.policy-errors li,
#stocks_check #policies-notice ul.policy-errors li {
  font-weight: bold;
  color: #c50000;
}

/* line 317, app/assets/stylesheets/orders.css.scss */
#orders_new #order-duplicate-items-notice ul.duplicate-item li,
#orders_show #order-duplicate-items-notice ul.duplicate-item li,
#orders_index #order-duplicate-items-notice ul.duplicate-item li,
#users_index #order-duplicate-items-notice ul.duplicate-item li,
#stocks_check_item #order-duplicate-items-notice ul.duplicate-item li,
#stocks_check_profile #order-duplicate-items-notice ul.duplicate-item li,
#marketplace_orders_new #order-duplicate-items-notice ul.duplicate-item li,
#marketplace_orders_show #order-duplicate-items-notice ul.duplicate-item li,
#marketplace_orders_index #order-duplicate-items-notice ul.duplicate-item li,
#proforma_invoices_new #order-duplicate-items-notice ul.duplicate-item li,
#proforma_invoices_index #order-duplicate-items-notice ul.duplicate-item li,
#stocks_check #order-duplicate-items-notice ul.duplicate-item li {
  font-weight: bold;
  color: #c50000;
}

/* line 324, app/assets/stylesheets/orders.css.scss */
#orders_new .select-product,
#orders_show .select-product,
#orders_index .select-product,
#users_index .select-product,
#stocks_check_item .select-product,
#stocks_check_profile .select-product,
#marketplace_orders_new .select-product,
#marketplace_orders_show .select-product,
#marketplace_orders_index .select-product,
#proforma_invoices_new .select-product,
#proforma_invoices_index .select-product,
#stocks_check .select-product {
  background-color: #eee;
  padding: 20px 10px;
}

/* line 329, app/assets/stylesheets/orders.css.scss */
#orders_new .profil-options, #orders_new .item-options,
#orders_show .profil-options,
#orders_show .item-options,
#orders_index .profil-options,
#orders_index .item-options,
#users_index .profil-options,
#users_index .item-options,
#stocks_check_item .profil-options,
#stocks_check_item .item-options,
#stocks_check_profile .profil-options,
#stocks_check_profile .item-options,
#marketplace_orders_new .profil-options,
#marketplace_orders_new .item-options,
#marketplace_orders_show .profil-options,
#marketplace_orders_show .item-options,
#marketplace_orders_index .profil-options,
#marketplace_orders_index .item-options,
#proforma_invoices_new .profil-options,
#proforma_invoices_new .item-options,
#proforma_invoices_index .profil-options,
#proforma_invoices_index .item-options,
#stocks_check .profil-options,
#stocks_check .item-options {
  border-top: 2px solid #ddd;
  background-color: #f6f6f6;
  padding: 20px 10px 10px 10px;
}

/* line 337, app/assets/stylesheets/orders.css.scss */
#orders_new .loading-wrapper:before,
#orders_show .loading-wrapper:before,
#orders_index .loading-wrapper:before,
#users_index .loading-wrapper:before,
#stocks_check_item .loading-wrapper:before,
#stocks_check_profile .loading-wrapper:before,
#marketplace_orders_new .loading-wrapper:before,
#marketplace_orders_show .loading-wrapper:before,
#marketplace_orders_index .loading-wrapper:before,
#proforma_invoices_new .loading-wrapper:before,
#proforma_invoices_index .loading-wrapper:before,
#stocks_check .loading-wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  opacity: 0.4;
}

/* line 349, app/assets/stylesheets/orders.css.scss */
#orders_new .loading-wrapper .exporting,
#orders_show .loading-wrapper .exporting,
#orders_index .loading-wrapper .exporting,
#users_index .loading-wrapper .exporting,
#stocks_check_item .loading-wrapper .exporting,
#stocks_check_profile .loading-wrapper .exporting,
#marketplace_orders_new .loading-wrapper .exporting,
#marketplace_orders_show .loading-wrapper .exporting,
#marketplace_orders_index .loading-wrapper .exporting,
#proforma_invoices_new .loading-wrapper .exporting,
#proforma_invoices_index .loading-wrapper .exporting,
#stocks_check .loading-wrapper .exporting {
  font-size: medium;
}

/* line 351, app/assets/stylesheets/orders.css.scss */
#orders_new .loading-wrapper .loading-icon,
#orders_show .loading-wrapper .loading-icon,
#orders_index .loading-wrapper .loading-icon,
#users_index .loading-wrapper .loading-icon,
#stocks_check_item .loading-wrapper .loading-icon,
#stocks_check_profile .loading-wrapper .loading-icon,
#marketplace_orders_new .loading-wrapper .loading-icon,
#marketplace_orders_show .loading-wrapper .loading-icon,
#marketplace_orders_index .loading-wrapper .loading-icon,
#proforma_invoices_new .loading-wrapper .loading-icon,
#proforma_invoices_index .loading-wrapper .loading-icon,
#stocks_check .loading-wrapper .loading-icon {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  padding: 120px 0;
  z-index: 999;
}

/* line 368, app/assets/stylesheets/orders.css.scss */
#orders_new #order-type-tabs.tabbable-line .nav-tabs,
#orders_show #order-type-tabs.tabbable-line .nav-tabs,
#orders_index #order-type-tabs.tabbable-line .nav-tabs,
#users_index #order-type-tabs.tabbable-line .nav-tabs,
#stocks_check_item #order-type-tabs.tabbable-line .nav-tabs,
#stocks_check_profile #order-type-tabs.tabbable-line .nav-tabs,
#marketplace_orders_new #order-type-tabs.tabbable-line .nav-tabs,
#marketplace_orders_show #order-type-tabs.tabbable-line .nav-tabs,
#marketplace_orders_index #order-type-tabs.tabbable-line .nav-tabs,
#proforma_invoices_new #order-type-tabs.tabbable-line .nav-tabs,
#proforma_invoices_index #order-type-tabs.tabbable-line .nav-tabs,
#stocks_check #order-type-tabs.tabbable-line .nav-tabs {
  border-bottom: 1px solid #ddd;
  height: 41px;
}

/* line 372, app/assets/stylesheets/orders.css.scss */
#orders_new #order-type-tabs.tabbable-line .nav-tabs li,
#orders_show #order-type-tabs.tabbable-line .nav-tabs li,
#orders_index #order-type-tabs.tabbable-line .nav-tabs li,
#users_index #order-type-tabs.tabbable-line .nav-tabs li,
#stocks_check_item #order-type-tabs.tabbable-line .nav-tabs li,
#stocks_check_profile #order-type-tabs.tabbable-line .nav-tabs li,
#marketplace_orders_new #order-type-tabs.tabbable-line .nav-tabs li,
#marketplace_orders_show #order-type-tabs.tabbable-line .nav-tabs li,
#marketplace_orders_index #order-type-tabs.tabbable-line .nav-tabs li,
#proforma_invoices_new #order-type-tabs.tabbable-line .nav-tabs li,
#proforma_invoices_index #order-type-tabs.tabbable-line .nav-tabs li,
#stocks_check #order-type-tabs.tabbable-line .nav-tabs li {
  background-color: white;
}

/* line 378, app/assets/stylesheets/orders.css.scss */
#orders_new .order-notices,
#orders_show .order-notices,
#orders_index .order-notices,
#users_index .order-notices,
#stocks_check_item .order-notices,
#stocks_check_profile .order-notices,
#marketplace_orders_new .order-notices,
#marketplace_orders_show .order-notices,
#marketplace_orders_index .order-notices,
#proforma_invoices_new .order-notices,
#proforma_invoices_index .order-notices,
#stocks_check .order-notices {
  padding: 20px;
  border: 1px dashed #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 64px;
  min-height: 80px;
  background: url(/assets/balloon_yellow-c92a3cf2eaafbc1a71461d50c23500c0560aa0d8752258dc1164c25109286a6e.png) #fffee8 no-repeat left center;
}

/* line 389, app/assets/stylesheets/orders.css.scss */
#orders_new .order-notices h4,
#orders_show .order-notices h4,
#orders_index .order-notices h4,
#users_index .order-notices h4,
#stocks_check_item .order-notices h4,
#stocks_check_profile .order-notices h4,
#marketplace_orders_new .order-notices h4,
#marketplace_orders_show .order-notices h4,
#marketplace_orders_index .order-notices h4,
#proforma_invoices_new .order-notices h4,
#proforma_invoices_index .order-notices h4,
#stocks_check .order-notices h4 {
  margin-top: 0;
}

/* line 393, app/assets/stylesheets/orders.css.scss */
#orders_new .order-notices ul,
#orders_show .order-notices ul,
#orders_index .order-notices ul,
#users_index .order-notices ul,
#stocks_check_item .order-notices ul,
#stocks_check_profile .order-notices ul,
#marketplace_orders_new .order-notices ul,
#marketplace_orders_show .order-notices ul,
#marketplace_orders_index .order-notices ul,
#proforma_invoices_new .order-notices ul,
#proforma_invoices_index .order-notices ul,
#stocks_check .order-notices ul {
  padding-left: 30px;
}

/* line 396, app/assets/stylesheets/orders.css.scss */
#orders_new .order-notices ul li,
#orders_show .order-notices ul li,
#orders_index .order-notices ul li,
#users_index .order-notices ul li,
#stocks_check_item .order-notices ul li,
#stocks_check_profile .order-notices ul li,
#marketplace_orders_new .order-notices ul li,
#marketplace_orders_show .order-notices ul li,
#marketplace_orders_index .order-notices ul li,
#proforma_invoices_new .order-notices ul li,
#proforma_invoices_index .order-notices ul li,
#stocks_check .order-notices ul li {
  padding: 2px 0;
  font-weight: bold;
}

/* line 405, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships .ring-loading-wrapper,
#orders_show .product-relationships .ring-loading-wrapper,
#orders_index .product-relationships .ring-loading-wrapper,
#users_index .product-relationships .ring-loading-wrapper,
#stocks_check_item .product-relationships .ring-loading-wrapper,
#stocks_check_profile .product-relationships .ring-loading-wrapper,
#marketplace_orders_new .product-relationships .ring-loading-wrapper,
#marketplace_orders_show .product-relationships .ring-loading-wrapper,
#marketplace_orders_index .product-relationships .ring-loading-wrapper,
#proforma_invoices_new .product-relationships .ring-loading-wrapper,
#proforma_invoices_index .product-relationships .ring-loading-wrapper,
#stocks_check .product-relationships .ring-loading-wrapper {
  position: absolute;
  margin: 0 auto;
  width: 200px;
  right: 0;
  left: 0;
  top: 60px;
}

/* line 414, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships .relationship-wrapper,
#orders_show .product-relationships .relationship-wrapper,
#orders_index .product-relationships .relationship-wrapper,
#users_index .product-relationships .relationship-wrapper,
#stocks_check_item .product-relationships .relationship-wrapper,
#stocks_check_profile .product-relationships .relationship-wrapper,
#marketplace_orders_new .product-relationships .relationship-wrapper,
#marketplace_orders_show .product-relationships .relationship-wrapper,
#marketplace_orders_index .product-relationships .relationship-wrapper,
#proforma_invoices_new .product-relationships .relationship-wrapper,
#proforma_invoices_index .product-relationships .relationship-wrapper,
#stocks_check .product-relationships .relationship-wrapper {
  margin-bottom: 10px;
  overflow-y: auto;
  max-height: 500px;
}

/* line 420, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships h5,
#orders_show .product-relationships h5,
#orders_index .product-relationships h5,
#users_index .product-relationships h5,
#stocks_check_item .product-relationships h5,
#stocks_check_profile .product-relationships h5,
#marketplace_orders_new .product-relationships h5,
#marketplace_orders_show .product-relationships h5,
#marketplace_orders_index .product-relationships h5,
#proforma_invoices_new .product-relationships h5,
#proforma_invoices_index .product-relationships h5,
#stocks_check .product-relationships h5 {
  background-color: #475256;
  color: white;
  padding: 5px 8px;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
  border: 2px solid white;
  border-bottom: 0;
}

/* line 431, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table,
#orders_show .product-relationships table,
#orders_index .product-relationships table,
#users_index .product-relationships table,
#stocks_check_item .product-relationships table,
#stocks_check_profile .product-relationships table,
#marketplace_orders_new .product-relationships table,
#marketplace_orders_show .product-relationships table,
#marketplace_orders_index .product-relationships table,
#proforma_invoices_new .product-relationships table,
#proforma_invoices_index .product-relationships table,
#stocks_check .product-relationships table {
  width: 100%;
  border: 2px solid white;
  border-top: 0;
}

/* line 436, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table th,
#orders_show .product-relationships table th,
#orders_index .product-relationships table th,
#users_index .product-relationships table th,
#stocks_check_item .product-relationships table th,
#stocks_check_profile .product-relationships table th,
#marketplace_orders_new .product-relationships table th,
#marketplace_orders_show .product-relationships table th,
#marketplace_orders_index .product-relationships table th,
#proforma_invoices_new .product-relationships table th,
#proforma_invoices_index .product-relationships table th,
#stocks_check .product-relationships table th {
  background-color: #e1e1e1;
  font-size: 11px;
  padding: 4px;
}

/* line 443, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table tr td,
#orders_show .product-relationships table tr td,
#orders_index .product-relationships table tr td,
#users_index .product-relationships table tr td,
#stocks_check_item .product-relationships table tr td,
#stocks_check_profile .product-relationships table tr td,
#marketplace_orders_new .product-relationships table tr td,
#marketplace_orders_show .product-relationships table tr td,
#marketplace_orders_index .product-relationships table tr td,
#proforma_invoices_new .product-relationships table tr td,
#proforma_invoices_index .product-relationships table tr td,
#stocks_check .product-relationships table tr td {
  background-color: white;
  border-bottom: 1px solid #eee;
  padding: 4px;
  color: #777;
}

/* line 450, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table tr:hover,
#orders_show .product-relationships table tr:hover,
#orders_index .product-relationships table tr:hover,
#users_index .product-relationships table tr:hover,
#stocks_check_item .product-relationships table tr:hover,
#stocks_check_profile .product-relationships table tr:hover,
#marketplace_orders_new .product-relationships table tr:hover,
#marketplace_orders_show .product-relationships table tr:hover,
#marketplace_orders_index .product-relationships table tr:hover,
#proforma_invoices_new .product-relationships table tr:hover,
#proforma_invoices_index .product-relationships table tr:hover,
#stocks_check .product-relationships table tr:hover {
  cursor: pointer;
}

/* line 453, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table tr:hover td,
#orders_show .product-relationships table tr:hover td,
#orders_index .product-relationships table tr:hover td,
#users_index .product-relationships table tr:hover td,
#stocks_check_item .product-relationships table tr:hover td,
#stocks_check_profile .product-relationships table tr:hover td,
#marketplace_orders_new .product-relationships table tr:hover td,
#marketplace_orders_show .product-relationships table tr:hover td,
#marketplace_orders_index .product-relationships table tr:hover td,
#proforma_invoices_new .product-relationships table tr:hover td,
#proforma_invoices_index .product-relationships table tr:hover td,
#stocks_check .product-relationships table tr:hover td {
  background-color: #f1f1f1;
  color: black;
}

/* line 459, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table tr td.image,
#orders_show .product-relationships table tr td.image,
#orders_index .product-relationships table tr td.image,
#users_index .product-relationships table tr td.image,
#stocks_check_item .product-relationships table tr td.image,
#stocks_check_profile .product-relationships table tr td.image,
#marketplace_orders_new .product-relationships table tr td.image,
#marketplace_orders_show .product-relationships table tr td.image,
#marketplace_orders_index .product-relationships table tr td.image,
#proforma_invoices_new .product-relationships table tr td.image,
#proforma_invoices_index .product-relationships table tr td.image,
#stocks_check .product-relationships table tr td.image {
  width: 80px;
  text-align: center;
}

/* line 463, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table tr td.image img,
#orders_show .product-relationships table tr td.image img,
#orders_index .product-relationships table tr td.image img,
#users_index .product-relationships table tr td.image img,
#stocks_check_item .product-relationships table tr td.image img,
#stocks_check_profile .product-relationships table tr td.image img,
#marketplace_orders_new .product-relationships table tr td.image img,
#marketplace_orders_show .product-relationships table tr td.image img,
#marketplace_orders_index .product-relationships table tr td.image img,
#proforma_invoices_new .product-relationships table tr td.image img,
#proforma_invoices_index .product-relationships table tr td.image img,
#stocks_check .product-relationships table tr td.image img {
  border: 1px solid #ddd;
}

/* line 469, app/assets/stylesheets/orders.css.scss */
#orders_new .product-relationships table .relative-availability,
#orders_show .product-relationships table .relative-availability,
#orders_index .product-relationships table .relative-availability,
#users_index .product-relationships table .relative-availability,
#stocks_check_item .product-relationships table .relative-availability,
#stocks_check_profile .product-relationships table .relative-availability,
#marketplace_orders_new .product-relationships table .relative-availability,
#marketplace_orders_show .product-relationships table .relative-availability,
#marketplace_orders_index .product-relationships table .relative-availability,
#proforma_invoices_new .product-relationships table .relative-availability,
#proforma_invoices_index .product-relationships table .relative-availability,
#stocks_check .product-relationships table .relative-availability {
  font-size: 9px;
  color: white;
  padding: 4px 6px;
  background-color: #ff0000;
}

/* line 480, app/assets/stylesheets/orders.css.scss */
.buttons-wrapper {
  padding-top: 5px;
}

/* line 484, app/assets/stylesheets/orders.css.scss */
.buttons-wrapper a.order-buttons {
  padding: 2px;
}

/* line 487, app/assets/stylesheets/orders.css.scss */
.buttons-wrapper a.order-buttons:hover {
  text-decoration: none;
}

/* line 491, app/assets/stylesheets/orders.css.scss */
.buttons-wrapper a.order-buttons.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 499, app/assets/stylesheets/orders.css.scss */
a.icon-btn {
  padding-top: 8px;
  height: 50px;
}

/* line 503, app/assets/stylesheets/orders.css.scss */
a.icon-btn i {
  font-size: 18px;
  color: #777;
}

/* line 508, app/assets/stylesheets/orders.css.scss */
a.icon-btn div {
  font-size: 9px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #666;
}

/* line 515, app/assets/stylesheets/orders.css.scss */
a.icon-btn:hover {
  border-color: #fbc200;
  background-color: #ffd300;
}

/* line 519, app/assets/stylesheets/orders.css.scss */
a.icon-btn:hover i, a.icon-btn:hover div {
  color: #444;
}

/* line 525, app/assets/stylesheets/orders.css.scss */
a.icon-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 529, app/assets/stylesheets/orders.css.scss */
a.icon-btn.disabled:hover {
  border-color: #ddd;
  background-color: #fafafa;
}

/* line 533, app/assets/stylesheets/orders.css.scss */
a.icon-btn.disabled:hover i, a.icon-btn.disabled:hover div {
  color: #646464;
}

/* line 543, app/assets/stylesheets/orders.css.scss */
a.new-btn i, a.new-btn div {
  color: #35aa47;
}

/* line 547, app/assets/stylesheets/orders.css.scss */
a.new-btn:hover {
  background-color: #35aa47;
  border-color: #44a63a;
  text-shadow: none;
}

/* line 552, app/assets/stylesheets/orders.css.scss */
a.new-btn:hover i, a.new-btn:hover div {
  color: white;
}

/* line 558, app/assets/stylesheets/orders.css.scss */
.popover {
  max-width: 62%;
}

/* line 564, app/assets/stylesheets/orders.css.scss */
.promo-banner-wrapper .banner a {
  display: block;
}

/* line 566, app/assets/stylesheets/orders.css.scss */
.promo-banner-wrapper .banner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* line 572, app/assets/stylesheets/orders.css.scss */
.promo-banner-wrapper .banner + .banner {
  margin-top: 50px;
}

/* line 578, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row:hover td {
  background-color: transparent !important;
}

/* line 583, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td {
  background-color: transparent;
  font-size: 11px !important;
  font-weight: bold;
  border: 0 !important;
  padding-top: 0;
}

/* line 590, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn {
  font-size: 10px;
  padding: 4px 8px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 597, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn.btn-green {
  background-color: #e2ede3;
  color: #68a084;
}

/* line 601, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn.btn-green:hover {
  background-color: #d2e3d4;
  color: #52836b;
}

/* line 607, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn.btn-blue {
  background-color: #e2eaed;
  color: #79a8c0;
}

/* line 611, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn.btn-blue:hover {
  background-color: #d2dfe3;
  color: #5691b0;
}

/* line 617, app/assets/stylesheets/orders.css.scss */
tr.product-alternative-row td .btn > i {
  font-size: 12px;
  margin-right: 2px;
}

/* line 625, app/assets/stylesheets/orders.css.scss */
.complimentary-toastr-button {
  color: #2f96b4;
}

/* line 630, app/assets/stylesheets/orders.css.scss */
.form-group.address-fields input[type='radio'] {
  margin-left: -2px;
}

/* line 634, app/assets/stylesheets/orders.css.scss */
.form-group.address-fields .radio {
  margin-top: -10px;
}

/* line 638, app/assets/stylesheets/orders.css.scss */
.form-group.address-fields ul.selectable {
  list-style: none;
  padding: 0;
}

/* line 642, app/assets/stylesheets/orders.css.scss */
.form-group.address-fields ul.selectable li {
  margin-bottom: 10px;
}

/* line 648, app/assets/stylesheets/orders.css.scss */
.help-block-error {
  display: none;
  margin: 2px 0 !important;
  font-size: 11px;
}
/* line 3, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper,
.addresses .branch-wrapper,
.branches .address-wrapper,
.branches .branch-wrapper {
  background-color: #f6f6f6;
  border: 2px dotted #ddd;
  margin: 4px 0;
  padding: 5px 10px;
}

/* line 10, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper.active,
.addresses .branch-wrapper.active,
.branches .address-wrapper.active,
.branches .branch-wrapper.active {
  background-color: #fffbe3;
}

/* line 14, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .checkbox,
.addresses .branch-wrapper .checkbox,
.branches .address-wrapper .checkbox,
.branches .branch-wrapper .checkbox {
  float: left;
  width: 25px;
}

/* line 18, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .checkbox input,
.addresses .branch-wrapper .checkbox input,
.branches .address-wrapper .checkbox input,
.branches .branch-wrapper .checkbox input {
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .details,
.addresses .branch-wrapper .details,
.branches .address-wrapper .details,
.branches .branch-wrapper .details {
  float: left;
}

/* line 26, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .details .title,
.addresses .branch-wrapper .details .title,
.branches .address-wrapper .details .title,
.branches .branch-wrapper .details .title {
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .details .type,
.addresses .branch-wrapper .details .type,
.branches .address-wrapper .details .type,
.branches .branch-wrapper .details .type {
  font-size: 11px;
  color: #999;
}

/* line 34, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .details .type span,
.addresses .branch-wrapper .details .type span,
.branches .address-wrapper .details .type span,
.branches .branch-wrapper .details .type span {
  color: #666;
  font-weight: bold;
}

/* line 40, app/assets/stylesheets/users.css.scss */
.addresses .address-wrapper .details .address,
.addresses .branch-wrapper .details .address,
.branches .address-wrapper .details .address,
.branches .branch-wrapper .details .address {
  padding-top: 4px;
}

/* line 48, app/assets/stylesheets/users.css.scss */
table .email-fullname {
  font-size: 12px;
}

/* line 51, app/assets/stylesheets/users.css.scss */
table .email-fullname .fullname {
  font-size: 11px;
  color: #777;
}

/* line 59, app/assets/stylesheets/users.css.scss */
.select-customer-page h3 {
  font-weight: 300;
  margin-bottom: 25px;
  color: #eee;
  text-align: center;
  font-size: 23px;
}

/* line 67, app/assets/stylesheets/users.css.scss */
.select-customer-page .lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: white;
}

/* line 75, app/assets/stylesheets/users.css.scss */
.select-customer-page .prompt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
  color: white;
}

/* line 83, app/assets/stylesheets/users.css.scss */
.select-customer-page input[type='search'] {
  background-color: white;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 34px;
  font-size: 13px;
  padding-left: 10px;
}

/* line 92, app/assets/stylesheets/users.css.scss */
.select-customer-page input[type='search']:focus, .select-customer-page input[type='search']:active {
  outline: 0px solid white;
}

/* line 97, app/assets/stylesheets/users.css.scss */
.select-customer-page .search-input-wrapper {
  position: relative;
}

/* line 99, app/assets/stylesheets/users.css.scss */
.select-customer-page .search-input-wrapper:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url(/assets/magnifier-c4a787921b3ee91f7de7fed28dc64996fdd11af394595d65199753931efe51a9.png);
  background-repeat: no-repeat;
}

/* line 112, app/assets/stylesheets/users.css.scss */
.select-customer-page .search-results {
  margin-top: 10px;
  margin-top: 10px;
  max-height: 220px;
  overflow-y: auto;
}

/* line 118, app/assets/stylesheets/users.css.scss */
.select-customer-page .search-results a {
  display: block;
  width: 100%;
  background-color: white;
  padding: 7px 10px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 125, app/assets/stylesheets/users.css.scss */
.select-customer-page .search-results a:hover {
  background-color: #faffc0;
  text-decoration: none;
}
/* line 6, app/assets/stylesheets/stocks.css.scss */
#stocks_check_item table thead tr.search,
#stocks_check_profile table thead tr.search {
  border-bottom: 4px solid #ddd;
}

/* line 12, app/assets/stylesheets/stocks.css.scss */
#stocks_check_item table tbody td,
#stocks_check_profile table tbody td {
  padding: 8px;
}

/* line 15, app/assets/stylesheets/stocks.css.scss */
#stocks_check_item table tbody td.profil,
#stocks_check_profile table tbody td.profil {
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/stocks.css.scss */
#stocks_check_item table tbody td.quantity,
#stocks_check_profile table tbody td.quantity {
  font-weight: bold;
  background-color: #fff6c5;
}
/* line 3, app/assets/stylesheets/policies.css.scss */
#policies_edit .policy-condition-group {
  border-bottom: 3px dashed #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/policies.css.scss */
#policies_edit fieldset {
  padding: 10px 10px 10px 20px;
  border: 2px solid #e5e5e5;
  margin: 10px 0;
}

/* line 14, app/assets/stylesheets/policies.css.scss */
#policies_edit fieldset label {
  font-weight: bold;
  padding-right: 10px;
}

/* line 19, app/assets/stylesheets/policies.css.scss */
#policies_edit fieldset legend {
  width: auto;
  font-size: 13px;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 4px 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

/* line 29, app/assets/stylesheets/policies.css.scss */
#policies_edit fieldset.policy-wrapper {
  background-color: #f5f5f5;
}
/* line 1, app/assets/stylesheets/notifications.css.scss */
.rounded-notification-icon {
  border-radius: 50%;
}

/* line 4, app/assets/stylesheets/notifications.css.scss */
.rounded-notification-icon i {
  margin-right: 2px;
  margin-left: 1px;
  width: 15px;
}

/* line 13, app/assets/stylesheets/notifications.css.scss */
#notifications_edit fieldset, #notifications_new fieldset, #notifications_create fieldset, #notifications_update fieldset {
  padding: 10px 10px 10px 20px;
  border: 2px solid #e5e5e5;
  margin: 10px 0;
  position: relative;
}

/* line 19, app/assets/stylesheets/notifications.css.scss */
#notifications_edit fieldset .remove_fields, #notifications_new fieldset .remove_fields, #notifications_create fieldset .remove_fields, #notifications_update fieldset .remove_fields {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: white;
  border: 1px solid #ddd;
  padding: 4px 8px;
}

/* line 27, app/assets/stylesheets/notifications.css.scss */
#notifications_edit fieldset .remove_fields:hover, #notifications_new fieldset .remove_fields:hover, #notifications_create fieldset .remove_fields:hover, #notifications_update fieldset .remove_fields:hover {
  background-color: #444;
  color: white;
}

/* line 33, app/assets/stylesheets/notifications.css.scss */
#notifications_edit fieldset .form-group, #notifications_new fieldset .form-group, #notifications_create fieldset .form-group, #notifications_update fieldset .form-group {
  width: 100%;
}

/* line 37, app/assets/stylesheets/notifications.css.scss */
#notifications_edit fieldset legend, #notifications_new fieldset legend, #notifications_create fieldset legend, #notifications_update fieldset legend {
  width: auto;
  font-size: 13px;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 4px 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/notifications.css.scss */
.read-at {
  color: #666;
  font-size: 11px;
}

/* line 56, app/assets/stylesheets/notifications.css.scss */
.notification-block h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
}

/* line 61, app/assets/stylesheets/notifications.css.scss */
.notification-block .notification-order-details {
  border: 1px dashed #ecd6a2;
  padding: 10px;
  background-color: #fdf9df;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
/* line 2, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area {
  background-color: #f1f1f1;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
}

/* line 9, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 17px;
  border-radius: 5px;
  box-shadow: 0 2px 0 #ddd;
}

/* line 16, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone {
  color: #777;
  padding: 12px;
  border: 1px dashed #ddd;
  vertical-align: middle;
  border-radius: 5px;
}

/* line 23, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone .input_container {
  position: relative;
  display: inline;
  cursor: pointer;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone .input_container input {
  position: absolute;
  opacity: .01;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

/* line 39, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone .input_container a {
  color: #348fc6;
}

/* line 44, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone.in {
  height: 100px;
}

/* line 48, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone.hover {
  background-color: #ffffdc;
}

/* line 52, app/assets/stylesheets/assets.css.scss */
#assets_index .upload_area .assets_wrapper .assets_drop_zone.fade {
  opacity: 1;
}

/* line 60, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table {
  width: 100%;
}

/* line 64, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table.iframe tr {
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table td {
  padding: 5px;
  border: none;
  font-size: 13px;
}

/* line 76, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table thead tr {
  background: none;
  font-size: 12px;
}

/* line 80, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table thead tr th {
  background: #ddd;
}

/* line 87, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td {
  color: #666;
  position: relative;
}

/* line 92, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.handle {
  width: 20px;
  text-align: center;
  color: #aaa;
}

/* line 98, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.file-name {
  position: relative;
  padding-left: 10px;
}

/* line 102, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.file-name i {
  margin-right: 4px;
  color: #0068d4;
}

/* line 107, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.file-name span {
  color: #222;
}

/* line 111, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.file-name .thumbnail-wrapper {
  position: absolute;
  z-index: 2;
  top: -142px;
  border: 2px solid #ddd;
}

/* line 119, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.file-size, #assets_index #assets-table tr.header td.created-at {
  text-align: right;
}

/* line 123, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.created-at {
  padding-right: 10px;
}

/* line 128, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.destroy a {
  color: #888;
}

/* line 131, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header td.destroy a:hover {
  color: #444;
}

/* line 139, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header:hover td {
  background-color: #fdfff2 !important;
}

/* line 145, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header.ui-selecting td {
  background-color: #d0e0f1 !important;
}

/* line 151, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header.ui-selected td {
  background-color: #0068d4 !important;
  color: white;
}

/* line 156, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header.ui-selected td.file-name i, #assets_index #assets-table tr.header.ui-selected td.file-name span, #assets_index #assets-table tr.header.ui-selected td.file-name a {
  color: white;
}

/* line 164, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header.ui-draggable-dragging td {
  background-color: #d0e0f1 !important;
}

/* line 170, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.header.odd td {
  background-color: #f2f2f2;
}

/* line 176, app/assets/stylesheets/assets.css.scss */
#assets_index #assets-table tr.details {
  display: none;
}

/* line 181, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files {
  margin-top: 5px;
  width: 100%;
}

/* line 186, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files thead tr, #assets_index table.queued-files tfoot tr {
  background: #e1e1e1;
}

/* line 189, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files thead tr td, #assets_index table.queued-files tfoot tr td {
  padding: 5px;
  text-align: right;
}

/* line 193, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files thead tr td button.cancel, #assets_index table.queued-files tfoot tr td button.cancel {
  background: #ccc;
  color: #666;
}

/* line 202, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files tbody td {
  padding: 5px;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
}

/* line 208, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files tbody td.preview {
  width: 10%;
  text-align: center;
}

/* line 212, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files tbody td.preview canvas {
  border: 2px solid #fff;
}

/* line 217, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files tbody td.filename {
  font-weight: bold;
}

/* line 221, app/assets/stylesheets/assets.css.scss */
#assets_index table.queued-files tbody td.progress-bar-wrapper {
  width: 30%;
}

/* line 228, app/assets/stylesheets/assets.css.scss */
#assets_index .upload {
  margin-top: 8px;
  padding: 2px 0 8px 0;
  border-bottom: 1px solid #ddd;
}

/* line 233, app/assets/stylesheets/assets.css.scss */
#assets_index .upload:last {
  border-bottom: none;
}

/* line 237, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .cancel {
  font-size: 14px;
  color: #aaa !important;
  /* @include icon; */
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .cancel:hover {
  color: #666 !important;
}

/* line 248, app/assets/stylesheets/assets.css.scss */
#assets_index .upload div {
  float: left;
  padding: 4px 8px;
}

/* line 253, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .preview {
  float: left;
  width: 100px;
}

/* line 257, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .preview canvas {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 2px;
}

/* line 264, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .name {
  padding-top: 12px;
  width: 300px;
  font-weight: bold;
}

/* line 270, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .size {
  padding-top: 12px;
  width: 100px;
}

/* line 275, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .progress {
  float: right;
  width: 300px;
  margin-top: 12px;
  margin-right: 10px;
  border: solid 1px #ddd;
  padding: 2px;
  border-radius: 10px;
}

/* line 284, app/assets/stylesheets/assets.css.scss */
#assets_index .upload .progress .bar {
  height: 10px;
  background-color: #EA4B3F;
  border-radius: 5px;
}

/* line 292, app/assets/stylesheets/assets.css.scss */
#assets_index .per_page, #assets_index .page {
  float: right;
  margin-bottom: 10px;
}

/* line 296, app/assets/stylesheets/assets.css.scss */
#assets_index .per_page label, #assets_index .page label {
  float: none;
  display: inline-block;
  padding: 2px 15px 0 5px;
  margin: 0;
  text-align: left;
  width: auto;
  color: #888;
  font-size: 12px;
  font-weight: normal;
}

/* line 308, app/assets/stylesheets/assets.css.scss */
#assets_index .per_page select, #assets_index .page select {
  display: inline;
  padding: 8px;
  margin: 0;
  font-size: 12px;
  width: auto;
  font-family: Arial, sans-serif;
}

/* line 318, app/assets/stylesheets/assets.css.scss */
#assets_index .per_page {
  float: left;
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/import_orders.css.scss */
.import-orders .buttons {
  margin-top: 20px;
}

/* line 7, app/assets/stylesheets/import_orders.css.scss */
.import-orders h2 {
  margin-bottom: 40px;
}

/* line 11, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step {
  padding: 10px;
  background-color: #f1f1f1;
  margin: 0;
  color: #bbb;
}

/* line 20, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step span {
  display: inline-block;
  font-size: 36px;
  color: #bbb;
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

/* line 29, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step .label-text {
  display: inline-block;
  width: 78%;
  color: #bbb;
  vertical-align: middle;
}

/* line 36, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step.active {
  background-color: #465256;
}

/* line 39, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step.active .label {
  color: white;
}

/* line 42, app/assets/stylesheets/import_orders.css.scss */
.import-orders .steps-wrapper .step.active span {
  color: #fedd00;
}

/* line 49, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows {
  width: 100%;
}

/* line 52, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows th {
  font-weight: bold;
  font-size: 9px;
  padding: 4px 3px;
  background-color: #ddd;
  color: black;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

/* line 63, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows td {
  font-size: 10px;
  padding: 1px 3px;
  border: 1px solid #ccc;
}

/* line 68, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows td.errors {
  background: #ffffe3 url(/assets/icons/error-08be85387df04b9b5591317d76a96eb349b1243abe008e308830d62f5866ef3f.png) 4px 50% no-repeat;
  padding-left: 26px;
  font-size: 11px;
  font-weight: bold;
  color: black;
  margin-bottom: 4px;
  border: 1px solid #eeeec1;
}

/* line 77, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows td.errors .error-message {
  padding: 5px 0;
  vertical-align: middle;
}

/* line 83, app/assets/stylesheets/import_orders.css.scss */
.import-orders table#import-orders-rows td.success {
  padding: 20px;
  font-size: 17px;
  background: url(/assets/icons/success-60754836faba121a9126a26bda04c107b3be3bfd11c02b5b0fd438bec945f30f.png) 20px center no-repeat;
  padding-left: 80px;
  margin-bottom: 100px;
}
/* line 1, app/assets/stylesheets/attachments.css.scss */
.attachment-wrapper {
  border: 1px dashed #ccc;
  min-height: 200px;
  margin-top: 24px;
  padding: 10px 10px 10px 10px;
  background-color: #f6f6f6;
}

/* line 9, app/assets/stylesheets/attachments.css.scss */
.attachments {
  min-height: 176px;
  padding-left: 0;
}

/* line 13, app/assets/stylesheets/attachments.css.scss */
.attachments li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  cursor: move;
  cursor: -moz-grab;
  border: 1px solid #e6e6e6;
  width: 178px;
  height: 170px;
  background-color: #f6f6f6;
}

/* line 25, app/assets/stylesheets/attachments.css.scss */
.attachments li:hover {
  background-color: #d0e0f1;
}

/* line 28, app/assets/stylesheets/attachments.css.scss */
.attachments li:hover .delete {
  display: block;
}

/* line 33, app/assets/stylesheets/attachments.css.scss */
.attachments li .container-classic {
  position: relative;
}

/* line 37, app/assets/stylesheets/attachments.css.scss */
.attachments li img {
  margin: 8px 8px 0 8px;
}

/* line 41, app/assets/stylesheets/attachments.css.scss */
.attachments li .name {
  display: block;
  font-weight: bold;
  color: #555;
  font-size: 12px;
  padding-top: 8px;
  margin: 0 8px;
  font-size: 10px;
  overflow: hidden;
  padding: 2px;
  white-space: nowrap;
}

/* line 54, app/assets/stylesheets/attachments.css.scss */
.attachments li .delete {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  color: #da0909;
  padding: 4px;
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/attachments.css.scss */
.attachments li.ui-state-highlight {
  vertical-align: top;
  width: 178px;
  height: 170px;
  background-image: none;
  background-color: #ffffdc;
  border: 1px dashed #ead497;
}
/* line 2, app/assets/stylesheets/articles.css.scss */
.article-wrapper .article-group-wrapper {
  background-color: #e8e8e8;
  padding: 20px;
}

/* line 6, app/assets/stylesheets/articles.css.scss */
.article-wrapper .article-group-wrapper h2 {
  font-family: 'Helvetica', Arial, sans-serif;
  color: #636e7f;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

/* line 14, app/assets/stylesheets/articles.css.scss */
.article-wrapper .article-group-wrapper .return-to-category {
  color: #999;
  float: right;
  line-height: 24px;
}

/* line 19, app/assets/stylesheets/articles.css.scss */
.article-wrapper .article-group-wrapper .return-to-category:hover {
  color: #666;
}

/* line 25, app/assets/stylesheets/articles.css.scss */
.article-wrapper .published-at {
  color: #888;
}

/* line 29, app/assets/stylesheets/articles.css.scss */
.article-wrapper img {
  padding: 4px;
  border: 1px solid #eee;
  margin: 10px;
}

/* line 35, app/assets/stylesheets/articles.css.scss */
.article-wrapper img.img-responsive {
  float: left;
  width: 52%;
  padding: 4px;
  border: 1px solid #eee;
  margin-right: 10px;
  margin-left: 0;
}

/* line 44, app/assets/stylesheets/articles.css.scss */
.article-wrapper span.summary {
  color: #7d8a8e;
  font-size: 18px;
  font-style: italic;
}

/* line 50, app/assets/stylesheets/articles.css.scss */
.article-wrapper .body {
  padding-top: 20px;
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/articles.css.scss */
.article-wrapper .attachments-wrapper {
  margin-top: 30px;
  border-top: 2px solid #eee;
}

/* line 59, app/assets/stylesheets/articles.css.scss */
.article-wrapper .attachments-wrapper p {
  padding-top: 10px;
}

/* line 64, app/assets/stylesheets/articles.css.scss */
.article-wrapper .video-container {
  width: 100%;
  max-height: 100%;
  text-align: center;
  margin-top: 20px;
}

/* line 73, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .breadcrumb {
  padding-left: 0;
}

/* line 77, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters {
  background-color: #f6f6f6;
  min-height: 500px;
}

/* line 81, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters h3 {
  padding: 20px 12px;
  background-color: #e5e5e5;
  color: #999;
  font-size: 19px;
  margin-top: 5px;
}

/* line 89, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters ul {
  list-style: none;
  padding: 0 8px 20px 8px;
}

/* line 94, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters ul li {
  border-bottom: 1px solid #ddd;
}

/* line 97, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters ul li a {
  display: block;
  padding: 8px 8px;
  font-size: 13px;
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters ul li a:hover {
  background-color: #465256;
  color: white;
}

/* line 109, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-group-filters ul li a.active {
  background-color: #fddf31;
  color: #455156;
}

/* line 119, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item {
  border-bottom: solid 1px #eee;
}

/* line 122, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner {
  display: table;
  width: 100%;
  position: relative;
}

/* line 127, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner.body {
  padding-bottom: 14px;
}

/* line 131, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner .photo-wrap {
  width: 158px;
}

/* line 135, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner .summary {
  color: #777;
}

/* line 139, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner .learn-more {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 150px;
}

/* line 146, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 4px;
}

/* line 151, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner > div h4 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.5;
}

/* line 159, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner > div.date-info {
  padding-top: 14px;
  padding-right: 2px;
  text-align: right;
}

/* line 166, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner .item-name {
  display: inline-block;
  margin-right: 10px;
}

/* line 172, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .articles-list > .item .item-inner .circle-red-for-article:after {
  background: red;
  height: 15px;
  border-radius: 50%;
  width: 15px;
  content: '';
  display: inline-block;
}

/* line 185, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .pagination-footer {
  margin-top: 20px;
}

/* line 191, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-groups span a {
  display: inline-block;
  background-color: #f1f1f1;
  font-size: 11px;
  padding: 4px 8px;
  margin-right: 2px;
  color: #888;
  text-decoration: none;
  border-radius: 5px;
}

/* line 200, app/assets/stylesheets/articles.css.scss */
.articles-wrapper .article-groups span a:hover {
  background-color: #465256;
  color: white;
}
/* line 3, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.title {
  width: 42%;
  text-align: left !important;
  padding: 10px 10px 10px 30px;
}

/* line 8, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.title span.thumb {
  display: inline-block;
  padding-right: 10px;
}

/* line 12, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.title span.thumb img {
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
}

/* line 18, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.title h4 {
  display: inline-block;
}

/* line 23, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.description {
  text-align: left !important;
}

/* line 26, app/assets/stylesheets/downloads.css.scss */
#downloads_index table td.description .bordered-wrapper {
  padding: 10px 10px 10px 30px;
  border-left: 1px solid #ddd;
}
/* line 2, app/assets/stylesheets/print_templates.css.scss */
.form-group.locale-radio-buttons input[type='radio'] {
  margin-left: -2px;
}

/* line 6, app/assets/stylesheets/print_templates.css.scss */
.form-group.locale-radio-buttons .radio {
  margin-top: -10px;
}
/*
 * 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.
 *






































 */
/* line 2, app/assets/stylesheets/loyalty.css.scss */
.strong-label {
  font-weight: bold;
}

/* line 4, app/assets/stylesheets/loyalty.css.scss */
.gift-categories-page {
  margin-top: 30px;
}

/* line 6, app/assets/stylesheets/loyalty.css.scss */
.gift-categories__item {
  margin-bottom: 100px;
}

/* line 8, app/assets/stylesheets/loyalty.css.scss */
.gift-categories__content {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: -50px;
  padding: 10px;
  text-align: center;
  background-color: #FAD303;
  transition: all .25s ease-in-out;
}

/* line 20, app/assets/stylesheets/loyalty.css.scss */
.gift-categories__content a {
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/loyalty.css.scss */
.gift-categories__content:hover {
  cursor: pointer;
  background-color: #ecc200;
}

/* line 26, app/assets/stylesheets/loyalty.css.scss */
.gift-categories__content:hover .gift-categories--title,
.gift-categories__content:hover .gift-categories--link {
  color: #fff;
}

/* line 32, app/assets/stylesheets/loyalty.css.scss */
.gift-categories--image img {
  width: 100%;
  height: auto;
}

/* line 38, app/assets/stylesheets/loyalty.css.scss */
.gift-categories--title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
}

/* line 44, app/assets/stylesheets/loyalty.css.scss */
.gift-categories--link {
  font-size: 15px;
  font-weight: 500;
}

/* line 52, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories .filter {
  padding: 12px;
  margin-bottom: 20px;
  background-color: #fff;
  border-top: solid 4px #ffd300;
}

/* line 59, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
}

/* line 65, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}

/* line 71, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories li {
  position: relative;
  border-bottom: solid 1px #eee;
}

/* line 76, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories li:hover a {
  background-color: #EBEBEB;
}

/* line 80, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .gift-catalog-page--list-categories a {
  padding: 9px 20px 9px 4px;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
}

/* line 88, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .badge-points {
  position: absolute;
  top: 0;
  right: -8px;
  width: 90px;
  text-align: right;
  background-color: #FBDD02;
  padding: 5px;
}

/* line 97, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .badge-points .badge-points--title {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

/* line 102, app/assets/stylesheets/loyalty.css.scss */
.gift-catalog-page .badge-points .badge-points--number {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

/* line 111, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page {
  margin: 0px auto 200px;
  padding: 0 15px;
}

/* line 115, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .col {
  flex: 1;
  padding: 0 15px;
}

/* line 120, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-table--header {
  display: flex;
  padding: 15px;
  background-color: #EEEEEE;
  border: 1px solid #DFDFDF;
  border-bottom: 5px solid #FAD303;
}

/* line 128, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-table--header-reponsive {
  display: none;
}

/* line 132, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-table--data {
  display: flex;
  width: 100%;
}

/* line 137, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .header-title {
  font-size: 12px;
  font-weight: 600;
}

/* line 142, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-table--list-item {
  display: flex;
  padding: 20px 15px;
  border: 1px solid #DFDFDF;
  border-bottom: none;
  font-size: 14px;
}

/* line 149, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-table--list-item:last-child {
  border: 1px solid #DFDFDF;
}

/* line 152, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-num,
.redemption-requests-page .redemption-quantity {
  padding-left: 20px;
}

/* line 157, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-status {
  text-align: center;
}

/* line 159, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-status i {
  font-size: 16px;
}

/* line 163, app/assets/stylesheets/loyalty.css.scss */
.redemption-requests-page .redemption-status.active i {
  color: #43D668;
}

/* line 168, app/assets/stylesheets/loyalty.css.scss */
.points-page {
  margin-bottom: 50px;
}

/* line 171, app/assets/stylesheets/loyalty.css.scss */
.points-page .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 176, app/assets/stylesheets/loyalty.css.scss */
.points-page .col {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 184, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-boxes-wrapper {
  justify-content: center;
  margin-bottom: 50px;
}

/* line 189, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box {
  text-align: center;
  height: 100%;
  background-color: #F8F8F8;
}

/* line 195, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-title {
  padding: 10px;
  min-height: 60px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #475256;
}

/* line 203, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-title.standout {
  background-color: #FBDD02;
  color: #465256;
  font-weight: 500;
}

/* line 210, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-content {
  position: relative;
  min-height: 200px;
  padding: 10px;
  background-color: #F8F8F8;
}

/* line 217, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-numer {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 40px;
}

/* line 223, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-numer:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 4px;
  margin: 0 auto;
  background-color: #FBDD02;
}

/* line 236, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-text {
  padding-bottom: 40px;
  font-size: 14px;
}

/* line 241, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-link {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
}

/* line 249, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-link a {
  display: block;
  transition: all .25s ease-in;
}

/* line 253, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-link a:hover {
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-link i {
  padding-left: 5px;
  color: #FBDD02;
}

/* line 262, app/assets/stylesheets/loyalty.css.scss */
.points-page .info-box-link:hover a {
  color: #FBDD02;
}

/* line 268, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper {
  margin-bottom: 50px;
  padding: 30px 20px;
  background-color: #F8F8F8;
}

/* line 273, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--title,
.points-page .alumilia-points-wrapper .alumilia-points--redeemable {
  display: block;
  font-size: 25px;
  text-align: center;
}

/* line 280, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--title {
  font-weight: 600;
}

/* line 282, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--link {
  padding-top: 50px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* line 289, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--link a {
  display: block;
  transition: all .25s ease-in;
  font-weight: bold;
}

/* line 295, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--link i {
  padding-left: 5px;
  color: #FBDD02;
}

/* line 301, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points-wrapper .alumilia-points--link:hover a {
  color: #FBDD02;
  text-decoration: none;
}

/* line 309, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar {
  margin: 80px 0 100px 0;
}

/* line 312, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .meter {
  height: 55px;
  /* Can be anything */
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #5c6568;
}

/* line 320, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .current-bar {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: #5c6568;
}

/* line 328, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .current-bar.full {
  background-color: #35aa47;
}

/* line 330, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .current-bar .number-points {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

/* line 342, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift {
  position: absolute;
  bottom: -80px;
}

/* line 346, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift:after {
  content: '';
  position: absolute;
  top: -57px;
  left: -2px;
  width: 2px;
  height: 40px;
  background-color: #5c6568;
}

/* line 356, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift .points-gift__number {
  font-size: 16px;
  font-weight: 600;
  margin-left: -25px;
}

/* line 363, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift .points-gift__text {
  font-size: 14px;
}

/* line 366, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .lottery-threshold-bar {
  position: absolute;
  bottom: -80px;
}

/* line 371, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift__label {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
}

/* line 379, app/assets/stylesheets/loyalty.css.scss */
.points-page .alumilia-points--bar .points-gift__text {
  display: inline-block;
  padding: 10px 20px;
  background-color: #475256;
  color: #fff;
  font-size: 15px;
}

/* line 389, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f8f8f8;
}

/* line 395, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section .alumilia-points-wrapper,
.points-page .lottery-section .alumilia-points--bar {
  margin-bottom: 0;
}

/* line 400, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section .lottery--bar__target {
  bottom: -80px !important;
  font-size: 20px;
  font-weight: 500;
  right: 0;
}

/* line 406, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section .lottery--bar__target:after {
  left: unset;
  right: 0;
}

/* line 412, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section .lottery-section-content {
  margin-bottom: 60px;
}

/* line 414, app/assets/stylesheets/loyalty.css.scss */
.points-page .lottery-section .lottery-section-prize {
  margin-top: 50px;
  clip-path: ellipse(141px 90px at 167px 127px);
  box-shadow: 5px 10px 20px #a1b3c2 inset(10% 10% 10% 10% round 20%, 20%);
}

/* line 422, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--title {
  display: block;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

/* line 430, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--wrapper {
  background-color: #F8F8F8;
}

/* line 435, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--header .col-sm-6 {
  padding: 0;
}

/* line 438, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form-nav {
  margin: 0;
  border-bottom: 0;
}

/* line 443, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--choice {
  background-color: #fff;
  border: 1px solid #E1E1E1;
  margin: 0 !important;
}

/* line 448, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--choice:hover, .points-page .application-form--choice:focus {
  cursor: pointer;
  background-color: #FAD301 !important;
  border-color: #FAD301 !important;
}

/* line 455, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--choice a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 0;
  border: none !important;
  background-color: transparent !important;
  transition: all .25s ease-in;
}

/* line 468, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--choice a:hover {
  color: #000;
}

/* line 472, app/assets/stylesheets/loyalty.css.scss */
.points-page .application-form--choice.active {
  border-color: #FAD301;
  background-color: #FAD301;
}

/* line 477, app/assets/stylesheets/loyalty.css.scss */
.points-page .form-transfer-points,
.points-page .form-redemption-points {
  display: none;
  padding: 50px 20px;
}

/* line 483, app/assets/stylesheets/loyalty.css.scss */
.points-page .form-transfer-points.active,
.points-page .form-redemption-points.active {
  display: block;
}

/* line 487, app/assets/stylesheets/loyalty.css.scss */
.points-page .form-transfer-points.active .col-xs-12.disabled,
.points-page .form-redemption-points.active .col-xs-12.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 493, app/assets/stylesheets/loyalty.css.scss */
.points-page .insufficient-redeemable-points {
  font-size: 20px;
}

/* line 497, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name {
  margin-bottom: 40px;
}

/* line 499, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name--title {
  margin-bottom: 5px;
}

/* line 501, app/assets/stylesheets/loyalty.css.scss */
.points-page .line-style {
  align-items: center;
  margin: 0;
  padding: 10px;
  border: 1px solid #BDBDBD;
}

/* line 508, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name--details {
  padding-bottom: 10px;
}

/* line 511, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name--details:last-child {
  padding-bottom: 0;
}

/* line 513, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name--details span:nth-of-type(1) {
  display: inline-block;
  width: 90px;
  font-size: 13px;
}

/* line 518, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-name--details span:nth-of-type(2) {
  font-size: 20px;
}

/* line 521, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-details-points {
  text-align: right;
}

/* line 524, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-details-points .member-details-points-title {
  font-size: 16px;
  font-weight: 300;
}

/* line 529, app/assets/stylesheets/loyalty.css.scss */
.points-page .member-details-points span {
  font-size: 60px;
  font-weight: 400;
}

/* line 535, app/assets/stylesheets/loyalty.css.scss */
.points-page .results-manufacturer-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* line 542, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer .choice-manufacturer-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

/* line 548, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer .choice-manufacturer-select {
  position: relative;
}

/* line 551, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer .choice-manufacturer-select select {
  width: 100%;
  padding: 5px 20px 5px 10px;
  font-size: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 563, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer .choice-manufacturer-select .fa-chevron-down {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 572, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points {
  text-align: right;
}

/* line 575, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

/* line 582, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-input input {
  margin-top: 10px;
  width: 180px;
  border: none;
  font-size: 26px;
  text-align: center;
}

/* line 590, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-input input::-webkit-input-placeholder {
  font-size: 16px;
}

/* line 591, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-input input::-moz-placeholder {
  font-size: 16px;
}

/* line 592, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-input input:-ms-input-placeholder {
  font-size: 16px;
}

/* line 593, app/assets/stylesheets/loyalty.css.scss */
.points-page .manufacturer-transfer-points .manufacturer-transfer-points-input input:-moz-placeholder {
  font-size: 16px;
}

/* line 597, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm {
  margin-top: 80px;
}

/* line 601, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm .choice-manufacturer-sum .choice-manufacturer-sum-title {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}

/* line 608, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm .choice-manufacturer-sum .choice-manufacturer-transfer-boints,
.points-page .choice-manufacturer-confirm .choice-manufacturer-sum .choice-manufacturer-results-boints {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

/* line 616, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm .choice-manufacturer-confirm-button {
  text-align: right;
}

/* line 619, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm .choice-manufacturer-confirm-button button {
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #FAD301;
  transition: all .25s ease-in;
}

/* line 628, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-manufacturer-confirm .choice-manufacturer-confirm-button button:hover {
  background-color: #ecc200;
}

/* line 635, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-select {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}

/* line 641, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-select select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 20px 10px 10px;
  font-size: 13px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 655, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-select select:hover {
  cursor: pointer;
}

/* line 658, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-select .fa-chevron-down {
  position: absolute;
  z-index: 0;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 667, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-item {
  position: relative;
  padding: 15px 10px;
  margin-bottom: 40px;
  background-color: #fff;
}

/* line 673, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-item .gift-item-title {
  font-weight: 500;
}

/* line 678, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-item .gift-item-image img {
  max-width: 60px;
}

/* line 681, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-item .gift-item-points {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 130px;
  padding: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  background-color: #FBDD00;
}

/* line 693, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-item .gift-item-points span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

/* line 701, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-bar-title {
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 706, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-bar {
  margin: 0;
}

/* line 709, app/assets/stylesheets/loyalty.css.scss */
.points-page .choice-gift-bar .second-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 16px;
  background-color: #FBDD00;
}

/* line 721, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details {
  margin-bottom: 50px;
}

/* line 724, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__main-title {
  margin-bottom: 10px;
}

/* line 727, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-delivery-details__item--title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

/* line 733, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-delivery-details__item--input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border: none;
}

/* line 740, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-deliver-details__item--select {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: #fff;
}

/* line 746, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-deliver-details__item--select select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10px 10px 12px 10px;
  font-size: 15px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* line 760, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-deliver-details__item--select select:hover {
  cursor: pointer;
}

/* line 763, app/assets/stylesheets/loyalty.css.scss */
.points-page .gift-delivery-details .gift-delivery-details__item .gift-deliver-details__item--select .fa-chevron-down {
  position: absolute;
  z-index: 0;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 775, app/assets/stylesheets/loyalty.css.scss */
a#calculate-points {
  text-decoration: none;
  margin: 20px;
  display: block;
  clear: both;
}

/* line 784, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up-col-4 {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/* line 790, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper {
  position: relative;
  max-width: 400px;
  max-height: 400px;
  padding: 20px;
  padding-top: 50px;
  background-color: #F8F8F8;
}

/* line 798, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-message {
  font-size: 16px;
  margin-bottom: 40px;
}

/* line 802, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-message input::-webkit-input-placeholder {
  font-size: 16px;
}

/* line 803, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-message input::-moz-placeholder {
  font-size: 16px;
}

/* line 804, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-message input:-ms-input-placeholder {
  font-size: 16px;
}

/* line 805, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-message input:-moz-placeholder {
  font-size: 16px;
}

/* line 808, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-button {
  text-align: center;
}

/* line 811, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-button button {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #FAD301;
  transition: all .25s ease-in;
}

/* line 820, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up .pop-up__wrapper .popup-confirm-button button:hover {
  background-color: #ecc200;
}

/* line 827, app/assets/stylesheets/loyalty.css.scss */
.points-pop-up button.mfp-close {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #475256;
}

/* line 837, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up-col-4 {
  min-width: 60%;
  max-width: 100%;
  float: none;
  margin: 0 auto;
  text-align: center;
}

/* line 845, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper {
  max-width: unset;
  max-height: unset;
  position: relative;
  padding: 20px;
  padding-top: 50px;
  background-color: #F8F8F8;
}

/* line 853, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message {
  font-size: 16px;
  margin-bottom: 40px;
}

/* line 857, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message input::-webkit-input-placeholder {
  font-size: 16px;
}

/* line 858, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message input::-moz-placeholder {
  font-size: 16px;
}

/* line 859, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message input:-ms-input-placeholder {
  font-size: 16px;
}

/* line 860, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message input:-moz-placeholder {
  font-size: 16px;
}

/* line 862, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message .row {
  margin-top: 10px;
}

/* line 865, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message .row .pt {
  padding-top: 10px;
}

/* line 867, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message .row input {
  float: left;
  width: 120px;
  border: none;
  font-size: 26px;
  text-align: center;
}

/* line 875, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-message .row span.red {
  color: red;
}

/* line 879, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-button {
  text-align: center;
}

/* line 882, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-button button {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #000;
  background-color: #FAD301;
  transition: all .25s ease-in;
}

/* line 891, app/assets/stylesheets/loyalty.css.scss */
#points-calculator .pop-up__wrapper .popup-confirm-button button:hover {
  background-color: #ecc200;
}

/* line 899, app/assets/stylesheets/loyalty.css.scss */
.select2-container.fabricators {
  width: 100%;
  font-size: 20px;
  background-color: #cecece;
}

/* line 904, app/assets/stylesheets/loyalty.css.scss */
.select2-container.fabricators a.select2-choice {
  height: 40px;
}

/* line 907, app/assets/stylesheets/loyalty.css.scss */
.select2-container.fabricators a.select2-choice span.select2-chosen {
  padding: 5px;
}

/* line 914, app/assets/stylesheets/loyalty.css.scss */
button#submit-transfer:disabled,
button#submit-redemption:disabled,
button#apply-transfer-points:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

/* line 921, app/assets/stylesheets/loyalty.css.scss */
.relation-page {
  padding: 30px 10px;
  margin-top: 40px;
  background-color: #F8F8F8;
}

/* line 926, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

/* line 933, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__input {
  display: flex;
  align-items: center;
  border: 1px solid #D8D8D8;
  padding: 5px;
  margin-bottom: 20px;
}

/* line 940, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__input .relation-page__input--title {
  flex-basis: 15%;
}

/* line 944, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__input input {
  width: 100%;
  border: none;
  background-color: #fff;
  font-size: 18px;
  padding: 10px;
}

/* line 953, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__input--half {
  width: 49%;
}

/* line 954, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__input--half-first {
  margin-right: 22px;
}

/* line 956, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions {
  margin-top: 30px;
}

/* line 959, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--wrapper {
  align-items: center;
}

/* line 961, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--button-wrapper {
  padding: 0;
}

/* line 963, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--title {
  font-weight: 500;
  padding-right: 40px;
}

/* line 968, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--radio {
  display: flex;
  align-items: center;
}

/* line 973, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--choices {
  display: flex;
  align-items: center;
}

/* line 978, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--choices-input {
  padding-right: 20px;
}

/* line 981, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--choices-input .radio span input {
  margin-left: -10px;
}

/* line 983, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--choices-input label {
  padding-left: 5px;
  font-size: 15px;
}

/* line 989, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--button {
  text-align: right;
}

/* line 992, app/assets/stylesheets/loyalty.css.scss */
.relation-page .relation-page__actions .relation-page__actions--button input {
  width: 100%;
  padding: 15px;
  color: #000;
  background-color: #FAD301;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

/* line 1007, app/assets/stylesheets/loyalty.css.scss */
.campaign-page .form-group {
  text-align: center;
}

/* line 1011, app/assets/stylesheets/loyalty.css.scss */
.campaign-page fieldset {
  padding: 10px 10px 10px 20px;
  border: 2px solid #e5e5e5;
  margin: 10px 0;
  position: relative;
  width: 100%;
}

/* line 1018, app/assets/stylesheets/loyalty.css.scss */
.campaign-page fieldset .remove_fields {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: white;
  border: 1px solid #ddd;
  padding: 4px 8px;
}

/* line 1027, app/assets/stylesheets/loyalty.css.scss */
.campaign-page fieldset .form-group {
  width: 100%;
}

/* line 1031, app/assets/stylesheets/loyalty.css.scss */
.campaign-page fieldset legend {
  width: auto;
  font-size: 13px;
  font-weight: bold;
  background-color: #f1f1f1;
  padding: 4px 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/responsive/768-md.css.scss */
  .gift-categories--title {
    font-size: 30px;
  }
  /* line 5, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  /* line 11, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points--bar {
    margin-top: 20px;
  }
  /* line 14, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points--bar .points-gift__label {
    display: none;
  }
  /* line 18, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points--bar .points-gift {
    bottom: -50px;
  }
  /* line 21, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points--bar .points-gift::after {
    top: -32px;
    height: 25px;
  }
  /* line 25, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points--bar .points-gift .points-gift__number {
    font-size: 12px;
  }
  /* line 32, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .alumilia-points-wrapper .alumilia-points--link {
    padding-top: 20px;
  }
  /* line 38, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .choice-manufacturer-confirm .choice-manufacturer-confirm-button {
    margin-top: 20px;
    text-align: center;
  }
  /* line 44, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .choice-gift-select {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* line 49, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .gift-item .gift-item-points {
    top: 0;
    transform: none;
    width: 80px;
    font-size: 14px;
  }
  /* line 55, app/assets/stylesheets/responsive/768-md.css.scss */
  .points-page .gift-item .gift-item-points span {
    font-size: 10px;
  }
  /* line 61, app/assets/stylesheets/responsive/768-md.css.scss */
  .relation-page .relation-page__input--half {
    width: 100%;
  }
  /* line 66, app/assets/stylesheets/responsive/768-md.css.scss */
  .relation-page .relation-page__actions .relation-page__actions--wrapper {
    flex-direction: column;
  }
  /* line 67, app/assets/stylesheets/responsive/768-md.css.scss */
  .relation-page .relation-page__actions .relation-page__actions--choices {
    margin: 10px 0;
  }
  /* line 68, app/assets/stylesheets/responsive/768-md.css.scss */
  .relation-page .relation-page__actions .relation-page__actions--radio {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  /* line 2, app/assets/stylesheets/responsive/576-sm.css.scss */
  .gift-categories__item {
    margin-bottom: 50px;
  }
  /* line 4, app/assets/stylesheets/responsive/576-sm.css.scss */
  .gift-categories__content {
    width: 100%;
    margin-top: 0;
  }
  /* line 9, app/assets/stylesheets/responsive/576-sm.css.scss */
  .gift-categories--title {
    margin-bottom: 5px;
  }
  /* line 12, app/assets/stylesheets/responsive/576-sm.css.scss */
  .redemption-requests-page .redemption-table--header {
    display: none;
  }
  /* line 14, app/assets/stylesheets/responsive/576-sm.css.scss */
  .redemption-requests-page .redemption-table--header-reponsive {
    display: block;
    flex: 1;
  }
  /* line 19, app/assets/stylesheets/responsive/576-sm.css.scss */
  .redemption-requests-page .header-title {
    padding-bottom: 5px;
    font-weight: 400;
  }
  /* line 24, app/assets/stylesheets/responsive/576-sm.css.scss */
  .redemption-requests-page .redemption-table--data {
    flex: 1;
    flex-direction: column;
    text-align: right;
  }
  /* line 30, app/assets/stylesheets/responsive/576-sm.css.scss */
  .redemption-requests-page .redemption-status {
    text-align: right;
  }
  /* line 34, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 39, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .info-box-numer {
    font-size: 30px;
  }
  /* line 40, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .info-box-content {
    min-width: 180px;
  }
  /* line 41, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .info-box-title {
    min-width: 80px;
    font-size: 14px;
  }
  /* line 47, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .application-form--choice a {
    padding: 15px;
    font-size: 15px;
  }
  /* line 53, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .member-details-points {
    margin-top: 20px;
  }
  /* line 55, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .member-details-points {
    text-align: center;
  }
  /* line 58, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .member-details-points .member-details-points-title {
    font-size: 15px;
  }
  /* line 59, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .member-details-points span {
    font-size: 35px;
  }
  /* line 62, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .manufacturer-transfer-points {
    text-align: center;
  }
  /* line 65, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .manufacturer-transfer-points .manufacturer-transfer-points-title {
    margin-top: 20px;
    font-size: 13px;
  }
  /* line 72, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .choice-manufacturer .choice-manufacturer-title {
    text-align: center;
  }
  /* line 75, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .choice-manufacturer .choice-manufacturer-select select {
    font-size: 16px;
  }
  /* line 81, app/assets/stylesheets/responsive/576-sm.css.scss */
  .points-page .choice-manufacturer-sum {
    text-align: center;
  }
  /* line 85, app/assets/stylesheets/responsive/576-sm.css.scss */
  .relation-page .relation-page__input {
    flex-direction: column;
  }
  /* line 88, app/assets/stylesheets/responsive/576-sm.css.scss */
  .relation-page .relation-page__input .relation-page__input--title {
    margin-bottom: 5px;
  }
}

/* line 96, app/assets/stylesheets/responsive/576-sm.css.scss */
.header__middle .menu-toggler,
.header__middle .menu-toggler-new {
  background-size: 50%;
}

/* line 104, app/assets/stylesheets/responsive/576-sm.css.scss */
.header__top #header_notification_bar .dropdown-menu {
  right: 0;
  left: 0;
  width: 200px;
}

/* line 109, app/assets/stylesheets/responsive/576-sm.css.scss */
.header__top #header_notification_bar .dropdown-menu::before {
  right: unset;
  left: 10px;
}

/* line 117, app/assets/stylesheets/responsive/576-sm.css.scss */
.page-header-tools_phone {
  margin-bottom: 10px;
}
