@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, src/styles/vendors/bootstrap/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 12, src/styles/vendors/bootstrap/bootstrap.css */
body {
  margin: 0; }

/* line 15, src/styles/vendors/bootstrap/bootstrap.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 30, src/styles/vendors/bootstrap/bootstrap.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 37, src/styles/vendors/bootstrap/bootstrap.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 41, src/styles/vendors/bootstrap/bootstrap.css */
[hidden],
template {
  display: none; }

/* line 45, src/styles/vendors/bootstrap/bootstrap.css */
a {
  background-color: transparent; }

/* line 48, src/styles/vendors/bootstrap/bootstrap.css */
a:active,
a:hover {
  outline: 0; }

/* line 52, src/styles/vendors/bootstrap/bootstrap.css */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 55, src/styles/vendors/bootstrap/bootstrap.css */
b,
strong {
  font-weight: bold; }

/* line 59, src/styles/vendors/bootstrap/bootstrap.css */
dfn {
  font-style: italic; }

/* line 62, src/styles/vendors/bootstrap/bootstrap.css */
h1 {
  margin: .67em 0;
  font-size: 2em; }

/* line 66, src/styles/vendors/bootstrap/bootstrap.css */
mark {
  color: #000;
  background: #ff0; }

/* line 70, src/styles/vendors/bootstrap/bootstrap.css */
small {
  font-size: 80%; }

/* line 73, src/styles/vendors/bootstrap/bootstrap.css */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 80, src/styles/vendors/bootstrap/bootstrap.css */
sup {
  top: -.5em; }

/* line 83, src/styles/vendors/bootstrap/bootstrap.css */
sub {
  bottom: -.25em; }

/* line 86, src/styles/vendors/bootstrap/bootstrap.css */
img {
  border: 0; }

/* line 89, src/styles/vendors/bootstrap/bootstrap.css */
svg:not(:root) {
  overflow: hidden; }

/* line 92, src/styles/vendors/bootstrap/bootstrap.css */
figure {
  margin: 1em 40px; }

/* line 95, src/styles/vendors/bootstrap/bootstrap.css */
hr {
  height: 0;
  box-sizing: content-box; }

/* line 101, src/styles/vendors/bootstrap/bootstrap.css */
pre {
  overflow: auto; }

/* line 104, src/styles/vendors/bootstrap/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 111, src/styles/vendors/bootstrap/bootstrap.css */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

/* line 120, src/styles/vendors/bootstrap/bootstrap.css */
button {
  overflow: visible; }

/* line 123, src/styles/vendors/bootstrap/bootstrap.css */
button,
select {
  text-transform: none; }

/* line 127, src/styles/vendors/bootstrap/bootstrap.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 134, src/styles/vendors/bootstrap/bootstrap.css */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 138, src/styles/vendors/bootstrap/bootstrap.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 143, src/styles/vendors/bootstrap/bootstrap.css */
input {
  line-height: normal; }

/* line 146, src/styles/vendors/bootstrap/bootstrap.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 153, src/styles/vendors/bootstrap/bootstrap.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 157, src/styles/vendors/bootstrap/bootstrap.css */
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/* line 163, src/styles/vendors/bootstrap/bootstrap.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 167, src/styles/vendors/bootstrap/bootstrap.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

/* line 172, src/styles/vendors/bootstrap/bootstrap.css */
legend {
  padding: 0;
  border: 0; }

/* line 176, src/styles/vendors/bootstrap/bootstrap.css */
textarea {
  overflow: auto; }

/* line 179, src/styles/vendors/bootstrap/bootstrap.css */
optgroup {
  font-weight: bold; }

/* line 182, src/styles/vendors/bootstrap/bootstrap.css */
table {
  border-spacing: 0;
  border-collapse: collapse; }

/* line 186, src/styles/vendors/bootstrap/bootstrap.css */
td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, src/styles/vendors/bootstrap/bootstrap.css */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  /* line 201, src/styles/vendors/bootstrap/bootstrap.css */
  a,
  a:visited {
    text-decoration: underline; }
  /* line 205, src/styles/vendors/bootstrap/bootstrap.css */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 208, src/styles/vendors/bootstrap/bootstrap.css */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 211, src/styles/vendors/bootstrap/bootstrap.css */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  /* line 215, src/styles/vendors/bootstrap/bootstrap.css */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /* line 221, src/styles/vendors/bootstrap/bootstrap.css */
  thead {
    display: table-header-group; }
  /* line 224, src/styles/vendors/bootstrap/bootstrap.css */
  tr,
  img {
    page-break-inside: avoid; }
  /* line 228, src/styles/vendors/bootstrap/bootstrap.css */
  img {
    max-width: 100% !important; }
  /* line 231, src/styles/vendors/bootstrap/bootstrap.css */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  /* line 237, src/styles/vendors/bootstrap/bootstrap.css */
  h2,
  h3 {
    page-break-after: avoid; }
  /* line 241, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar {
    display: none; }
  /* line 244, src/styles/vendors/bootstrap/bootstrap.css */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  /* line 248, src/styles/vendors/bootstrap/bootstrap.css */
  .label {
    border: 1px solid #000; }
  /* line 251, src/styles/vendors/bootstrap/bootstrap.css */
  .table {
    border-collapse: collapse !important; }
  /* line 254, src/styles/vendors/bootstrap/bootstrap.css */
  .table td,
  .table th {
    background-color: #fff !important; }
  /* line 258, src/styles/vendors/bootstrap/bootstrap.css */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

/* line 269, src/styles/vendors/bootstrap/bootstrap.css */
.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 281, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-asterisk:before {
  content: "\002a"; }

/* line 284, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-plus:before {
  content: "\002b"; }

/* line 287, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

/* line 291, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-minus:before {
  content: "\2212"; }

/* line 294, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cloud:before {
  content: "\2601"; }

/* line 297, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-envelope:before {
  content: "\2709"; }

/* line 300, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-pencil:before {
  content: "\270f"; }

/* line 303, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-glass:before {
  content: "\e001"; }

/* line 306, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-music:before {
  content: "\e002"; }

/* line 309, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-search:before {
  content: "\e003"; }

/* line 312, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-heart:before {
  content: "\e005"; }

/* line 315, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-star:before {
  content: "\e006"; }

/* line 318, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-star-empty:before {
  content: "\e007"; }

/* line 321, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-user:before {
  content: "\e008"; }

/* line 324, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-film:before {
  content: "\e009"; }

/* line 327, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-th-large:before {
  content: "\e010"; }

/* line 330, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-th:before {
  content: "\e011"; }

/* line 333, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-th-list:before {
  content: "\e012"; }

/* line 336, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ok:before {
  content: "\e013"; }

/* line 339, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-remove:before {
  content: "\e014"; }

/* line 342, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-zoom-in:before {
  content: "\e015"; }

/* line 345, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-zoom-out:before {
  content: "\e016"; }

/* line 348, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-off:before {
  content: "\e017"; }

/* line 351, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-signal:before {
  content: "\e018"; }

/* line 354, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cog:before {
  content: "\e019"; }

/* line 357, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-trash:before {
  content: "\e020"; }

/* line 360, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-home:before {
  content: "\e021"; }

/* line 363, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-file:before {
  content: "\e022"; }

/* line 366, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-time:before {
  content: "\e023"; }

/* line 369, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-road:before {
  content: "\e024"; }

/* line 372, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-download-alt:before {
  content: "\e025"; }

/* line 375, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-download:before {
  content: "\e026"; }

/* line 378, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-upload:before {
  content: "\e027"; }

/* line 381, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-inbox:before {
  content: "\e028"; }

/* line 384, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-play-circle:before {
  content: "\e029"; }

/* line 387, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-repeat:before {
  content: "\e030"; }

/* line 390, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-refresh:before {
  content: "\e031"; }

/* line 393, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-list-alt:before {
  content: "\e032"; }

/* line 396, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-lock:before {
  content: "\e033"; }

/* line 399, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-flag:before {
  content: "\e034"; }

/* line 402, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-headphones:before {
  content: "\e035"; }

/* line 405, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-volume-off:before {
  content: "\e036"; }

/* line 408, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-volume-down:before {
  content: "\e037"; }

/* line 411, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-volume-up:before {
  content: "\e038"; }

/* line 414, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-qrcode:before {
  content: "\e039"; }

/* line 417, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-barcode:before {
  content: "\e040"; }

/* line 420, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tag:before {
  content: "\e041"; }

/* line 423, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tags:before {
  content: "\e042"; }

/* line 426, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-book:before {
  content: "\e043"; }

/* line 429, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bookmark:before {
  content: "\e044"; }

/* line 432, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-print:before {
  content: "\e045"; }

/* line 435, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-camera:before {
  content: "\e046"; }

/* line 438, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-font:before {
  content: "\e047"; }

/* line 441, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bold:before {
  content: "\e048"; }

/* line 444, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-italic:before {
  content: "\e049"; }

/* line 447, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-text-height:before {
  content: "\e050"; }

/* line 450, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-text-width:before {
  content: "\e051"; }

/* line 453, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-align-left:before {
  content: "\e052"; }

/* line 456, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-align-center:before {
  content: "\e053"; }

/* line 459, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-align-right:before {
  content: "\e054"; }

/* line 462, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-align-justify:before {
  content: "\e055"; }

/* line 465, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-list:before {
  content: "\e056"; }

/* line 468, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-indent-left:before {
  content: "\e057"; }

/* line 471, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-indent-right:before {
  content: "\e058"; }

/* line 474, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-facetime-video:before {
  content: "\e059"; }

/* line 477, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-picture:before {
  content: "\e060"; }

/* line 480, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-map-marker:before {
  content: "\e062"; }

/* line 483, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-adjust:before {
  content: "\e063"; }

/* line 486, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tint:before {
  content: "\e064"; }

/* line 489, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-edit:before {
  content: "\e065"; }

/* line 492, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-share:before {
  content: "\e066"; }

/* line 495, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-check:before {
  content: "\e067"; }

/* line 498, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-move:before {
  content: "\e068"; }

/* line 501, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-step-backward:before {
  content: "\e069"; }

/* line 504, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-fast-backward:before {
  content: "\e070"; }

/* line 507, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-backward:before {
  content: "\e071"; }

/* line 510, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-play:before {
  content: "\e072"; }

/* line 513, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-pause:before {
  content: "\e073"; }

/* line 516, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-stop:before {
  content: "\e074"; }

/* line 519, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-forward:before {
  content: "\e075"; }

/* line 522, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-fast-forward:before {
  content: "\e076"; }

/* line 525, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-step-forward:before {
  content: "\e077"; }

/* line 528, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-eject:before {
  content: "\e078"; }

/* line 531, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 534, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 537, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-plus-sign:before {
  content: "\e081"; }

/* line 540, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-minus-sign:before {
  content: "\e082"; }

/* line 543, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-remove-sign:before {
  content: "\e083"; }

/* line 546, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ok-sign:before {
  content: "\e084"; }

/* line 549, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-question-sign:before {
  content: "\e085"; }

/* line 552, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-info-sign:before {
  content: "\e086"; }

/* line 555, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-screenshot:before {
  content: "\e087"; }

/* line 558, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-remove-circle:before {
  content: "\e088"; }

/* line 561, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ok-circle:before {
  content: "\e089"; }

/* line 564, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ban-circle:before {
  content: "\e090"; }

/* line 567, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-arrow-left:before {
  content: "\e091"; }

/* line 570, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-arrow-right:before {
  content: "\e092"; }

/* line 573, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-arrow-up:before {
  content: "\e093"; }

/* line 576, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-arrow-down:before {
  content: "\e094"; }

/* line 579, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-share-alt:before {
  content: "\e095"; }

/* line 582, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-resize-full:before {
  content: "\e096"; }

/* line 585, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-resize-small:before {
  content: "\e097"; }

/* line 588, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }

/* line 591, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-gift:before {
  content: "\e102"; }

/* line 594, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-leaf:before {
  content: "\e103"; }

/* line 597, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-fire:before {
  content: "\e104"; }

/* line 600, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-eye-open:before {
  content: "\e105"; }

/* line 603, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-eye-close:before {
  content: "\e106"; }

/* line 606, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-warning-sign:before {
  content: "\e107"; }

/* line 609, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-plane:before {
  content: "\e108"; }

/* line 612, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 615, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-random:before {
  content: "\e110"; }

/* line 618, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-comment:before {
  content: "\e111"; }

/* line 621, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-magnet:before {
  content: "\e112"; }

/* line 624, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 627, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 630, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-retweet:before {
  content: "\e115"; }

/* line 633, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-shopping-cart:before {
  content: "\e116"; }

/* line 636, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-folder-close:before {
  content: "\e117"; }

/* line 639, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-folder-open:before {
  content: "\e118"; }

/* line 642, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-resize-vertical:before {
  content: "\e119"; }

/* line 645, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }

/* line 648, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hdd:before {
  content: "\e121"; }

/* line 651, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bullhorn:before {
  content: "\e122"; }

/* line 654, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bell:before {
  content: "\e123"; }

/* line 657, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-certificate:before {
  content: "\e124"; }

/* line 660, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-thumbs-up:before {
  content: "\e125"; }

/* line 663, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-thumbs-down:before {
  content: "\e126"; }

/* line 666, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hand-right:before {
  content: "\e127"; }

/* line 669, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hand-left:before {
  content: "\e128"; }

/* line 672, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hand-up:before {
  content: "\e129"; }

/* line 675, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hand-down:before {
  content: "\e130"; }

/* line 678, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

/* line 681, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

/* line 684, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

/* line 687, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

/* line 690, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-globe:before {
  content: "\e135"; }

/* line 693, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-wrench:before {
  content: "\e136"; }

/* line 696, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tasks:before {
  content: "\e137"; }

/* line 699, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-filter:before {
  content: "\e138"; }

/* line 702, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-briefcase:before {
  content: "\e139"; }

/* line 705, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-fullscreen:before {
  content: "\e140"; }

/* line 708, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-dashboard:before {
  content: "\e141"; }

/* line 711, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-paperclip:before {
  content: "\e142"; }

/* line 714, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-heart-empty:before {
  content: "\e143"; }

/* line 717, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-link:before {
  content: "\e144"; }

/* line 720, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-phone:before {
  content: "\e145"; }

/* line 723, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-pushpin:before {
  content: "\e146"; }

/* line 726, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-usd:before {
  content: "\e148"; }

/* line 729, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-gbp:before {
  content: "\e149"; }

/* line 732, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort:before {
  content: "\e150"; }

/* line 735, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

/* line 738, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

/* line 741, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-order:before {
  content: "\e153"; }

/* line 744, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

/* line 747, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

/* line 750, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

/* line 753, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-unchecked:before {
  content: "\e157"; }

/* line 756, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-expand:before {
  content: "\e158"; }

/* line 759, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-collapse-down:before {
  content: "\e159"; }

/* line 762, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-collapse-up:before {
  content: "\e160"; }

/* line 765, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-log-in:before {
  content: "\e161"; }

/* line 768, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-flash:before {
  content: "\e162"; }

/* line 771, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-log-out:before {
  content: "\e163"; }

/* line 774, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-new-window:before {
  content: "\e164"; }

/* line 777, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-record:before {
  content: "\e165"; }

/* line 780, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-save:before {
  content: "\e166"; }

/* line 783, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-open:before {
  content: "\e167"; }

/* line 786, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-saved:before {
  content: "\e168"; }

/* line 789, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-import:before {
  content: "\e169"; }

/* line 792, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-export:before {
  content: "\e170"; }

/* line 795, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-send:before {
  content: "\e171"; }

/* line 798, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-floppy-disk:before {
  content: "\e172"; }

/* line 801, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-floppy-saved:before {
  content: "\e173"; }

/* line 804, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-floppy-remove:before {
  content: "\e174"; }

/* line 807, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-floppy-save:before {
  content: "\e175"; }

/* line 810, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-floppy-open:before {
  content: "\e176"; }

/* line 813, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-credit-card:before {
  content: "\e177"; }

/* line 816, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-transfer:before {
  content: "\e178"; }

/* line 819, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cutlery:before {
  content: "\e179"; }

/* line 822, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-header:before {
  content: "\e180"; }

/* line 825, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-compressed:before {
  content: "\e181"; }

/* line 828, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-earphone:before {
  content: "\e182"; }

/* line 831, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-phone-alt:before {
  content: "\e183"; }

/* line 834, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tower:before {
  content: "\e184"; }

/* line 837, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-stats:before {
  content: "\e185"; }

/* line 840, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sd-video:before {
  content: "\e186"; }

/* line 843, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hd-video:before {
  content: "\e187"; }

/* line 846, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-subtitles:before {
  content: "\e188"; }

/* line 849, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sound-stereo:before {
  content: "\e189"; }

/* line 852, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sound-dolby:before {
  content: "\e190"; }

/* line 855, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sound-5-1:before {
  content: "\e191"; }

/* line 858, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sound-6-1:before {
  content: "\e192"; }

/* line 861, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sound-7-1:before {
  content: "\e193"; }

/* line 864, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-copyright-mark:before {
  content: "\e194"; }

/* line 867, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-registration-mark:before {
  content: "\e195"; }

/* line 870, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cloud-download:before {
  content: "\e197"; }

/* line 873, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cloud-upload:before {
  content: "\e198"; }

/* line 876, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tree-conifer:before {
  content: "\e199"; }

/* line 879, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/* line 882, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-cd:before {
  content: "\e201"; }

/* line 885, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-save-file:before {
  content: "\e202"; }

/* line 888, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-open-file:before {
  content: "\e203"; }

/* line 891, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-level-up:before {
  content: "\e204"; }

/* line 894, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-copy:before {
  content: "\e205"; }

/* line 897, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-paste:before {
  content: "\e206"; }

/* line 900, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-alert:before {
  content: "\e209"; }

/* line 903, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-equalizer:before {
  content: "\e210"; }

/* line 906, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-king:before {
  content: "\e211"; }

/* line 909, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-queen:before {
  content: "\e212"; }

/* line 912, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-pawn:before {
  content: "\e213"; }

/* line 915, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bishop:before {
  content: "\e214"; }

/* line 918, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-knight:before {
  content: "\e215"; }

/* line 921, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-baby-formula:before {
  content: "\e216"; }

/* line 924, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-tent:before {
  content: "\26fa"; }

/* line 927, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-blackboard:before {
  content: "\e218"; }

/* line 930, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bed:before {
  content: "\e219"; }

/* line 933, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-apple:before {
  content: "\f8ff"; }

/* line 936, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-erase:before {
  content: "\e221"; }

/* line 939, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-hourglass:before {
  content: "\231b"; }

/* line 942, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-lamp:before {
  content: "\e223"; }

/* line 945, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-duplicate:before {
  content: "\e224"; }

/* line 948, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-piggy-bank:before {
  content: "\e225"; }

/* line 951, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-scissors:before {
  content: "\e226"; }

/* line 954, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-bitcoin:before {
  content: "\e227"; }

/* line 957, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-btc:before {
  content: "\e227"; }

/* line 960, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-xbt:before {
  content: "\e227"; }

/* line 963, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-yen:before {
  content: "\00a5"; }

/* line 966, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-jpy:before {
  content: "\00a5"; }

/* line 969, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ruble:before {
  content: "\20bd"; }

/* line 972, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-rub:before {
  content: "\20bd"; }

/* line 975, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-scale:before {
  content: "\e230"; }

/* line 978, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ice-lolly:before {
  content: "\e231"; }

/* line 981, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

/* line 984, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-education:before {
  content: "\e233"; }

/* line 987, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-option-horizontal:before {
  content: "\e234"; }

/* line 990, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-option-vertical:before {
  content: "\e235"; }

/* line 993, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-menu-hamburger:before {
  content: "\e236"; }

/* line 996, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-modal-window:before {
  content: "\e237"; }

/* line 999, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-oil:before {
  content: "\e238"; }

/* line 1002, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-grain:before {
  content: "\e239"; }

/* line 1005, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-sunglasses:before {
  content: "\e240"; }

/* line 1008, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-text-size:before {
  content: "\e241"; }

/* line 1011, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-text-color:before {
  content: "\e242"; }

/* line 1014, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-text-background:before {
  content: "\e243"; }

/* line 1017, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-top:before {
  content: "\e244"; }

/* line 1020, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-bottom:before {
  content: "\e245"; }

/* line 1023, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

/* line 1026, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-left:before {
  content: "\e247"; }

/* line 1029, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-vertical:before {
  content: "\e248"; }

/* line 1032, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-object-align-right:before {
  content: "\e249"; }

/* line 1035, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-triangle-right:before {
  content: "\e250"; }

/* line 1038, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-triangle-left:before {
  content: "\e251"; }

/* line 1041, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-triangle-bottom:before {
  content: "\e252"; }

/* line 1044, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-triangle-top:before {
  content: "\e253"; }

/* line 1047, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-console:before {
  content: "\e254"; }

/* line 1050, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-superscript:before {
  content: "\e255"; }

/* line 1053, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-subscript:before {
  content: "\e256"; }

/* line 1056, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-menu-left:before {
  content: "\e257"; }

/* line 1059, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-menu-right:before {
  content: "\e258"; }

/* line 1062, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-menu-down:before {
  content: "\e259"; }

/* line 1065, src/styles/vendors/bootstrap/bootstrap.css */
.glyphicon-menu-up:before {
  content: "\e260"; }

/* line 1068, src/styles/vendors/bootstrap/bootstrap.css */
* {
  box-sizing: border-box; }

/* line 1073, src/styles/vendors/bootstrap/bootstrap.css */
*:before,
*:after {
  box-sizing: border-box; }

/* line 1079, src/styles/vendors/bootstrap/bootstrap.css */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 1084, src/styles/vendors/bootstrap/bootstrap.css */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

/* line 1091, src/styles/vendors/bootstrap/bootstrap.css */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 1099, src/styles/vendors/bootstrap/bootstrap.css */
a {
  color: #337ab7;
  text-decoration: none; }

/* line 1103, src/styles/vendors/bootstrap/bootstrap.css */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

/* line 1108, src/styles/vendors/bootstrap/bootstrap.css */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 1112, src/styles/vendors/bootstrap/bootstrap.css */
figure {
  margin: 0; }

/* line 1115, src/styles/vendors/bootstrap/bootstrap.css */
img {
  vertical-align: middle; }

/* line 1118, src/styles/vendors/bootstrap/bootstrap.css */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 1127, src/styles/vendors/bootstrap/bootstrap.css */
.img-rounded {
  border-radius: 6px; }

/* line 1130, src/styles/vendors/bootstrap/bootstrap.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out; }

/* line 1143, src/styles/vendors/bootstrap/bootstrap.css */
.img-circle {
  border-radius: 50%; }

/* line 1146, src/styles/vendors/bootstrap/bootstrap.css */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* line 1152, src/styles/vendors/bootstrap/bootstrap.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 1162, src/styles/vendors/bootstrap/bootstrap.css */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 1171, src/styles/vendors/bootstrap/bootstrap.css */
[role="button"] {
  cursor: pointer; }

/* line 1174, src/styles/vendors/bootstrap/bootstrap.css */
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 1191, src/styles/vendors/bootstrap/bootstrap.css */
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 1219, src/styles/vendors/bootstrap/bootstrap.css */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 1228, src/styles/vendors/bootstrap/bootstrap.css */
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 1242, src/styles/vendors/bootstrap/bootstrap.css */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 1251, src/styles/vendors/bootstrap/bootstrap.css */
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 1265, src/styles/vendors/bootstrap/bootstrap.css */
h1,
.h1 {
  font-size: 36px; }

/* line 1269, src/styles/vendors/bootstrap/bootstrap.css */
h2,
.h2 {
  font-size: 30px; }

/* line 1273, src/styles/vendors/bootstrap/bootstrap.css */
h3,
.h3 {
  font-size: 24px; }

/* line 1277, src/styles/vendors/bootstrap/bootstrap.css */
h4,
.h4 {
  font-size: 18px; }

/* line 1281, src/styles/vendors/bootstrap/bootstrap.css */
h5,
.h5 {
  font-size: 14px; }

/* line 1285, src/styles/vendors/bootstrap/bootstrap.css */
h6,
.h6 {
  font-size: 12px; }

/* line 1289, src/styles/vendors/bootstrap/bootstrap.css */
p {
  margin: 0 0 10px; }

/* line 1292, src/styles/vendors/bootstrap/bootstrap.css */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  /* line 1299, src/styles/vendors/bootstrap/bootstrap.css */
  .lead {
    font-size: 21px; } }

/* line 1303, src/styles/vendors/bootstrap/bootstrap.css */
small,
.small {
  font-size: 85%; }

/* line 1307, src/styles/vendors/bootstrap/bootstrap.css */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 1312, src/styles/vendors/bootstrap/bootstrap.css */
.text-left {
  text-align: left; }

/* line 1315, src/styles/vendors/bootstrap/bootstrap.css */
.text-right {
  text-align: right; }

/* line 1318, src/styles/vendors/bootstrap/bootstrap.css */
.text-center {
  text-align: center; }

/* line 1321, src/styles/vendors/bootstrap/bootstrap.css */
.text-justify {
  text-align: justify; }

/* line 1324, src/styles/vendors/bootstrap/bootstrap.css */
.text-nowrap {
  white-space: nowrap; }

/* line 1327, src/styles/vendors/bootstrap/bootstrap.css */
.text-lowercase {
  text-transform: lowercase; }

/* line 1330, src/styles/vendors/bootstrap/bootstrap.css */
.text-uppercase {
  text-transform: uppercase; }

/* line 1333, src/styles/vendors/bootstrap/bootstrap.css */
.text-capitalize {
  text-transform: capitalize; }

/* line 1336, src/styles/vendors/bootstrap/bootstrap.css */
.text-muted {
  color: #777; }

/* line 1339, src/styles/vendors/bootstrap/bootstrap.css */
.text-primary {
  color: #337ab7; }

/* line 1342, src/styles/vendors/bootstrap/bootstrap.css */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

/* line 1346, src/styles/vendors/bootstrap/bootstrap.css */
.text-success {
  color: #3c763d; }

/* line 1349, src/styles/vendors/bootstrap/bootstrap.css */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

/* line 1353, src/styles/vendors/bootstrap/bootstrap.css */
.text-info {
  color: #31708f; }

/* line 1356, src/styles/vendors/bootstrap/bootstrap.css */
a.text-info:hover,
a.text-info:focus {
  color: #245269; }

/* line 1360, src/styles/vendors/bootstrap/bootstrap.css */
.text-warning {
  color: #8a6d3b; }

/* line 1363, src/styles/vendors/bootstrap/bootstrap.css */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

/* line 1367, src/styles/vendors/bootstrap/bootstrap.css */
.text-danger {
  color: #a94442; }

/* line 1370, src/styles/vendors/bootstrap/bootstrap.css */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

/* line 1374, src/styles/vendors/bootstrap/bootstrap.css */
.bg-primary {
  color: #fff;
  background-color: #337ab7; }

/* line 1378, src/styles/vendors/bootstrap/bootstrap.css */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

/* line 1382, src/styles/vendors/bootstrap/bootstrap.css */
.bg-success {
  background-color: #dff0d8; }

/* line 1385, src/styles/vendors/bootstrap/bootstrap.css */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

/* line 1389, src/styles/vendors/bootstrap/bootstrap.css */
.bg-info {
  background-color: #d9edf7; }

/* line 1392, src/styles/vendors/bootstrap/bootstrap.css */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

/* line 1396, src/styles/vendors/bootstrap/bootstrap.css */
.bg-warning {
  background-color: #fcf8e3; }

/* line 1399, src/styles/vendors/bootstrap/bootstrap.css */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

/* line 1403, src/styles/vendors/bootstrap/bootstrap.css */
.bg-danger {
  background-color: #f2dede; }

/* line 1406, src/styles/vendors/bootstrap/bootstrap.css */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

/* line 1410, src/styles/vendors/bootstrap/bootstrap.css */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

/* line 1415, src/styles/vendors/bootstrap/bootstrap.css */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 1420, src/styles/vendors/bootstrap/bootstrap.css */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

/* line 1426, src/styles/vendors/bootstrap/bootstrap.css */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 1430, src/styles/vendors/bootstrap/bootstrap.css */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

/* line 1435, src/styles/vendors/bootstrap/bootstrap.css */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

/* line 1440, src/styles/vendors/bootstrap/bootstrap.css */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 1444, src/styles/vendors/bootstrap/bootstrap.css */
dt,
dd {
  line-height: 1.42857143; }

/* line 1448, src/styles/vendors/bootstrap/bootstrap.css */
dt {
  font-weight: bold; }

/* line 1451, src/styles/vendors/bootstrap/bootstrap.css */
dd {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 1455, src/styles/vendors/bootstrap/bootstrap.css */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 1464, src/styles/vendors/bootstrap/bootstrap.css */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 1468, src/styles/vendors/bootstrap/bootstrap.css */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 1473, src/styles/vendors/bootstrap/bootstrap.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 1477, src/styles/vendors/bootstrap/bootstrap.css */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

/* line 1483, src/styles/vendors/bootstrap/bootstrap.css */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

/* line 1488, src/styles/vendors/bootstrap/bootstrap.css */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

/* line 1496, src/styles/vendors/bootstrap/bootstrap.css */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

/* line 1501, src/styles/vendors/bootstrap/bootstrap.css */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

/* line 1509, src/styles/vendors/bootstrap/bootstrap.css */
.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 1517, src/styles/vendors/bootstrap/bootstrap.css */
.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 1525, src/styles/vendors/bootstrap/bootstrap.css */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

/* line 1530, src/styles/vendors/bootstrap/bootstrap.css */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 1536, src/styles/vendors/bootstrap/bootstrap.css */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

/* line 1543, src/styles/vendors/bootstrap/bootstrap.css */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1552, src/styles/vendors/bootstrap/bootstrap.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

/* line 1559, src/styles/vendors/bootstrap/bootstrap.css */
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 1572, src/styles/vendors/bootstrap/bootstrap.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

/* line 1580, src/styles/vendors/bootstrap/bootstrap.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 1584, src/styles/vendors/bootstrap/bootstrap.css */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  /* line 1591, src/styles/vendors/bootstrap/bootstrap.css */
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  /* line 1596, src/styles/vendors/bootstrap/bootstrap.css */
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  /* line 1601, src/styles/vendors/bootstrap/bootstrap.css */
  .container {
    width: 1170px; } }

/* line 1605, src/styles/vendors/bootstrap/bootstrap.css */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 1611, src/styles/vendors/bootstrap/bootstrap.css */
.row {
  margin-right: -15px;
  margin-left: -15px; }

/* line 1615, src/styles/vendors/bootstrap/bootstrap.css */
.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 1621, src/styles/vendors/bootstrap/bootstrap.css */
.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 1624, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-12 {
  width: 100%; }

/* line 1627, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-11 {
  width: 91.66666667%; }

/* line 1630, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-10 {
  width: 83.33333333%; }

/* line 1633, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-9 {
  width: 75%; }

/* line 1636, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-8 {
  width: 66.66666667%; }

/* line 1639, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-7 {
  width: 58.33333333%; }

/* line 1642, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-6 {
  width: 50%; }

/* line 1645, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-5 {
  width: 41.66666667%; }

/* line 1648, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-4 {
  width: 33.33333333%; }

/* line 1651, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-3 {
  width: 25%; }

/* line 1654, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-2 {
  width: 16.66666667%; }

/* line 1657, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-1 {
  width: 8.33333333%; }

/* line 1660, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-12 {
  right: 100%; }

/* line 1663, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 1666, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 1669, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-9 {
  right: 75%; }

/* line 1672, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 1675, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 1678, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-6 {
  right: 50%; }

/* line 1681, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 1684, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 1687, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-3 {
  right: 25%; }

/* line 1690, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 1693, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 1696, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-pull-0 {
  right: auto; }

/* line 1699, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-12 {
  left: 100%; }

/* line 1702, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 1705, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 1708, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-9 {
  left: 75%; }

/* line 1711, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 1714, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 1717, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-6 {
  left: 50%; }

/* line 1720, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 1723, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 1726, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-3 {
  left: 25%; }

/* line 1729, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 1732, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 1735, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-push-0 {
  left: auto; }

/* line 1738, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 1741, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 1744, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 1747, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 1750, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 1753, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 1756, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 1759, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 1762, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 1765, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 1768, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 1771, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 1774, src/styles/vendors/bootstrap/bootstrap.css */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 1778, src/styles/vendors/bootstrap/bootstrap.css */
  .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 1781, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-12 {
    width: 100%; }
  /* line 1784, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-11 {
    width: 91.66666667%; }
  /* line 1787, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-10 {
    width: 83.33333333%; }
  /* line 1790, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-9 {
    width: 75%; }
  /* line 1793, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-8 {
    width: 66.66666667%; }
  /* line 1796, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-7 {
    width: 58.33333333%; }
  /* line 1799, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-6 {
    width: 50%; }
  /* line 1802, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-5 {
    width: 41.66666667%; }
  /* line 1805, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-4 {
    width: 33.33333333%; }
  /* line 1808, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-3 {
    width: 25%; }
  /* line 1811, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-2 {
    width: 16.66666667%; }
  /* line 1814, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-1 {
    width: 8.33333333%; }
  /* line 1817, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-12 {
    right: 100%; }
  /* line 1820, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-11 {
    right: 91.66666667%; }
  /* line 1823, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-10 {
    right: 83.33333333%; }
  /* line 1826, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-9 {
    right: 75%; }
  /* line 1829, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-8 {
    right: 66.66666667%; }
  /* line 1832, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-7 {
    right: 58.33333333%; }
  /* line 1835, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-6 {
    right: 50%; }
  /* line 1838, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-5 {
    right: 41.66666667%; }
  /* line 1841, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-4 {
    right: 33.33333333%; }
  /* line 1844, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-3 {
    right: 25%; }
  /* line 1847, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-2 {
    right: 16.66666667%; }
  /* line 1850, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-1 {
    right: 8.33333333%; }
  /* line 1853, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-pull-0 {
    right: auto; }
  /* line 1856, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-12 {
    left: 100%; }
  /* line 1859, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-11 {
    left: 91.66666667%; }
  /* line 1862, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-10 {
    left: 83.33333333%; }
  /* line 1865, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-9 {
    left: 75%; }
  /* line 1868, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-8 {
    left: 66.66666667%; }
  /* line 1871, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-7 {
    left: 58.33333333%; }
  /* line 1874, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-6 {
    left: 50%; }
  /* line 1877, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-5 {
    left: 41.66666667%; }
  /* line 1880, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-4 {
    left: 33.33333333%; }
  /* line 1883, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-3 {
    left: 25%; }
  /* line 1886, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-2 {
    left: 16.66666667%; }
  /* line 1889, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-1 {
    left: 8.33333333%; }
  /* line 1892, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-push-0 {
    left: auto; }
  /* line 1895, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-12 {
    margin-left: 100%; }
  /* line 1898, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  /* line 1901, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  /* line 1904, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-9 {
    margin-left: 75%; }
  /* line 1907, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  /* line 1910, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  /* line 1913, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-6 {
    margin-left: 50%; }
  /* line 1916, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  /* line 1919, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  /* line 1922, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-3 {
    margin-left: 25%; }
  /* line 1925, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  /* line 1928, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  /* line 1931, src/styles/vendors/bootstrap/bootstrap.css */
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  /* line 1936, src/styles/vendors/bootstrap/bootstrap.css */
  .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 1939, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-12 {
    width: 100%; }
  /* line 1942, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-11 {
    width: 91.66666667%; }
  /* line 1945, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-10 {
    width: 83.33333333%; }
  /* line 1948, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-9 {
    width: 75%; }
  /* line 1951, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-8 {
    width: 66.66666667%; }
  /* line 1954, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-7 {
    width: 58.33333333%; }
  /* line 1957, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-6 {
    width: 50%; }
  /* line 1960, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-5 {
    width: 41.66666667%; }
  /* line 1963, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-4 {
    width: 33.33333333%; }
  /* line 1966, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-3 {
    width: 25%; }
  /* line 1969, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-2 {
    width: 16.66666667%; }
  /* line 1972, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-1 {
    width: 8.33333333%; }
  /* line 1975, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-12 {
    right: 100%; }
  /* line 1978, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-11 {
    right: 91.66666667%; }
  /* line 1981, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-10 {
    right: 83.33333333%; }
  /* line 1984, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-9 {
    right: 75%; }
  /* line 1987, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-8 {
    right: 66.66666667%; }
  /* line 1990, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-7 {
    right: 58.33333333%; }
  /* line 1993, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-6 {
    right: 50%; }
  /* line 1996, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-5 {
    right: 41.66666667%; }
  /* line 1999, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-4 {
    right: 33.33333333%; }
  /* line 2002, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-3 {
    right: 25%; }
  /* line 2005, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-2 {
    right: 16.66666667%; }
  /* line 2008, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-1 {
    right: 8.33333333%; }
  /* line 2011, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-pull-0 {
    right: auto; }
  /* line 2014, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-12 {
    left: 100%; }
  /* line 2017, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-11 {
    left: 91.66666667%; }
  /* line 2020, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-10 {
    left: 83.33333333%; }
  /* line 2023, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-9 {
    left: 75%; }
  /* line 2026, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-8 {
    left: 66.66666667%; }
  /* line 2029, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-7 {
    left: 58.33333333%; }
  /* line 2032, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-6 {
    left: 50%; }
  /* line 2035, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-5 {
    left: 41.66666667%; }
  /* line 2038, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-4 {
    left: 33.33333333%; }
  /* line 2041, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-3 {
    left: 25%; }
  /* line 2044, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-2 {
    left: 16.66666667%; }
  /* line 2047, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-1 {
    left: 8.33333333%; }
  /* line 2050, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-push-0 {
    left: auto; }
  /* line 2053, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-12 {
    margin-left: 100%; }
  /* line 2056, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  /* line 2059, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  /* line 2062, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-9 {
    margin-left: 75%; }
  /* line 2065, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  /* line 2068, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  /* line 2071, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-6 {
    margin-left: 50%; }
  /* line 2074, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  /* line 2077, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  /* line 2080, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-3 {
    margin-left: 25%; }
  /* line 2083, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  /* line 2086, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  /* line 2089, src/styles/vendors/bootstrap/bootstrap.css */
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  /* line 2094, src/styles/vendors/bootstrap/bootstrap.css */
  .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 2097, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-12 {
    width: 100%; }
  /* line 2100, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-11 {
    width: 91.66666667%; }
  /* line 2103, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-10 {
    width: 83.33333333%; }
  /* line 2106, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-9 {
    width: 75%; }
  /* line 2109, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-8 {
    width: 66.66666667%; }
  /* line 2112, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-7 {
    width: 58.33333333%; }
  /* line 2115, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-6 {
    width: 50%; }
  /* line 2118, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-5 {
    width: 41.66666667%; }
  /* line 2121, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-4 {
    width: 33.33333333%; }
  /* line 2124, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-3 {
    width: 25%; }
  /* line 2127, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-2 {
    width: 16.66666667%; }
  /* line 2130, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-1 {
    width: 8.33333333%; }
  /* line 2133, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-12 {
    right: 100%; }
  /* line 2136, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-11 {
    right: 91.66666667%; }
  /* line 2139, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-10 {
    right: 83.33333333%; }
  /* line 2142, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-9 {
    right: 75%; }
  /* line 2145, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-8 {
    right: 66.66666667%; }
  /* line 2148, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-7 {
    right: 58.33333333%; }
  /* line 2151, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-6 {
    right: 50%; }
  /* line 2154, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-5 {
    right: 41.66666667%; }
  /* line 2157, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-4 {
    right: 33.33333333%; }
  /* line 2160, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-3 {
    right: 25%; }
  /* line 2163, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-2 {
    right: 16.66666667%; }
  /* line 2166, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-1 {
    right: 8.33333333%; }
  /* line 2169, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-pull-0 {
    right: auto; }
  /* line 2172, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-12 {
    left: 100%; }
  /* line 2175, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-11 {
    left: 91.66666667%; }
  /* line 2178, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-10 {
    left: 83.33333333%; }
  /* line 2181, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-9 {
    left: 75%; }
  /* line 2184, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-8 {
    left: 66.66666667%; }
  /* line 2187, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-7 {
    left: 58.33333333%; }
  /* line 2190, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-6 {
    left: 50%; }
  /* line 2193, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-5 {
    left: 41.66666667%; }
  /* line 2196, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-4 {
    left: 33.33333333%; }
  /* line 2199, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-3 {
    left: 25%; }
  /* line 2202, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-2 {
    left: 16.66666667%; }
  /* line 2205, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-1 {
    left: 8.33333333%; }
  /* line 2208, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-push-0 {
    left: auto; }
  /* line 2211, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-12 {
    margin-left: 100%; }
  /* line 2214, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  /* line 2217, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  /* line 2220, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-9 {
    margin-left: 75%; }
  /* line 2223, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  /* line 2226, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  /* line 2229, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-6 {
    margin-left: 50%; }
  /* line 2232, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  /* line 2235, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  /* line 2238, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-3 {
    margin-left: 25%; }
  /* line 2241, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  /* line 2244, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  /* line 2247, src/styles/vendors/bootstrap/bootstrap.css */
  .col-lg-offset-0 {
    margin-left: 0; } }

/* line 2251, src/styles/vendors/bootstrap/bootstrap.css */
table {
  background-color: transparent; }

/* line 2254, src/styles/vendors/bootstrap/bootstrap.css */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

/* line 2260, src/styles/vendors/bootstrap/bootstrap.css */
th {
  text-align: left; }

/* line 2263, src/styles/vendors/bootstrap/bootstrap.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

/* line 2268, src/styles/vendors/bootstrap/bootstrap.css */
.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 2279, src/styles/vendors/bootstrap/bootstrap.css */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 2283, src/styles/vendors/bootstrap/bootstrap.css */
.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 2291, src/styles/vendors/bootstrap/bootstrap.css */
.table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 2294, src/styles/vendors/bootstrap/bootstrap.css */
.table .table {
  background-color: #fff; }

/* line 2297, src/styles/vendors/bootstrap/bootstrap.css */
.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 2305, src/styles/vendors/bootstrap/bootstrap.css */
.table-bordered {
  border: 1px solid #ddd; }

/* line 2308, src/styles/vendors/bootstrap/bootstrap.css */
.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 2316, src/styles/vendors/bootstrap/bootstrap.css */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/* line 2320, src/styles/vendors/bootstrap/bootstrap.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 2323, src/styles/vendors/bootstrap/bootstrap.css */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 2326, src/styles/vendors/bootstrap/bootstrap.css */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

/* line 2331, src/styles/vendors/bootstrap/bootstrap.css */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

/* line 2337, src/styles/vendors/bootstrap/bootstrap.css */
.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 2351, src/styles/vendors/bootstrap/bootstrap.css */
.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 2358, src/styles/vendors/bootstrap/bootstrap.css */
.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 2372, src/styles/vendors/bootstrap/bootstrap.css */
.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 2379, src/styles/vendors/bootstrap/bootstrap.css */
.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 2393, src/styles/vendors/bootstrap/bootstrap.css */
.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 2400, src/styles/vendors/bootstrap/bootstrap.css */
.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 2414, src/styles/vendors/bootstrap/bootstrap.css */
.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 2421, src/styles/vendors/bootstrap/bootstrap.css */
.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 2435, src/styles/vendors/bootstrap/bootstrap.css */
.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; }

/* line 2442, src/styles/vendors/bootstrap/bootstrap.css */
.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  /* line 2447, src/styles/vendors/bootstrap/bootstrap.css */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  /* line 2454, src/styles/vendors/bootstrap/bootstrap.css */
  .table-responsive > .table {
    margin-bottom: 0; }
  /* line 2457, src/styles/vendors/bootstrap/bootstrap.css */
  .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 2465, src/styles/vendors/bootstrap/bootstrap.css */
  .table-responsive > .table-bordered {
    border: 0; }
  /* line 2468, src/styles/vendors/bootstrap/bootstrap.css */
  .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 2476, src/styles/vendors/bootstrap/bootstrap.css */
  .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 2484, src/styles/vendors/bootstrap/bootstrap.css */
  .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 2491, src/styles/vendors/bootstrap/bootstrap.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 2497, src/styles/vendors/bootstrap/bootstrap.css */
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 2508, src/styles/vendors/bootstrap/bootstrap.css */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 2514, src/styles/vendors/bootstrap/bootstrap.css */
input[type="search"] {
  box-sizing: border-box; }

/* line 2519, src/styles/vendors/bootstrap/bootstrap.css */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 2525, src/styles/vendors/bootstrap/bootstrap.css */
input[type="file"] {
  display: block; }

/* line 2528, src/styles/vendors/bootstrap/bootstrap.css */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 2532, src/styles/vendors/bootstrap/bootstrap.css */
select[multiple],
select[size] {
  height: auto; }

/* line 2536, src/styles/vendors/bootstrap/bootstrap.css */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 2542, src/styles/vendors/bootstrap/bootstrap.css */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

/* line 2549, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/* line 2567, src/styles/vendors/bootstrap/bootstrap.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 2573, src/styles/vendors/bootstrap/bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 2577, src/styles/vendors/bootstrap/bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999; }

/* line 2580, src/styles/vendors/bootstrap/bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999; }

/* line 2583, src/styles/vendors/bootstrap/bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 2587, src/styles/vendors/bootstrap/bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

/* line 2593, src/styles/vendors/bootstrap/bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

/* line 2597, src/styles/vendors/bootstrap/bootstrap.css */
textarea.form-control {
  height: auto; }

/* line 2600, src/styles/vendors/bootstrap/bootstrap.css */
input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2604, src/styles/vendors/bootstrap/bootstrap.css */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  /* line 2610, src/styles/vendors/bootstrap/bootstrap.css */
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  /* line 2620, src/styles/vendors/bootstrap/bootstrap.css */
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

/* line 2631, src/styles/vendors/bootstrap/bootstrap.css */
.form-group {
  margin-bottom: 15px; }

/* line 2634, src/styles/vendors/bootstrap/bootstrap.css */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 2641, src/styles/vendors/bootstrap/bootstrap.css */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

/* line 2649, src/styles/vendors/bootstrap/bootstrap.css */
.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 2657, src/styles/vendors/bootstrap/bootstrap.css */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 2661, src/styles/vendors/bootstrap/bootstrap.css */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

/* line 2671, src/styles/vendors/bootstrap/bootstrap.css */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 2676, src/styles/vendors/bootstrap/bootstrap.css */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

/* line 2684, src/styles/vendors/bootstrap/bootstrap.css */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

/* line 2690, src/styles/vendors/bootstrap/bootstrap.css */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

/* line 2696, src/styles/vendors/bootstrap/bootstrap.css */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

/* line 2702, src/styles/vendors/bootstrap/bootstrap.css */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

/* line 2707, src/styles/vendors/bootstrap/bootstrap.css */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 2714, src/styles/vendors/bootstrap/bootstrap.css */
select.input-sm {
  height: 30px;
  line-height: 30px; }

/* line 2718, src/styles/vendors/bootstrap/bootstrap.css */
textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

/* line 2722, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 2729, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

/* line 2733, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

/* line 2737, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 2744, src/styles/vendors/bootstrap/bootstrap.css */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 2751, src/styles/vendors/bootstrap/bootstrap.css */
select.input-lg {
  height: 46px;
  line-height: 46px; }

/* line 2755, src/styles/vendors/bootstrap/bootstrap.css */
textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

/* line 2759, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 2766, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

/* line 2770, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

/* line 2774, src/styles/vendors/bootstrap/bootstrap.css */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 2781, src/styles/vendors/bootstrap/bootstrap.css */
.has-feedback {
  position: relative; }

/* line 2784, src/styles/vendors/bootstrap/bootstrap.css */
.has-feedback .form-control {
  padding-right: 42.5px; }

/* line 2787, src/styles/vendors/bootstrap/bootstrap.css */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

/* line 2799, src/styles/vendors/bootstrap/bootstrap.css */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

/* line 2806, src/styles/vendors/bootstrap/bootstrap.css */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 2813, src/styles/vendors/bootstrap/bootstrap.css */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

/* line 2825, src/styles/vendors/bootstrap/bootstrap.css */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 2830, src/styles/vendors/bootstrap/bootstrap.css */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

/* line 2835, src/styles/vendors/bootstrap/bootstrap.css */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

/* line 2840, src/styles/vendors/bootstrap/bootstrap.css */
.has-success .form-control-feedback {
  color: #3c763d; }

/* line 2843, src/styles/vendors/bootstrap/bootstrap.css */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

/* line 2855, src/styles/vendors/bootstrap/bootstrap.css */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 2860, src/styles/vendors/bootstrap/bootstrap.css */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

/* line 2865, src/styles/vendors/bootstrap/bootstrap.css */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

/* line 2870, src/styles/vendors/bootstrap/bootstrap.css */
.has-warning .form-control-feedback {
  color: #8a6d3b; }

/* line 2873, src/styles/vendors/bootstrap/bootstrap.css */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

/* line 2885, src/styles/vendors/bootstrap/bootstrap.css */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* line 2890, src/styles/vendors/bootstrap/bootstrap.css */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

/* line 2895, src/styles/vendors/bootstrap/bootstrap.css */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

/* line 2900, src/styles/vendors/bootstrap/bootstrap.css */
.has-error .form-control-feedback {
  color: #a94442; }

/* line 2903, src/styles/vendors/bootstrap/bootstrap.css */
.has-feedback label ~ .form-control-feedback {
  top: 25px; }

/* line 2906, src/styles/vendors/bootstrap/bootstrap.css */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 2909, src/styles/vendors/bootstrap/bootstrap.css */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  /* line 2916, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 2921, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 2926, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .form-control-static {
    display: inline-block; }
  /* line 2929, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  /* line 2933, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  /* line 2938, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .input-group > .form-control {
    width: 100%; }
  /* line 2941, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 2945, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 2952, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  /* line 2956, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 2961, src/styles/vendors/bootstrap/bootstrap.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

/* line 2965, src/styles/vendors/bootstrap/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

/* line 2973, src/styles/vendors/bootstrap/bootstrap.css */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

/* line 2977, src/styles/vendors/bootstrap/bootstrap.css */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 2982, src/styles/vendors/bootstrap/bootstrap.css */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

/* line 2988, src/styles/vendors/bootstrap/bootstrap.css */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  /* line 2992, src/styles/vendors/bootstrap/bootstrap.css */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  /* line 2998, src/styles/vendors/bootstrap/bootstrap.css */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

/* line 3003, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  touch-action: manipulation;
  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 3024, src/styles/vendors/bootstrap/bootstrap.css */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 3033, src/styles/vendors/bootstrap/bootstrap.css */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none; }

/* line 3039, src/styles/vendors/bootstrap/bootstrap.css */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 3046, src/styles/vendors/bootstrap/bootstrap.css */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65; }

/* line 3055, src/styles/vendors/bootstrap/bootstrap.css */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

/* line 3059, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

/* line 3064, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

/* line 3070, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 3075, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* line 3082, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

/* line 3095, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

/* line 3100, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

/* line 3112, src/styles/vendors/bootstrap/bootstrap.css */
.btn-default .badge {
  color: #fff;
  background-color: #333; }

/* line 3116, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 3121, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

/* line 3127, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 3132, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

/* line 3139, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

/* line 3152, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

/* line 3157, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4; }

/* line 3169, src/styles/vendors/bootstrap/bootstrap.css */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 3173, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 3178, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

/* line 3184, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 3189, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

/* line 3196, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

/* line 3209, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

/* line 3214, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

/* line 3226, src/styles/vendors/bootstrap/bootstrap.css */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

/* line 3230, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 3235, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

/* line 3241, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 3246, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

/* line 3253, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

/* line 3266, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

/* line 3271, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

/* line 3283, src/styles/vendors/bootstrap/bootstrap.css */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

/* line 3287, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 3292, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

/* line 3298, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 3303, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

/* line 3310, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

/* line 3323, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

/* line 3328, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

/* line 3340, src/styles/vendors/bootstrap/bootstrap.css */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

/* line 3344, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 3349, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

/* line 3355, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 3360, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

/* line 3367, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

/* line 3380, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

/* line 3385, src/styles/vendors/bootstrap/bootstrap.css */
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

/* line 3397, src/styles/vendors/bootstrap/bootstrap.css */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

/* line 3401, src/styles/vendors/bootstrap/bootstrap.css */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0; }

/* line 3406, src/styles/vendors/bootstrap/bootstrap.css */
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

/* line 3415, src/styles/vendors/bootstrap/bootstrap.css */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

/* line 3421, src/styles/vendors/bootstrap/bootstrap.css */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

/* line 3427, src/styles/vendors/bootstrap/bootstrap.css */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

/* line 3434, src/styles/vendors/bootstrap/bootstrap.css */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

/* line 3441, src/styles/vendors/bootstrap/bootstrap.css */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 3448, src/styles/vendors/bootstrap/bootstrap.css */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 3455, src/styles/vendors/bootstrap/bootstrap.css */
.btn-block {
  display: block;
  width: 100%; }

/* line 3459, src/styles/vendors/bootstrap/bootstrap.css */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 3462, src/styles/vendors/bootstrap/bootstrap.css */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 3467, src/styles/vendors/bootstrap/bootstrap.css */
.fade {
  opacity: 0;
  transition: opacity .15s linear; }

/* line 3473, src/styles/vendors/bootstrap/bootstrap.css */
.fade.in {
  opacity: 1; }

/* line 3476, src/styles/vendors/bootstrap/bootstrap.css */
.collapse {
  display: none; }

/* line 3479, src/styles/vendors/bootstrap/bootstrap.css */
.collapse.in {
  display: block; }

/* line 3482, src/styles/vendors/bootstrap/bootstrap.css */
tr.collapse.in {
  display: table-row; }

/* line 3485, src/styles/vendors/bootstrap/bootstrap.css */
tbody.collapse.in {
  display: table-row-group; }

/* line 3488, src/styles/vendors/bootstrap/bootstrap.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility; }

/* line 3502, src/styles/vendors/bootstrap/bootstrap.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 3513, src/styles/vendors/bootstrap/bootstrap.css */
.dropup,
.dropdown {
  position: relative; }

/* line 3517, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-toggle:focus {
  outline: 0; }

/* line 3520, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 3542, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 3546, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

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

/* line 3561, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 3567, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

/* line 3575, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777; }

/* line 3580, src/styles/vendors/bootstrap/bootstrap.css */
.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 3588, src/styles/vendors/bootstrap/bootstrap.css */
.open > .dropdown-menu {
  display: block; }

/* line 3591, src/styles/vendors/bootstrap/bootstrap.css */
.open > a {
  outline: 0; }

/* line 3594, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 3598, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 3602, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

/* line 3610, src/styles/vendors/bootstrap/bootstrap.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

/* line 3618, src/styles/vendors/bootstrap/bootstrap.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 3622, src/styles/vendors/bootstrap/bootstrap.css */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; }

/* line 3629, src/styles/vendors/bootstrap/bootstrap.css */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  /* line 3636, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 3640, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

/* line 3645, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* line 3651, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

/* line 3656, src/styles/vendors/bootstrap/bootstrap.css */
.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 3666, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 3672, src/styles/vendors/bootstrap/bootstrap.css */
.btn-toolbar {
  margin-left: -5px; }

/* line 3675, src/styles/vendors/bootstrap/bootstrap.css */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

/* line 3680, src/styles/vendors/bootstrap/bootstrap.css */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

/* line 3685, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 3688, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 3691, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3695, src/styles/vendors/bootstrap/bootstrap.css */
.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 3700, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn-group {
  float: left; }

/* line 3703, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 3706, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 3711, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3715, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 3719, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

/* line 3723, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

/* line 3727, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 3731, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

/* line 3735, src/styles/vendors/bootstrap/bootstrap.css */
.btn .caret {
  margin-left: 0; }

/* line 3738, src/styles/vendors/bootstrap/bootstrap.css */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 3742, src/styles/vendors/bootstrap/bootstrap.css */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

/* line 3745, src/styles/vendors/bootstrap/bootstrap.css */
.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 3753, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group > .btn {
  float: none; }

/* line 3756, src/styles/vendors/bootstrap/bootstrap.css */
.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 3763, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 3766, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 3772, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 3778, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 3781, src/styles/vendors/bootstrap/bootstrap.css */
.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 3786, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 3790, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

/* line 3796, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

/* line 3802, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-justified > .btn-group .btn {
  width: 100%; }

/* line 3805, src/styles/vendors/bootstrap/bootstrap.css */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

/* line 3808, src/styles/vendors/bootstrap/bootstrap.css */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 3816, src/styles/vendors/bootstrap/bootstrap.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

/* line 3821, src/styles/vendors/bootstrap/bootstrap.css */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

/* line 3826, src/styles/vendors/bootstrap/bootstrap.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

/* line 3833, src/styles/vendors/bootstrap/bootstrap.css */
.input-group .form-control:focus {
  z-index: 3; }

/* line 3836, src/styles/vendors/bootstrap/bootstrap.css */
.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.3333333;
  border-radius: 6px; }

/* line 3845, src/styles/vendors/bootstrap/bootstrap.css */
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 3851, src/styles/vendors/bootstrap/bootstrap.css */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

/* line 3859, src/styles/vendors/bootstrap/bootstrap.css */
.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 3868, src/styles/vendors/bootstrap/bootstrap.css */
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 3874, src/styles/vendors/bootstrap/bootstrap.css */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

/* line 3882, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

/* line 3887, src/styles/vendors/bootstrap/bootstrap.css */
.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 3892, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 3898, src/styles/vendors/bootstrap/bootstrap.css */
.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 3909, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

/* line 3914, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

/* line 3919, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

/* line 3923, src/styles/vendors/bootstrap/bootstrap.css */
.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 3933, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon:first-child {
  border-right: 0; }

/* line 3936, src/styles/vendors/bootstrap/bootstrap.css */
.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 3946, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-addon:last-child {
  border-left: 0; }

/* line 3949, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 3954, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn > .btn {
  position: relative; }

/* line 3957, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px; }

/* line 3960, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

/* line 3965, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

/* line 3969, src/styles/vendors/bootstrap/bootstrap.css */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 3974, src/styles/vendors/bootstrap/bootstrap.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 3979, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li {
  position: relative;
  display: block; }

/* line 3983, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

/* line 3988, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

/* line 3993, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li.disabled > a {
  color: #777; }

/* line 3996, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

/* line 4003, src/styles/vendors/bootstrap/bootstrap.css */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7; }

/* line 4009, src/styles/vendors/bootstrap/bootstrap.css */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

/* line 4015, src/styles/vendors/bootstrap/bootstrap.css */
.nav > li > a > img {
  max-width: none; }

/* line 4018, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 4021, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

/* line 4025, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

/* line 4031, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

/* line 4034, src/styles/vendors/bootstrap/bootstrap.css */
.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 4043, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

/* line 4047, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li {
  float: none; }

/* line 4050, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

/* line 4054, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 4059, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  /* line 4063, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

/* line 4067, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

/* line 4071, src/styles/vendors/bootstrap/bootstrap.css */
.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 4077, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  /* line 4081, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4087, src/styles/vendors/bootstrap/bootstrap.css */
.nav-pills > li {
  float: left; }

/* line 4090, src/styles/vendors/bootstrap/bootstrap.css */
.nav-pills > li > a {
  border-radius: 4px; }

/* line 4093, src/styles/vendors/bootstrap/bootstrap.css */
.nav-pills > li + li {
  margin-left: 2px; }

/* line 4096, src/styles/vendors/bootstrap/bootstrap.css */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

/* line 4102, src/styles/vendors/bootstrap/bootstrap.css */
.nav-stacked > li {
  float: none; }

/* line 4105, src/styles/vendors/bootstrap/bootstrap.css */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

/* line 4109, src/styles/vendors/bootstrap/bootstrap.css */
.nav-justified {
  width: 100%; }

/* line 4112, src/styles/vendors/bootstrap/bootstrap.css */
.nav-justified > li {
  float: none; }

/* line 4115, src/styles/vendors/bootstrap/bootstrap.css */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

/* line 4119, src/styles/vendors/bootstrap/bootstrap.css */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  /* line 4124, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  /* line 4128, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-justified > li > a {
    margin-bottom: 0; } }

/* line 4132, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs-justified {
  border-bottom: 0; }

/* line 4135, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

/* line 4139, src/styles/vendors/bootstrap/bootstrap.css */
.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 4145, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  /* line 4149, src/styles/vendors/bootstrap/bootstrap.css */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

/* line 4155, src/styles/vendors/bootstrap/bootstrap.css */
.tab-content > .tab-pane {
  display: none; }

/* line 4158, src/styles/vendors/bootstrap/bootstrap.css */
.tab-content > .active {
  display: block; }

/* line 4161, src/styles/vendors/bootstrap/bootstrap.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4166, src/styles/vendors/bootstrap/bootstrap.css */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  /* line 4173, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  /* line 4178, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-header {
    float: left; } }

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

/* line 4191, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  /* line 4195, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  /* line 4201, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  /* line 4207, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-collapse.in {
    overflow-y: visible; }
  /* line 4210, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

/* line 4217, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

/* line 4227, src/styles/vendors/bootstrap/bootstrap.css */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  /* line 4235, src/styles/vendors/bootstrap/bootstrap.css */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

/* line 4243, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  /* line 4248, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-static-top {
    border-radius: 0; } }

/* line 4252, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  /* line 4260, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

/* line 4265, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 4269, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 4274, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

/* line 4281, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

/* line 4285, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  /* line 4289, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

/* line 4294, src/styles/vendors/bootstrap/bootstrap.css */
.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 4306, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-toggle:focus {
  outline: 0; }

/* line 4309, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

/* line 4315, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  /* line 4319, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-toggle {
    display: none; } }

/* line 4323, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-nav {
  margin: 7.5px -15px; }

/* line 4326, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  /* line 4332, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  /* line 4342, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  /* line 4346, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  /* line 4349, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  /* line 4355, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav {
    float: left;
    margin: 0; }
  /* line 4359, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav > li {
    float: left; }
  /* line 4362, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

/* line 4367, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  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 4379, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 4384, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 4389, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .form-control-static {
    display: inline-block; }
  /* line 4392, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  /* line 4396, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  /* line 4401, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .input-group > .form-control {
    width: 100%; }
  /* line 4404, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 4408, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 4415, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  /* line 4419, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 4424, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  /* line 4429, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .form-group {
    margin-bottom: 5px; }
  /* line 4432, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  /* line 4437, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none; } }

/* line 4448, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4453, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4460, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

/* line 4464, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 4468, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

/* line 4472, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  /* line 4477, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  /* line 4484, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-left {
    float: left !important; }
  /* line 4487, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  /* line 4491, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

/* line 4495, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

/* line 4499, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-brand {
  color: #777; }

/* line 4502, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

/* line 4507, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-text {
  color: #777; }

/* line 4510, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-nav > li > a {
  color: #777; }

/* line 4513, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

/* line 4518, src/styles/vendors/bootstrap/bootstrap.css */
.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 4524, src/styles/vendors/bootstrap/bootstrap.css */
.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 4530, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle {
  border-color: #ddd; }

/* line 4533, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

/* line 4537, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

/* line 4540, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

/* line 4544, src/styles/vendors/bootstrap/bootstrap.css */
.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 4551, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  /* line 4554, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4559, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4565, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4572, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-link {
  color: #777; }

/* line 4575, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .navbar-link:hover {
  color: #333; }

/* line 4578, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .btn-link {
  color: #777; }

/* line 4581, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333; }

/* line 4585, src/styles/vendors/bootstrap/bootstrap.css */
.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 4591, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

/* line 4595, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

/* line 4598, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

/* line 4603, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-text {
  color: #9d9d9d; }

/* line 4606, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

/* line 4609, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

/* line 4614, src/styles/vendors/bootstrap/bootstrap.css */
.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 4620, src/styles/vendors/bootstrap/bootstrap.css */
.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 4626, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle {
  border-color: #333; }

/* line 4629, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

/* line 4633, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

/* line 4636, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

/* line 4640, src/styles/vendors/bootstrap/bootstrap.css */
.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 4647, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  /* line 4650, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  /* line 4653, src/styles/vendors/bootstrap/bootstrap.css */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  /* line 4656, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4661, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4667, src/styles/vendors/bootstrap/bootstrap.css */
  .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 4674, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

/* line 4677, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .navbar-link:hover {
  color: #fff; }

/* line 4680, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .btn-link {
  color: #9d9d9d; }

/* line 4683, src/styles/vendors/bootstrap/bootstrap.css */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff; }

/* line 4687, src/styles/vendors/bootstrap/bootstrap.css */
.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 4693, src/styles/vendors/bootstrap/bootstrap.css */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

/* line 4700, src/styles/vendors/bootstrap/bootstrap.css */
.breadcrumb > li {
  display: inline-block; }

/* line 4703, src/styles/vendors/bootstrap/bootstrap.css */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

/* line 4708, src/styles/vendors/bootstrap/bootstrap.css */
.breadcrumb > .active {
  color: #777; }

/* line 4711, src/styles/vendors/bootstrap/bootstrap.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

/* line 4717, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > li {
  display: inline; }

/* line 4720, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 4732, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 4738, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 4743, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

/* line 4752, src/styles/vendors/bootstrap/bootstrap.css */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 4764, src/styles/vendors/bootstrap/bootstrap.css */
.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 4775, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

/* line 4781, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

/* line 4786, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

/* line 4791, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

/* line 4797, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 4802, src/styles/vendors/bootstrap/bootstrap.css */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 4807, src/styles/vendors/bootstrap/bootstrap.css */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

/* line 4813, src/styles/vendors/bootstrap/bootstrap.css */
.pager li {
  display: inline; }

/* line 4816, src/styles/vendors/bootstrap/bootstrap.css */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

/* line 4824, src/styles/vendors/bootstrap/bootstrap.css */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee; }

/* line 4829, src/styles/vendors/bootstrap/bootstrap.css */
.pager .next > a,
.pager .next > span {
  float: right; }

/* line 4833, src/styles/vendors/bootstrap/bootstrap.css */
.pager .previous > a,
.pager .previous > span {
  float: left; }

/* line 4837, src/styles/vendors/bootstrap/bootstrap.css */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* line 4845, src/styles/vendors/bootstrap/bootstrap.css */
.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 4857, src/styles/vendors/bootstrap/bootstrap.css */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 4863, src/styles/vendors/bootstrap/bootstrap.css */
.label:empty {
  display: none; }

/* line 4866, src/styles/vendors/bootstrap/bootstrap.css */
.btn .label {
  position: relative;
  top: -1px; }

/* line 4870, src/styles/vendors/bootstrap/bootstrap.css */
.label-default {
  background-color: #777; }

/* line 4873, src/styles/vendors/bootstrap/bootstrap.css */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

/* line 4877, src/styles/vendors/bootstrap/bootstrap.css */
.label-primary {
  background-color: #337ab7; }

/* line 4880, src/styles/vendors/bootstrap/bootstrap.css */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

/* line 4884, src/styles/vendors/bootstrap/bootstrap.css */
.label-success {
  background-color: #5cb85c; }

/* line 4887, src/styles/vendors/bootstrap/bootstrap.css */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

/* line 4891, src/styles/vendors/bootstrap/bootstrap.css */
.label-info {
  background-color: #5bc0de; }

/* line 4894, src/styles/vendors/bootstrap/bootstrap.css */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

/* line 4898, src/styles/vendors/bootstrap/bootstrap.css */
.label-warning {
  background-color: #f0ad4e; }

/* line 4901, src/styles/vendors/bootstrap/bootstrap.css */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

/* line 4905, src/styles/vendors/bootstrap/bootstrap.css */
.label-danger {
  background-color: #d9534f; }

/* line 4908, src/styles/vendors/bootstrap/bootstrap.css */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

/* line 4912, src/styles/vendors/bootstrap/bootstrap.css */
.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: middle;
  background-color: #777;
  border-radius: 10px; }

/* line 4926, src/styles/vendors/bootstrap/bootstrap.css */
.badge:empty {
  display: none; }

/* line 4929, src/styles/vendors/bootstrap/bootstrap.css */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 4933, src/styles/vendors/bootstrap/bootstrap.css */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

/* line 4938, src/styles/vendors/bootstrap/bootstrap.css */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 4944, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 4949, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item > .badge {
  float: right; }

/* line 4952, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item > .badge + .badge {
  margin-right: 5px; }

/* line 4955, src/styles/vendors/bootstrap/bootstrap.css */
.nav-pills > li > a > .badge {
  margin-left: 3px; }

/* line 4958, src/styles/vendors/bootstrap/bootstrap.css */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

/* line 4965, src/styles/vendors/bootstrap/bootstrap.css */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

/* line 4969, src/styles/vendors/bootstrap/bootstrap.css */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

/* line 4974, src/styles/vendors/bootstrap/bootstrap.css */
.jumbotron > hr {
  border-top-color: #d5d5d5; }

/* line 4977, src/styles/vendors/bootstrap/bootstrap.css */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

/* line 4983, src/styles/vendors/bootstrap/bootstrap.css */
.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  /* line 4987, src/styles/vendors/bootstrap/bootstrap.css */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  /* line 4991, src/styles/vendors/bootstrap/bootstrap.css */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  /* line 4996, src/styles/vendors/bootstrap/bootstrap.css */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

/* line 5001, src/styles/vendors/bootstrap/bootstrap.css */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out; }

/* line 5013, src/styles/vendors/bootstrap/bootstrap.css */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto; }

/* line 5018, src/styles/vendors/bootstrap/bootstrap.css */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

/* line 5023, src/styles/vendors/bootstrap/bootstrap.css */
.thumbnail .caption {
  padding: 9px;
  color: #333; }

/* line 5027, src/styles/vendors/bootstrap/bootstrap.css */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

/* line 5033, src/styles/vendors/bootstrap/bootstrap.css */
.alert h4 {
  margin-top: 0;
  color: inherit; }

/* line 5037, src/styles/vendors/bootstrap/bootstrap.css */
.alert .alert-link {
  font-weight: bold; }

/* line 5040, src/styles/vendors/bootstrap/bootstrap.css */
.alert > p,
.alert > ul {
  margin-bottom: 0; }

/* line 5044, src/styles/vendors/bootstrap/bootstrap.css */
.alert > p + p {
  margin-top: 5px; }

/* line 5047, src/styles/vendors/bootstrap/bootstrap.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

/* line 5051, src/styles/vendors/bootstrap/bootstrap.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

/* line 5058, src/styles/vendors/bootstrap/bootstrap.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 5063, src/styles/vendors/bootstrap/bootstrap.css */
.alert-success hr {
  border-top-color: #c9e2b3; }

/* line 5066, src/styles/vendors/bootstrap/bootstrap.css */
.alert-success .alert-link {
  color: #2b542c; }

/* line 5069, src/styles/vendors/bootstrap/bootstrap.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 5074, src/styles/vendors/bootstrap/bootstrap.css */
.alert-info hr {
  border-top-color: #a6e1ec; }

/* line 5077, src/styles/vendors/bootstrap/bootstrap.css */
.alert-info .alert-link {
  color: #245269; }

/* line 5080, src/styles/vendors/bootstrap/bootstrap.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 5085, src/styles/vendors/bootstrap/bootstrap.css */
.alert-warning hr {
  border-top-color: #f7e1b5; }

/* line 5088, src/styles/vendors/bootstrap/bootstrap.css */
.alert-warning .alert-link {
  color: #66512c; }

/* line 5091, src/styles/vendors/bootstrap/bootstrap.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 5096, src/styles/vendors/bootstrap/bootstrap.css */
.alert-danger hr {
  border-top-color: #e4b9c0; }

/* line 5099, src/styles/vendors/bootstrap/bootstrap.css */
.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/* line 5126, src/styles/vendors/bootstrap/bootstrap.css */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 5135, src/styles/vendors/bootstrap/bootstrap.css */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease; }

/* line 5150, src/styles/vendors/bootstrap/bootstrap.css */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

/* line 5158, src/styles/vendors/bootstrap/bootstrap.css */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 5164, src/styles/vendors/bootstrap/bootstrap.css */
.progress-bar-success {
  background-color: #5cb85c; }

/* line 5167, src/styles/vendors/bootstrap/bootstrap.css */
.progress-striped .progress-bar-success {
  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 5172, src/styles/vendors/bootstrap/bootstrap.css */
.progress-bar-info {
  background-color: #5bc0de; }

/* line 5175, src/styles/vendors/bootstrap/bootstrap.css */
.progress-striped .progress-bar-info {
  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 5180, src/styles/vendors/bootstrap/bootstrap.css */
.progress-bar-warning {
  background-color: #f0ad4e; }

/* line 5183, src/styles/vendors/bootstrap/bootstrap.css */
.progress-striped .progress-bar-warning {
  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 5188, src/styles/vendors/bootstrap/bootstrap.css */
.progress-bar-danger {
  background-color: #d9534f; }

/* line 5191, src/styles/vendors/bootstrap/bootstrap.css */
.progress-striped .progress-bar-danger {
  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 5196, src/styles/vendors/bootstrap/bootstrap.css */
.media {
  margin-top: 15px; }

/* line 5199, src/styles/vendors/bootstrap/bootstrap.css */
.media:first-child {
  margin-top: 0; }

/* line 5202, src/styles/vendors/bootstrap/bootstrap.css */
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

/* line 5207, src/styles/vendors/bootstrap/bootstrap.css */
.media-body {
  width: 10000px; }

/* line 5210, src/styles/vendors/bootstrap/bootstrap.css */
.media-object {
  display: block; }

/* line 5213, src/styles/vendors/bootstrap/bootstrap.css */
.media-object.img-thumbnail {
  max-width: none; }

/* line 5216, src/styles/vendors/bootstrap/bootstrap.css */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

/* line 5220, src/styles/vendors/bootstrap/bootstrap.css */
.media-left,
.media > .pull-left {
  padding-right: 10px; }

/* line 5224, src/styles/vendors/bootstrap/bootstrap.css */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

/* line 5230, src/styles/vendors/bootstrap/bootstrap.css */
.media-middle {
  vertical-align: middle; }

/* line 5233, src/styles/vendors/bootstrap/bootstrap.css */
.media-bottom {
  vertical-align: bottom; }

/* line 5236, src/styles/vendors/bootstrap/bootstrap.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 5240, src/styles/vendors/bootstrap/bootstrap.css */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 5244, src/styles/vendors/bootstrap/bootstrap.css */
.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

/* line 5248, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

/* line 5256, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

/* line 5260, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 5265, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item,
button.list-group-item {
  color: #555; }

/* line 5269, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

/* line 5273, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 5281, src/styles/vendors/bootstrap/bootstrap.css */
button.list-group-item {
  width: 100%;
  text-align: left; }

/* line 5285, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

/* line 5292, src/styles/vendors/bootstrap/bootstrap.css */
.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 5297, src/styles/vendors/bootstrap/bootstrap.css */
.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 5302, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 5310, src/styles/vendors/bootstrap/bootstrap.css */
.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 5321, src/styles/vendors/bootstrap/bootstrap.css */
.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: #c7ddef; }

/* line 5326, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

/* line 5330, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

/* line 5334, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

/* line 5338, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

/* line 5345, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

/* line 5355, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

/* line 5359, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

/* line 5363, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

/* line 5367, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

/* line 5374, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

/* line 5384, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

/* line 5388, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

/* line 5392, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

/* line 5396, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

/* line 5403, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

/* line 5413, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

/* line 5417, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

/* line 5421, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

/* line 5425, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

/* line 5432, src/styles/vendors/bootstrap/bootstrap.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

/* line 5442, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 5446, src/styles/vendors/bootstrap/bootstrap.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 5450, src/styles/vendors/bootstrap/bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 5458, src/styles/vendors/bootstrap/bootstrap.css */
.panel-body {
  padding: 15px; }

/* line 5461, src/styles/vendors/bootstrap/bootstrap.css */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5467, src/styles/vendors/bootstrap/bootstrap.css */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

/* line 5470, src/styles/vendors/bootstrap/bootstrap.css */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

/* line 5476, src/styles/vendors/bootstrap/bootstrap.css */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

/* line 5483, src/styles/vendors/bootstrap/bootstrap.css */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5490, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

/* line 5494, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

/* line 5499, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5505, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5511, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5515, src/styles/vendors/bootstrap/bootstrap.css */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 5518, src/styles/vendors/bootstrap/bootstrap.css */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 5521, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

/* line 5526, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

/* line 5532, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5537, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 5544, src/styles/vendors/bootstrap/bootstrap.css */
.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 5554, src/styles/vendors/bootstrap/bootstrap.css */
.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 5564, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5569, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 5576, src/styles/vendors/bootstrap/bootstrap.css */
.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 5586, src/styles/vendors/bootstrap/bootstrap.css */
.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 5596, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

/* line 5602, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

/* line 5606, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

/* line 5610, src/styles/vendors/bootstrap/bootstrap.css */
.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 5624, src/styles/vendors/bootstrap/bootstrap.css */
.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 5638, src/styles/vendors/bootstrap/bootstrap.css */
.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 5648, src/styles/vendors/bootstrap/bootstrap.css */
.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 5658, src/styles/vendors/bootstrap/bootstrap.css */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

/* line 5662, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group {
  margin-bottom: 20px; }

/* line 5665, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

/* line 5669, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel + .panel {
  margin-top: 5px; }

/* line 5672, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel-heading {
  border-bottom: 0; }

/* line 5675, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

/* line 5679, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel-footer {
  border-top: 0; }

/* line 5682, src/styles/vendors/bootstrap/bootstrap.css */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

/* line 5685, src/styles/vendors/bootstrap/bootstrap.css */
.panel-default {
  border-color: #ddd; }

/* line 5688, src/styles/vendors/bootstrap/bootstrap.css */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

/* line 5693, src/styles/vendors/bootstrap/bootstrap.css */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

/* line 5696, src/styles/vendors/bootstrap/bootstrap.css */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

/* line 5700, src/styles/vendors/bootstrap/bootstrap.css */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

/* line 5703, src/styles/vendors/bootstrap/bootstrap.css */
.panel-primary {
  border-color: #337ab7; }

/* line 5706, src/styles/vendors/bootstrap/bootstrap.css */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

/* line 5711, src/styles/vendors/bootstrap/bootstrap.css */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

/* line 5714, src/styles/vendors/bootstrap/bootstrap.css */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

/* line 5718, src/styles/vendors/bootstrap/bootstrap.css */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

/* line 5721, src/styles/vendors/bootstrap/bootstrap.css */
.panel-success {
  border-color: #d6e9c6; }

/* line 5724, src/styles/vendors/bootstrap/bootstrap.css */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* line 5729, src/styles/vendors/bootstrap/bootstrap.css */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

/* line 5732, src/styles/vendors/bootstrap/bootstrap.css */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

/* line 5736, src/styles/vendors/bootstrap/bootstrap.css */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

/* line 5739, src/styles/vendors/bootstrap/bootstrap.css */
.panel-info {
  border-color: #bce8f1; }

/* line 5742, src/styles/vendors/bootstrap/bootstrap.css */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

/* line 5747, src/styles/vendors/bootstrap/bootstrap.css */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

/* line 5750, src/styles/vendors/bootstrap/bootstrap.css */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

/* line 5754, src/styles/vendors/bootstrap/bootstrap.css */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

/* line 5757, src/styles/vendors/bootstrap/bootstrap.css */
.panel-warning {
  border-color: #faebcc; }

/* line 5760, src/styles/vendors/bootstrap/bootstrap.css */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

/* line 5765, src/styles/vendors/bootstrap/bootstrap.css */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

/* line 5768, src/styles/vendors/bootstrap/bootstrap.css */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

/* line 5772, src/styles/vendors/bootstrap/bootstrap.css */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

/* line 5775, src/styles/vendors/bootstrap/bootstrap.css */
.panel-danger {
  border-color: #ebccd1; }

/* line 5778, src/styles/vendors/bootstrap/bootstrap.css */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

/* line 5783, src/styles/vendors/bootstrap/bootstrap.css */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

/* line 5786, src/styles/vendors/bootstrap/bootstrap.css */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

/* line 5790, src/styles/vendors/bootstrap/bootstrap.css */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

/* line 5793, src/styles/vendors/bootstrap/bootstrap.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 5800, src/styles/vendors/bootstrap/bootstrap.css */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 5813, src/styles/vendors/bootstrap/bootstrap.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 5816, src/styles/vendors/bootstrap/bootstrap.css */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 5819, src/styles/vendors/bootstrap/bootstrap.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 5829, src/styles/vendors/bootstrap/bootstrap.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

/* line 5833, src/styles/vendors/bootstrap/bootstrap.css */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 5837, src/styles/vendors/bootstrap/bootstrap.css */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 5841, src/styles/vendors/bootstrap/bootstrap.css */
.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 5851, src/styles/vendors/bootstrap/bootstrap.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 5859, src/styles/vendors/bootstrap/bootstrap.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

/* line 5866, src/styles/vendors/bootstrap/bootstrap.css */
.modal-open {
  overflow: hidden; }

/* line 5869, src/styles/vendors/bootstrap/bootstrap.css */
.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 5881, src/styles/vendors/bootstrap/bootstrap.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%); }

/* line 5890, src/styles/vendors/bootstrap/bootstrap.css */
.modal.in .modal-dialog {
  transform: translate(0, 0); }

/* line 5896, src/styles/vendors/bootstrap/bootstrap.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 5900, src/styles/vendors/bootstrap/bootstrap.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 5905, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

/* line 5917, src/styles/vendors/bootstrap/bootstrap.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 5926, src/styles/vendors/bootstrap/bootstrap.css */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 5930, src/styles/vendors/bootstrap/bootstrap.css */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 5934, src/styles/vendors/bootstrap/bootstrap.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

/* line 5938, src/styles/vendors/bootstrap/bootstrap.css */
.modal-header .close {
  margin-top: -2px; }

/* line 5941, src/styles/vendors/bootstrap/bootstrap.css */
.modal-title {
  margin: 0;
  line-height: 1.42857143; }

/* line 5945, src/styles/vendors/bootstrap/bootstrap.css */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 5949, src/styles/vendors/bootstrap/bootstrap.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

/* line 5954, src/styles/vendors/bootstrap/bootstrap.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

/* line 5958, src/styles/vendors/bootstrap/bootstrap.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 5961, src/styles/vendors/bootstrap/bootstrap.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 5964, src/styles/vendors/bootstrap/bootstrap.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 5972, src/styles/vendors/bootstrap/bootstrap.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  /* line 5976, src/styles/vendors/bootstrap/bootstrap.css */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  /* line 5980, src/styles/vendors/bootstrap/bootstrap.css */
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  /* line 5985, src/styles/vendors/bootstrap/bootstrap.css */
  .modal-lg {
    width: 900px; } }

/* line 5989, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

/* line 6013, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

/* line 6017, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

/* line 6021, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

/* line 6025, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

/* line 6029, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

/* line 6033, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

/* line 6041, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 6048, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 6055, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 6062, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

/* line 6069, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

/* line 6076, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

/* line 6083, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6090, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6097, src/styles/vendors/bootstrap/bootstrap.css */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6104, src/styles/vendors/bootstrap/bootstrap.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

/* line 6138, src/styles/vendors/bootstrap/bootstrap.css */
.popover.top {
  margin-top: -10px; }

/* line 6141, src/styles/vendors/bootstrap/bootstrap.css */
.popover.right {
  margin-left: 10px; }

/* line 6144, src/styles/vendors/bootstrap/bootstrap.css */
.popover.bottom {
  margin-top: 10px; }

/* line 6147, src/styles/vendors/bootstrap/bootstrap.css */
.popover.left {
  margin-left: -10px; }

/* line 6150, src/styles/vendors/bootstrap/bootstrap.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 6158, src/styles/vendors/bootstrap/bootstrap.css */
.popover-content {
  padding: 9px 14px; }

/* line 6161, src/styles/vendors/bootstrap/bootstrap.css */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 6170, src/styles/vendors/bootstrap/bootstrap.css */
.popover > .arrow {
  border-width: 11px; }

/* line 6173, src/styles/vendors/bootstrap/bootstrap.css */
.popover > .arrow:after {
  content: "";
  border-width: 10px; }

/* line 6177, src/styles/vendors/bootstrap/bootstrap.css */
.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 6185, src/styles/vendors/bootstrap/bootstrap.css */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

/* line 6192, src/styles/vendors/bootstrap/bootstrap.css */
.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 6200, src/styles/vendors/bootstrap/bootstrap.css */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

/* line 6207, src/styles/vendors/bootstrap/bootstrap.css */
.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 6215, src/styles/vendors/bootstrap/bootstrap.css */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

/* line 6222, src/styles/vendors/bootstrap/bootstrap.css */
.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 6230, src/styles/vendors/bootstrap/bootstrap.css */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

/* line 6237, src/styles/vendors/bootstrap/bootstrap.css */
.carousel {
  position: relative; }

/* line 6240, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 6245, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left; }

/* line 6252, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6257, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px; }
  /* line 6267, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0); }
  /* line 6273, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  /* line 6279, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0); } }

/* line 6287, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

/* line 6292, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .active {
  left: 0; }

/* line 6295, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

/* line 6301, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .next {
  left: 100%; }

/* line 6304, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .prev {
  left: -100%; }

/* line 6307, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

/* line 6311, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .active.left {
  left: -100%; }

/* line 6314, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-inner > .active.right {
  left: 100%; }

/* line 6317, src/styles/vendors/bootstrap/bootstrap.css */
.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);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5; }

/* line 6331, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control.left {
  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 6339, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control.right {
  right: 0;
  left: auto;
  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 6349, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

/* line 6357, src/styles/vendors/bootstrap/bootstrap.css */
.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;
  margin-top: -10px; }

/* line 6367, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

/* line 6372, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

/* line 6377, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

/* line 6384, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control .icon-prev:before {
  content: '\2039'; }

/* line 6387, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-control .icon-next:before {
  content: '\203a'; }

/* line 6390, src/styles/vendors/bootstrap/bootstrap.css */
.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 6401, src/styles/vendors/bootstrap/bootstrap.css */
.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 6413, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

/* line 6419, src/styles/vendors/bootstrap/bootstrap.css */
.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 6431, src/styles/vendors/bootstrap/bootstrap.css */
.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 6435, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  /* line 6444, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  /* line 6448, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  /* line 6452, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  /* line 6457, src/styles/vendors/bootstrap/bootstrap.css */
  .carousel-indicators {
    bottom: 20px; } }

/* line 6461, src/styles/vendors/bootstrap/bootstrap.css */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container: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-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

/* line 6496, src/styles/vendors/bootstrap/bootstrap.css */
.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-header:after,
.modal-footer:after {
  clear: both; }

/* line 6514, src/styles/vendors/bootstrap/bootstrap.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

/* line 6519, src/styles/vendors/bootstrap/bootstrap.css */
.pull-right {
  float: right !important; }

/* line 6522, src/styles/vendors/bootstrap/bootstrap.css */
.pull-left {
  float: left !important; }

/* line 6525, src/styles/vendors/bootstrap/bootstrap.css */
.hide {
  display: none !important; }

/* line 6528, src/styles/vendors/bootstrap/bootstrap.css */
.show {
  display: block !important; }

/* line 6531, src/styles/vendors/bootstrap/bootstrap.css */
.invisible {
  visibility: hidden; }

/* line 6534, src/styles/vendors/bootstrap/bootstrap.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 6541, src/styles/vendors/bootstrap/bootstrap.css */
.hidden {
  display: none !important; }

/* line 6544, src/styles/vendors/bootstrap/bootstrap.css */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

/* line 6550, src/styles/vendors/bootstrap/bootstrap.css */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

/* line 6556, src/styles/vendors/bootstrap/bootstrap.css */
.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 6571, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-xs {
    display: block !important; }
  /* line 6574, src/styles/vendors/bootstrap/bootstrap.css */
  table.visible-xs {
    display: table !important; }
  /* line 6577, src/styles/vendors/bootstrap/bootstrap.css */
  tr.visible-xs {
    display: table-row !important; }
  /* line 6580, src/styles/vendors/bootstrap/bootstrap.css */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  /* line 6586, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 6591, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 6596, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6601, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-sm {
    display: block !important; }
  /* line 6604, src/styles/vendors/bootstrap/bootstrap.css */
  table.visible-sm {
    display: table !important; }
  /* line 6607, src/styles/vendors/bootstrap/bootstrap.css */
  tr.visible-sm {
    display: table-row !important; }
  /* line 6610, src/styles/vendors/bootstrap/bootstrap.css */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6616, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6621, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6626, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6631, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-md {
    display: block !important; }
  /* line 6634, src/styles/vendors/bootstrap/bootstrap.css */
  table.visible-md {
    display: table !important; }
  /* line 6637, src/styles/vendors/bootstrap/bootstrap.css */
  tr.visible-md {
    display: table-row !important; }
  /* line 6640, src/styles/vendors/bootstrap/bootstrap.css */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6646, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6651, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6656, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 6661, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-lg {
    display: block !important; }
  /* line 6664, src/styles/vendors/bootstrap/bootstrap.css */
  table.visible-lg {
    display: table !important; }
  /* line 6667, src/styles/vendors/bootstrap/bootstrap.css */
  tr.visible-lg {
    display: table-row !important; }
  /* line 6670, src/styles/vendors/bootstrap/bootstrap.css */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  /* line 6676, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 6681, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 6686, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 6691, src/styles/vendors/bootstrap/bootstrap.css */
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6696, src/styles/vendors/bootstrap/bootstrap.css */
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6701, src/styles/vendors/bootstrap/bootstrap.css */
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  /* line 6706, src/styles/vendors/bootstrap/bootstrap.css */
  .hidden-lg {
    display: none !important; } }

/* line 6710, src/styles/vendors/bootstrap/bootstrap.css */
.visible-print {
  display: none !important; }

@media print {
  /* line 6714, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-print {
    display: block !important; }
  /* line 6717, src/styles/vendors/bootstrap/bootstrap.css */
  table.visible-print {
    display: table !important; }
  /* line 6720, src/styles/vendors/bootstrap/bootstrap.css */
  tr.visible-print {
    display: table-row !important; }
  /* line 6723, src/styles/vendors/bootstrap/bootstrap.css */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

/* line 6728, src/styles/vendors/bootstrap/bootstrap.css */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 6732, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-print-block {
    display: block !important; } }

/* line 6736, src/styles/vendors/bootstrap/bootstrap.css */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 6740, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-print-inline {
    display: inline !important; } }

/* line 6744, src/styles/vendors/bootstrap/bootstrap.css */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 6748, src/styles/vendors/bootstrap/bootstrap.css */
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  /* line 6753, src/styles/vendors/bootstrap/bootstrap.css */
  .hidden-print {
    display: none !important; } }
/* IMPORTANT :
* ===================================================================================================
* DON'T EDIT ANY CODE HERE, JUST LEAVE IT.
*
* You may edit the default color scheme.
* You may change the variable value inside the _variables.LESS file and re-compiling using this file.
*
* If you make changes directly in the CSS and/ or LESS-files from Nifty,
* it will be hard to update if I release an update. So I would recommend to create a new CSS/ LESS-file for this purpose.
*/
/* line 12, src/styles/vendors/nifty/_nifty.scss */
html,
body {
  min-width: 290px;
  -ms-overflow-style: scrollbar; }

/* line 18, src/styles/vendors/nifty/_nifty.scss */
body {
  background-color: #ecf0f5;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-variant: normal;
  color: #758697;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important; }

/* line 29, src/styles/vendors/nifty/_nifty.scss */
h1,
.h1 {
  font-size: 34px; }

/* line 34, src/styles/vendors/nifty/_nifty.scss */
h2,
.h2 {
  font-size: 28px; }

/* line 39, src/styles/vendors/nifty/_nifty.scss */
h3,
.h3 {
  font-size: 22px; }

/* line 44, src/styles/vendors/nifty/_nifty.scss */
h4,
.h4 {
  font-size: 16px; }

/* line 49, src/styles/vendors/nifty/_nifty.scss */
h5,
.h5 {
  font-size: 12px; }

/* line 54, src/styles/vendors/nifty/_nifty.scss */
h6,
.h6 {
  font-size: 10px; }

/* line 59, src/styles/vendors/nifty/_nifty.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: #2b425b; }

/* line 75, src/styles/vendors/nifty/_nifty.scss */
::-moz-selection {
  background-color: #42a5f5;
  color: #fff; }
::selection {
  background-color: #42a5f5;
  color: #fff; }

/* line 80, src/styles/vendors/nifty/_nifty.scss */
::-moz-selection {
  background-color: #42a5f5;
  color: #fff; }

/* CONTAINER */
/*======================================*/
/* line 91, src/styles/vendors/nifty/_nifty.scss */
#container {
  min-height: 100vh;
  height: auto;
  position: relative;
  min-width: 290px;
  overflow: hidden; }

/* line 99, src/styles/vendors/nifty/_nifty.scss */
#container.boxed-layout {
  background-color: #dfe5ee; }

/* CONTENT */
/*======================================*/
/* line 109, src/styles/vendors/nifty/_nifty.scss */
#content-container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ecf0f5; }

/* FIXED FLUID GRID SYSTEM */
/*======================================*/
/* line 122, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid:after {
  content: '';
  display: block;
  clear: both; }

/* line 128, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .pull-xs-left {
  float: left;
  margin-right: 15px; }

/* line 133, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .pull-xs-right {
  float: right;
  margin-left: 15px; }

/* line 138, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fixed-xs-160 {
  width: 160px; }

/* line 142, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fixed-xs-200 {
  width: 200px; }

/* line 146, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fixed-xs-250 {
  width: 250px; }

/* line 150, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fixed-xs-300 {
  width: 300px; }

/* line 154, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fixed-xs-350 {
  width: 350px; }

/* line 158, src/styles/vendors/nifty/_nifty.scss */
.fixed-fluid > .fluid {
  overflow: hidden; }

@media (min-width: 768px) {
  /* line 163, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-sm-left {
    float: left;
    margin-right: 15px; }
  /* line 167, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-sm-right {
    float: right;
    margin-left: 15px; }
  /* line 171, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-sm-160 {
    width: 160px; }
  /* line 174, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-sm-200 {
    width: 200px; }
  /* line 177, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-sm-250 {
    width: 250px; }
  /* line 180, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-sm-300 {
    width: 300px; }
  /* line 183, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-sm-350 {
    width: 350px; } }

@media (min-width: 992px) {
  /* line 189, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-md-left {
    float: left;
    margin-right: 15px; }
  /* line 193, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-md-right {
    float: right;
    margin-left: 15px; }
  /* line 197, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-md-160 {
    width: 160px; }
  /* line 200, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-md-200 {
    width: 200px; }
  /* line 203, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-md-250 {
    width: 250px; }
  /* line 206, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-md-300 {
    width: 300px; }
  /* line 209, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-md-350 {
    width: 350px; } }

@media (min-width: 1200px) {
  /* line 215, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-lg-left {
    float: left;
    margin-right: 15px; }
  /* line 219, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .pull-lg-right {
    float: right;
    margin-left: 15px; }
  /* line 223, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-lg-160 {
    width: 160px; }
  /* line 226, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-lg-200 {
    width: 200px; }
  /* line 229, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-lg-250 {
    width: 250px; }
  /* line 232, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-lg-300 {
    width: 300px; }
  /* line 235, src/styles/vendors/nifty/_nifty.scss */
  .fixed-fluid > .fixed-lg-350 {
    width: 350px; } }

/* PAGE HEADER */
/*======================================*/
/* line 246, src/styles/vendors/nifty/_nifty.scss */
#page-title {
  padding: 10px 15px;
  width: 100%;
  color: #2b425b; }

/* line 252, src/styles/vendors/nifty/_nifty.scss */
.page-header {
  border: 0 none;
  font-size: 1.7em;
  font-weight: normal;
  margin: 0;
  padding: 10px 0; }

/* line 260, src/styles/vendors/nifty/_nifty.scss */
.page-header .label {
  margin-right: 0.5em; }

/* PAGE CONTENT */
/*======================================*/
/* line 270, src/styles/vendors/nifty/_nifty.scss */
#page-content {
  padding: 15px 15px 0; }

/* line 274, src/styles/vendors/nifty/_nifty.scss */
#page-content:not(:first-class) {
  padding: 5px 15px 0; }

/* SEARCHBOX */
/*======================================*/
/* line 284, src/styles/vendors/nifty/_nifty.scss */
.searchbox {
  margin-right: -20px; }

/* line 288, src/styles/vendors/nifty/_nifty.scss */
.searchbox button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  font-size: 14px;
  z-index: 2; }

/* line 299, src/styles/vendors/nifty/_nifty.scss */
.searchbox .custom-search-form {
  margin-right: -5px; }

/* line 303, src/styles/vendors/nifty/_nifty.scss */
.searchbox .custom-search-form .input-group-btn {
  position: static; }

/* line 307, src/styles/vendors/nifty/_nifty.scss */
.searchbox .custom-search-form .input-group-btn:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -1px;
  background-color: #42a5f5;
  z-index: 99;
  left: 50%;
  right: 50%;
  transition: left 0.3s, right 0.3s; }

/* line 320, src/styles/vendors/nifty/_nifty.scss */
.searchbox .custom-search-form input {
  background-color: transparent;
  border-color: transparent;
  padding-right: 30px; }

/* line 326, src/styles/vendors/nifty/_nifty.scss */
.searchbox > .input-group.custom-search-form input {
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* line 331, src/styles/vendors/nifty/_nifty.scss */
.searchbox > .input-group input:focus ~ .input-group-btn:before {
  content: "";
  left: 0;
  right: 25px;
  transition: left 0.3s, right 0.3s; }

/* PAGE CONTENT - RESPONSIVE LAYOUT */
/*======================================*/
@media (min-width: 768px) {
  /* line 345, src/styles/vendors/nifty/_nifty.scss */
  #content-container {
    padding-top: 40px; }
  /* line 348, src/styles/vendors/nifty/_nifty.scss */
  #page-title {
    display: table;
    table-layout: fixed;
    padding-bottom: 0; }
  /* line 353, src/styles/vendors/nifty/_nifty.scss */
  .page-header,
  .searchbox {
    display: table-cell;
    vertical-align: middle; }
  /* line 358, src/styles/vendors/nifty/_nifty.scss */
  .searchbox {
    width: 300px; }
  /* line 361, src/styles/vendors/nifty/_nifty.scss */
  .searchbox .form-control {
    background-color: transparent; } }

@media (min-width: 992px) {
  /* line 367, src/styles/vendors/nifty/_nifty.scss */
  .searchbox {
    margin-right: -25px; }
  /* line 370, src/styles/vendors/nifty/_nifty.scss */
  .searchbox .custom-search-form {
    margin-right: 0; } }

/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
/* line 381, src/styles/vendors/nifty/_nifty.scss */
.cls-container {
  background-color: #ecf0f5;
  text-align: center; }

/* line 386, src/styles/vendors/nifty/_nifty.scss */
.cls-container,
.cls-container a,
.cls-container a:hover,
.cls-container a:focus {
  color: #647484; }

/* Image background */
/* line 396, src/styles/vendors/nifty/_nifty.scss */
.bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

/* line 412, src/styles/vendors/nifty/_nifty.scss */
.bg-img ~ .cls-content .panel {
  background-color: #fff;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15); }

/* Header */
/* line 420, src/styles/vendors/nifty/_nifty.scss */
.cls-header {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03); }

/* line 425, src/styles/vendors/nifty/_nifty.scss */
.cls-header.cls-header-lg .cls-brand .brand-icon {
  width: 60px;
  height: 60px; }

/* line 430, src/styles/vendors/nifty/_nifty.scss */
#container.cls-container .cls-header .cls-header.cls-header-lg .cls-brand .brand-title {
  font-size: 27px; }

/* Brand */
/* line 437, src/styles/vendors/nifty/_nifty.scss */
.cls-brand {
  display: inline-block;
  padding: 5px 0; }

/* line 442, src/styles/vendors/nifty/_nifty.scss */
.cls-brand .brand-icon {
  padding: 0; }

/* line 446, src/styles/vendors/nifty/_nifty.scss */
.cls-header-lg .cls-brand {
  line-height: 60px; }

/* line 450, src/styles/vendors/nifty/_nifty.scss */
.cls-header-sm .cls-brand {
  line-height: 1.42857; }

/* line 454, src/styles/vendors/nifty/_nifty.scss */
#container.cls-container .cls-brand .brand-icon,
#container.cls-container .cls-brand .brand-title {
  background-color: transparent;
  color: inherit;
  float: none;
  display: inline-block;
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  padding: 5px;
  vertical-align: middle;
  width: auto; }

/* Content */
/* line 471, src/styles/vendors/nifty/_nifty.scss */
.cls-content {
  padding: 50px 15px 15px;
  padding-top: 10vh;
  position: relative; }

/* line 477, src/styles/vendors/nifty/_nifty.scss */
.cls-content .error-code {
  font-size: 120px;
  font-weight: 400;
  margin-bottom: 50px; }

/* line 483, src/styles/vendors/nifty/_nifty.scss */
.cls-content .error-search {
  max-width: 512px;
  margin: 0 auto; }

/* line 488, src/styles/vendors/nifty/_nifty.scss */
.cls-content .cls-content-sm,
.cls-content .cls-content-lg {
  width: 70%;
  min-width: 270px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
  border: 0;
  box-shadow: none; }

@media (min-width: 768px) {
  /* line 500, src/styles/vendors/nifty/_nifty.scss */
  .cls-content .cls-content-sm {
    width: 350px; }
  /* line 503, src/styles/vendors/nifty/_nifty.scss */
  .cls-content .cls-content-lg {
    width: 550px; } }

/* Boxed Layout */
/*======================================*/
@media (min-width: 1200px) {
  /* line 515, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout,
  #container.boxed-layout.navbar-fixed #navbar {
    background-color: #637a8b; }
  /* line 519, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout .boxed,
  #container.boxed-layout #footer {
    max-width: 1128px;
    width: 1128px; }
  /* line 524, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout .boxed {
    margin: 45px auto 0; }
  /* line 527, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout #footer {
    margin: 0 auto;
    bottom: 0; }
  /* line 531, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout > .boxed {
    position: relative;
    overflow: hidden; }
  /* line 535, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.reveal #content-container,
  #container.boxed-layout #content-container {
    min-height: 94vh; }
  /* line 539, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout #aside-container {
    min-height: 100%; }
  /* line 542, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-in:not(.slide) > #footer {
    left: 0 !important;
    padding-left: 220px; }
  /* line 546, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
    left: 0 !important; }
  /* line 549, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-fixed.mainnav-in #mainnav-container {
    width: 220px;
    overflow: hidden; }
  /* line 553, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-fixed.mainnav-out:not(.reveal) #mainnav-container {
    width: 0; }
  /* line 556, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-fixed #mainnav-container.affix,
  #container.boxed-layout.mainnav-fixed #mainnav-container.affix-top {
    transition-property: width; }
  /* line 561, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.mainnav-fixed .boxed {
    margin-bottom: 0; }
  /* line 564, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.aside-fixed #aside-container {
    width: 0;
    overflow: hidden; }
  /* line 568, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.aside-fixed.aside-in #aside-container {
    width: 255px;
    overflow: hidden; }
  /* line 572, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.aside-fixed.aside-left.mainnav-lg #aside-container.affix-top {
    left: 220px; }
  /* line 575, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.aside-fixed.aside-left.mainnav-sm #aside-container.affix-top {
    left: 50px; }
  /* line 578, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.aside-fixed.mainnav-lg #aside-container.affix-top,
  #container.boxed-layout.aside-fixed.mainnav-sm #aside-container.affix-top {
    transform: translateX(0) !important; }
  /* line 584, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout.footer-fixed .boxed {
    margin-bottom: 0; } }

@media (min-width: 1900px) {
  /* line 590, src/styles/vendors/nifty/_nifty.scss */
  #container.boxed-layout .boxed,
  #container.boxed-layout #footer {
    max-width: 1280px;
    width: 1280px; } }

/* Scrollbar */
/*======================================*/
/* line 603, src/styles/vendors/nifty/_nifty.scss */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 610, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 620, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-content::-webkit-scrollbar {
  display: none; }

/* line 624, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-content:focus {
  outline: 0 !important; }

/* line 628, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-pane {
  background-color: rgba(128, 128, 128, 0.5);
  position: absolute;
  width: 4px;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.2s; }

/* line 639, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-pane > .nano-slider {
  background-color: rgba(0, 116, 255, 0.5);
  position: relative;
  margin: 0;
  border-radius: 0; }

/* line 646, src/styles/vendors/nifty/_nifty.scss */
.nano-hide.nano > .nano-pane {
  display: none !important; }

/* line 650, src/styles/vendors/nifty/_nifty.scss */
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

/* line 654, src/styles/vendors/nifty/_nifty.scss */
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  opacity: 0.99; }

/* line 660, src/styles/vendors/nifty/_nifty.scss */
.pace .pace-progress,
.nano > .nano-pane > .nano-slider {
  background-color: #0c80df; }

/* line 665, src/styles/vendors/nifty/_nifty.scss */
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #42a5f5, 0 0 5px #42a5f5; }

/* line 669, src/styles/vendors/nifty/_nifty.scss */
.pace .pace-activity {
  background-color: #42a5f5; }

/* line 673, src/styles/vendors/nifty/_nifty.scss */
.nano > .nano-pane > .nano-slider {
  opacity: 0.85; }

/* NAVBAR
/*====================================*/
/* line 681, src/styles/vendors/nifty/_nifty.scss */
#navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #ecf0f5;
  left: 0;
  top: 0; }

/* line 690, src/styles/vendors/nifty/_nifty.scss */
#navbar-container {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }

/* line 694, src/styles/vendors/nifty/_nifty.scss */
.navbar-header {
  left: 0;
  position: relative;
  float: none;
  background-color: #263238; }

/* line 701, src/styles/vendors/nifty/_nifty.scss */
.navbar-content {
  position: relative;
  left: 0;
  background-color: #fff; }

/* line 707, src/styles/vendors/nifty/_nifty.scss */
.navbar-aside-icon > *:before {
  background-color: #758697 !important;
  box-shadow: 0 0.45em 0 #758697, 0 0.9em 0 #758697 !important; }

/* BRAND LOGO & TEXT
/*====================================*/
/* line 716, src/styles/vendors/nifty/_nifty.scss */
.navbar-brand {
  background-color: transparent;
  color: #fff;
  padding: 0;
  height: 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 220px; }

/* line 727, src/styles/vendors/nifty/_nifty.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  color: #fff; }

/* line 732, src/styles/vendors/nifty/_nifty.scss */
.brand-title,
.brand-icon {
  display: block;
  line-height: 40px; }

/* line 738, src/styles/vendors/nifty/_nifty.scss */
.brand-icon {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 5px; }

/* line 745, src/styles/vendors/nifty/_nifty.scss */
.brand-text {
  display: block;
  font-size: 18px;
  font-weight: 600; }

/* NAVBAR ICON & BUTTON */
/*======================================*/
/* line 757, src/styles/vendors/nifty/_nifty.scss */
.navbar-icon-color,
.navbar-top-links > li > a:focus:not(.mainnav-toggle) > i,
.navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #6d7e90;
  transition: color 0.4s; }

/* line 764, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li {
  float: left; }

/* line 768, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li > a {
  display: table-cell;
  padding: 0 12px;
  vertical-align: middle;
  height: 40px;
  color: #758697;
  transition: all 0.4s; }

/* line 777, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li > a:not(.mainnav-toggle) > i {
  color: #758697;
  transition: color 0.4s; }

/* line 782, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li > a:focus {
  background-color: transparent; }

/* line 786, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li > a:hover {
  background-color: #f2f2f2;
  color: #6f8193;
  transition: all 0.4s; }

/* line 792, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > li > a > i {
  font-size: 1.2em;
  line-height: 0.75em; }

/* line 797, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links:first-child > li {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

/* line 801, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links:last-child > li {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

/* line 805, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > .open > a,
.navbar-top-links > .open > a:focus {
  background-color: #f2f2f2;
  color: #758697; }

/* line 811, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .dropdown-menu .panel-body {
  padding: 0; }

/* line 815, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .dropdown-menu .nano:not(.scrollable) {
  max-height: 180px; }

/* line 819, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .dropdown-menu .nano:not(.scrollable) .nano-content {
  position: static; }

/* line 823, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .tgl-menu-btn {
  position: absolute;
  top: -100%;
  right: 0; }

/* line 829, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .tgl-menu-btn > a,
.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn > a:focus {
  color: #fff; }

/* line 835, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn a:focus {
  background-color: transparent; }

/* line 840, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .head-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 846, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .head-list li a {
  display: block;
  padding: 10px 15px;
  background: transparent; }

/* line 852, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .head-list li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #758697; }

/* line 857, src/styles/vendors/nifty/_nifty.scss */
.badge-header {
  position: absolute;
  font-size: .85em;
  font-weight: normal;
  top: 50%;
  margin-top: -1.5em;
  min-width: 1.85em;
  padding: 3px 5px;
  right: 3px; }

/* line 868, src/styles/vendors/nifty/_nifty.scss */
.badge-header:empty {
  display: inline;
  border-radius: 50%;
  min-width: 0;
  padding: 5px;
  right: .55em;
  top: 2.2em;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5; }

/* line 878, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links .dropdown-menu .nano {
  max-height: 265px; }

/* DROPDOWN USER */
/*======================================*/
/* line 888, src/styles/vendors/nifty/_nifty.scss */
.img-user {
  width: 32px;
  height: 32px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

/* line 894, src/styles/vendors/nifty/_nifty.scss */
#dropdown-user .ic-user {
  font-size: 1.5em;
  line-height: 40px; }

/* line 899, src/styles/vendors/nifty/_nifty.scss */
.username {
  float: right;
  white-space: nowrap;
  line-height: 40px;
  margin: 0 10px; }

/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  /* line 913, src/styles/vendors/nifty/_nifty.scss */
  #dropdown-user > .dropdown-toggle img {
    transform: translateY(4px); }
  /* line 918, src/styles/vendors/nifty/_nifty.scss */
  #navbar {
    background-color: transparent; }
  /* line 921, src/styles/vendors/nifty/_nifty.scss */
  .navbar-header {
    float: left;
    background-color: transparent; }
  /* line 925, src/styles/vendors/nifty/_nifty.scss */
  .navbar-header:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #263238; }
  /* line 933, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out .navbar-header:before {
    width: 0; }
  /* line 936, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in .navbar-header:before {
    width: 100%; }
  /* line 939, src/styles/vendors/nifty/_nifty.scss */
  #navbar-container {
    background-color: #fff; }
  /* line 942, src/styles/vendors/nifty/_nifty.scss */
  .navbar-content {
    margin-left: 220px;
    background-color: transparent; }
  /* line 946, src/styles/vendors/nifty/_nifty.scss */
  #navbar .brand-title {
    padding: 0 1.5em 0 40px; }
  /* line 949, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in .navbar-brand,
  #container.mainnav-lg .navbar-brand,
  #container.mainnav-in .brand-title,
  #container.mainnav-lg .brand-title {
    width: 220px; }
  /* line 955, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in .brand-icon,
  #container.mainnav-sm .brand-icon,
  #container.mainnav-lg .brand-icon {
    background-color: transparent; }
  /* line 960, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in .brand-title,
  #container.mainnav-sm .brand-title,
  #container.mainnav-lg .brand-title {
    color: #fff; }
  /* line 965, src/styles/vendors/nifty/_nifty.scss */
  #container.effect .brand-title,
  #container.effect.mainnav-in .brand-title,
  #container.effect.mainnav-sm .brand-title,
  #container.effect.mainnav-lg .brand-title {
    transition: color 0.35s; }
  /* line 971, src/styles/vendors/nifty/_nifty.scss */
  .navbar-middle {
    position: static; }
  /* line 974, src/styles/vendors/nifty/_nifty.scss */
  .navbar-top-links .tgl-menu-btn {
    position: static; }
  /* line 977, src/styles/vendors/nifty/_nifty.scss */
  .navbar-top-links .tgl-menu-btn > a,
  .navbar-top-links .tgl-menu-btn > a:hover {
    color: #758697; }
  /* line 981, src/styles/vendors/nifty/_nifty.scss */
  .navbar-top-links .tgl-menu-btn > a:focus {
    background-color: transparent;
    color: #758697; } }

/* NAVBAR : FIXED */
/*======================================*/
/* line 993, src/styles/vendors/nifty/_nifty.scss */
#container.navbar-fixed > #navbar {
  position: fixed; }

/* line 997, src/styles/vendors/nifty/_nifty.scss */
#container.navbar-fixed > #navbar .shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); }

/* line 1001, src/styles/vendors/nifty/_nifty.scss */
#container.navbar-fixed .navbar-top-links .dropdown-menu .nano > .nano-content {
  position: absolute; }

@media (max-width: 760px) {
  /* line 1006, src/styles/vendors/nifty/_nifty.scss */
  #container.navbar-fixed .navbar-top-links .dropdown-menu .nano {
    max-height: 110px; } }

/* NAVIGATION */
/*======================================*/
/* line 1017, src/styles/vendors/nifty/_nifty.scss */
#mainnav-container {
  position: absolute;
  width: 220px;
  left: -220px;
  padding-top: 40px;
  top: 0;
  bottom: 0;
  z-index: 4;
  min-height: 100%; }

/* line 1028, src/styles/vendors/nifty/_nifty.scss */
#mainnav {
  height: 100%;
  background-color: #263238; }

/* line 1033, src/styles/vendors/nifty/_nifty.scss */
#mainnav .list-header {
  font-weight: 600;
  color: #747e88;
  margin-top: 20px; }

/* line 1039, src/styles/vendors/nifty/_nifty.scss */
#mainnav .list-divider {
  border-color: rgba(0, 0, 0, 0.15);
  margin: 0; }

/* line 1044, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu-wrap {
  height: 100%; }

/* line 1048, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut {
  overflow: hidden; }

/* line 1052, src/styles/vendors/nifty/_nifty.scss */
#container:not(.mainnav-sm) #mainnav-shortcut {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 1057, src/styles/vendors/nifty/_nifty.scss */
#container:not(.mainnav-sm) #mainnav-menu-wrap > .nano > .nano-content {
  padding-top: 20px; }

/* line 1061, src/styles/vendors/nifty/_nifty.scss */
#container:not(.mainnav-sm) #mainnav-menu {
  margin-top: 10px; }

/* line 1065, src/styles/vendors/nifty/_nifty.scss */
#container:not(.mainnav-sm) .mainnav-profile {
  margin-top: -20px; }

/* PROFILE WIDGET */
/*======================================*/
/* line 1075, src/styles/vendors/nifty/_nifty.scss */
.mainnav-sm .mainnav-profile {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0; }

/* line 1083, src/styles/vendors/nifty/_nifty.scss */
.mainnav-profile {
  color: #fff;
  opacity: 1;
  margin-bottom: 7px;
  max-height: 350px; }

/* line 1090, src/styles/vendors/nifty/_nifty.scss */
.mainnav-profile .mnp-name {
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  font-weight: 600; }

/* line 1097, src/styles/vendors/nifty/_nifty.scss */
.mainnav-profile .dropdown-caret,
.mainnav-profile .mnp-desc {
  color: #fff; }

/* line 1102, src/styles/vendors/nifty/_nifty.scss */
.mainnav-profile .profile-wrap {
  padding: 30px 20px 12px;
  background-image: url("../img/nav-profile.png");
  background-size: cover; }

/* line 1108, src/styles/vendors/nifty/_nifty.scss */
#mainnav .mainnav-profile .list-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #202a2f;
  margin: 0; }

/* line 1115, src/styles/vendors/nifty/_nifty.scss */
#mainnav .mainnav-profile .list-group-item {
  color: #abb1b7;
  padding: 12px 20px; }

/* line 1120, src/styles/vendors/nifty/_nifty.scss */
#mainnav .mainnav-profile .list-group-item:hover {
  color: #fff;
  background-color: transparent; }

/* NAVIGATION MENU */
/*======================================*/
/* line 1131, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul,
.mainnav-widget ul,
.menu-popover ul {
  list-style: none;
  padding-left: 0; }

/* line 1138, src/styles/vendors/nifty/_nifty.scss */
#mainnav li .arrow {
  float: right;
  line-height: 1.15;
  padding-right: 0; }

/* line 1144, src/styles/vendors/nifty/_nifty.scss */
#mainnav li .arrow:before {
  content: '';
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  display: inline-block;
  height: 0.4em;
  left: 0;
  position: relative;
  top: 0;
  width: 0.4em;
  transform: rotate(45deg); }

/* line 1159, src/styles/vendors/nifty/_nifty.scss */
#mainnav li.active > a > .arrow:before {
  transform: rotate(135deg); }

/* line 1165, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu a {
  display: block;
  color: #abb1b7;
  padding: 12px 18px; }

/* line 1171, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu a strong {
  font-weight: 600; }

/* line 1175, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu a .badge,
#mainnav-menu a .label {
  line-height: 1.15em; }

/* line 1180, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
  color: #fff; }

/* line 1185, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > li > a.hover {
  color: #fff;
  background-color: #2c3a41;
  box-shadow: inset 2px 0 0 0 #0c80df; }

/* line 1191, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
  color: #fff;
  padding-left: 20px;
  font-weight: 600;
  box-shadow: inset 2px 0 0 0 #0c80df; }

/* line 1199, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > .active-sub > a,
#mainnav-menu > .active-sub > a:hover {
  color: #fff;
  font-weight: 600; }

/* line 1205, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > .active {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #202a2f; }

/* line 1211, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu > .active .active {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #1c2429; }

/* line 1217, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul .list-header {
  padding: 10px 20px 12px 55px; }

/* line 1221, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul ul a {
  padding: 10px 20px 12px 65px; }

/* line 1225, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu i {
  padding: 0 10px 0 0;
  font-size: 1.15em;
  vertical-align: middle; }

/* line 1231, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu .hide-lg {
  display: none; }

/* line 1235, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul a,
.menu-popover .sub-menu ul a {
  padding: 10px 20px 12px 53px; }

/* line 1240, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul a:hover,
.menu-popover .sub-menu ul a:hover {
  color: #fff; }

/* line 1245, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
  color: #fff; }

/* line 1250, src/styles/vendors/nifty/_nifty.scss */
#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  font-weight: 600;
  color: #fff;
  box-shadow: inset 2px 0 0 0 #0c80df; }

/* line 1257, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #0c80df;
  box-shadow: none; }

/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
/* line 1271, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut {
  max-height: 1.7em;
  overflow: hidden; }

/* line 1276, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut ul {
  width: 100%;
  margin: 0;
  padding: 0; }

/* line 1282, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut li {
  padding: 0;
  vertical-align: middle;
  text-align: center; }

/* line 1288, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut .shortcut-grid {
  display: table;
  border: 0;
  width: 100%;
  height: 1.7em;
  color: #fff; }

/* line 1296, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut .shortcut-grid > i {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px; }

/* line 1302, src/styles/vendors/nifty/_nifty.scss */
#mainnav-shortcut .shortcut-grid > span {
  display: table-cell;
  vertical-align: middle; }

/* line 1307, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-shortcut {
  max-height: 250px; }

/* line 1311, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-shortcut > ul > li {
  width: 100%;
  text-align: left; }

/* line 1316, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-shortcut > ul > li .shortcut-grid {
  height: auto;
  display: block;
  padding: 12px 18.5px; }

/* line 1322, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-shortcut > ul > li i {
  font-size: 13px;
  line-height: 1.42857; }

/* line 1327, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-sm #mainnav-shortcut .shortcut-grid > .hide-sm {
  display: none; }

/* NAVIGATION - WIDGET */
/*======================================*/
/* line 1337, src/styles/vendors/nifty/_nifty.scss */
.mainnav-widget {
  background-color: rgba(0, 0, 0, 0.05);
  color: #abb1b7; }

/* line 1342, src/styles/vendors/nifty/_nifty.scss */
.mainnav-widget-content {
  padding: 10px 15px; }

/* line 1346, src/styles/vendors/nifty/_nifty.scss */
.mainnav-widget .show-small a {
  display: none; }

/* NAVIGATION - FIXED POSITION */
/*======================================*/
/* line 1356, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed #mainnav-container {
  position: fixed; }

/* line 1360, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed #mainnav {
  height: 100%;
  height: 100vh; }

/* line 1365, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed #mainnav .nano-content {
  position: absolute; }

@media (min-width: 768px) {
  /* line 1370, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-fixed #mainnav-menu-wrap {
    height: 100%; }
  /* line 1373, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .menu-popover .nano > .nano-content {
    top: auto;
    max-height: 100%;
    position: absolute; }
  /* line 1378, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .menu-popover .nano-content {
    position: static; } }

/* MAIN NAVIGATION - AFFIX */
/*======================================*/
/* line 1389, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix {
  top: -40px;
  position: fixed; }

/* line 1394, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top {
  top: 0;
  position: absolute; }

/* line 1399, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-fixed:not(.navbar-fixed) #mainnav-container.affix-top #mainnav-menu-wrap > .nano > .nano-content {
  bottom: 40px; }

/* MAIN NAVIGATION - EXPANDING  */
/* For large screen */
/*======================================*/
@media (min-width: 992px) {
  /* line 1413, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg #mainnav-container {
    left: 0; }
  /* line 1416, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg #footer,
  #container.mainnav-lg #content-container {
    padding-left: 220px; } }

/* Expanding with off canvas mode */
/*======================================*/
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1429, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg #content-container,
  #container.mainnav-lg #footer {
    left: 220px; }
  /* line 1433, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg .tgl-menu-btn {
    right: 220px; }
  /* line 1436, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg #mainnav-container {
    left: 0; }
  /* line 1439, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-lg #mainnav-menu-wrap {
    height: 100%; } }

/* NAVIGATION - COLLAPSING  */
/*======================================*/
@media (min-width: 768px) {
  /* line 1451, src/styles/vendors/nifty/_nifty.scss */
  #mainnav-menu .list-header,
  #mainnav-menu .list-divider,
  #mainnav-menu .menu-title,
  #mainnav-menu .arrow,
  #mainnav-menu .menu-title > .label,
  #mainnav-menu .menu-title > .badge {
    opacity: 1; }
  /* line 1459, src/styles/vendors/nifty/_nifty.scss */
  .mainnav-sm #mainnav-menu .list-header,
  .mainnav-sm #mainnav-menu .list-divider,
  .mainnav-sm #mainnav-menu .menu-title,
  .mainnav-sm #mainnav-menu .arrow,
  .mainnav-sm #mainnav-menu .menu-title > .label,
  .mainnav-sm #mainnav-menu .menu-title > .badge {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 0;
    opacity: 0; }
  /* line 1471, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm .brand-icon {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    transform: translateY(0px); }
  /* line 1477, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm .shortcut-grid:hover {
    box-shadow: inset 2px 0 0 0 #0c80df; }
  /* line 1480, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: #2c3a41;
    color: #fff; }
  /* line 1485, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu a {
    white-space: nowrap;
    position: relative;
    padding: 12px 0 12px 18.5px; }
  /* line 1490, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu a:hover {
    box-shadow: inset 2px 0 0 0 #0c80df; }
  /* line 1493, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu a .badge {
    margin-top: -1.5em; }
  /* line 1496, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu a .badge {
    position: absolute;
    padding: 3px 7px;
    right: 2px;
    top: 25%; }
  /* line 1502, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu a i {
    display: inline; }
  /* line 1505, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu .active-link > a,
  #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #fff; }
  /* line 1509, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-menu .collapse {
    display: none;
    height: 0 !important; }
  /* line 1513, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav-container,
  #container.mainnav-sm #navbar .navbar-brand {
    width: 50px;
    left: 0; }
  /* line 1518, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #navbar .navbar-content {
    margin-left: 50px; }
  /* line 1521, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #content-container,
  #container.mainnav-sm #footer {
    padding-left: 50px;
    left: 0; }
  /* line 1526, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav {
    position: relative; }
  /* line 1529, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
    display: block;
    color: #abb1b7;
    padding: 12px 0 12px 18.5px; }
  /* line 1534, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
    color: #fff;
    box-shadow: inset 2px 0 0 0 #0c80df;
    transition: background-color 0.2s, padding-left 0.3s, box-shadow 0.4s; }
  /* line 1539, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .mainnav-widget > .hide-small {
    display: none; }
  /* line 1542, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm #mainnav .mainnav-widget .hover {
    color: #fff;
    background-color: #2c3a41; }
  /* line 1546, src/styles/vendors/nifty/_nifty.scss */
  .top-auto {
    top: auto !important; }
  /* NAVIGATION - POPOVER  */
  /*======================================*/
  /* line 1551, src/styles/vendors/nifty/_nifty.scss */
  #mainnav .menu-popover .nano > .nano-content {
    position: absolute; }
  /* line 1554, src/styles/vendors/nifty/_nifty.scss */
  #mainnav-menu ul ul a:hover,
  .menu-popover .sub-menu ul ul a:hover {
    background-color: rgba(0, 0, 0, 0.0005); }
  /* line 1558, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover {
    left: 50px !important; }
  /* line 1561, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu {
    overflow: hidden; }
  /* line 1564, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu .pop-in {
    display: block;
    visibility: visible; }
  /* line 1568, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul {
    background-color: #202a2f; }
  /* line 1571, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul ul {
    background-color: #1c2429; }
  /* line 1574, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul ul > li > a {
    padding-left: 27px; }
  /* line 1577, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul ul > li > a:hover {
    color: #fff; }
  /* line 1580, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul a:hover {
    color: #fff; }
  /* line 1583, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .sub-menu ul li > a {
    display: block;
    color: #abb1b7;
    padding: 12px 17px; }
  /* line 1588, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .single-content {
    color: #fff;
    background-color: #2c3a41; }
  /* line 1592, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover.popover {
    width: 220px;
    padding: 0;
    border: 0;
    border-radius: 0 0 0 0;
    background-color: #222d32;
    color: #fff;
    position: absolute;
    box-shadow: none;
    margin-left: 0; }
  /* line 1603, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover.popover.in {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s; }
  /* line 1607, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-title {
    border: 0;
    border-radius: 0;
    padding: 14px 20px;
    background-color: #2c3a41;
    font-size: 1.05em;
    font-weight: 600;
    position: relative;
    z-index: 5;
    color: #fff; }
  /* line 1618, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-title strong {
    font-weight: 300; }
  /* line 1621, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-content {
    padding: 0;
    width: 100%;
    position: absolute;
    border-radius: 0 0 0 0; }
  /* line 1627, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-content > .single-content {
    padding: 12px 14px;
    display: block;
    white-space: nowrap; }
  /* line 1632, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-content > .single-content strong {
    font-weight: 300; }
  /* line 1635, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover > .popover-content > .single-content .label,
  .menu-popover > .popover-content > .single-content .badge {
    margin-left: 10px;
    float: none !important; }
  /* line 1640, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover ul {
    width: 220px;
    margin-bottom: 0; }
  /* line 1644, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .mainnav-widget-content {
    background-color: #2c3a41; }
  /* line 1647, src/styles/vendors/nifty/_nifty.scss */
  .menu-popover .mainnav-widget-content > .list-group {
    display: block;
    width: auto; } }

/* line 1653, src/styles/vendors/nifty/_nifty.scss */
.popover.mainnav-shortcut {
  white-space: nowrap; }

/* line 1657, src/styles/vendors/nifty/_nifty.scss */
.popover.mainnav-shortcut .popover-content {
  padding: 12px 15px; }

/* line 1661, src/styles/vendors/nifty/_nifty.scss */
.mainnav-sm .popover.mainnav-shortcut {
  display: block !important;
  border: 0;
  margin-top: -42.57141px;
  margin-left: -1px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  width: auto;
  max-width: 300px;
  border-radius: 0 0 0 0;
  background-color: #222d32;
  color: #fff;
  left: 50px !important; }

/* line 1677, src/styles/vendors/nifty/_nifty.scss */
.mainnav-sm .popover.mainnav-shortcut.in {
  -webkit-animation: fadeIn .3s;
  animation: fadeIn .3s; }

/* line 1682, src/styles/vendors/nifty/_nifty.scss */
.mainnav-sm .popover.mainnav-shortcut.in .popover-content {
  height: 100%;
  margin: 0; }

/* line 1687, src/styles/vendors/nifty/_nifty.scss */
.mainnav-sm .popover.mainnav-shortcut > .arrow {
  display: none; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* NAVIGATION - OFFCANVAS */
/*======================================*/
/* line 1715, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-in.footer-fixed #footer,
#container.mainnav-in #navbar,
#container.mainnav-in #content-container,
#container.mainnav-in #footer {
  left: 220px; }

/* line 1722, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-out #content-container,
#container.mainnav-in #mainnav-container {
  left: 0; }

/* line 1727, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-in .navbar-header {
  left: -220px; }

/* line 1731, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-in .tgl-menu-btn {
  right: 220px; }

/* line 1735, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-in #mainnav-menu-wrap {
  height: 100%; }

@media (min-width: 768px) {
  /* line 1740, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.easeInBack:not(.boxed-layout) #mainnav-container {
    box-shadow: -20px 0 0 0 #263238; }
  /* line 1743, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in #navbar,
  #container.mainnav-in .navbar-header {
    left: 0; }
  /* line 1747, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in .tgl-menu-btn {
    right: 0; }
  /* line 1750, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.aside-in #aside-container {
    right: -220px; }
  /* line 1753, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out .brand-title {
    background-color: transparent;
    color: #758697; } }

/* Reveal*/
/*======================================*/
@media (min-width: 768px) {
  /* line 1766, src/styles/vendors/nifty/_nifty.scss */
  #container.reveal #content-container {
    min-height: 100vh; }
  /* line 1769, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out.reveal #content-container,
  #container.mainnav-in.reveal #content-container {
    z-index: 7; }
  /* line 1773, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.reveal.aside-in #aside-container {
    right: -220px; }
  /* line 1776, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.reveal.aside-in #footer {
    left: 220px; }
  /* line 1779, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out.reveal #aside-container,
  #container.mainnav-in.reveal #aside-container {
    z-index: 9; }
  /* line 1783, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out.reveal.aside-left:not(.aside-in) #aside-container,
  #container.mainnav-in.reveal.aside-left:not(.aside-in) #aside-container {
    left: -220px; }
  /* line 1787, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out.reveal #footer,
  #container.mainnav-in.reveal #footer {
    z-index: 8; }
  /* line 1791, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-out.reveal #mainnav-container {
    left: -220px; }
  /* line 1794, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal.slide .navbar-header:before,
  #container.mainnav-out.reveal:not(.slide) #mainnav-container,
  #container.mainnav-in.reveal:not(.slide) #mainnav-container {
    left: 0;
    transition-duration: 0; } }

/* Slide in on top */
/*======================================*/
@media (min-width: 768px) {
  /* line 1811, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.slide #navbar,
  #container.mainnav-in.slide #content-container,
  #container.mainnav-in.slide #footer {
    left: 0; }
  /* line 1816, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.slide.aside-in.aside-left #aside-container {
    left: 0; }
  /* line 1819, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-in.slide.aside-in #aside-container {
    right: 0; } }

/* ASIDE */
/* ===================================== */
/* line 1830, src/styles/vendors/nifty/_nifty.scss */
#container #aside-container {
  padding: 0 20px;
  position: relative;
  top: 0;
  z-index: 3; }

/* line 1837, src/styles/vendors/nifty/_nifty.scss */
#container #aside-container .nano-content {
  position: static;
  outline: none; }

/* line 1842, src/styles/vendors/nifty/_nifty.scss */
#container #aside .list-link li a:not(.btn) {
  color: #d1d1d1; }

/* line 1846, src/styles/vendors/nifty/_nifty.scss */
#container #aside .list-link li a:not(.btn):hover {
  color: #fff; }

/* line 1850, src/styles/vendors/nifty/_nifty.scss */
#container #aside .badge-stat {
  color: #32424a; }

/* line 1854, src/styles/vendors/nifty/_nifty.scss */
#container #aside .text-main {
  color: #fff; }

/* line 1858, src/styles/vendors/nifty/_nifty.scss */
#container.aside-float.aside-in #aside-container {
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.15); }

/* line 1862, src/styles/vendors/nifty/_nifty.scss */
#aside {
  background-color: #32424a;
  color: #fff;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0); }

/* line 1872, src/styles/vendors/nifty/_nifty.scss */
#aside a:not(.btn):not(.btn-link) {
  color: inherit; }

/* line 1876, src/styles/vendors/nifty/_nifty.scss */
#aside.aside-xs-in {
  max-height: none;
  overflow: hidden;
  margin-bottom: 70px; }

/* line 1882, src/styles/vendors/nifty/_nifty.scss */
#aside .bord-all,
#aside .bord-top,
#aside .bord-btm,
#aside .bord-left,
#aside .bord-rgt,
#aside .bord-hor,
#aside .bord-ver,
#aside .list-divider {
  border-color: #394a53; }

/* line 1893, src/styles/vendors/nifty/_nifty.scss */
#aside .btn-link {
  color: #fff; }

/* line 1897, src/styles/vendors/nifty/_nifty.scss */
#aside .text-muted {
  color: #849eab; }

/* line 1901, src/styles/vendors/nifty/_nifty.scss */
#aside hr {
  border-color: rgba(0, 0, 0, 0.15); }

/* Aside with tabs */
/* ===================================== */
/* line 1911, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%; }

/* line 1916, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li {
  border-bottom: 1px solid #28353b; }

/* line 1920, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li > a {
  border-radius: 0;
  border: 0;
  background-color: #32424a;
  padding: .9em 0;
  margin: 0; }

/* line 1928, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li > a > i {
  font-size: 1.35em;
  vertical-align: sub; }

/* line 1933, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li > a:before {
  content: '';
  display: block;
  background: #42a5f5;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  transition: left 0.05s, right 0.05s; }

/* line 1945, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li:first-child > a {
  border-left: 0; }

/* line 1949, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li:last-child > a {
  border-right: 0; }

/* line 1953, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs li:not(.active) a {
  opacity: .5; }

/* line 1957, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .nav-tabs .active a:before {
  content: '';
  display: block;
  background: #42a5f5;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: left 0.15s, right 0.15s; }

/* line 1969, src/styles/vendors/nifty/_nifty.scss */
#aside-container #aside .tab-content {
  padding: 5px 0; }

/* line 1973, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .nav-tabs li {
  border-bottom: 1px solid #f2f2f2; }

/* line 1977, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .nav-tabs li > a {
  background-color: #fff; }

/* ASIDE - RESPONSIVE LAYOUT */
/* ===================================== */
@media (max-width: 760px) {
  /* line 1988, src/styles/vendors/nifty/_nifty.scss */
  #container > div > #aside-container {
    top: 40px; }
  /* line 1991, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left.aside-in #aside-container {
    left: 0;
    right: auto; }
  /* line 1995, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left #aside-container {
    left: -255px;
    right: auto; }
  /* line 1999, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left.mainnav-sm #content-container,
  #container.aside-left.mainnav-sm #footer {
    padding-left: 0; } }

@media (min-width: 768px) {
  /* line 2006, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm.aside-left.aside-in #aside-container {
    left: 50px;
    right: auto; }
  /* line 2010, src/styles/vendors/nifty/_nifty.scss */
  #container.mainnav-sm.aside-left.aside-in #content-container,
  #container.mainnav-sm.aside-left.aside-in #footer {
    padding-left: 220px; }
  /* line 2014, src/styles/vendors/nifty/_nifty.scss */
  div#container.mainnav-lg.aside-left.aside-in #content-container,
  div#container.mainnav-lg.aside-left.aside-in #footer {
    padding-left: 220px;
    text-align: left; } }

/* line 2021, src/styles/vendors/nifty/_nifty.scss */
#aside {
  padding-top: 40px;
  visibility: visible;
  background-color: #32424a;
  height: 100%; }

/* line 2028, src/styles/vendors/nifty/_nifty.scss */
#container #aside-container {
  padding: 0;
  position: absolute;
  width: 255px;
  height: auto;
  left: auto;
  right: -255px;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  overflow: hidden;
  z-index: 3; }

/* line 2042, src/styles/vendors/nifty/_nifty.scss */
#container #aside-container .nano-content {
  position: absolute; }

/* line 2046, src/styles/vendors/nifty/_nifty.scss */
#container #content-container,
#container #footer {
  padding-right: 0; }

/* line 2051, src/styles/vendors/nifty/_nifty.scss */
#container.mainnav-in:not(.slide) #footer,
#container.mainnav-in #content-container {
  padding-right: 0; }

@media (min-width: 1024px) {
  /* line 2057, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in #aside {
    padding-top: 40px; }
  /* line 2060, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in:not(.aside-float) #content-container {
    padding-right: 255px; }
  /* line 2063, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left:not(.aside-float) #content-container,
  #container.aside-in.aside-left:not(.aside-float) #footer {
    padding-left: 255px;
    padding-right: 0; }
  /* line 2068, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in:not(.aside-float) #content-container,
  #container.aside-in:not(.aside-float) #footer {
    padding-right: 255px; }
  /* line 2072, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left:not(.aside-float) #content-container,
  #container.aside-in.aside-left:not(.aside-float) #footer {
    padding-left: 255px;
    padding-right: 0; }
  /* line 2077, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #content-container,
  #container.aside-in.aside-left.mainnav-lg:not(.aside-float) #footer {
    padding-left: 475px;
    padding-right: 0; }
  /* line 2082, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left.mainnav-lg #aside-container {
    left: 220px;
    right: auto; }
  /* line 2086, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #content-container,
  #container.aside-in.aside-left.mainnav-sm:not(.aside-float) #footer {
    padding-left: 305px;
    padding-right: 0; }
  /* line 2091, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left.mainnav-sm #aside-container {
    left: 50px;
    right: auto; }
  /* line 2095, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-in.aside-left.mainnav-in #aside-container {
    left: 220px;
    right: auto; } }

/* ASIDE - TOGGLE HIDE/SHOW */
/* ===================================== */
/* line 2107, src/styles/vendors/nifty/_nifty.scss */
#container.aside-in #aside-container {
  left: auto;
  right: 0; }

/* line 2112, src/styles/vendors/nifty/_nifty.scss */
#container.aside-in.aside-left.mainnav-in #aside-container {
  left: 220px;
  right: auto; }

@media (min-width: 768px) {
  /* line 2118, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left #aside-container,
  #container.aside-in.aside-left #aside-container {
    left: 0;
    right: auto; }
  /* line 2123, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left.mainnav-sm #aside-container {
    left: -205px; }
  /* line 2126, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left.mainnav-sm:not(.aside-float) #content-container,
  #container.aside-left.mainnav-sm:not(.aside-float) #footer {
    padding-left: 50px; }
  /* line 2130, src/styles/vendors/nifty/_nifty.scss */
  #container.aside-left.mainnav-out:not(.aside-in) #aside-container {
    left: -220px; } }

/* ASIDE - FIXED POSITION */
/* ===================================== */
/* line 2141, src/styles/vendors/nifty/_nifty.scss */
#container.aside-fixed #aside-container {
  position: fixed; }

/* line 2145, src/styles/vendors/nifty/_nifty.scss */
#container.aside-fixed #aside {
  height: 100%; }

/* line 2149, src/styles/vendors/nifty/_nifty.scss */
#container.aside-fixed #aside .nano-content {
  position: absolute; }

/* line 2153, src/styles/vendors/nifty/_nifty.scss */
#container.aside-fixed:not(.navbar-fixed) #aside-container.affix {
  top: -40px;
  position: fixed; }

/* line 2158, src/styles/vendors/nifty/_nifty.scss */
#container.aside-fixed:not(.navbar-fixed) #aside-container.affix-top {
  top: 0;
  position: absolute; }

/* ASIDE : BRIGHT COLOR THEMES */
/* ===================================== */
/* line 2169, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside {
  background-color: #fff;
  border: 1px solid #dbe3ec;
  color: #758697; }

/* line 2175, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .badge-stat {
  color: #fff; }

/* line 2179, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .text-main {
  color: #2b425b; }

/* line 2183, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .text-light {
  color: #758697; }

/* line 2187, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside hr {
  border-color: #e9e9e9; }

/* line 2191, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .bord-all,
#container.aside-bright #aside .bord-top,
#container.aside-bright #aside .bord-btm,
#container.aside-bright #aside .bord-lft,
#container.aside-bright #aside .bord-rgt,
#container.aside-bright #aside .bord-hor,
#container.aside-bright #aside .bord-ver,
#container.aside-bright #aside .list-divider {
  border-color: #d3dce8; }

/* line 2202, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .text-muted {
  color: #afb9c3; }

/* line 2206, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .progress {
  background-color: #e6e6e6; }

/* line 2210, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .list-link li a:not(.btn) {
  color: #8493a2; }

/* line 2214, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .list-link li a:not(.btn):hover {
  color: #758697; }

/* line 2218, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside a:not(.btn) {
  color: #758697; }

/* line 2222, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside a:not(.btn):hover,
#container.aside-bright #aside a:not(.btn):focus {
  color: #5d6d7c; }

/* line 2227, src/styles/vendors/nifty/_nifty.scss */
#container.aside-bright #aside .btn-link {
  color: #758697; }

/* FOOTER */
/*======================================*/
/* line 2237, src/styles/vendors/nifty/_nifty.scss */
#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #f3f5f9;
  color: #758697;
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  height: 35px; }

/* line 2250, src/styles/vendors/nifty/_nifty.scss */
#footer p {
  margin-bottom: 5px; }

/* line 2254, src/styles/vendors/nifty/_nifty.scss */
.footer-list {
  margin-bottom: 0; }

/* line 2258, src/styles/vendors/nifty/_nifty.scss */
.footer-list > li {
  vertical-align: top; }

/* FOOTER - FIXED POSITION */
/*======================================*/
/* line 2268, src/styles/vendors/nifty/_nifty.scss */
#container.footer-fixed #footer {
  left: 0;
  position: fixed;
  bottom: 0;
  margin-top: -35px;
  z-index: 1; }

/* line 2276, src/styles/vendors/nifty/_nifty.scss */
#footer .show-fixed {
  display: none; }

/* line 2280, src/styles/vendors/nifty/_nifty.scss */
#footer .hide-fixed {
  display: block;
  height: 100%; }

/* line 2285, src/styles/vendors/nifty/_nifty.scss */
#container.footer-fixed #footer .show-fixed {
  display: block;
  height: 100%; }

/* line 2290, src/styles/vendors/nifty/_nifty.scss */
#container.footer-fixed #footer .hide-fixed {
  display: none; }

/* line 2294, src/styles/vendors/nifty/_nifty.scss */
.collapsing {
  transition-duration: 10ms; }

/* ANIMATIONS */
/* -------------------------------------*/
@media (min-width: 1200px) {
  /* line 2305, src/styles/vendors/nifty/_nifty.scss */
  .effect #navbar,
  .effect #content-container,
  .effect #mainnav-container,
  .effect #aside-container,
  .effect #footer,
  .effect .navbar-brand,
  .effect .navbar-content,
  .effect .navbar-header:before {
    transition-property: width, padding, left, right;
    transition-duration: 0.35s; }
  /* line 2316, src/styles/vendors/nifty/_nifty.scss */
  .effect .navbar-content {
    transition-property: margin-left; }
  /* line 2319, src/styles/vendors/nifty/_nifty.scss */
  .effect .mainnav-profile {
    transition: opacity 0.85s, max-height 0.35s; }
  /* line 2322, src/styles/vendors/nifty/_nifty.scss */
  .effect #mainnav li .arrow:before {
    transition: transform 0.25s; }
  /* line 2325, src/styles/vendors/nifty/_nifty.scss */
  .effect #mainnav li.active > a > .arrow:before {
    transition: transform 0.25s; }
  /* line 2328, src/styles/vendors/nifty/_nifty.scss */
  .effect #mainnav-shortcut {
    transition: max-height 0.7s; }
  /* line 2331, src/styles/vendors/nifty/_nifty.scss */
  .effect #mainnav-shortcut li {
    transition: all 0.7s ease 0.1s; }
  /* line 2334, src/styles/vendors/nifty/_nifty.scss */
  .effect#container.mainnav-sm #mainnav-shortcut {
    transition: max-height 0.7s linear 0.2s; }
  /* line 2337, src/styles/vendors/nifty/_nifty.scss */
  .effect#container.mainnav-sm #mainnav-shortcut > ul > li {
    transition: all 0.5s ease; }
  /* line 2340, src/styles/vendors/nifty/_nifty.scss */
  .mainnav-sm .effect #mainnav-menu .list-header,
  .mainnav-sm .effect #mainnav-menu .list-divider,
  .mainnav-sm .effect #mainnav-menu .menu-title,
  .mainnav-sm .effect #mainnav-menu .arrow,
  .mainnav-sm .effect #mainnav-menu .menu-title > .label {
    transition: opacity 0.5s, padding 0.5s linear 0.5s, color 0.1s, margin 0.5s linear 0.5s;
    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }
  /* line 2348, src/styles/vendors/nifty/_nifty.scss */
  .effect .collapsing {
    transition-duration: .4s; }
  /* Variant */
  /* -------------------------------------*/
  /* line 2353, src/styles/vendors/nifty/_nifty.scss */
  .easeInQuart #navbar,
  .easeInQuart #content-container,
  .easeInQuart #mainnav-container,
  .easeInQuart #aside-container,
  .easeInQuart #footer,
  .easeInQuart .collapsing,
  .easeInQuart .navbar-brand,
  .easeInQuart .navbar-content,
  .easeInQuart .navbar-header:before {
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135); }
  /* line 2365, src/styles/vendors/nifty/_nifty.scss */
  .easeOutQuart #navbar,
  .easeOutQuart #content-container,
  .easeOutQuart #mainnav-container,
  .easeOutQuart #aside-container,
  .easeOutQuart #footer,
  .easeOutQuart .collapsing,
  .easeOutQuart .navbar-brand,
  .easeOutQuart .navbar-content,
  .easeOutQuart .navbar-header:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985); }
  /* line 2377, src/styles/vendors/nifty/_nifty.scss */
  .easeInBack #navbar,
  .easeInBack #content-container,
  .easeInBack #mainnav-container,
  .easeInBack #aside-container,
  .easeInBack #footer,
  .easeInBack .collapsing,
  .easeInBack .navbar-brand,
  .easeInBack .navbar-content,
  .easeInBack .navbar-header:before {
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045); }
  /* line 2389, src/styles/vendors/nifty/_nifty.scss */
  .easeOutBack #navbar,
  .easeOutBack #content-container,
  .easeOutBack #mainnav-container,
  .easeOutBack #aside-container,
  .easeOutBack #footer,
  .easeOutBack .collapsing,
  .easeOutBack .navbar-brand,
  .easeOutBack .navbar-content,
  .easeOutBack .navbar-header:before {
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145); }
  /* line 2401, src/styles/vendors/nifty/_nifty.scss */
  .easeInOutBack #navbar,
  .easeInOutBack #content-container,
  .easeInOutBack #mainnav-container,
  .easeInOutBack #aside-container,
  .easeInOutBack #footer,
  .easeInOutBack .collapsing,
  .easeInOutBack .navbar-brand,
  .easeInOutBack .navbar-content,
  .easeInOutBack .navbar-header:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275); }
  /* line 2413, src/styles/vendors/nifty/_nifty.scss */
  .steps #navbar,
  .steps #content-container,
  .steps #mainnav-container,
  .steps #aside-container,
  .steps #footer,
  .steps .collapsing,
  .steps .navbar-brand,
  .steps .navbar-content,
  .steps .navbar-header:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045); }
  /* line 2425, src/styles/vendors/nifty/_nifty.scss */
  .jumping #navbar,
  .jumping #content-container,
  .jumping #mainnav-container,
  .jumping #aside-container,
  .jumping #footer,
  .jumping .collapsing,
  .jumping .navbar-brand,
  .jumping .navbar-content,
  .jumping .navbar-header:before {
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9); }
  /* line 2437, src/styles/vendors/nifty/_nifty.scss */
  .rubber #navbar,
  .rubber #content-container,
  .rubber #mainnav-container,
  .rubber #aside-container,
  .rubber #footer,
  .rubber .collapsing,
  .rubber .navbar-brand,
  .rubber .navbar-content,
  .rubber .navbar-header:before {
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1.65, 1, -0.6); } }

/* MEGAMENU */
/*======================================*/
/* line 2457, src/styles/vendors/nifty/_nifty.scss */
.open.mega-dropdown {
  position: static; }

/* line 2461, src/styles/vendors/nifty/_nifty.scss */
.open.mega-dropdown > .mega-dropdown-toggle:before,
.open.mega-dropdown > .mega-dropdown-toggle:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

/* line 2472, src/styles/vendors/nifty/_nifty.scss */
.open.mega-dropdown > .mega-dropdown-toggle:before {
  border-bottom: 7px solid #d0d0d0;
  margin: -8px 0 0 0;
  bottom: -10px; }

/* line 2478, src/styles/vendors/nifty/_nifty.scss */
.open.mega-dropdown > .mega-dropdown-toggle:after {
  border-bottom: 7px solid #fff;
  margin: -7px 0 0 0;
  bottom: -11px;
  z-index: 10000; }

/* line 2485, src/styles/vendors/nifty/_nifty.scss */
.navbar-top-links > .mega-dropdown > .dropdown-menu.mega-dropdown-menu {
  left: 5px;
  right: 5px;
  max-width: 1250px; }

/* line 2491, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.mega-dropdown-menu {
  padding: 15px; }

/* line 2495, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.mega-dropdown-menu:after {
  content: '';
  display: table;
  clear: both; }

/* line 2501, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.mega-dropdown-menu .list-unstyled .dropdown-header {
  font-size: 1.2em;
  font-weight: 600;
  padding: 10px 4px; }

/* line 2507, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.mega-dropdown-menu .list-unstyled li a {
  display: block;
  padding: 4px;
  background-color: transparent; }

/* line 2513, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.mega-dropdown-menu .list-unstyled li a:not(.disabled-link):hover {
  background-color: rgba(0, 0, 0, 0.05); }

/* INVOICE */
/*======================================*/
/* line 2523, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-logo > .media-left,
#container .invoice-logo > .media-body {
  display: table-cell;
  float: none;
  vertical-align: middle; }

/* line 2530, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-details {
  min-width: 200px; }

/* line 2534, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-details td {
  padding: 2px 0; }

/* line 2538, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary {
  border-bottom: 2px solid #d0d0d0; }

/* line 2542, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary thead > tr > th {
  font-weight: 700;
  padding-bottom: 15px; }

/* line 2547, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary tbody > tr > td {
  vertical-align: middle; }

/* line 2551, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary tbody > tr > td > strong {
  display: block;
  font-weight: 600; }

/* line 2556, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary tbody > tr > td > small {
  color: #afb9c3; }

/* line 2560, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary .min-col {
  width: 10%;
  min-width: 100px; }

/* line 2565, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-summary th,
#container .invoice-total th,
#container .invoice-summary td,
#container .invoice-total td {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 2573, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-total {
  width: 30%;
  max-width: 320px;
  float: right; }

/* line 2579, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-total > tbody > tr:first-child > td {
  border: 0 !important; }

/* line 2583, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-total > tbody > tr td {
  text-align: right; }

/* line 2587, src/styles/vendors/nifty/_nifty.scss */
#container .invoice-total > tbody > tr td:last-child {
  width: 200px; }

@media print {
  /* line 2592, src/styles/vendors/nifty/_nifty.scss */
  #container .invoice-total {
    width: auto; } }

/* WIDGET */
/*======================================*/
/* line 2603, src/styles/vendors/nifty/_nifty.scss */
.widget-header {
  padding: 15px 15px 50px 15px;
  min-height: 125px;
  position: relative;
  overflow: hidden; }

/* line 2610, src/styles/vendors/nifty/_nifty.scss */
.widget-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

/* line 2618, src/styles/vendors/nifty/_nifty.scss */
.widget-title {
  position: relative; }

/* line 2622, src/styles/vendors/nifty/_nifty.scss */
.widget-body {
  padding: 50px 15px 15px;
  position: relative; }

/* line 2627, src/styles/vendors/nifty/_nifty.scss */
.widget-img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  margin-left: -32px;
  top: -32px; }

/* WIDGET - CHAT */
/*======================================*/
/* line 2642, src/styles/vendors/nifty/_nifty.scss */
.speech {
  position: relative;
  background: #b7dcfe;
  color: #317787;
  display: inline-block;
  border-radius: 0;
  padding: 12px 20px; }

/* line 2651, src/styles/vendors/nifty/_nifty.scss */
.speech .media-heading {
  color: #317787;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600; }

/* line 2660, src/styles/vendors/nifty/_nifty.scss */
.speech .media-heading:hover {
  text-decoration: underline; }

/* line 2664, src/styles/vendors/nifty/_nifty.scss */
.speech-time {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: .8em; }

/* line 2670, src/styles/vendors/nifty/_nifty.scss */
.speech-right {
  text-align: right; }

/* line 2674, src/styles/vendors/nifty/_nifty.scss */
.speech-right > .speech {
  background: #ffda87;
  color: #a07617;
  text-align: right; }

/* line 2680, src/styles/vendors/nifty/_nifty.scss */
.speech-right > .speech .media-heading {
  color: #a07617; }

/* line 2684, src/styles/vendors/nifty/_nifty.scss */
.speech-right > .speech:before {
  left: auto;
  right: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffdc91;
  border-right: 0;
  margin: 15px -6px 0 0; }

/* line 2694, src/styles/vendors/nifty/_nifty.scss */
.speech:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #b7dcfe;
  margin: 15px 0 0 -6px; }

/* TIMELINE */
/*======================================*/
/* line 2714, src/styles/vendors/nifty/_nifty.scss */
.timeline {
  position: relative;
  padding-bottom: 40px;
  background-color: #ecf0f5;
  color: #758697; }

/* line 2721, src/styles/vendors/nifty/_nifty.scss */
.timeline:before,
.timeline:after {
  background-color: #bec6ce;
  bottom: 20px;
  content: "";
  display: block;
  position: absolute; }

/* line 2730, src/styles/vendors/nifty/_nifty.scss */
.timeline:before {
  left: 49px;
  top: 20px;
  width: 1px; }

/* line 2736, src/styles/vendors/nifty/_nifty.scss */
.timeline:after {
  left: 46px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid #bec6ce;
  background-color: #ecf0f5; }

/* line 2745, src/styles/vendors/nifty/_nifty.scss */
.timeline-header {
  border-radius: 0;
  clear: both;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative; }

/* line 2753, src/styles/vendors/nifty/_nifty.scss */
.timeline-header .timeline-header-title {
  display: inline-block;
  text-align: center;
  padding: 7px 15px;
  min-width: 100px; }

/* line 2760, src/styles/vendors/nifty/_nifty.scss */
.timeline .timeline-header:first-child {
  margin-bottom: 30px;
  margin-top: 15px; }

/* line 2765, src/styles/vendors/nifty/_nifty.scss */
.timeline-stat {
  width: 100px;
  float: left;
  text-align: center;
  padding-bottom: 15px; }

/* line 2772, src/styles/vendors/nifty/_nifty.scss */
.timeline-entry {
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
  clear: both; }

/* line 2779, src/styles/vendors/nifty/_nifty.scss */
.timeline-entry-inner {
  position: relative; }

/* line 2783, src/styles/vendors/nifty/_nifty.scss */
.timeline-time {
  display: inline-block;
  padding: 2px 3px;
  background-color: #ecf0f5;
  color: #758697;
  font-size: .85em;
  max-width: 70px; }

/* line 2792, src/styles/vendors/nifty/_nifty.scss */
.timeline-icon {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 5px;
  background-color: #ecf0f5; }

/* line 2804, src/styles/vendors/nifty/_nifty.scss */
.timeline-icon > i {
  line-height: 40px;
  vertical-align: 0.1em; }

/* line 2809, src/styles/vendors/nifty/_nifty.scss */
.timeline-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: top; }

/* line 2816, src/styles/vendors/nifty/_nifty.scss */
.timeline-icon:empty {
  height: 12px;
  width: 12px;
  margin-top: 20px;
  border: 2px solid #bec6ce; }

/* line 2823, src/styles/vendors/nifty/_nifty.scss */
.timeline-label {
  background-color: #fff;
  border-radius: 0;
  margin-left: 85px;
  padding: 15px;
  position: relative;
  min-height: 50px;
  border: 1px solid #e7ecf3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17); }

/* line 2834, src/styles/vendors/nifty/_nifty.scss */
.timeline-label:before,
.timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0; }

/* line 2845, src/styles/vendors/nifty/_nifty.scss */
.timeline-label:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e6e6e6;
  margin: 15px 0 0 -10px; }

/* line 2852, src/styles/vendors/nifty/_nifty.scss */
.timeline-label:after {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #fff;
  margin: 15px 0 0 -8px; }

/* line 2859, src/styles/vendors/nifty/_nifty.scss */
.panel .timeline,
.panel .timeline:after,
.panel .timeline-time,
.panel .timeline-label,
.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
  background-color: #fff; }

/* line 2867, src/styles/vendors/nifty/_nifty.scss */
.panel .timeline-label {
  box-shadow: none;
  border: 0;
  background-color: #f3f5f9;
  margin-left: 100px; }

/* line 2874, src/styles/vendors/nifty/_nifty.scss */
.panel .timeline-label:before {
  display: none;
  border-right-color: #e3e3e3; }

/* line 2879, src/styles/vendors/nifty/_nifty.scss */
.panel .timeline-label:after {
  border-right-color: #f3f5f9; }

@media (min-width: 768px) {
  /* line 2884, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline {
    text-align: center; }
  /* line 2887, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline:before {
    left: 50%; }
  /* line 2890, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline:after {
    left: 50%;
    margin-left: -2px; }
  /* line 2894, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry {
    width: 50%;
    text-align: left; }
  /* line 2898, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-stat {
    margin-left: -50px; }
  /* line 2901, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(odd) {
    float: right; }
  /* line 2904, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(odd) .timeline-label {
    margin-left: 40px; }
  /* line 2907, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-header {
    text-align: center; }
  /* line 2910, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) {
    float: left; }
  /* line 2913, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-stat {
    left: 100%;
    position: relative;
    margin-left: -50px; }
  /* line 2918, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label {
    left: -90px;
    margin-right: -40px; }
  /* line 2922, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before,
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    left: auto;
    right: 0;
    border-right: 0 solid transparent; }
  /* line 2928, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e6e6e6;
    margin: 15px -10px 0 0; }
  /* line 2934, src/styles/vendors/nifty/_nifty.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
    margin: 15px -8px 0 0; } }

/* TAGS */
/*======================================*/
/* line 2948, src/styles/vendors/nifty/_nifty.scss */
.tag:not(.label) {
  background-color: #fff;
  font-size: .9em;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #d1d9de;
  line-height: 1.42857;
  vertical-align: middle;
  transition: all .15s;
  margin-bottom: 4px; }

/* line 2961, src/styles/vendors/nifty/_nifty.scss */
.tag:not(.label) i {
  vertical-align: middle; }

/* line 2965, src/styles/vendors/nifty/_nifty.scss */
.tag.tag-lg,
.btn-group-lg > .tag {
  padding: 10px 16px; }

/* line 2970, src/styles/vendors/nifty/_nifty.scss */
.tag.tag-sm,
.btn-group-sm > .tag {
  padding: 4px 7px; }

/* line 2975, src/styles/vendors/nifty/_nifty.scss */
.tag.tag-xs,
.btn-group-xs > .tag {
  padding: 1px 5px; }

/* EMAIL */
/*======================================*/
/* line 2986, src/styles/vendors/nifty/_nifty.scss */
.mail-nav > li > a {
  border-radius: 0; }

/* line 2990, src/styles/vendors/nifty/_nifty.scss */
.mail-nav > li > a:hover,
.mail-nav > li > a:focus {
  background-color: transparent; }

/* line 2995, src/styles/vendors/nifty/_nifty.scss */
.mail-nav > li.active > a,
.mail-nav > li.active > a:hover,
.mail-nav > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.07);
  color: inherit;
  font-weight: 600; }

/* line 3003, src/styles/vendors/nifty/_nifty.scss */
.mail-list {
  list-style: none;
  padding: 0; }

/* line 3008, src/styles/vendors/nifty/_nifty.scss */
.mail-list > li {
  position: relative;
  padding: 12px;
  border-radius: 1px; }

/* line 3014, src/styles/vendors/nifty/_nifty.scss */
.mail-list > li:after {
  content: '';
  display: table;
  clear: both; }

/* line 3020, src/styles/vendors/nifty/_nifty.scss */
.mail-list-unread a {
  font-weight: 700; }

/* line 3024, src/styles/vendors/nifty/_nifty.scss */
.mail-control {
  float: left;
  width: 40px; }

/* line 3029, src/styles/vendors/nifty/_nifty.scss */
.mail-star {
  position: absolute;
  top: 47px;
  margin-left: 1px; }

/* line 3035, src/styles/vendors/nifty/_nifty.scss */
.mail-from {
  float: left;
  width: 105px; }

/* line 3040, src/styles/vendors/nifty/_nifty.scss */
.mail-subject {
  margin: 2.3em 0 0 40px; }

/* line 3044, src/styles/vendors/nifty/_nifty.scss */
.mail-subject .label {
  margin-right: .5em;
  vertical-align: middle;
  line-height: 2; }

/* line 3050, src/styles/vendors/nifty/_nifty.scss */
.mail-list .mail-from a,
.mail-list .mail-subject a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 3058, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-icon {
  width: 35px;
  float: right;
  text-align: center; }

/* line 3064, src/styles/vendors/nifty/_nifty.scss */
.mail-time {
  float: right;
  color: #afb9c3;
  font-size: 85%;
  text-align: right; }

/* line 3071, src/styles/vendors/nifty/_nifty.scss */
.mail-toggle.navbar-toggle {
  display: block; }

@media (min-width: 992px) {
  /* line 3076, src/styles/vendors/nifty/_nifty.scss */
  .mail-nav {
    width: 255px; }
  /* line 3079, src/styles/vendors/nifty/_nifty.scss */
  .mail-menu {
    display: block !important; }
  /* line 3082, src/styles/vendors/nifty/_nifty.scss */
  .mail-control,
  .mail-star {
    float: left;
    width: 40px; }
  /* line 3087, src/styles/vendors/nifty/_nifty.scss */
  .mail-from {
    width: 175px; }
  /* line 3090, src/styles/vendors/nifty/_nifty.scss */
  .mail-attach-icon {
    width: 35px;
    float: right;
    text-align: right; }
  /* line 3095, src/styles/vendors/nifty/_nifty.scss */
  .mail-time {
    width: 75px; }
  /* line 3098, src/styles/vendors/nifty/_nifty.scss */
  .mail-subject {
    overflow: hidden;
    margin: 0 20px 0 0; } }

@media (min-width: 470px) {
  /* line 3105, src/styles/vendors/nifty/_nifty.scss */
  .mail-star {
    position: static;
    float: left;
    width: 35px; }
  /* line 3110, src/styles/vendors/nifty/_nifty.scss */
  .mail-from {
    width: 175px;
    margin-right: 20px; }
  /* line 3114, src/styles/vendors/nifty/_nifty.scss */
  .mail-subject {
    display: block;
    padding-right: 50px; } }

/* MAIL ICON - (REQUIRE FONTAWESOME) */
/*======================================*/
/* COLORS */
/*======================================*/
/* line 3132, src/styles/vendors/nifty/_nifty.scss */
.mail-list > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04); }

/* line 3136, src/styles/vendors/nifty/_nifty.scss */
.mail-list > li:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 3140, src/styles/vendors/nifty/_nifty.scss */
.mail-list > li.highlight {
  background-color: #f2f0c2; }

/* line 3144, src/styles/vendors/nifty/_nifty.scss */
.mail-list a,
.mail-list a:focus {
  display: inline-block;
  color: #758697; }

/* line 3150, src/styles/vendors/nifty/_nifty.scss */
.mail-star i {
  font-size: 1em;
  line-height: 0.4; }

/* line 3155, src/styles/vendors/nifty/_nifty.scss */
.mail-star > a,
.mail-star > a:focus {
  color: #d3d7da; }

/* line 3160, src/styles/vendors/nifty/_nifty.scss */
.mail-starred .mail-star > a {
  color: #ffa100; }

/* line 3164, src/styles/vendors/nifty/_nifty.scss */
.mail-list .mail-star > a:hover {
  color: #ffbd4d; }

/* line 3168, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-list {
  list-style: none;
  padding: 0; }

/* line 3173, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-list > li {
  display: inline-block;
  width: 195px; }

/* line 3178, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-list > li .mail-file-img,
.mail-attach-list > li .mail-file-icon {
  height: 120px;
  overflow: hidden;
  text-align: center;
  background-color: #f5f6f8; }

/* line 3186, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-list > li i {
  font-size: 75px;
  line-height: 120px;
  opacity: 0.4; }

/* line 3192, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-list > li img {
  max-width: 210px;
  height: auto; }

/* line 3197, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-label {
  min-width: 5em; }

/* line 3201, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-file {
  overflow: hidden; }

/* line 3205, src/styles/vendors/nifty/_nifty.scss */
.mail-attach-btn {
  float: right; }

@media (min-width: 1200px) {
  /* line 3210, src/styles/vendors/nifty/_nifty.scss */
  .mail-attach-label {
    float: left; } }

/* line 3215, src/styles/vendors/nifty/_nifty.scss */
.mail-message-reply {
  min-height: 150px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 10px 15px;
  cursor: pointer; }

/* FORM WIZARD */
/*======================================*/
/* line 3229, src/styles/vendors/nifty/_nifty.scss */
.wz-nav-off > li a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: default !important; }

/* line 3237, src/styles/vendors/nifty/_nifty.scss */
.wz-icon-inline li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit; }

/* line 3246, src/styles/vendors/nifty/_nifty.scss */
.wz-icon-bw li > a .icon-wrap,
.wz-icon-bw li > a p {
  transition: all 0.5s; }

/* line 3251, src/styles/vendors/nifty/_nifty.scss */
.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #758697;
  background-color: rgba(0, 0, 0, 0.17);
  transition: all 0.5s; }

/* line 3257, src/styles/vendors/nifty/_nifty.scss */
.wz-icon-bw li:not(.active) > a p {
  color: #758697 !important;
  transition: all 0.5s; }

/* FORM WIZARD : Classic */
/*======================================*/
/* line 3268, src/styles/vendors/nifty/_nifty.scss */
.wz-classic {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative; }

/* line 3276, src/styles/vendors/nifty/_nifty.scss */
.wz-classic li,
.wz-steps li {
  transition: all 0.5s; }

/* line 3281, src/styles/vendors/nifty/_nifty.scss */
.wz-classic li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 20px 0; }

/* line 3288, src/styles/vendors/nifty/_nifty.scss */
.wz-classic li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit; }

/* line 3297, src/styles/vendors/nifty/_nifty.scss */
.wz-classic:after,
.wz-steps:after {
  content: '';
  display: table;
  clear: both; }

/* line 3304, src/styles/vendors/nifty/_nifty.scss */
.wz-classic .active ~ li {
  color: inherit;
  background-color: inherit; }

/* line 3309, src/styles/vendors/nifty/_nifty.scss */
.wz-classic .active ~ li a {
  opacity: .5; }

/* FORM WIZARD : Steps */
/*======================================*/
/* line 3319, src/styles/vendors/nifty/_nifty.scss */
.wz-heading {
  position: relative; }

/* line 3323, src/styles/vendors/nifty/_nifty.scss */
.wz-heading .progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background-color: transparent; }

/* line 3331, src/styles/vendors/nifty/_nifty.scss */
.wz-heading.wz-w-label .progress {
  margin-top: -0.5em; }

/* line 3335, src/styles/vendors/nifty/_nifty.scss */
.wz-steps {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: block;
  position: relative; }

/* line 3343, src/styles/vendors/nifty/_nifty.scss */
.wz-steps li > a {
  color: inherit;
  display: block;
  text-align: center;
  padding: 0; }

/* line 3350, src/styles/vendors/nifty/_nifty.scss */
.wz-steps li > a .icon-wrap {
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; }

/* line 3358, src/styles/vendors/nifty/_nifty.scss */
.wz-steps li .wz-desc {
  opacity: 0;
  transition: opacity 0.5s; }

/* line 3363, src/styles/vendors/nifty/_nifty.scss */
.wz-steps li:not(.active) .wz-icon {
  display: none; }

/* line 3367, src/styles/vendors/nifty/_nifty.scss */
.wz-steps .active ~ li {
  color: inherit; }

/* line 3371, src/styles/vendors/nifty/_nifty.scss */
.wz-steps .active ~ li a {
  opacity: .5; }

/* line 3375, src/styles/vendors/nifty/_nifty.scss */
.wz-steps .active ~ li .wz-icon {
  display: inline-block; }

/* line 3379, src/styles/vendors/nifty/_nifty.scss */
.wz-steps .active .wz-icon-done,
.wz-steps .active ~ li .wz-icon-done {
  display: none; }

/* line 3384, src/styles/vendors/nifty/_nifty.scss */
.wz-steps .active .wz-desc {
  opacity: 1;
  transition: opacity 0.5s; }

/* SCROLL TO TOP BUTTON */
/*======================================*/
/* line 3395, src/styles/vendors/nifty/_nifty.scss */
.scroll-top {
  display: none; }

/* line 3399, src/styles/vendors/nifty/_nifty.scss */
.scroll-top.in {
  display: block;
  background-color: #42a5f5;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 999;
  opacity: 1;
  padding: 10px;
  font-size: 1.5em;
  border-radius: 100%;
  box-shadow: none;
  transition: all 0.15s; }

/* line 3416, src/styles/vendors/nifty/_nifty.scss */
.scroll-top.in:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: all 0.15s; }

/* line 3423, src/styles/vendors/nifty/_nifty.scss */
.scroll-top.in:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.05);
  transition: all 0.15s; }

/* line 3429, src/styles/vendors/nifty/_nifty.scss */
.scroll-top.in > i {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1.1em; }

/* NIFTY OVERLAY */
/*======================================*/
/* line 3442, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay-wrap {
  position: relative; }

/* line 3446, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  z-index: 795; }

/* line 3457, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: -5px; }

/* line 3466, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay-title {
  margin: 10px 0 5px; }

/* line 3470, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay-icon {
  display: inline-block;
  vertical-align: middle; }

/* line 3475, src/styles/vendors/nifty/_nifty.scss */
.panel-overlay-content {
  display: inline-block;
  vertical-align: middle; }

/* NIFTY LANGUAGE SELECTOR */
/*======================================*/
/* line 3486, src/styles/vendors/nifty/_nifty.scss */
.lang-flag {
  display: inline-block;
  padding: 3px 5px 3px 0; }

/* line 3491, src/styles/vendors/nifty/_nifty.scss */
.lang-selected > .lang-flag {
  padding: 0; }

/* line 3495, src/styles/vendors/nifty/_nifty.scss */
.lang-id {
  font-weight: 600; }

/* line 3499, src/styles/vendors/nifty/_nifty.scss */
.lang-id,
.lang-name {
  display: none;
  vertical-align: middle; }

/* line 3505, src/styles/vendors/nifty/_nifty.scss */
.lang-selector .lang-id {
  display: inline-block; }

/* line 3509, src/styles/vendors/nifty/_nifty.scss */
.lang-selector + .dropdown-menu .lang-name {
  display: inline-block; }

/* line 3513, src/styles/vendors/nifty/_nifty.scss */
.lang-selector + .dropdown-menu a {
  padding: 10px !important; }

/* line 3517, src/styles/vendors/nifty/_nifty.scss */
.lang-selector + .dropdown-menu .active {
  display: none; }

@media (min-width: 992px) {
  /* line 3522, src/styles/vendors/nifty/_nifty.scss */
  .lang-id,
  .lang-selector .lang-id {
    display: none; } }

/* NIFTY NOTIFICATION */
/*======================================*/
/* line 3534, src/styles/vendors/nifty/_nifty.scss */
.alert-wrap {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.7s linear; }

/* line 3542, src/styles/vendors/nifty/_nifty.scss */
.alert-wrap > .alert {
  margin: 0;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
  border-radius: 0;
  text-align: left; }

/* line 3549, src/styles/vendors/nifty/_nifty.scss */
.alert-wrap > .alert > .media {
  margin: 0; }

/* line 3553, src/styles/vendors/nifty/_nifty.scss */
.alert-wrap > .alert > .media > .media-body {
  min-width: 150px;
  width: auto;
  vertical-align: middle; }

/* line 3559, src/styles/vendors/nifty/_nifty.scss */
#page-alert > .alert-wrap > .alert {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.04); }

/* line 3563, src/styles/vendors/nifty/_nifty.scss */
.alert-wrap.in {
  max-height: 500px;
  transition: max-height 1s linear; }

/* line 3568, src/styles/vendors/nifty/_nifty.scss */
.floating-container .animated.alert-wrap {
  overflow: visible; }

/* line 3572, src/styles/vendors/nifty/_nifty.scss */
.floating-container .animated.alert-wrap > .alert {
  border-radius: 0; }

/* line 3576, src/styles/vendors/nifty/_nifty.scss */
.alert-message,
.alert-title {
  margin-bottom: 1px;
  padding-right: 2ex; }

/* line 3582, src/styles/vendors/nifty/_nifty.scss */
.alert-title {
  font-size: 1.12em; }

/* line 3586, src/styles/vendors/nifty/_nifty.scss */
.alert-title:empty {
  display: none; }

/* line 3590, src/styles/vendors/nifty/_nifty.scss */
.alert-primary .alert-icon {
  color: #fff; }

/* line 3594, src/styles/vendors/nifty/_nifty.scss */
.alert-info .alert-icon {
  color: #fff; }

/* line 3598, src/styles/vendors/nifty/_nifty.scss */
.alert-success .alert-icon {
  color: #fff; }

/* line 3602, src/styles/vendors/nifty/_nifty.scss */
.alert-warning .alert-icon {
  color: #fff; }

/* line 3606, src/styles/vendors/nifty/_nifty.scss */
.alert-danger .alert-icon {
  color: #fff; }

/* line 3610, src/styles/vendors/nifty/_nifty.scss */
.alert-mint .alert-icon {
  color: #fff; }

/* line 3614, src/styles/vendors/nifty/_nifty.scss */
.alert-purple .alert-icon {
  color: #fff; }

/* line 3618, src/styles/vendors/nifty/_nifty.scss */
.alert-pink .alert-icon {
  color: #fff; }

/* line 3622, src/styles/vendors/nifty/_nifty.scss */
.alert-dark .alert-icon {
  color: #fff; }

/* Floating */
/*======================================*/
/* line 3632, src/styles/vendors/nifty/_nifty.scss */
#floating-top-right {
  position: fixed;
  text-align: right;
  top: 7px;
  right: 7px;
  left: 7px;
  z-index: 15; }

/* line 3641, src/styles/vendors/nifty/_nifty.scss */
#floating-top-right .alert-wrap {
  display: inline-block;
  clear: right;
  float: right;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  z-index: 990; }

@media (min-width: 768px) {
  /* line 3652, src/styles/vendors/nifty/_nifty.scss */
  #floating-top-right {
    left: auto;
    max-width: 727px; } }

@media (min-width: 992px) {
  /* line 3659, src/styles/vendors/nifty/_nifty.scss */
  #floating-top-right {
    left: auto;
    max-width: 50%; } }

@media (min-width: 1200px) {
  /* line 3666, src/styles/vendors/nifty/_nifty.scss */
  #floating-top-right {
    left: auto;
    max-width: 35%; } }

/*!	Animate.css - http://daneden.me/animate - Licensed under the MIT license - http://opensource.org/licenses/MIT -	Copyright (c) 2014 Daniel Eden	*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* line 3693, src/styles/vendors/nifty/_nifty.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 3700, src/styles/vendors/nifty/_nifty.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/* line 3705, src/styles/vendors/nifty/_nifty.scss */
.jellyIn {
  -webkit-animation: jellyIn .7s linear both;
  animation: jellyIn .7s linear both; }

/*! Generated with Bounce.js. Edit at http://goo.gl/whUyiv */
@-webkit-keyframes jellyIn {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.761905% {
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.52381% {
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.285714% {
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.047619% {
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.809524% {
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.571429% {
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.095238% {
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.857143% {
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.619048% {
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.380952% {
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.142857% {
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.904762% {
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.428571% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.190476% {
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.952381% {
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.714286% {
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.47619% {
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.238095% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes jellyIn {
  0% {
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.761905% {
    transform: matrix3d(0.82739, 0, 0, 0, 0, 0.86975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.52381% {
    transform: matrix3d(0.94685, 0, 0, 0, 0, 1.03237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.285714% {
    transform: matrix3d(1.02254, 0, 0, 0, 0, 1.09127, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.047619% {
    transform: matrix3d(1.05171, 0, 0, 0, 0, 1.06355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  23.809524% {
    transform: matrix3d(1.04857, 0, 0, 0, 0, 1.01093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  28.571429% {
    transform: matrix3d(1.03082, 0, 0, 0, 0, 0.97867, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.095238% {
    transform: matrix3d(0.99876, 0, 0, 0, 0, 0.98966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  42.857143% {
    transform: matrix3d(0.9928, 0, 0, 0, 0, 1.00257, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.619048% {
    transform: matrix3d(0.99231, 0, 0, 0, 0, 1.00725, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.380952% {
    transform: matrix3d(0.99465, 0, 0, 0, 0, 1.00505, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  57.142857% {
    transform: matrix3d(0.99757, 0, 0, 0, 0, 1.00087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  61.904762% {
    transform: matrix3d(0.9998, 0, 0, 0, 0, 0.99831, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  71.428571% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99918, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  76.190476% {
    transform: matrix3d(1.00091, 0, 0, 0, 0, 1.0002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.952381% {
    transform: matrix3d(1.00047, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.714286% {
    transform: matrix3d(1.0001, 0, 0, 0, 0, 1.0004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.47619% {
    transform: matrix3d(0.99989, 0, 0, 0, 0, 1.00007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.238095% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99987, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

/* NIFTY FORM CHECKBOXES & RADIOS */
/*======================================*/
/* line 3901, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox:not(.btn),
.form-radio:not(.btn) {
  display: inline-block;
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 3px;
  line-height: 1em;
  min-width: 19px;
  margin: 0; }

/* line 3913, src/styles/vendors/nifty/_nifty.scss */
.input-group-addon > .form-checkbox,
.input-group-addon > .form-radio {
  margin-bottom: 5px; }

/* line 3918, src/styles/vendors/nifty/_nifty.scss */
.form-text.form-checkbox:not(.btn),
.form-text.form-radio:not(.btn) {
  padding-left: 25.5px; }

/* line 3923, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox > input[type="checkbox"],
.form-radio > input[type="radio"] {
  margin-left: -50px;
  opacity: 0;
  position: absolute !important;
  z-index: -1; }

/* line 3931, src/styles/vendors/nifty/_nifty.scss */
#container.show-form .form-checkbox > input[type="checkbox"],
#container.show-form .form-radio > input[type="radio"] {
  margin-top: -0.1em;
  opacity: 1;
  visibility: visible;
  z-index: 1; }

/* line 3939, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox:hover,
.form-radio:hover {
  cursor: pointer; }

/* line 3944, src/styles/vendors/nifty/_nifty.scss */
fieldset[disabled] .form-checkbox:hover,
fieldset[disabled] .form-radio:hover {
  cursor: no-drop; }

/* line 3949, src/styles/vendors/nifty/_nifty.scss */
fieldset[disabled] .form-checkbox,
fieldset[disabled] .form-radio,
.form-checkbox.disabled,
.form-radio.disabled {
  opacity: .5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/* line 3961, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.disabled::-moz-selection, .form-radio.disabled::-moz-selection {
  background: transparent; }
.form-checkbox.disabled::selection,
.form-radio.disabled::selection {
  background: transparent; }

/* line 3966, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.disabled::-moz-selection,
.form-radio.disabled::-moz-selection {
  background: transparent; }

/* line 3971, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal:before,
.form-radio.form-normal:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #c8d1d8;
  border-radius: 0;
  left: 0;
  top: 50%;
  margin-top: -9px; }

/* line 3986, src/styles/vendors/nifty/_nifty.scss */
.form-radio.form-normal:before {
  background-color: transparent; }

/* line 3990, src/styles/vendors/nifty/_nifty.scss */
.has-success .form-checkbox {
  color: #24692F; }

/* line 3994, src/styles/vendors/nifty/_nifty.scss */
.has-success .form-checkbox.form-normal:before,
.has-success .form-checkbox.form-normal:not(.disabled):hover:before,
.has-success .form-radio.form-normal:before,
.has-success .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #71a436; }

/* line 4002, src/styles/vendors/nifty/_nifty.scss */
#container .has-success .form-radio.form-normal.active:before {
  background-color: #71a436;
  border-color: #71a436; }

/* line 4007, src/styles/vendors/nifty/_nifty.scss */
.has-warning .form-checkbox {
  color: #f29000; }

/* line 4011, src/styles/vendors/nifty/_nifty.scss */
.has-warning .form-checkbox.form-normal:before,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:before,
.has-warning .form-radio.form-normal:before,
.has-warning .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #f29000; }

/* line 4019, src/styles/vendors/nifty/_nifty.scss */
#container .has-warning .form-radio.form-normal:before {
  background-color: #f29000;
  border-color: #f29000; }

/* line 4024, src/styles/vendors/nifty/_nifty.scss */
.has-error .form-checkbox {
  color: #eb2521; }

/* line 4028, src/styles/vendors/nifty/_nifty.scss */
.has-error .form-checkbox.form-normal:before,
.has-error .form-checkbox.form-normal:not(.disabled):hover:before,
.has-error .form-radio.form-normal:before,
.has-error .form-radio.form-normal:not(.disabled):hover:before {
  background-color: transparent;
  border-color: #eb2521; }

/* line 4036, src/styles/vendors/nifty/_nifty.scss */
#container .has-error .form-radio.form-normal.active:before {
  background-color: #eb2521;
  border-color: #eb2521; }

/* line 4041, src/styles/vendors/nifty/_nifty.scss */
.form-radio.form-normal:before {
  border-radius: 50%; }

/* Check Symbol */
/* line 4048, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-checkbox.form-normal.active:after,
.form-checkbox.form-normal:not(.disabled):hover:after,
.form-checkbox.form-normal.active:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 11px;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-bottom: 2.5px solid #515151;
  border-left: 2.5px solid #515151; }

/* line 4066, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-success .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-success .form-checkbox.form-normal.active:after,
.has-success .form-checkbox.form-normal:not(.disabled):hover:after,
.has-success .form-checkbox.form-normal.active:after {
  border-color: #24692F; }

/* line 4073, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-warning .form-checkbox.form-normal.active:after,
.has-warning .form-checkbox.form-normal:not(.disabled):hover:after,
.has-warning .form-checkbox.form-normal.active:after {
  border-color: #f0a238; }

/* line 4080, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-error .form-checkbox.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .has-error .form-checkbox.form-normal.active:after,
.has-error .form-checkbox.form-normal:not(.disabled):hover:after,
.has-error .form-checkbox.form-normal.active:after {
  border-color: #e33a4b; }

/* Circle Symbol */
/* line 4090, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .form-radio.form-normal:not(.disabled):hover:after,
fieldset:not([disabled]) .form-radio.form-normal.active:after,
.form-radio.form-normal:not(.disabled):hover:after,
.form-radio.form-normal.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #515151;
  border-radius: 50%;
  left: 4px;
  bottom: 50%;
  margin-bottom: -3px; }

/* line 4106, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-success .form-radio.form-normal.active:after,
.has-success .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-success .form-radio.form-normal.active:after {
  background-color: #71a436; }

/* line 4113, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-warning .form-radio.form-normal.active:after,
.has-warning .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-warning .form-radio.form-normal.active:after {
  background-color: #f29000; }

/* line 4120, src/styles/vendors/nifty/_nifty.scss */
fieldset:not([disabled]) .has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
fieldset:not([disabled]) .has-error .form-radio.form-normal.active:after,
.has-error .form-radio.form-normal:not(.disabled):not(.active):hover:after,
.has-error .form-radio.form-normal.active:after {
  background-color: #eb2521; }

/* line 4127, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal:not(.active):hover:after,
.form-radio.form-normal:not(.active):hover:after {
  opacity: 0.3; }

/* line 4132, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-primary.active:after,
.form-checkbox.form-normal.form-info.active:after,
.form-checkbox.form-normal.form-success.active:after,
.form-checkbox.form-normal.form-warning.active:after,
.form-checkbox.form-normal.form-danger.active:after,
.form-checkbox.form-normal.form-mint.active:after,
.form-checkbox.form-normal.form-purple.active:after,
.form-checkbox.form-normal.form-pink.active:after,
.form-checkbox.form-normal.form-dark.active:after {
  border-color: #fff; }

/* Checkbox & Radio default */
/*==================================================*/
/* line 4150, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal:not(.disabled):hover:before,
.form-radio.form-normal:not(.disabled):hover:before {
  border-color: #42a5f5; }

/* line 4155, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.active:after {
  border-color: #404449; }

/* Checkbox & Radio primary */
/*==================================================*/
/* line 4165, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-primary:hover:before,
.form-radio.form-normal.form-primary.active:before,
.form-checkbox.form-normal.form-primary:not(.active):hover:after {
  border-color: #489eed; }

/* line 4171, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-primary.active:before,
.form-radio.form-normal.form-primary.active:after {
  background-color: #42a5f5;
  border-color: #42a5f5; }

/* Checkbox & Radio info */
/*==================================================*/
/* line 4183, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-info:hover:before,
.form-radio.form-normal.form-info.active:before,
.form-checkbox.form-normal.form-info:not(.active):hover:after {
  border-color: #00bcd4; }

/* line 4189, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-info.active:before,
.form-radio.form-normal.form-info.active:after {
  background-color: #00bcd4;
  border-color: #00bcd4; }

/* Checkbox & Radio success */
/*==================================================*/
/* line 4201, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-success:hover:before,
.form-radio.form-normal.form-success.active:before,
.form-checkbox.form-normal.form-success:not(.active):hover:after {
  border-color: #8bc34a; }

/* line 4207, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-success.active:before,
.form-radio.form-normal.form-success.active:after {
  background-color: #8bc34a;
  border-color: #8bc34a; }

/* Checkbox & Radio warning */
/*==================================================*/
/* line 4219, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-warning:hover:before,
.form-radio.form-normal.form-warning.active:before,
.form-checkbox.form-normal.form-warning:not(.active):hover:after {
  border-color: #ffa726; }

/* line 4225, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-warning.active:before,
.form-radio.form-normal.form-warning.active:after {
  background-color: #ffa726;
  border-color: #ffa726; }

/* Checkbox & Radio danger */
/*==================================================*/
/* line 4237, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-danger:hover:before,
.form-radio.form-normal.form-danger.active:before,
.form-checkbox.form-normal.form-danger:not(.active):hover:after {
  border-color: #ef5350; }

/* line 4243, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-danger.active:before,
.form-radio.form-normal.form-danger.active:after {
  background-color: #ef5350;
  border-color: #ef5350; }

/* Checkbox & Radio mint */
/*==================================================*/
/* line 4255, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-mint:hover:before,
.form-radio.form-normal.form-mint.active:before,
.form-checkbox.form-normal.form-mint:not(.active):hover:after {
  border-color: #26a69a; }

/* line 4261, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-mint.active:before,
.form-radio.form-normal.form-mint.active:after {
  background-color: #26a69a;
  border-color: #26a69a; }

/* Checkbox & Radio purple */
/*==================================================*/
/* line 4273, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-purple:hover:before,
.form-radio.form-normal.form-purple.active:before,
.form-checkbox.form-normal.form-purple:not(.active):hover:after {
  border-color: #ba68c8; }

/* line 4279, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-purple.active:before,
.form-radio.form-normal.form-purple.active:after {
  background-color: #ba68c8;
  border-color: #ba68c8; }

/* Checkbox & Radio pink */
/*==================================================*/
/* line 4291, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-pink:hover:before,
.form-radio.form-normal.form-pink.active:before,
.form-checkbox.form-normal.form-pink:not(.active):hover:after {
  border-color: #ec407a; }

/* line 4297, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-pink.active:before,
.form-radio.form-normal.form-pink.active:after {
  background-color: #ec407a;
  border-color: #ec407a; }

/* Checkbox & Radio dark */
/*==================================================*/
/* line 4309, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-dark:hover:before,
.form-radio.form-normal.form-dark.active:before,
.form-checkbox.form-normal.form-dark:not(.active):hover:after {
  border-color: #263238; }

/* line 4315, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-normal.form-dark.active:before,
.form-radio.form-normal.form-dark.active:after {
  background-color: #263238;
  border-color: #263238; }

/* line 4321, src/styles/vendors/nifty/_nifty.scss */
.form-inline .form-checkbox,
.form-inline .form-radio {
  padding-right: 15px; }

/* CHECKBOXES AND RADIO USE THE FONTAWESOME ICONS */
/*======================================*/
/* line 4332, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon:after,
.form-radio.form-icon:after {
  content: "\f096";
  color: inherit;
  font-size: 19px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  left: 0.1em;
  top: 50%;
  margin-top: -0.44em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 4350, src/styles/vendors/nifty/_nifty.scss */
.input-group .form-checkbox:after,
.input-group .form-radio:after {
  left: 1px; }

/* line 4355, src/styles/vendors/nifty/_nifty.scss */
.input-group .form-checkbox,
.input-group .form-radio {
  padding: 0; }

/* line 4360, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.active.form-icon:after {
  content: "\f046"; }

/* line 4364, src/styles/vendors/nifty/_nifty.scss */
.form-radio.form-icon:after {
  content: "\f10c"; }

/* line 4368, src/styles/vendors/nifty/_nifty.scss */
.form-radio.form-icon.active:after {
  content: "\f192"; }

/* line 4372, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-primary:after,
.form-radio.form-icon.form-primary:after {
  color: #42a5f5; }

/* line 4377, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-info:after,
.form-radio.form-icon.form-info:after {
  color: #00bcd4; }

/* line 4382, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-success:after,
.form-radio.form-icon.form-success:after {
  color: #8bc34a; }

/* line 4387, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-warning:after,
.form-radio.form-icon.form-warning:after {
  color: #ffa726; }

/* line 4392, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-danger:after,
.form-radio.form-icon.form-danger:after {
  color: #ef5350; }

/* line 4397, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-mint:after,
.form-radio.form-icon.form-mint:after {
  color: #26a69a; }

/* line 4402, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-purple:after,
.form-radio.form-icon.form-purple:after {
  color: #ba68c8; }

/* line 4407, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-pink:after,
.form-radio.form-icon.form-pink:after {
  color: #ec407a; }

/* line 4412, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.form-dark:after,
.form-radio.form-icon.form-dark:after {
  color: #263238; }

/* CHECKBOXES AND RADIO WITH BUTTON STYLE */
/*======================================*/
/* line 4423, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn,
.form-radio.form-icon.btn {
  position: relative;
  padding-left: 2.7em;
  margin-bottom: 12px; }

/* line 4430, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn:active,
.form-radio.form-icon.btn:active {
  margin-bottom: 12px; }

/* line 4435, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn.form-no-label,
.form-radio.form-icon.btn.form-no-label {
  padding-left: 0;
  padding-right: 0;
  min-height: 2.5em;
  min-width: 2.85em; }

/* line 4443, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn:after,
.form-radio.form-icon.btn:after {
  margin-top: -0.46em;
  left: 0.45em; }

/* line 4449, src/styles/vendors/nifty/_nifty.scss */
.form-icon.btn.btn-primary:after,
.form-icon.btn.btn-info:after,
.form-icon.btn.btn-success:after,
.form-icon.btn.btn-warning:after,
.form-icon.btn.btn-danger:after,
.form-icon.btn.btn-mint:after,
.form-icon.btn.btn-purple:after,
.form-icon.btn.btn-pink:after,
.form-icon.btn.btn-dark:after {
  color: #fff; }

/* line 4461, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn.btn-labeled,
.form-radio.form-icon.btn.btn-labeled {
  padding-left: 3em; }

/* line 4466, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox.form-icon.btn.btn-labeled:before,
.form-radio.form-icon.btn.btn-labeled:before {
  content: '';
  position: absolute;
  display: inline-block;
  margin-left: 0;
  width: 2.7em;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15); }

/* CHECKBOXES AND RADIO BLOCK LEVEL */
/*======================================*/
/* line 4485, src/styles/vendors/nifty/_nifty.scss */
.checkbox.form-block {
  padding-top: 4px; }

/* line 4489, src/styles/vendors/nifty/_nifty.scss */
.form-radio.form-block,
.form-radio.form-block:active,
.form-checkbox.form-block,
.form-checkbox.form-block:active,
.form-block > .form-radio,
.form-block > .form-radio:active,
.form-block > .form-checkbox,
.form-block .form-checkbox:active {
  width: 100%;
  margin: 5px 0; }

/* line 4501, src/styles/vendors/nifty/_nifty.scss */
.form-checkbox > input[type="checkbox"],
.form-radio > input[type="radio"] {
  visibility: visible !important; }

/*! ========================================================================*/
/*! Toggle Switch - v1.0 */
/*! A trowel component to display a switch */
/*! https://github.com/Trowel/switch/*!  */
/*! designed by Clément Menant (https://www.behance.net/clementmenant) and Loïc Goyet (https://twitter.com/earvinpepper) for AppVentus (http://appventus.com/) */
/*! Under MIT License */
/*! ========================================================================*/
/*! IMPROVEMENT BY THEMEON.NET */
/* line 4530, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch {
  display: none; }

/* line 4534, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch + label {
  display: inline-block;
  position: relative;
  height: 16px;
  max-height: 1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 16px; }

/* line 4547, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch + label:empty {
  padding-left: 30px; }

/* line 4551, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch + label:before {
  position: absolute;
  display: inline-block;
  left: 0;
  content: '';
  border-style: solid;
  width: 30px;
  height: 16px;
  border-width: 0;
  border-color: transparent;
  background-color: #afafaf;
  box-shadow: 0;
  border-radius: 8px;
  transition: all 0.3s; }

/* line 4567, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch + label:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  top: 1px;
  left: 1px;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(51, 51, 51, 0.25);
  border-radius: 16px;
  transition: left 0.3s, right 0.3s; }

/* line 4580, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch:checked + label:before {
  background-color: #4db446;
  transition: all 0.3s; }

/* line 4585, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch:checked + label:after {
  left: 15px;
  transition: left 0.3s, right 0.3s; }

/* line 4590, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch:disabled + label {
  cursor: no-drop; }

/* line 4594, src/styles/vendors/nifty/_nifty.scss */
.toggle-switch:disabled + label:before {
  opacity: 0.3; }

/* line 4598, src/styles/vendors/nifty/_nifty.scss */
.preload .toggle-switch + *,
.preload .toggle-switch + *:before,
.preload .toggle-switch + *:after {
  transition: 0 !important; }

/* line 4604, src/styles/vendors/nifty/_nifty.scss */
.form-group .toggle-switch + *,
.form-group .toggle-switch + *:before,
.form-group .toggle-switch + *:after {
  margin-top: 5px !important; }

/* NIFTY PURE CSS SELECT COMPONENT */
/*======================================*/
/* line 4616, src/styles/vendors/nifty/_nifty.scss */
.select {
  position: relative;
  display: inline-block; }

/* line 4621, src/styles/vendors/nifty/_nifty.scss */
.select:before {
  content: '';
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #afb9c3;
  display: inline-block;
  height: 0;
  margin: 0 3px;
  vertical-align: middle;
  width: 0;
  position: absolute;
  right: .7em;
  top: 1em;
  z-index: 1; }

/* line 4640, src/styles/vendors/nifty/_nifty.scss */
.select select {
  padding: 5px 2.5em 5px 10px;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: #fff;
  color: inherit;
  font-size: 13px;
  line-height: 1.42857;
  vertical-align: middle;
  transition: border-color 0.5s; }

/* line 4658, src/styles/vendors/nifty/_nifty.scss */
.select select:disabled {
  cursor: not-allowed;
  opacity: 0.65; }

/* line 4663, src/styles/vendors/nifty/_nifty.scss */
.select select:focus {
  border-color: #42a5f5;
  transition: border-color 0.5s; }

/* line 4668, src/styles/vendors/nifty/_nifty.scss */
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #444; }

/* line 4673, src/styles/vendors/nifty/_nifty.scss */
.select select::-ms-expand {
  display: none; }

/* line 4677, src/styles/vendors/nifty/_nifty.scss */
.select select:disabled {
  opacity: .5;
  cursor: not-allowed; }

/* line 4682, src/styles/vendors/nifty/_nifty.scss */
.select.select-xs > select {
  min-width: 100px; }

/* line 4686, src/styles/vendors/nifty/_nifty.scss */
.select.select-sm > select {
  min-width: 200px; }

/* line 4690, src/styles/vendors/nifty/_nifty.scss */
.select.select-md > select {
  min-width: 300px; }

/* line 4694, src/styles/vendors/nifty/_nifty.scss */
.select.select-lg > select {
  min-width: 400px; }

/* line 4698, src/styles/vendors/nifty/_nifty.scss */
.select.select-xl > select {
  min-width: 100%; }

/* line 4702, src/styles/vendors/nifty/_nifty.scss */
.pci-hor-dots,
.pci-ver-dots {
  height: 1.2em;
  width: .85em;
  display: block;
  position: relative; }

/* line 4710, src/styles/vendors/nifty/_nifty.scss */
.pci-hor-dots:before,
.pci-ver-dots:before {
  content: '';
  height: .27em;
  width: .27em;
  background-color: #758697;
  display: block;
  position: absolute;
  top: 0;
  left: .25em;
  box-shadow: 0 0.45em 0 #758697, 0 0.9em 0 #758697; }

/* line 4723, src/styles/vendors/nifty/_nifty.scss */
.pci-hor-dots {
  transform: rotate(90deg); }

/* line 4727, src/styles/vendors/nifty/_nifty.scss */
.pci-cross:after,
.pci-cross:before {
  content: '';
  box-shadow: inset 0 0 0 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

/* line 4738, src/styles/vendors/nifty/_nifty.scss */
.pci-cross:after {
  height: .8em;
  width: 2px; }

/* line 4743, src/styles/vendors/nifty/_nifty.scss */
.pci-cross:before {
  width: .78em;
  height: 2px; }

/* line 4748, src/styles/vendors/nifty/_nifty.scss */
.pci-cross {
  display: block;
  border: 1px solid;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(45deg); }

/* line 4757, src/styles/vendors/nifty/_nifty.scss */
.pci-circle {
  border-radius: 50%; }

/* line 4761, src/styles/vendors/nifty/_nifty.scss */
.pci-chevron:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.75em;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 0.75em; }

/* line 4774, src/styles/vendors/nifty/_nifty.scss */
.pci-chevron.chevron-up:before {
  transform: rotate(-45deg); }

/* line 4778, src/styles/vendors/nifty/_nifty.scss */
.pci-chevron.chevron-right:before {
  transform: rotate(45deg); }

/* line 4782, src/styles/vendors/nifty/_nifty.scss */
.pci-chevron.chevron-down:before {
  top: -0.5em;
  transform: rotate(135deg); }

/* line 4787, src/styles/vendors/nifty/_nifty.scss */
.pci-chevron.chevron-left:before {
  transform: rotate(-135deg); }

/* MIX CLASSES
* ======================================================================== */
/* line 4795, src/styles/vendors/nifty/_nifty.scss */
.plan {
  text-align: center; }

/* line 4799, src/styles/vendors/nifty/_nifty.scss */
.plan .plan-title {
  font-size: 2em;
  font-weight: 100; }

/* line 4804, src/styles/vendors/nifty/_nifty.scss */
.plan .plan-icon {
  font-size: 7em;
  color: rgba(0, 0, 0, 0.1); }

/* line 4809, src/styles/vendors/nifty/_nifty.scss */
.list-todo .form-checkbox input:checked ~ span {
  text-decoration: line-through;
  opacity: 0.7; }

/* line 4814, src/styles/vendors/nifty/_nifty.scss */
.list-todo input:checked ~ label > span {
  text-decoration: line-through;
  opacity: 0.7; }

/* line 4819, src/styles/vendors/nifty/_nifty.scss */
.flot-full-content {
  min-height: 120px;
  margin: -8px;
  bottom: -8px; }

/* line 4825, src/styles/vendors/nifty/_nifty.scss */
.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center; }

/* line 4831, src/styles/vendors/nifty/_nifty.scss */
.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px; }

/* line 4843, src/styles/vendors/nifty/_nifty.scss */
.range-vertical {
  height: 135px; }

/* BOOTSTRAP'S COMPONENTS */
/*======================================*/
/* line 4853, src/styles/vendors/nifty/_nifty.scss */
.collapse {
  display: none; }

/* line 4857, src/styles/vendors/nifty/_nifty.scss */
.jumbotron {
  padding: 30px;
  background-color: #e2e8f0; }

/* line 4862, src/styles/vendors/nifty/_nifty.scss */
.navbar-toggle .icon-bar {
  background-color: #aaa; }

/* line 4866, src/styles/vendors/nifty/_nifty.scss */
.canvas-responsive {
  max-width: 100%; }

/* line 4870, src/styles/vendors/nifty/_nifty.scss */
a {
  text-decoration: none;
  color: #758697;
  outline: 0; }

/* line 4876, src/styles/vendors/nifty/_nifty.scss */
a:hover,
a:focus {
  text-decoration: none;
  color: #68798a;
  outline: 0 !important; }

/* line 4883, src/styles/vendors/nifty/_nifty.scss */
button,
button:focus {
  outline: 0 !important; }

/* line 4888, src/styles/vendors/nifty/_nifty.scss */
code {
  background-color: #e7e3f2;
  color: #ff0000;
  padding: 2px 7px;
  border-radius: 2px;
  font-size: 97%; }

/* line 4896, src/styles/vendors/nifty/_nifty.scss */
kbd {
  border-radius: 2px;
  box-shadow: none; }

/* line 4901, src/styles/vendors/nifty/_nifty.scss */
label {
  font-weight: normal; }

/* line 4905, src/styles/vendors/nifty/_nifty.scss */
legend {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  border-color: #eee; }

/* line 4912, src/styles/vendors/nifty/_nifty.scss */
mark,
.mark {
  background-color: #ffe3a2;
  color: #563c00;
  padding: 0.1em; }

/* line 4919, src/styles/vendors/nifty/_nifty.scss */
.close {
  font-size: 15px; }

/* HORIZONTAL RULE */
/*======================================*/
/* line 4929, src/styles/vendors/nifty/_nifty.scss */
hr {
  border-color: #e9e9e9; }

/* line 4933, src/styles/vendors/nifty/_nifty.scss */
.hr-wide {
  margin-left: -7.5px;
  margin-right: -7.5px; }

/* line 4938, src/styles/vendors/nifty/_nifty.scss */
.hr-xs {
  margin: 5px 0; }

/* line 4942, src/styles/vendors/nifty/_nifty.scss */
.hr-sm {
  margin: 10px 0; }

/* line 4946, src/styles/vendors/nifty/_nifty.scss */
.new-section-xs {
  margin: 12px 0;
  min-height: 1px; }

/* line 4951, src/styles/vendors/nifty/_nifty.scss */
.new-section-sm {
  margin: 25px 0;
  min-height: 1px; }

/* line 4956, src/styles/vendors/nifty/_nifty.scss */
.new-section-md {
  margin: 50px 0;
  min-height: 1px; }

/* line 4961, src/styles/vendors/nifty/_nifty.scss */
.new-section-lg {
  margin: 100px 0;
  min-height: 1px; }

/* line 4966, src/styles/vendors/nifty/_nifty.scss */
.new-section-xl {
  margin: 150px 0;
  min-height: 1px; }

/* GRID-GUTTER */
/*======================================*/
/* line 4977, src/styles/vendors/nifty/_nifty.scss */
.row {
  margin: 0 -7.5px; }

/* line 4981, src/styles/vendors/nifty/_nifty.scss */
[class^="col-"]:not(.pad-no) {
  padding-left: 7.5px;
  padding-right: 7.5px; }

/* MEDIA */
/*======================================*/
/* line 4992, src/styles/vendors/nifty/_nifty.scss */
.media-block .media-left {
  display: block;
  float: left; }

/* line 4997, src/styles/vendors/nifty/_nifty.scss */
.media-block .media-right {
  float: right; }

/* line 5001, src/styles/vendors/nifty/_nifty.scss */
.media-block .media-body {
  display: block;
  overflow: hidden;
  width: auto; }

/* line 5007, src/styles/vendors/nifty/_nifty.scss */
.media-block:after {
  content: '';
  display: table;
  clear: both; }

/* line 5013, src/styles/vendors/nifty/_nifty.scss */
.middle .media-left,
.middle .media-right,
.middle .media-body {
  vertical-align: middle; }

/* THUMBNAIL */
/*======================================*/
/* line 5025, src/styles/vendors/nifty/_nifty.scss */
.thumbnail {
  padding: 5px;
  border-radius: 0;
  border-color: #e9e9e9; }

/* line 5031, src/styles/vendors/nifty/_nifty.scss */
.thumbnail .caption {
  padding: 10px 0 5px;
  color: #758697; }

/* line 5036, src/styles/vendors/nifty/_nifty.scss */
.thumbnail.selected {
  box-shadow: inset 0 0 0 3px #42a5f5; }

/* TABLE */
/*======================================*/
/* line 5046, src/styles/vendors/nifty/_nifty.scss */
#container .table th {
  font-size: 1.05em;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
  color: #2b425b; }

/* line 5053, src/styles/vendors/nifty/_nifty.scss */
#container .table td {
  border-top: 1px solid #e9e9e9; }

/* line 5057, src/styles/vendors/nifty/_nifty.scss */
#container .table.table-vcenter th,
#container .table.table-vcenter td {
  vertical-align: middle; }

/* line 5062, src/styles/vendors/nifty/_nifty.scss */
#container .table .min-width {
  width: 1%;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* line 5069, src/styles/vendors/nifty/_nifty.scss */
#container .table-bordered,
#container .table-bordered td,
#container .table-bordered th {
  border-color: #e9e9e9; }

/* line 5075, src/styles/vendors/nifty/_nifty.scss */
#container .table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #f8f9fa; }

/* line 5079, src/styles/vendors/nifty/_nifty.scss */
#container .table-hover > tbody > tr:hover {
  background-color: #f2f4f6; }

/* FORM CONTROL  */
/*======================================*/
/* line 5089, src/styles/vendors/nifty/_nifty.scss */
.form-control {
  font-size: 13px;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  transition-duration: .5s; }

/* line 5098, src/styles/vendors/nifty/_nifty.scss */
.form-control:focus {
  border-color: #42a5f5;
  box-shadow: none;
  transition-duration: .5s; }

/* line 5104, src/styles/vendors/nifty/_nifty.scss */
.form-control:focus-feedback {
  z-index: 10; }

/* line 5108, src/styles/vendors/nifty/_nifty.scss */
.has-error .form-control,
.has-warning .form-control,
.has-success .form-control {
  box-shadow: none !important; }

/* line 5114, src/styles/vendors/nifty/_nifty.scss */
i.form-control-feedback {
  line-height: 25px; }

/* line 5118, src/styles/vendors/nifty/_nifty.scss */
.input-group-addon {
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 0;
  min-width: 45px; }

/* NAV PILLS */
/*======================================*/
/* line 5131, src/styles/vendors/nifty/_nifty.scss */
.nav-pills > li > a {
  border-radius: 0; }

/* line 5135, src/styles/vendors/nifty/_nifty.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #42a5f5; }

/* line 5141, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs > li > a {
  border-radius: 0 0 0 0; }

/* LIST GROUP */
/*======================================*/
/* line 5151, src/styles/vendors/nifty/_nifty.scss */
.list-group.bg-trans .list-group-item:not(.active):not(.disabled) {
  background-color: transparent;
  border-color: transparent;
  color: inherit; }

/* line 5157, src/styles/vendors/nifty/_nifty.scss */
.list-group.bg-trans .list-group-item .disabled {
  opacity: 0.5; }

/* line 5161, src/styles/vendors/nifty/_nifty.scss */
.list-group.bg-trans a.list-group-item:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 5165, src/styles/vendors/nifty/_nifty.scss */
.list-group.bord-no .list-group-item {
  border-color: transparent; }

/* line 5169, src/styles/vendors/nifty/_nifty.scss */
.list-group .list-divider {
  display: block; }

/* line 5173, src/styles/vendors/nifty/_nifty.scss */
.list-group-item {
  border-color: #e9e9e9; }

/* line 5177, src/styles/vendors/nifty/_nifty.scss */
.list-group-item,
a.list-group-item,
button.list-group-item,
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #758697; }

/* line 5187, src/styles/vendors/nifty/_nifty.scss */
.list-group-item .list-group-item-heading,
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #2b425b; }

/* line 5193, src/styles/vendors/nifty/_nifty.scss */
.list-group-item-heading {
  margin-top: 5px; }

/* line 5197, src/styles/vendors/nifty/_nifty.scss */
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5202, src/styles/vendors/nifty/_nifty.scss */
.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5207, src/styles/vendors/nifty/_nifty.scss */
.list-group-item .list-group-item.disabled,
.list-group-item .list-group-item.disabled:hover,
.list-group-item .list-group-item.disabled:focus {
  background-color: rgba(0, 0, 0, 0.07);
  border-color: transparent; }

/* line 5214, src/styles/vendors/nifty/_nifty.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #42a5f5;
  border-color: #42a5f5;
  color: #fff; }

/* line 5222, src/styles/vendors/nifty/_nifty.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: #fff; }

/* line 5228, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 5233, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-primary,
.list-group-item-primary {
  background-color: #64b5f7;
  border-color: transparent;
  color: #fff; }

/* line 5240, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-primary:hover,
a.list-group-item-primary:focus {
  background-color: #72bcf8;
  color: #fff; }

/* line 5246, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-info,
.list-group-item-info {
  background-color: #00dcf8;
  border-color: transparent;
  color: #fff; }

/* line 5253, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  background-color: #08e3ff;
  color: #fff; }

/* line 5259, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-success,
.list-group-item-success {
  background-color: #9ccc65;
  border-color: transparent;
  color: #fff; }

/* line 5266, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  background-color: #a4d070;
  color: #fff; }

/* line 5272, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-warning,
.list-group-item-warning {
  background-color: #ffb54a;
  border-color: transparent;
  color: #fff; }

/* line 5279, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  background-color: #ffbc59;
  color: #fff; }

/* line 5285, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-danger,
.list-group-item-danger {
  background-color: #f27371;
  border-color: transparent;
  color: #fff; }

/* line 5292, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  background-color: #f3817f;
  color: #fff; }

/* line 5298, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-mint,
.list-group-item-mint {
  background-color: #2dc3b5;
  border-color: transparent;
  color: #fff; }

/* line 5305, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-mint:hover,
a.list-group-item-mint:focus {
  background-color: #30d0c1;
  color: #fff; }

/* line 5311, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-purple,
.list-group-item-purple {
  background-color: #c682d2;
  border-color: transparent;
  color: #fff; }

/* line 5318, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-purple:hover,
a.list-group-item-purple:focus {
  background-color: #cb8dd6;
  color: #fff; }

/* line 5324, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-pink,
.list-group-item-pink {
  background-color: #ef6091;
  border-color: transparent;
  color: #fff; }

/* line 5331, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-pink:hover,
a.list-group-item-pink:focus {
  background-color: #f16e9a;
  color: #fff; }

/* line 5337, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-dark,
.list-group-item-dark {
  background-color: #34454d;
  border-color: transparent;
  color: #fff; }

/* line 5344, src/styles/vendors/nifty/_nifty.scss */
a.list-group-item-dark:hover,
a.list-group-item-dark:focus {
  background-color: #3b4d56;
  color: #fff; }

/* LABEL */
/*======================================*/
/* line 5356, src/styles/vendors/nifty/_nifty.scss */
.label {
  border-radius: 0;
  font-weight: 600; }

/* line 5361, src/styles/vendors/nifty/_nifty.scss */
.label:empty {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: sub; }

/* line 5368, src/styles/vendors/nifty/_nifty.scss */
.label.label-fw {
  margin-right: 0.5em; }

/* line 5372, src/styles/vendors/nifty/_nifty.scss */
.labels .label {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px; }

/* line 5378, src/styles/vendors/nifty/_nifty.scss */
.label-md {
  font-size: 100%; }

/* line 5382, src/styles/vendors/nifty/_nifty.scss */
.label-table {
  display: inline-block;
  width: 80%;
  min-width: 8ex;
  font-size: 1em;
  max-width: 100px;
  padding: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top; }

/* line 5394, src/styles/vendors/nifty/_nifty.scss */
.label-default {
  background-color: #e3e8ee;
  color: #333; }

/* line 5399, src/styles/vendors/nifty/_nifty.scss */
.label-primary {
  background-color: #42a5f5; }

/* line 5403, src/styles/vendors/nifty/_nifty.scss */
.label-info {
  background-color: #00bcd4; }

/* line 5407, src/styles/vendors/nifty/_nifty.scss */
.label-success {
  background-color: #8bc34a; }

/* line 5411, src/styles/vendors/nifty/_nifty.scss */
.label-warning {
  background-color: #ffa726; }

/* line 5415, src/styles/vendors/nifty/_nifty.scss */
.label-danger {
  background-color: #ef5350; }

/* line 5419, src/styles/vendors/nifty/_nifty.scss */
.label-mint {
  background-color: #26a69a; }

/* line 5423, src/styles/vendors/nifty/_nifty.scss */
.label-purple {
  background-color: #ba68c8; }

/* line 5427, src/styles/vendors/nifty/_nifty.scss */
.label-pink {
  background-color: #ec407a; }

/* line 5431, src/styles/vendors/nifty/_nifty.scss */
.label-dark {
  background-color: #263238; }

/* BREADCRUMB */
/*======================================*/
/* line 5441, src/styles/vendors/nifty/_nifty.scss */
.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0 15px; }

/* line 5448, src/styles/vendors/nifty/_nifty.scss */
.breadcrumb li,
.breadcrumb li a {
  color: #afb9c3; }

/* line 5453, src/styles/vendors/nifty/_nifty.scss */
.breadcrumb > li + li:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1; }

/* line 5462, src/styles/vendors/nifty/_nifty.scss */
.breadcrumb .active {
  font-weight: normal; }

/* ALERTS */
/*======================================*/
/* line 5472, src/styles/vendors/nifty/_nifty.scss */
.alert {
  border-radius: 0;
  border: 0;
  padding: 15px 2em 15px 15px;
  position: relative; }

/* line 5479, src/styles/vendors/nifty/_nifty.scss */
.alert .alert-link {
  text-decoration: underline;
  font-weight: 600; }

/* line 5484, src/styles/vendors/nifty/_nifty.scss */
.alert .alert-link:hover {
  text-decoration: underline; }

/* line 5488, src/styles/vendors/nifty/_nifty.scss */
.alert .close {
  font-size: 12.5px;
  text-shadow: none;
  opacity: .7;
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px; }

/* line 5498, src/styles/vendors/nifty/_nifty.scss */
.alert button.close {
  padding: 1px;
  border-radius: 20px;
  transition: all, 0.3s; }

/* line 5504, src/styles/vendors/nifty/_nifty.scss */
.alert button.close > span:not(.sr-only) {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 0.8em; }

/* line 5511, src/styles/vendors/nifty/_nifty.scss */
.alert button.close:hover {
  opacity: .55; }

/* line 5515, src/styles/vendors/nifty/_nifty.scss */
.alert button.close:active {
  opacity: 0.3; }

/* line 5519, src/styles/vendors/nifty/_nifty.scss */
.alert-primary {
  background-color: #6ab5f1;
  border-color: transparent;
  border-left: 3px solid #0f80db;
  color: #fff; }

/* line 5526, src/styles/vendors/nifty/_nifty.scss */
.alert-primary .close,
.alert-primary .alert-link {
  color: #fff; }

/* line 5531, src/styles/vendors/nifty/_nifty.scss */
.alert-info {
  background-color: #1bc7dc;
  border-color: transparent;
  border-left: 3px solid #0c6f7b;
  color: #fff; }

/* line 5538, src/styles/vendors/nifty/_nifty.scss */
.alert-info .close,
.alert-info .alert-link {
  color: #fff; }

/* line 5543, src/styles/vendors/nifty/_nifty.scss */
.alert-success {
  background-color: #9cc56c;
  border-color: transparent;
  border-left: 3px solid #648e33;
  color: #fff; }

/* line 5550, src/styles/vendors/nifty/_nifty.scss */
.alert-success .close,
.alert-success .alert-link {
  color: #fff; }

/* line 5555, src/styles/vendors/nifty/_nifty.scss */
.alert-warning {
  background-color: #f9b450;
  border-color: transparent;
  border-left: 3px solid #d58003;
  color: #fff; }

/* line 5562, src/styles/vendors/nifty/_nifty.scss */
.alert-warning .close,
.alert-warning .alert-link {
  color: #fff; }

/* line 5567, src/styles/vendors/nifty/_nifty.scss */
.alert-danger {
  background-color: #ed7876;
  border-color: transparent;
  border-left: 3px solid #db1c18;
  color: #fff; }

/* line 5574, src/styles/vendors/nifty/_nifty.scss */
.alert-danger .close,
.alert-danger .alert-link {
  color: #fff; }

/* line 5579, src/styles/vendors/nifty/_nifty.scss */
.alert-mint {
  background-color: #35bbae;
  border-color: transparent;
  border-left: 3px solid #1a665f;
  color: #fff; }

/* line 5586, src/styles/vendors/nifty/_nifty.scss */
.alert-mint .close,
.alert-mint .alert-link {
  color: #fff; }

/* line 5591, src/styles/vendors/nifty/_nifty.scss */
.alert-purple {
  background-color: #c288cc;
  border-color: transparent;
  border-left: 3px solid #9540a3;
  color: #fff; }

/* line 5598, src/styles/vendors/nifty/_nifty.scss */
.alert-purple .close,
.alert-purple .alert-link {
  color: #fff; }

/* line 5603, src/styles/vendors/nifty/_nifty.scss */
.alert-pink {
  background-color: #e96793;
  border-color: transparent;
  border-left: 3px solid #c81853;
  color: #fff; }

/* line 5610, src/styles/vendors/nifty/_nifty.scss */
.alert-pink .close,
.alert-pink .alert-link {
  color: #fff; }

/* line 5615, src/styles/vendors/nifty/_nifty.scss */
.alert-dark {
  background-color: #4f5e65;
  border-color: transparent;
  border-left: 3px solid #1d2428;
  color: #fff; }

/* line 5622, src/styles/vendors/nifty/_nifty.scss */
.alert-dark .close,
.alert-dark .alert-link {
  color: #fff; }

/* MODAL */
/*======================================*/
/* line 5633, src/styles/vendors/nifty/_nifty.scss */
.modal {
  text-align: center; }

/* line 5637, src/styles/vendors/nifty/_nifty.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  margin-left: -1em;
  vertical-align: middle; }

/* line 5646, src/styles/vendors/nifty/_nifty.scss */
.modal.fade:not(.animated) .modal-dialog {
  opacity: 0;
  transform: translateY(-150%);
  transition: all .5s linear .5s; }

/* line 5655, src/styles/vendors/nifty/_nifty.scss */
.modal.fade.in:not(.animated) .modal-dialog {
  opacity: 1;
  transform: translateY(0%);
  transition: all .5s; }

/* line 5664, src/styles/vendors/nifty/_nifty.scss */
.bootbox.modal.in:not(.fade) {
  opacity: 1;
  transition: opacity, 0.5s; }

/* line 5669, src/styles/vendors/nifty/_nifty.scss */
.bootbox.modal:not(.fade) {
  opacity: 0;
  transition: opacity .5s linear .5s; }

/* line 5675, src/styles/vendors/nifty/_nifty.scss */
.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: -1%;
  min-width: 90%; }

/* line 5683, src/styles/vendors/nifty/_nifty.scss */
.modal-dialog.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s; }

/* line 5688, src/styles/vendors/nifty/_nifty.scss */
.modal-header {
  padding: 15px;
  position: relative;
  border: 0; }

/* line 5694, src/styles/vendors/nifty/_nifty.scss */
.modal-header:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

/* line 5705, src/styles/vendors/nifty/_nifty.scss */
.modal-footer {
  background-color: transparent;
  color: #758697;
  border-color: rgba(0, 0, 0, 0.07);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 5713, src/styles/vendors/nifty/_nifty.scss */
.modal-title {
  font-size: 1.2em;
  color: #2b425b; }

/* line 5718, src/styles/vendors/nifty/_nifty.scss */
.modal-body {
  min-height: 90px; }

/* line 5722, src/styles/vendors/nifty/_nifty.scss */
.modal-body > .close,
.modal-header > .close {
  top: 50%;
  margin-top: -0.5em;
  right: 10px;
  left: auto;
  position: absolute;
  background-color: transparent !important; }

/* line 5732, src/styles/vendors/nifty/_nifty.scss */
.modal-body > .close {
  top: 10px;
  margin-top: 0 !important; }

/* line 5737, src/styles/vendors/nifty/_nifty.scss */
.modal-content {
  box-shadow: none;
  border-radius: 0; }

/* line 5742, src/styles/vendors/nifty/_nifty.scss */
.modal-footer {
  padding: 10px 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5748, src/styles/vendors/nifty/_nifty.scss */
.modal-backdrop.in {
  opacity: 0.75; }

@media (min-width: 768px) {
  /* line 5753, src/styles/vendors/nifty/_nifty.scss */
  .modal-dialog {
    min-width: 0; } }

/* TOOLTIP */
/*======================================*/
/* line 5764, src/styles/vendors/nifty/_nifty.scss */
.tooltip {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  z-index: 999999; }

/* line 5770, src/styles/vendors/nifty/_nifty.scss */
.tooltip-inner {
  font-size: 13px;
  border-radius: 0;
  padding: 5px 10px;
  background-color: #263238; }

/* line 5777, src/styles/vendors/nifty/_nifty.scss */
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #263238; }

/* line 5783, src/styles/vendors/nifty/_nifty.scss */
.tooltip.right .tooltip-arrow {
  border-right-color: #263238; }

/* line 5787, src/styles/vendors/nifty/_nifty.scss */
.tooltip.left .tooltip-arrow {
  border-left-color: #263238; }

/* line 5791, src/styles/vendors/nifty/_nifty.scss */
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #263238; }

/* line 5797, src/styles/vendors/nifty/_nifty.scss */
.tooltip.in {
  opacity: 1; }

/* line 5801, src/styles/vendors/nifty/_nifty.scss */
.tooltip h1,
.tooltip h2,
.tooltip h3,
.tooltip h4,
.tooltip h5,
.tooltip h6,
.tooltip .h1,
.tooltip .h2,
.tooltip .h3,
.tooltip .h4,
.tooltip .h5,
.tooltip .h6 {
  color: inherit; }

/* POPOVER */
/*======================================*/
/* line 5822, src/styles/vendors/nifty/_nifty.scss */
.popover {
  font-family: inherit;
  font-size: 13px;
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15); }

/* line 5829, src/styles/vendors/nifty/_nifty.scss */
.popover-title {
  background-color: transparent;
  color: #2b425b;
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0 0 0 0; }

/* line 5838, src/styles/vendors/nifty/_nifty.scss */
.popover > .arrow {
  border-width: 9px; }

/* line 5842, src/styles/vendors/nifty/_nifty.scss */
.popover > .arrow:after {
  border-width: 9px; }

/* line 5846, src/styles/vendors/nifty/_nifty.scss */
.popover.left > .arrow {
  right: -9px;
  margin-top: -9px; }

/* line 5851, src/styles/vendors/nifty/_nifty.scss */
.popover.left > .arrow:after {
  bottom: -9px; }

/* line 5855, src/styles/vendors/nifty/_nifty.scss */
.popover.right > .arrow {
  left: -9px;
  margin-top: -9px; }

/* line 5860, src/styles/vendors/nifty/_nifty.scss */
.popover.right > .arrow:after {
  bottom: -9px; }

/* line 5864, src/styles/vendors/nifty/_nifty.scss */
.popover.top > .arrow {
  bottom: -9px; }

/* line 5868, src/styles/vendors/nifty/_nifty.scss */
.popover.top > .arrow:after {
  margin-left: -9px; }

/* line 5872, src/styles/vendors/nifty/_nifty.scss */
.popover.bottom > .arrow {
  top: -9px; }

/* line 5876, src/styles/vendors/nifty/_nifty.scss */
.popover.bottom > .arrow:after {
  margin-left: -9px; }

/* line 5880, src/styles/vendors/nifty/_nifty.scss */
.popover-content {
  padding: 10px 15px 20px; }

/* BADGES */
/*======================================*/
/* line 5890, src/styles/vendors/nifty/_nifty.scss */
#container .badge {
  color: #fff;
  font-size: .9em;
  font-weight: 600; }

/* line 5896, src/styles/vendors/nifty/_nifty.scss */
.badge:empty.badge-icon {
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  padding: 0;
  min-width: 5px;
  margin: .5em;
  border-radius: 50%; }

/* line 5906, src/styles/vendors/nifty/_nifty.scss */
.badge.badge-fw,
.badge:empty.badge-fw {
  margin-right: 1em; }

/* line 5911, src/styles/vendors/nifty/_nifty.scss */
.badge-stat {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0px 7px 0 0 !important;
  box-shadow: 0 0 0 2px; }

/* line 5919, src/styles/vendors/nifty/_nifty.scss */
.badge-default {
  background-color: #e3e8ee;
  color: #333; }

/* line 5924, src/styles/vendors/nifty/_nifty.scss */
.badge-primary {
  background-color: #42a5f5; }

/* line 5928, src/styles/vendors/nifty/_nifty.scss */
.badge-info {
  background-color: #00bcd4; }

/* line 5932, src/styles/vendors/nifty/_nifty.scss */
.badge-success {
  background-color: #8bc34a; }

/* line 5936, src/styles/vendors/nifty/_nifty.scss */
.badge-warning {
  background-color: #ffa726; }

/* line 5940, src/styles/vendors/nifty/_nifty.scss */
.badge-danger {
  background-color: #ef5350; }

/* line 5944, src/styles/vendors/nifty/_nifty.scss */
.badge-mint {
  background-color: #26a69a; }

/* line 5948, src/styles/vendors/nifty/_nifty.scss */
.badge-purple {
  background-color: #ba68c8; }

/* line 5952, src/styles/vendors/nifty/_nifty.scss */
.badge-pink {
  background-color: #ec407a; }

/* line 5956, src/styles/vendors/nifty/_nifty.scss */
.badge-dark {
  background-color: #263238; }

/* DROPDOWN */
/*======================================*/
/* line 5966, src/styles/vendors/nifty/_nifty.scss */
.dropdown-header {
  font-weight: 600;
  font-size: 1.11em;
  color: #2b425b;
  padding: 5px 20px 5px 10px; }

/* line 5973, src/styles/vendors/nifty/_nifty.scss */
.dropdown-toggle > .dropdown-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 3px;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  vertical-align: baseline; }

/* line 5986, src/styles/vendors/nifty/_nifty.scss */
.dropdown-toggle > .dropdown-caret.caret-up {
  border-width: 0 4px 6px 4px;
  border-bottom-color: initial;
  border-top-color: transparent; }

/* line 5992, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu {
  font-size: 13px;
  border-radius: 0;
  box-shadow: 0 5px 12px 2px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
  border: 0; }

/* line 6001, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu > li > a {
  color: #758697; }

/* line 6005, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 6010, src/styles/vendors/nifty/_nifty.scss */
.dropup .dropdown-menu {
  box-shadow: 0 -5px 12px 2px rgba(0, 0, 0, 0.25); }

/* line 6014, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu:not(.head-list) > li > a {
  padding: 5px 10px; }

/* line 6018, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu:not(.head-list) > li > a:hover {
  background-color: #42a5f5;
  color: #fff; }

/* line 6023, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.with-arrow:before,
.dropdown-menu.with-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent; }

/* line 6036, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.with-arrow:before {
  border-bottom: 7px solid #d0d0d0;
  margin: -7px 0 0 15px; }

/* line 6041, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu.with-arrow:after {
  border-bottom: 7px solid #fff;
  margin: -6px 0 0 15px; }

/* line 6046, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-right.dropdown-menu.with-arrow:before {
  left: auto;
  right: 0;
  margin: -7px 25px 0 0; }

/* line 6052, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-right.dropdown-menu.with-arrow:after {
  left: auto;
  right: 0;
  margin: -6px 25px 0 0; }

/* line 6058, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-sm {
  min-width: 220px; }

/* line 6062, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-md {
  min-width: 270px; }

/* line 6066, src/styles/vendors/nifty/_nifty.scss */
.dropdown-menu-lg {
  min-width: 300px; }

/* line 6070, src/styles/vendors/nifty/_nifty.scss */
.dropdown.open > .btn,
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.3); }

/* WELL */
/*======================================*/
/* line 6081, src/styles/vendors/nifty/_nifty.scss */
.well {
  background-color: #e5ebf1;
  border-color: #dbe3ec;
  border-radius: 0;
  box-shadow: none; }

/* line 6088, src/styles/vendors/nifty/_nifty.scss */
.well-xs {
  padding: 5px; }

/* PROGRESSBAR */
/*======================================*/
/* line 6098, src/styles/vendors/nifty/_nifty.scss */
.progress {
  height: 12px;
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.1); }

/* line 6106, src/styles/vendors/nifty/_nifty.scss */
.progress-bar {
  font-size: 10px;
  background-color: #42a5f5;
  line-height: 1.05em;
  box-shadow: none; }

/* line 6113, src/styles/vendors/nifty/_nifty.scss */
.progress-light-base {
  background-color: #fff; }

/* line 6117, src/styles/vendors/nifty/_nifty.scss */
.progress-dark-base {
  background-color: rgba(255, 255, 255, 0.2); }

/* line 6121, src/styles/vendors/nifty/_nifty.scss */
.progress-xl {
  height: 30px;
  margin-bottom: 20px; }

/* line 6126, src/styles/vendors/nifty/_nifty.scss */
.progress-xl .progress-bar {
  font-size: 13px;
  line-height: 30px; }

/* line 6131, src/styles/vendors/nifty/_nifty.scss */
.progress-lg {
  height: 20px;
  margin-bottom: 20px; }

/* line 6136, src/styles/vendors/nifty/_nifty.scss */
.progress-lg .progress-bar {
  font-size: 13px;
  line-height: 20px; }

/* line 6141, src/styles/vendors/nifty/_nifty.scss */
.progress-md {
  height: 8px;
  margin-bottom: 5px; }

/* line 6146, src/styles/vendors/nifty/_nifty.scss */
.progress-md .progress-bar {
  font-size: 5px;
  line-height: 8px; }

/* line 6151, src/styles/vendors/nifty/_nifty.scss */
.progress-sm {
  height: 4px;
  margin-bottom: 5px; }

/* line 6156, src/styles/vendors/nifty/_nifty.scss */
.progress-sm .progress-bar {
  font-size: 0;
  line-height: 4px; }

/* line 6161, src/styles/vendors/nifty/_nifty.scss */
.progress-xs {
  height: 2px;
  margin-bottom: 10px; }

/* line 6166, src/styles/vendors/nifty/_nifty.scss */
.progress-xs .progress-bar {
  font-size: 0;
  line-height: 2px; }

/* line 6171, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-light {
  background-color: #fff; }

/* line 6175, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-primary {
  background-color: #42a5f5; }

/* line 6179, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-info {
  background-color: #00bcd4; }

/* line 6183, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-success {
  background-color: #8bc34a; }

/* line 6187, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-warning {
  background-color: #ffa726; }

/* line 6191, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-danger {
  background-color: #ef5350; }

/* line 6195, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-mint {
  background-color: #26a69a; }

/* line 6199, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-purple {
  background-color: #ba68c8; }

/* line 6203, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-pink {
  background-color: #ec407a; }

/* line 6207, src/styles/vendors/nifty/_nifty.scss */
.progress-bar-dark {
  background-color: #263238; }

/*======================================*/
/* PAGER */
/*======================================*/
/* line 6220, src/styles/vendors/nifty/_nifty.scss */
.pager li > a:active,
.pagination > li a:active {
  box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.2); }

/* line 6225, src/styles/vendors/nifty/_nifty.scss */
.pager li > a:hover,
.pager li > a:focus,
.pagination > li a:hover,
.pagination > li a:focus {
  background-color: #fff;
  border-color: #42a5f5;
  color: #42a5f5;
  box-shadow: inset 0 0 1px #42a5f5;
  z-index: 2;
  transition: border-color, 0.3s; }

/* line 6237, src/styles/vendors/nifty/_nifty.scss */
.pager li > a,
.pager li > span {
  border-radius: 0;
  border-color: #dcdcdc; }

/* line 6243, src/styles/vendors/nifty/_nifty.scss */
.pager.pager-rounded li > a,
.pager.pager-rounded li > span {
  border-radius: 15px; }

/* line 6248, src/styles/vendors/nifty/_nifty.scss */
.pager .disabled > a,
.pager .disabled > span,
.pager .disabled > a:hover,
.pager .disabled > span:hover,
.pager .disabled > a:focus,
.pager .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > span,
.pagination .disabled > a:hover,
.pagination .disabled > span:hover,
.pagination .disabled > a:focus,
.pagination .disabled > span:focus {
  opacity: .7;
  border-color: #dcdcdc;
  box-shadow: none; }

/*======================================*/
/* PAGINATION */
/*======================================*/
/* line 6274, src/styles/vendors/nifty/_nifty.scss */
.pagination > li > a,
.pagination > li > span {
  color: inherit;
  border-color: #dcdcdc;
  transition: border-color, 0.3s; }

/* line 6281, src/styles/vendors/nifty/_nifty.scss */
.pagination > li > span {
  cursor: default; }

/* line 6285, src/styles/vendors/nifty/_nifty.scss */
.pagination > li > span:hover {
  background-color: #fff; }

/* line 6289, src/styles/vendors/nifty/_nifty.scss */
.pagination > li:first-child > a,
.pagination > li:first-child span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 6295, src/styles/vendors/nifty/_nifty.scss */
.pagination > li:last-child > a,
.pagination > li:last-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 6301, src/styles/vendors/nifty/_nifty.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #42a5f5;
  border-color: #42a5f5; }

/* CAROUSEL                             */
/*======================================*/
/* line 6317, src/styles/vendors/nifty/_nifty.scss */
.carousel-inner > .item {
  padding-top: 15px; }

/* line 6321, src/styles/vendors/nifty/_nifty.scss */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  background-repeat: no-repeat;
  color: inherit; }

/* line 6328, src/styles/vendors/nifty/_nifty.scss */
.carousel-control,
.carousel-control:focus {
  font-size: 1em;
  text-shadow: none;
  width: auto;
  padding: 10px;
  top: 0;
  bottom: 0;
  opacity: .5;
  transition: opacity 0.5s; }

/* line 6340, src/styles/vendors/nifty/_nifty.scss */
.carousel-control.auto-hide {
  opacity: 0; }

/* line 6344, src/styles/vendors/nifty/_nifty.scss */
.carousel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }

/* line 6352, src/styles/vendors/nifty/_nifty.scss */
.carousel-control i {
  position: relative;
  top: 0.25em; }

/* line 6357, src/styles/vendors/nifty/_nifty.scss */
.carousel:hover .carousel-control {
  opacity: 1;
  transition: opacity 0.5s; }

/* line 6362, src/styles/vendors/nifty/_nifty.scss */
.carousel-indicators.out {
  bottom: 0; }

/* line 6366, src/styles/vendors/nifty/_nifty.scss */
.carousel-indicators.out + .carousel-inner {
  padding-bottom: 30px; }

/* line 6370, src/styles/vendors/nifty/_nifty.scss */
.carousel-indicators.square li {
  border-radius: 0; }

/* line 6374, src/styles/vendors/nifty/_nifty.scss */
.carousel-indicators > .active {
  background-color: transparent;
  box-shadow: inset 0 0 0 50px;
  border-color: transparent; }

/* line 6380, src/styles/vendors/nifty/_nifty.scss */
.carousel-indicators > li {
  border-color: inherit; }

/* BLOCKQUOTE */
/*======================================*/
/* line 6390, src/styles/vendors/nifty/_nifty.scss */
blockquote {
  border-left: 3px solid #cbd6e3; }

/* line 6394, src/styles/vendors/nifty/_nifty.scss */
.bq-sm {
  font-size: 13px; }

/* line 6398, src/styles/vendors/nifty/_nifty.scss */
.bq-open:before,
.bq-close:after {
  color: #cbd6e3;
  content: '\201C';
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5em;
  line-height: 0;
  margin: 0 .15em 0 0;
  vertical-align: -0.5em; }

/* line 6409, src/styles/vendors/nifty/_nifty.scss */
.bq-close:after {
  content: '\201D';
  margin: 0 0 0 0.15em; }

/* FORM */
/*======================================*/
/* line 6420, src/styles/vendors/nifty/_nifty.scss */
.form-horizontal .control-label {
  margin-bottom: 5px; }

/* line 6424, src/styles/vendors/nifty/_nifty.scss */
.form-horizontal .control-label.text-left {
  text-align: left; }

/* ACCORDION */
/*======================================*/
/* line 6434, src/styles/vendors/nifty/_nifty.scss */
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0; }

/* line 6438, src/styles/vendors/nifty/_nifty.scss */
.panel-group {
  margin-bottom: 35px; }

/* line 6442, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel {
  margin-bottom: 0; }

/* line 6446, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-heading {
  border-radius: 0;
  height: auto; }

/* line 6451, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-heading:after {
  border: 0 !important; }

/* line 6455, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-heading,
.panel-group.accordion .panel-title {
  padding: 0; }

/* line 6460, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-title {
  line-height: 40px; }

/* line 6464, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-title a {
  display: block;
  color: inherit;
  text-transform: none;
  font-size: 13px;
  padding: 0 15px; }

/* line 6472, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel-title a:hover,
.panel-group.accordion .panel-title a:focus {
  color: inherit; }

/* line 6477, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel:first-child,
.panel-group.accordion .panel:first-child .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 6483, src/styles/vendors/nifty/_nifty.scss */
.panel-group.accordion .panel:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden; }

/* TABS */
/*======================================*/
/* line 6495, src/styles/vendors/nifty/_nifty.scss */
.tab-base {
  margin-bottom: 35px; }

/* line 6499, src/styles/vendors/nifty/_nifty.scss */
.tab-base .tab-content {
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 15px; }

/* line 6507, src/styles/vendors/nifty/_nifty.scss */
.tab-base .tab-content .tab-footer {
  background-color: #f6f8fa;
  color: #758697;
  border-color: #eff3f7;
  position: relative;
  margin: 0 -15px -15px -15px;
  padding: 10px 15px; }

/* line 6516, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs {
  border: 0; }

/* line 6520, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs > li {
  margin-bottom: -2px; }

/* line 6524, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs > li:not(.active) > a {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: .7;
  transition: opacity, 0.3s; }

/* line 6530, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs > li:not(.active) > a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.55);
  border-bottom-color: transparent;
  transition: opacity, 0.3s; }

/* line 6537, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs > .active > a,
.tab-base .nav-tabs > .active a:hover,
.tab-base .nav-tabs > .active > a:focus {
  border-color: transparent; }

/* line 6543, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs.tabs-right {
  text-align: right; }

/* line 6547, src/styles/vendors/nifty/_nifty.scss */
.tab-base .nav-tabs.tabs-right > li {
  float: none;
  display: inline-block;
  margin-right: -2px; }

/* line 6553, src/styles/vendors/nifty/_nifty.scss */
.tab-footer:after {
  content: '';
  display: table;
  clear: both; }

/* line 6559, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs li a {
  border-radius: 0 0 0 0; }

/* line 6563, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs.tab-right {
  text-align: right; }

/* line 6567, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs.tab-right > li {
  display: inline-block;
  text-align: left;
  float: none; }

/* line 6573, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs.tab-right > li > a {
  margin-right: 0; }

/* line 6577, src/styles/vendors/nifty/_nifty.scss */
.nav-tabs .label,
.nav-tabs .badge {
  margin-left: 4px; }

/* line 6582, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left,
.tab-stacked-right {
  display: table;
  height: 100%;
  width: 100%; }

/* line 6589, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs > li,
.tab-stacked-right .nav-tabs > li {
  float: none;
  margin: 0; }

/* line 6595, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs > li > a,
.tab-stacked-right .nav-tabs > li > a {
  margin: 0 0 2px; }

/* line 6600, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs > li:last-child > a,
.tab-stacked-right .nav-tabs > li:last-child > a {
  margin-bottom: 0; }

/* line 6605, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs,
.tab-stacked-right .nav-tabs,
.tab-stacked-left .tab-content,
.tab-stacked-right .tab-content {
  display: table-cell;
  vertical-align: top; }

/* line 6613, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .tab-content,
.tab-stacked-right .tab-content {
  overflow: hidden; }

/* line 6618, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs {
  width: 1%;
  border: 0; }

/* line 6623, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs > li a {
  border-right-color: transparent;
  border-radius: 0 0 0 0; }

/* line 6628, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .nav-tabs > .active > a:hover,
.tab-stacked-left .nav-tabs > .active > a:focus {
  border-right-color: transparent; }

/* line 6633, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-right-color: transparent; }

/* line 6637, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-left .tab-content {
  border-left-color: transparent;
  border-radius: 0 0 0 0; }

/* line 6642, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-right .nav-tabs {
  width: 1%;
  border: 0; }

/* line 6647, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-right .nav-tabs > li a {
  border-left-color: transparent;
  border-radius: 0 0 0 0; }

/* line 6652, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-right .nav-tabs > .active > a:hover,
.tab-stacked-right .nav-tabs > .active > a:focus {
  border-left-color: transparent; }

/* line 6657, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-left-color: transparent; }

/* line 6661, src/styles/vendors/nifty/_nifty.scss */
.tab-stacked-right .tab-content {
  border-right-color: transparent;
  border-radius: 0 0 0 0; }

/* BACKGROUND */
/*======================================*/
/* line 6672, src/styles/vendors/nifty/_nifty.scss */
.bg-trans {
  background-color: transparent; }

/* line 6676, src/styles/vendors/nifty/_nifty.scss */
.bg-light {
  background-color: #fff; }

/* line 6680, src/styles/vendors/nifty/_nifty.scss */
.bg-light,
.bg-light a {
  color: #758697; }

/* line 6685, src/styles/vendors/nifty/_nifty.scss */
.bg-gray-light {
  background-color: #f5f6f8; }

/* line 6689, src/styles/vendors/nifty/_nifty.scss */
.bg-gray-light,
.bg-gray-light a {
  color: #758697; }

/* line 6694, src/styles/vendors/nifty/_nifty.scss */
.bg-gray {
  background-color: #e6eaed; }

/* line 6698, src/styles/vendors/nifty/_nifty.scss */
.bg-gray,
.bg-gray a {
  color: #758697; }

/* line 6703, src/styles/vendors/nifty/_nifty.scss */
.bg-gray-dark {
  background-color: #c8d1d8; }

/* line 6707, src/styles/vendors/nifty/_nifty.scss */
.bg-gray-dark,
.bg-gray-dark a {
  color: #758697; }

/* line 6712, src/styles/vendors/nifty/_nifty.scss */
.bg-trans-light {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 6716, src/styles/vendors/nifty/_nifty.scss */
.bg-trans-light,
.bg-trans-light a {
  color: inherit; }

/* line 6721, src/styles/vendors/nifty/_nifty.scss */
.bg-trans-dark {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 6725, src/styles/vendors/nifty/_nifty.scss */
.bg-trans-dark,
.bg-trans-dark a {
  color: inherit; }

/* line 6730, src/styles/vendors/nifty/_nifty.scss */
.bg-primary {
  background-color: #42a5f5; }

/* line 6734, src/styles/vendors/nifty/_nifty.scss */
.bg-primary,
.bg-primary a {
  color: #fff; }

/* line 6739, src/styles/vendors/nifty/_nifty.scss */
.bg-info {
  background-color: #00bcd4; }

/* line 6743, src/styles/vendors/nifty/_nifty.scss */
.bg-info,
.bg-info a {
  color: #fff; }

/* line 6748, src/styles/vendors/nifty/_nifty.scss */
.bg-success {
  background-color: #8bc34a; }

/* line 6752, src/styles/vendors/nifty/_nifty.scss */
.bg-success,
.bg-success a {
  color: #fff; }

/* line 6757, src/styles/vendors/nifty/_nifty.scss */
.bg-warning {
  background-color: #ffa726; }

/* line 6761, src/styles/vendors/nifty/_nifty.scss */
.bg-warning,
.bg-warning a {
  color: #fff; }

/* line 6766, src/styles/vendors/nifty/_nifty.scss */
.bg-danger {
  background-color: #ef5350; }

/* line 6770, src/styles/vendors/nifty/_nifty.scss */
.bg-danger,
.bg-danger a {
  color: #fff; }

/* line 6775, src/styles/vendors/nifty/_nifty.scss */
.bg-mint {
  background-color: #26a69a; }

/* line 6779, src/styles/vendors/nifty/_nifty.scss */
.bg-mint,
.bg-mint a {
  color: #fff; }

/* line 6784, src/styles/vendors/nifty/_nifty.scss */
.bg-purple {
  background-color: #ba68c8; }

/* line 6788, src/styles/vendors/nifty/_nifty.scss */
.bg-purple,
.bg-purple a {
  color: #fff; }

/* line 6793, src/styles/vendors/nifty/_nifty.scss */
.bg-pink {
  background-color: #ec407a; }

/* line 6797, src/styles/vendors/nifty/_nifty.scss */
.bg-pink,
.bg-pink a {
  color: #fff; }

/* line 6802, src/styles/vendors/nifty/_nifty.scss */
.bg-dark {
  background-color: #263238; }

/* line 6806, src/styles/vendors/nifty/_nifty.scss */
.bg-dark,
.bg-dark a {
  color: #fff; }

/* TEXT */
/*======================================*/
/* line 6817, src/styles/vendors/nifty/_nifty.scss */
.text-light,
a.text-light:hover,
a.text-light:focus {
  color: #fff; }

/* line 6823, src/styles/vendors/nifty/_nifty.scss */
.text-muted,
a.text-muted:hover,
a.text-muted:focus {
  color: #afb9c3; }

/* line 6829, src/styles/vendors/nifty/_nifty.scss */
.text-primary,
a.text-primary:hover,
a.text-primary:focus {
  color: #128ef2; }

/* line 6835, src/styles/vendors/nifty/_nifty.scss */
.text-info,
a.text-info:hover,
a.text-info:focus {
  color: #008fa1; }

/* line 6841, src/styles/vendors/nifty/_nifty.scss */
.text-success,
a.text-success:hover,
a.text-success:focus {
  color: #71a436; }

/* line 6847, src/styles/vendors/nifty/_nifty.scss */
.text-warning,
a.text-warning:hover,
a.text-warning:focus {
  color: #f29000; }

/* line 6853, src/styles/vendors/nifty/_nifty.scss */
.text-danger,
a.text-danger:hover,
a.text-danger:focus {
  color: #eb2521; }

/* line 6859, src/styles/vendors/nifty/_nifty.scss */
.text-main,
a.text-main:hover,
a.text-main:focus {
  color: #2b425b; }

/* line 6865, src/styles/vendors/nifty/_nifty.scss */
.text-mint,
a.text-mint:hover,
a.text-mint:focus {
  color: #1c7d74; }

/* line 6871, src/styles/vendors/nifty/_nifty.scss */
.text-purple,
a.text-purple:hover,
a.text-purple:focus {
  color: #a844b9; }

/* line 6877, src/styles/vendors/nifty/_nifty.scss */
.text-pink,
a.text-pink:hover,
a.text-pink:focus {
  color: #e2175b; }

/* line 6883, src/styles/vendors/nifty/_nifty.scss */
.text-dark,
a.text-dark:hover,
a.text-dark:focus {
  color: #11171a; }

/* BUTTONS */
/*======================================*/
/* line 6895, src/styles/vendors/nifty/_nifty.scss */
.btn {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid transparent;
  font-size: 13px;
  line-height: 1.42857;
  vertical-align: middle;
  transition: all 0.25s; }

/* line 6908, src/styles/vendors/nifty/_nifty.scss */
.btn:not(.disabled):not(:disabled):active,
.btn:not(.disabled):not(:disabled).active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2); }

/* Button Sizes */
/*---------------------------------*/
/* line 6919, src/styles/vendors/nifty/_nifty.scss */
.btn-lg,
.btn-icon.btn-lg {
  font-size: 17px;
  line-height: 1.33; }

/* line 6925, src/styles/vendors/nifty/_nifty.scss */
.btn-sm,
.btn-icon.btn-sm {
  font-size: 11px;
  line-height: 1.5; }

/* line 6931, src/styles/vendors/nifty/_nifty.scss */
.btn-xs,
.btn-icon.btn-xs {
  font-size: 11px;
  line-height: 1.5; }

/* Button Icon */
/*---------------------------------*/
/* line 6943, src/styles/vendors/nifty/_nifty.scss */
.btn-icon {
  padding-left: 9px;
  padding-right: 9px; }

/* line 6948, src/styles/vendors/nifty/_nifty.scss */
.btn-icon > i,
.btn-icon:before {
  display: inline-block;
  min-width: 1.05em; }

/* Button File */
/*---------------------------------*/
/* line 6960, src/styles/vendors/nifty/_nifty.scss */
.btn-file {
  position: relative;
  overflow: hidden; }

/* line 6965, src/styles/vendors/nifty/_nifty.scss */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

/* Button Link */
/*---------------------------------*/
/* line 6987, src/styles/vendors/nifty/_nifty.scss */
.btn-link {
  border-color: transparent; }

/* line 6991, src/styles/vendors/nifty/_nifty.scss */
.btn.btn-link:focus,
.btn.btn-link:active {
  box-shadow: none; }

/* line 6996, src/styles/vendors/nifty/_nifty.scss */
.btn-link.disabled:hover,
.btn-link.disabled:focus {
  text-decoration: none; }

/* Button Transparent */
/*---------------------------------*/
/* line 7007, src/styles/vendors/nifty/_nifty.scss */
.btn-trans {
  background-color: transparent;
  border-color: transparent;
  color: #afb9c3; }

/* line 7013, src/styles/vendors/nifty/_nifty.scss */
.btn-trans:focus,
.btn-trans:active {
  box-shadow: none !important; }

/* line 7018, src/styles/vendors/nifty/_nifty.scss */
.btn-default-basic,
.btn-default,
.btn-default:focus,
.btn-default.disabled:hover,
.btn-default:disabled:hover,
.btn-hover-default:hover,
.btn-hover-default:active,
.btn-hover-default.active,
.btn.btn-active-default:active,
.btn.btn-active-default.active,
.dropdown.open > .btn.btn-active-default,
.btn-group.open .dropdown-toggle.btn.btn-active-default {
  background-color: #fafafa;
  border-color: #d1d9de;
  color: #758697; }

/* line 7035, src/styles/vendors/nifty/_nifty.scss */
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #e8e8e8;
  border-color: #d1d9de;
  color: #758697; }

/* line 7044, src/styles/vendors/nifty/_nifty.scss */
.btn-primary-basic,
.btn-primary,
.btn-primary:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-hover-primary:hover,
.btn-hover-primary:active,
.btn-hover-primary.active,
.btn.btn-active-primary:active,
.btn.btn-active-primary.active,
.dropdown.open > .btn.btn-active-primary,
.btn-group.open .dropdown-toggle.btn.btn-active-primary {
  background-color: #38a0f4;
  border-color: #42a5f5;
  color: #fff; }

/* line 7061, src/styles/vendors/nifty/_nifty.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1690f3;
  border-color: #2095f3;
  color: #fff; }

/* line 7070, src/styles/vendors/nifty/_nifty.scss */
.btn-info-basic,
.btn-info,
.btn-info:focus,
.btn-info.disabled:hover,
.btn-info:disabled:hover,
.btn-hover-info:hover,
.btn-hover-info:active,
.btn-hover-info.active,
.btn.btn-active-info:active,
.btn.btn-active-info.active,
.dropdown.open > .btn.btn-active-info,
.btn-group.open .dropdown-toggle.btn.btn-active-info {
  background-color: #00b3ca;
  border-color: #00bcd4;
  color: #fff; }

/* line 7087, src/styles/vendors/nifty/_nifty.scss */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #0093a6;
  border-color: #009cb0;
  color: #fff; }

/* line 7096, src/styles/vendors/nifty/_nifty.scss */
.btn-success-basic,
.btn-success,
.btn-success:focus,
.btn-success.disabled:hover,
.btn-success:disabled:hover,
.btn-hover-success:hover,
.btn-hover-success:active,
.btn-hover-success.active,
.btn.btn-active-success:active,
.btn.btn-active-success.active,
.dropdown.open > .btn.btn-active-success,
.btn-group.open .dropdown-toggle.btn.btn-active-success {
  background-color: #86c042;
  border-color: #8bc34a;
  color: #fff; }

/* line 7113, src/styles/vendors/nifty/_nifty.scss */
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #74a838;
  border-color: #79af3a;
  color: #fff; }

/* line 7122, src/styles/vendors/nifty/_nifty.scss */
.btn-warning-basic,
.btn-warning,
.btn-warning:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
.btn-hover-warning:hover,
.btn-hover-warning:active,
.btn-hover-warning.active,
.btn.btn-active-warning:active,
.btn.btn-active-warning.active,
.dropdown.open > .btn.btn-active-warning,
.btn-group.open .dropdown-toggle.btn.btn-active-warning {
  background-color: #ffa31c;
  border-color: #ffa726;
  color: #fff; }

/* line 7139, src/styles/vendors/nifty/_nifty.scss */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #f79300;
  border-color: #ff9902;
  color: #fff; }

/* line 7148, src/styles/vendors/nifty/_nifty.scss */
.btn-danger-basic,
.btn-danger,
.btn-danger:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled:hover,
.btn-hover-danger:hover,
.btn-hover-danger:active,
.btn-hover-danger.active,
.btn.btn-active-danger:active,
.btn.btn-active-danger.active,
.dropdown.open > .btn.btn-active-danger,
.btn-group.open .dropdown-toggle.btn.btn-active-danger {
  background-color: #ee4a47;
  border-color: #ef5350;
  color: #fff; }

/* line 7165, src/styles/vendors/nifty/_nifty.scss */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-color: #eb2a26;
  border-color: #ec332f;
  color: #fff; }

/* line 7174, src/styles/vendors/nifty/_nifty.scss */
.btn-mint-basic,
.btn-mint,
.btn-mint:focus,
.btn-mint.disabled:hover,
.btn-mint:disabled:hover,
.btn-hover-mint:hover,
.btn-hover-mint:active,
.btn-hover-mint.active,
.btn.btn-active-mint:active,
.btn.btn-active-mint.active,
.dropdown.open > .btn.btn-active-mint,
.btn-group.open .dropdown-toggle.btn.btn-active-mint {
  background-color: #249e92;
  border-color: #26a69a;
  color: #fff; }

/* line 7191, src/styles/vendors/nifty/_nifty.scss */
.btn-mint:hover,
.btn-mint:active,
.btn-mint.active,
.open > .dropdown-toggle.btn-mint {
  background-color: #1d8177;
  border-color: #1f897f;
  color: #fff; }

/* line 7200, src/styles/vendors/nifty/_nifty.scss */
.btn-purple-basic,
.btn-purple,
.btn-purple:focus,
.btn-purple.disabled:hover,
.btn-purple:disabled:hover,
.btn-hover-purple:hover,
.btn-hover-purple:active,
.btn-hover-purple.active,
.btn.btn-active-purple:active,
.btn.btn-active-purple.active,
.dropdown.open > .btn.btn-active-purple,
.btn-group.open .dropdown-toggle.btn.btn-active-purple {
  background-color: #b761c5;
  border-color: #ba68c8;
  color: #fff; }

/* line 7217, src/styles/vendors/nifty/_nifty.scss */
.btn-purple:hover,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple {
  background-color: #ab46bc;
  border-color: #ae4ebe;
  color: #fff; }

/* line 7226, src/styles/vendors/nifty/_nifty.scss */
.btn-pink-basic,
.btn-pink,
.btn-pink:focus,
.btn-pink.disabled:hover,
.btn-pink:disabled:hover,
.btn-hover-pink:hover,
.btn-hover-pink:active,
.btn-hover-pink.active,
.btn.btn-active-pink:active,
.btn.btn-active-pink.active,
.dropdown.open > .btn.btn-active-pink,
.btn-group.open .dropdown-toggle.btn.btn-active-pink {
  background-color: #eb3774;
  border-color: #ec407a;
  color: #fff; }

/* line 7243, src/styles/vendors/nifty/_nifty.scss */
.btn-pink:hover,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink {
  background-color: #e7175d;
  border-color: #e92063;
  color: #fff; }

/* line 7252, src/styles/vendors/nifty/_nifty.scss */
.btn-dark-basic,
.btn-dark,
.btn-dark:focus,
.btn-dark.disabled:hover,
.btn-dark:disabled:hover,
.btn-hover-dark:hover,
.btn-hover-dark:active,
.btn-hover-dark.active,
.btn.btn-active-dark:active,
.btn.btn-active-dark.active,
.dropdown.open > .btn.btn-active-dark,
.btn-group.open .dropdown-toggle.btn.btn-active-dark {
  background-color: #222d32;
  border-color: #263238;
  color: #fff; }

/* line 7269, src/styles/vendors/nifty/_nifty.scss */
.btn-dark:hover,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-color: #131a1d;
  border-color: #181f23;
  color: #fff; }

/* line 7278, src/styles/vendors/nifty/_nifty.scss */
.btn-group-vertical .btn:not(.btn-default),
.btn-group .btn:not(.btn-default) {
  border-color: rgba(0, 0, 0, 0.09); }

/* line 7283, src/styles/vendors/nifty/_nifty.scss */
.btn-lg,
.btn-group-lg > .btn,
.btn-icon.btn-lg {
  padding: 10px 16px; }

/* line 7289, src/styles/vendors/nifty/_nifty.scss */
.btn-sm,
.btn-group-sm > .btn,
.btn-icon.btn-sm {
  padding: 5px 10px; }

/* line 7295, src/styles/vendors/nifty/_nifty.scss */
.btn-xs,
.btn-group-xs > .btn,
.btn-icon.btn-xs {
  padding: 1px 5px; }

/* line 7301, src/styles/vendors/nifty/_nifty.scss */
.btn-lg,
.btn-group-lg > .btn,
.btn-icon.btn-lg {
  border-radius: 0; }

/* line 7307, src/styles/vendors/nifty/_nifty.scss */
.btn-lg,
.btn-group-sm > .btn,
.btn-lg,
.btn-group-xs > .btn,
.btn-icon.btn-lg,
.btn-icon.btn-lg {
  border-radius: 0; }

/* line 7316, src/styles/vendors/nifty/_nifty.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 7321, src/styles/vendors/nifty/_nifty.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* Button Circle */
/*---------------------------------*/
/* line 7332, src/styles/vendors/nifty/_nifty.scss */
.btn-circle {
  padding: 7px;
  border-radius: 50%; }

/* line 7337, src/styles/vendors/nifty/_nifty.scss */
.btn-lg.btn-circle {
  padding: 17px; }

/* line 7341, src/styles/vendors/nifty/_nifty.scss */
.btn-sm.btn-circle {
  padding: 7px; }

/* line 7345, src/styles/vendors/nifty/_nifty.scss */
.btn-xs.btn-circle {
  padding: 4px; }

/* line 7349, src/styles/vendors/nifty/_nifty.scss */
.btn-icon.btn-circle:before,
.btn-icon.btn-circle > i {
  display: block;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4; }

/* Button Rounded */
/*---------------------------------*/
/* line 7363, src/styles/vendors/nifty/_nifty.scss */
.btn-rounded {
  border-radius: 17px;
  overflow: hidden; }

/* line 7368, src/styles/vendors/nifty/_nifty.scss */
.btn-lg.btn-rounded {
  border-radius: 30px; }

/* line 7372, src/styles/vendors/nifty/_nifty.scss */
.btn-sm.btn-rounded {
  border-radius: 15px; }

/* line 7376, src/styles/vendors/nifty/_nifty.scss */
.btn-xs.btn-rounded {
  border-radius: 10px; }

/* line 7380, src/styles/vendors/nifty/_nifty.scss */
.btn-group.btn-rounded {
  overflow: hidden; }

/* Button Labeled */
/*---------------------------------*/
/* line 7390, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled,
.btn-labeled.fa {
  overflow: hidden; }

/* line 7395, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled:not(.btn-block):not(.form-icon) {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.42857;
  padding-bottom: 0;
  padding-top: 0; }

/* line 7403, src/styles/vendors/nifty/_nifty.scss */
.btn-block.btn-labeled:not(.form-icon) {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.42857; }

/* line 7409, src/styles/vendors/nifty/_nifty.scss */
.btn-block.btn-labeled:not(.form-icon):before {
  float: left;
  margin-top: -7px;
  margin-bottom: -7px; }

/* line 7415, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px;
  line-height: 1.42857; }

/* line 7424, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled:before {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-left: -12px;
  margin-right: 6px;
  padding: 6px 12px;
  line-height: 1.42857; }

/* line 7433, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled.fa:before,
.btn-labeled .fa:before {
  font-family: fontAwesome; }

/* line 7438, src/styles/vendors/nifty/_nifty.scss */
.btn-default.btn-labeled:before,
.btn-default .btn-label {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit; }

/* line 7444, src/styles/vendors/nifty/_nifty.scss */
.btn-lg.btn-labeled {
  font-size: 18px;
  line-height: 1.33; }

/* line 7449, src/styles/vendors/nifty/_nifty.scss */
.btn-sm.btn-labeled {
  font-size: 12px;
  line-height: 1.5; }

/* line 7454, src/styles/vendors/nifty/_nifty.scss */
.btn-xs.btn-labeled {
  font-size: 12px;
  line-height: 1.5; }

/* line 7459, src/styles/vendors/nifty/_nifty.scss */
.btn-lg.btn-labeled:before,
.btn-lg .btn-label {
  margin-left: -16px;
  margin-right: 10px;
  padding: 10px 16px; }

/* line 7466, src/styles/vendors/nifty/_nifty.scss */
.btn-lg.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -10px;
  margin-bottom: -10px; }

/* line 7471, src/styles/vendors/nifty/_nifty.scss */
.btn-sm.btn-labeled:before,
.btn-sm .btn-label {
  margin-left: -10px;
  margin-right: 5px;
  padding: 5px 10px; }

/* line 7478, src/styles/vendors/nifty/_nifty.scss */
.btn-sm.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -5px;
  margin-bottom: -5px; }

/* line 7483, src/styles/vendors/nifty/_nifty.scss */
.btn-xs.btn-labeled:before,
.btn-xs .btn-label {
  margin-left: -5px;
  margin-right: 1px;
  padding: 1px 5px; }

/* line 7490, src/styles/vendors/nifty/_nifty.scss */
.btn-xs.btn-block.btn-labeled:not(.form-icon):before {
  margin-top: -1px;
  margin-bottom: -1px; }

/* line 7495, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled.icon-2x:before,
.btn-labeled .btn-label.icon-2x:before {
  vertical-align: -0.15em; }

/* line 7500, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled.icon-3x:before,
.btn-labeled .btn-label.icon-3x:before {
  vertical-align: -0.18em; }

/* line 7505, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled.icon-4x:before,
.btn-labeled .btn-label.icon-4x:before {
  vertical-align: -0.2em; }

/* line 7510, src/styles/vendors/nifty/_nifty.scss */
.btn-labeled.icon-5x:before,
.btn-labeled .btn-label.icon-5x:before {
  vertical-align: -0.25em; }

/* PANELS */
/*======================================*/
/* line 7521, src/styles/vendors/nifty/_nifty.scss */
.panel {
  border-radius: 0;
  border: 1px solid #e7ecf3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  margin-bottom: 15px; }

/* line 7528, src/styles/vendors/nifty/_nifty.scss */
.panel hr {
  border-color: rgba(0, 0, 0, 0.1); }

/* line 7532, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-bg-cover {
  max-height: 180px;
  overflow: hidden; }

/* line 7537, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-bg-cover img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover; }

/* line 7543, src/styles/vendors/nifty/_nifty.scss */
.panel.remove {
  opacity: 0;
  transition: opacity, 0.5s; }

/* line 7548, src/styles/vendors/nifty/_nifty.scss */
.panel .alert {
  border-radius: 0; }

/* line 7552, src/styles/vendors/nifty/_nifty.scss */
.panel.panel-bg-img {
  position: relative; }

/* line 7556, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 7565, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-bg-wrap > img {
  position: absolute;
  top: 0;
  left: 0; }

/* line 7571, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-bg-wrap + .panel-body {
  position: relative; }

/* line 7575, src/styles/vendors/nifty/_nifty.scss */
.panel-media {
  box-shadow: 0 -50px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 10px 15px 15px 140px;
  position: relative; }

/* line 7581, src/styles/vendors/nifty/_nifty.scss */
.panel-media-img {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 20px;
  top: -48px; }

/* line 7589, src/styles/vendors/nifty/_nifty.scss */
.panel-media-heading {
  color: #fff;
  position: absolute;
  top: -2.7em; }

/* line 7595, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-heading,
.panel > :first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

/* line 7601, src/styles/vendors/nifty/_nifty.scss */
.panel .panel-footer,
.panel > :last-child {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

/* line 7607, src/styles/vendors/nifty/_nifty.scss */
.panel-body-full {
  margin-left: -20px;
  margin-right: -20px; }

/* line 7612, src/styles/vendors/nifty/_nifty.scss */
.panel-body {
  padding: 15px 20px 25px; }

/* line 7616, src/styles/vendors/nifty/_nifty.scss */
.panel-trans {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent; }

/* line 7622, src/styles/vendors/nifty/_nifty.scss */
.panel-heading {
  position: relative;
  height: 50px;
  padding: 0;
  color: #2b425b; }

/* line 7629, src/styles/vendors/nifty/_nifty.scss */
.panel-title {
  font-weight: 600;
  padding: 0 20px 0 20px;
  font-size: 1.2em;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 7639, src/styles/vendors/nifty/_nifty.scss */
.panel-default.panel-colorful {
  background-color: #e3e8eb;
  color: #758697; }

/* line 7644, src/styles/vendors/nifty/_nifty.scss */
.panel-default .panel-heading {
  background-color: #e3e8eb;
  border-color: #f2f4f6; }

/* line 7649, src/styles/vendors/nifty/_nifty.scss */
.panel-footer {
  background-color: #f6f8fa;
  color: #758697;
  border-color: rgba(0, 0, 0, 0.07);
  position: relative; }

/* Colors */
/*---------------------------------*/
/* line 7662, src/styles/vendors/nifty/_nifty.scss */
.panel-primary .panel-heading,
.panel-primary .panel-footer,
.panel-primary.panel-colorful {
  background-color: #42a5f5;
  border-color: #42a5f5;
  color: #fff; }

/* line 7670, src/styles/vendors/nifty/_nifty.scss */
.panel-info .panel-heading,
.panel-info .panel-footer,
.panel-info.panel-colorful {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff; }

/* line 7678, src/styles/vendors/nifty/_nifty.scss */
.panel-success .panel-heading,
.panel-success .panel-footer,
.panel-success.panel-colorful {
  background-color: #8bc34a;
  border-color: #8bc34a;
  color: #fff; }

/* line 7686, src/styles/vendors/nifty/_nifty.scss */
.panel-warning .panel-heading,
.panel-warning .panel-footer,
.panel-warning.panel-colorful {
  background-color: #ffa726;
  border-color: #ffa726;
  color: #fff; }

/* line 7694, src/styles/vendors/nifty/_nifty.scss */
.panel-danger .panel-heading,
.panel-danger .panel-footer,
.panel-danger.panel-colorful {
  background-color: #ef5350;
  border-color: #ef5350;
  color: #fff; }

/* line 7702, src/styles/vendors/nifty/_nifty.scss */
.panel-mint .panel-heading,
.panel-mint .panel-footer,
.panel-mint.panel-colorful {
  background-color: #26a69a;
  border-color: #26a69a;
  color: #fff; }

/* line 7710, src/styles/vendors/nifty/_nifty.scss */
.panel-purple .panel-heading,
.panel-purple .panel-footer,
.panel-purple.panel-colorful {
  background-color: #ba68c8;
  border-color: #ba68c8;
  color: #fff; }

/* line 7718, src/styles/vendors/nifty/_nifty.scss */
.panel-pink .panel-heading,
.panel-pink .panel-footer,
.panel-pink.panel-colorful {
  background-color: #ec407a;
  border-color: #ec407a;
  color: #fff; }

/* line 7726, src/styles/vendors/nifty/_nifty.scss */
.panel-dark .panel-heading,
.panel-dark .panel-footer,
.panel-dark.panel-colorful {
  background-color: #263238;
  border-color: #263238;
  color: #fff; }

/* line 7734, src/styles/vendors/nifty/_nifty.scss */
.panel > .panel-heading:after,
.panel.panel-colorful > .panel-heading:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

/* line 7745, src/styles/vendors/nifty/_nifty.scss */
.panel-colorful > .panel-heading {
  border: 0; }

/* line 7749, src/styles/vendors/nifty/_nifty.scss */
.panel-default > .panel-heading:after,
.panel-primary > .panel-heading:after,
.panel-info > .panel-heading:after,
.panel-success > .panel-heading:after,
.panel-warning > .panel-heading:after,
.panel-danger > .panel-heading:after,
.panel-purple > .panel-heading:after,
.panel-pink > .panel-heading:after,
.panel-dark > .panel-heading:after {
  display: none; }

/* Bordered */
/*---------------------------------*/
/* line 7767, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-default,
.panel-default.panel-bordered {
  border: 1px solid #bac5cd; }

/* line 7772, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-primary,
.panel-primary.panel-bordered {
  border: 1px solid #42a5f5; }

/* line 7777, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-info,
.panel-info.panel-bordered {
  border: 1px solid #00bcd4; }

/* line 7782, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-success,
.panel-success.panel-bordered {
  border: 1px solid #8bc34a; }

/* line 7787, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-warning,
.panel-warning.panel-bordered {
  border: 1px solid #ffa726; }

/* line 7792, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-danger,
.panel-danger.panel-bordered {
  border: 1px solid #ef5350; }

/* line 7797, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-mint,
.panel-mint.panel-bordered {
  border: 1px solid #26a69a; }

/* line 7802, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-purple,
.panel-purple.panel-bordered {
  border: 1px solid #ba68c8; }

/* line 7807, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-pink,
.panel-pink.panel-bordered {
  border: 1px solid #ec407a; }

/* line 7812, src/styles/vendors/nifty/_nifty.scss */
.panel-bordered-dark,
.panel-dark.panel-bordered {
  border: 1px solid #263238; }

/* Panel Group */
/*---------------------------------*/
/* line 7823, src/styles/vendors/nifty/_nifty.scss */
.panel-group .panel {
  border-radius: 0;
  margin-bottom: 20px; }

/* line 7828, src/styles/vendors/nifty/_nifty.scss */
.panel-group > div {
  padding-left: 0;
  padding-right: 0; }

/* line 7833, src/styles/vendors/nifty/_nifty.scss */
.panel-group > div:first-child > .panel {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 7838, src/styles/vendors/nifty/_nifty.scss */
.panel-group > div:last-child > .panel {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/* line 7843, src/styles/vendors/nifty/_nifty.scss */
.panel-group > div + div > .panel {
  margin-left: -1px; }

/* Panel Control */
/*---------------------------------*/
/* line 7853, src/styles/vendors/nifty/_nifty.scss */
.panel-control {
  height: 100%;
  position: relative;
  float: right;
  padding: 0 15px; }

/* line 7860, src/styles/vendors/nifty/_nifty.scss */
.panel-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  left: -1em;
  position: relative; }

/* line 7869, src/styles/vendors/nifty/_nifty.scss */
.panel-control .btn {
  padding-left: 7px;
  padding-right: 7px; }

/* line 7874, src/styles/vendors/nifty/_nifty.scss */
.panel-control > i,
.panel-control > .badge,
.panel-control > label {
  vertical-align: middle; }

/* line 7880, src/styles/vendors/nifty/_nifty.scss */
.panel-control > .toggle-switch + label {
  vertical-align: baseline; }

/* Panel with tabs */
/*---------------------------------*/
/* line 7890, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  vertical-align: bottom;
  border: 0; }

/* line 7898, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > li {
  margin-top: 1px;
  margin-right: 5px;
  height: 100%; }

/* line 7904, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  height: 100%;
  line-height: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 15px; }

/* line 7914, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > li:not(.active) {
  background-color: transparent;
  opacity: .6; }

/* line 7919, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > li:not(.active) a {
  border-bottom: 0 !important;
  color: inherit; }

/* line 7924, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > li:not(.active) a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent; }

/* line 7929, src/styles/vendors/nifty/_nifty.scss */
.panel-control .nav-tabs > .active > a {
  z-index: 1; }

/* Panel with progress bar */
/*---------------------------------*/
/* line 7939, src/styles/vendors/nifty/_nifty.scss */
.panel-control .progress {
  min-width: 150px;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

/* Panel with switch */
/*---------------------------------*/
/* line 7952, src/styles/vendors/nifty/_nifty.scss */
.panel-control .switchery {
  margin-left: 15px;
  vertical-align: middle; }

/* Panel with pager */
/*---------------------------------*/
/* line 7963, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pager {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0; }

/* Panel with pagination */
/*---------------------------------*/
/* line 7976, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination {
  margin: 0;
  border-radius: 0;
  vertical-align: middle; }

/* line 7982, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination > li > a,
.panel-control .pagination > li > span {
  padding: 0 10px;
  border: 0 0 0 0;
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: none;
  height: 100%;
  line-height: 30px; }

/* line 7992, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination > li:not(.active):not(.disabled) > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.09); }

/* line 7997, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination > .disabled > a,
.panel-control .pagination > .disabled > a:hover,
.panel-control .pagination > .disabled > a:active {
  border-color: rgba(0, 0, 0, 0.09); }

/* line 8003, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination > li:not(.active) > a,
.pagination > li > a {
  background-color: transparent;
  color: inherit; }

/* line 8009, src/styles/vendors/nifty/_nifty.scss */
.panel-control .pagination > li > a:hover,
.pagination > li > a:focus {
  box-shadow: none; }

/* Panel with pagination */
/*---------------------------------*/
/* line 8020, src/styles/vendors/nifty/_nifty.scss */
.panel-control .btn,
.panel-control .dropdown-toggle.btn {
  border: 0; }

/* line 8025, src/styles/vendors/nifty/_nifty.scss */
.panel-control .open > .btn,
.panel-control .btn.active,
.panel-control .btn:active {
  box-shadow: none !important; }

/* line 8031, src/styles/vendors/nifty/_nifty.scss */
.panel-control .btn-default {
  background-color: transparent;
  color: inherit; }

/* line 8036, src/styles/vendors/nifty/_nifty.scss */
.panel-control > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 8041, src/styles/vendors/nifty/_nifty.scss */
.panel-control > .btn:last-child,
.panel-control > .btn-group:last-child > .btn:first-child {
  border-bottom-right-radius: 0; }

/* PRINT CONTENT */
/*======================================*/
@page {
  margin-top: 0;
  margin-bottom: 0; }

@media print {
  /* line 8058, src/styles/vendors/nifty/_nifty.scss */
  body,
  #container {
    background: transparent; }
  /* line 8062, src/styles/vendors/nifty/_nifty.scss */
  .boxed {
    width: 100%; }
  /* line 8065, src/styles/vendors/nifty/_nifty.scss */
  .panel {
    border-color: transparent;
    box-shadow: none; }
  /* line 8069, src/styles/vendors/nifty/_nifty.scss */
  #container .no-print,
  #demo-set,
  .print-content #mainnav-container,
  .print-content #aside-container,
  .print-content #navbar,
  .print-content #footer,
  .print-content .scroll-top {
    display: none !important; }
  /* line 8078, src/styles/vendors/nifty/_nifty.scss */
  #container.print-content #page-content,
  #container.print-content #content-container {
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  /* line 8087, src/styles/vendors/nifty/_nifty.scss */
  .print-inline {
    display: inline !important; }
  /* line 8090, src/styles/vendors/nifty/_nifty.scss */
  .print-iblock {
    display: inline-block !important; }
  /* line 8093, src/styles/vendors/nifty/_nifty.scss */
  .print-block {
    display: block !important; }
  /* line 8096, src/styles/vendors/nifty/_nifty.scss */
  .no-print {
    display: none !important; } }

/* VERTICAL ALIGN */
/*======================================*/
/* line 8107, src/styles/vendors/nifty/_nifty.scss */
.v-middle {
  vertical-align: middle; }

/* line 8111, src/styles/vendors/nifty/_nifty.scss */
.v-top {
  vertical-align: top; }

/* line 8115, src/styles/vendors/nifty/_nifty.scss */
.v-bottom {
  vertical-align: bottom; }

/* line 8119, src/styles/vendors/nifty/_nifty.scss */
.v-baseline {
  vertical-align: baseline; }

/* TABLE TOOLBAR */
/*======================================*/
/* line 8129, src/styles/vendors/nifty/_nifty.scss */
.table-toolbar-left,
.table-toolbar-right {
  text-align: center;
  padding-bottom: 10px; }

/* line 8135, src/styles/vendors/nifty/_nifty.scss */
.table-toolbar-right > .form-group {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

@media (min-width: 760px) {
  /* line 8142, src/styles/vendors/nifty/_nifty.scss */
  .table-toolbar-left {
    float: left;
    text-align: left; }
  /* line 8146, src/styles/vendors/nifty/_nifty.scss */
  .table-toolbar-right {
    text-align: right; } }

/* POSITIONS */
/*======================================*/
/* line 8157, src/styles/vendors/nifty/_nifty.scss */
.pos-rel {
  position: relative; }

/* line 8161, src/styles/vendors/nifty/_nifty.scss */
.pos-abs {
  position: absolute; }

/* line 8165, src/styles/vendors/nifty/_nifty.scss */
.pos-fix {
  position: fixed; }

/* line 8169, src/styles/vendors/nifty/_nifty.scss */
.pos-sta {
  position: static; }

/* MICS CLASS */
/*======================================*/
/* line 8179, src/styles/vendors/nifty/_nifty.scss */
.list-group-striped > li:nth-child(odd),
.list-group-striped > a:nth-child(odd):not(.active):not(.disabled) {
  background-color: rgba(0, 0, 0, 0.06); }

/* line 8184, src/styles/vendors/nifty/_nifty.scss */
.list-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 15px 0;
  height: 1px; }

/* line 8190, src/styles/vendors/nifty/_nifty.scss */
.list-header {
  font-weight: 300;
  padding: 10px 15px;
  position: relative; }

/* line 8196, src/styles/vendors/nifty/_nifty.scss */
.list-item-sm {
  padding: 5px 15px; }

/* line 8200, src/styles/vendors/nifty/_nifty.scss */
.list-item-lg {
  padding: 15px; }

/* line 8204, src/styles/vendors/nifty/_nifty.scss */
.list-item-xl {
  padding: 20px 15px; }

/* BOX TYPE */
/*======================================*/
/* line 8214, src/styles/vendors/nifty/_nifty.scss */
.box-block {
  display: block; }

/* line 8218, src/styles/vendors/nifty/_nifty.scss */
.box-inline {
  display: inline-block; }

/* line 8222, src/styles/vendors/nifty/_nifty.scss */
.box-vmiddle {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
  margin-bottom: 15px; }

/* line 8229, src/styles/vendors/nifty/_nifty.scss */
.box-vmiddle-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -15px; }

/* BORDER */
/*======================================*/
/* line 8243, src/styles/vendors/nifty/_nifty.scss */
.bord-no {
  border: 0 !important; }

/* line 8247, src/styles/vendors/nifty/_nifty.scss */
.bord-all {
  border: 1px solid #e9e9e9; }

/* line 8251, src/styles/vendors/nifty/_nifty.scss */
.bord-top {
  border-top: 1px solid #e9e9e9; }

/* line 8255, src/styles/vendors/nifty/_nifty.scss */
.bord-btm {
  border-bottom: 1px solid #e9e9e9; }

/* line 8259, src/styles/vendors/nifty/_nifty.scss */
.bord-lft {
  border-left: 1px solid #e9e9e9; }

/* line 8263, src/styles/vendors/nifty/_nifty.scss */
.bord-rgt {
  border-right: 1px solid #e9e9e9; }

/* line 8267, src/styles/vendors/nifty/_nifty.scss */
.bord-ver {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

/* line 8272, src/styles/vendors/nifty/_nifty.scss */
.bord-hor {
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9; }

/* TEXT */
/*======================================*/
/* line 8283, src/styles/vendors/nifty/_nifty.scss */
.text-thin {
  font-weight: 300; }

/* line 8287, src/styles/vendors/nifty/_nifty.scss */
.text-normal {
  font-weight: normal; }

/* line 8291, src/styles/vendors/nifty/_nifty.scss */
.text-semibold {
  font-weight: 600; }

/* line 8295, src/styles/vendors/nifty/_nifty.scss */
.text-bold {
  font-weight: 700; }

/* line 8299, src/styles/vendors/nifty/_nifty.scss */
.text-5x,
.text-4x,
.text-5x,
.text-2x,
.text-lg,
.text-sm,
.text-xs {
  line-height: 1.25;
  font-size: 4em; }

/* line 8310, src/styles/vendors/nifty/_nifty.scss */
.text-4x {
  font-size: 4em; }

/* line 8314, src/styles/vendors/nifty/_nifty.scss */
.text-3x {
  font-size: 3em; }

/* line 8318, src/styles/vendors/nifty/_nifty.scss */
.text-2x {
  font-size: 2em; }

/* line 8322, src/styles/vendors/nifty/_nifty.scss */
.text-lg {
  font-size: 1.2em; }

/* line 8326, src/styles/vendors/nifty/_nifty.scss */
.text-sm {
  font-size: 0.9em; }

/* line 8330, src/styles/vendors/nifty/_nifty.scss */
.text-xs {
  font-size: 0.8em; }

/* line 8334, src/styles/vendors/nifty/_nifty.scss */
.text-overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 8341, src/styles/vendors/nifty/_nifty.scss */
.text-unit {
  font-size: 15px;
  vertical-align: top;
  line-height: 1.5em; }

/* line 8347, src/styles/vendors/nifty/_nifty.scss */
.unselectable {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/* line 8355, src/styles/vendors/nifty/_nifty.scss */
.unselectable::-moz-selection {
  background-color: transparent;
  color: inherit; }
.unselectable::selection {
  background-color: transparent;
  color: inherit; }

/* line 8360, src/styles/vendors/nifty/_nifty.scss */
.unselectable::-moz-selection {
  background-color: transparent;
  color: inherit; }

/* line 8365, src/styles/vendors/nifty/_nifty.scss */
.text-justify {
  text-align: justify; }

/* line 8369, src/styles/vendors/nifty/_nifty.scss */
.text-justify:after {
  content: '';
  display: inline-block;
  width: 100%; }

@media (min-width: 1200px) {
  /* line 8376, src/styles/vendors/nifty/_nifty.scss */
  .text-lg-right {
    text-align: right; }
  /* line 8379, src/styles/vendors/nifty/_nifty.scss */
  .text-lg-center {
    text-align: center; }
  /* line 8382, src/styles/vendors/nifty/_nifty.scss */
  .text-lg-left {
    text-align: left; } }

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 8388, src/styles/vendors/nifty/_nifty.scss */
  .text-md-right {
    text-align: right; }
  /* line 8391, src/styles/vendors/nifty/_nifty.scss */
  .text-md-center {
    text-align: center; }
  /* line 8394, src/styles/vendors/nifty/_nifty.scss */
  .text-md-left {
    text-align: left; } }

@media (min-width: 768px) and (max-width: 992px) {
  /* line 8400, src/styles/vendors/nifty/_nifty.scss */
  .text-sm-right {
    text-align: right; }
  /* line 8403, src/styles/vendors/nifty/_nifty.scss */
  .text-sm-center {
    text-align: center; }
  /* line 8406, src/styles/vendors/nifty/_nifty.scss */
  .text-sm-left {
    text-align: left; } }

@media (max-width: 760px) {
  /* line 8412, src/styles/vendors/nifty/_nifty.scss */
  .text-xs-right {
    text-align: right; }
  /* line 8415, src/styles/vendors/nifty/_nifty.scss */
  .text-xs-center {
    text-align: center; }
  /* line 8418, src/styles/vendors/nifty/_nifty.scss */
  .text-xs-left {
    text-align: left; } }

/* ICONS */
/*======================================*/
/* line 8429, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap {
  display: inline-block;
  padding: 10px;
  border-radius: 2px; }

/* line 8435, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap i {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  padding-top: 1em;
  vertical-align: middle; }

/* line 8445, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap i:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 8453, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap .icon-txt {
  display: block;
  line-height: 1em;
  text-align: center;
  position: relative;
  width: 1em;
  vertical-align: top; }

/* line 8462, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap-lg {
  padding: 20px; }

/* line 8466, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap-md {
  padding: 17px; }

/* line 8470, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap-sm {
  padding: 12px; }

/* line 8474, src/styles/vendors/nifty/_nifty.scss */
.icon-wrap-xs {
  padding: 7px; }

/* line 8478, src/styles/vendors/nifty/_nifty.scss */
.icon-circle {
  border-radius: 50%; }

/* line 8482, src/styles/vendors/nifty/_nifty.scss */
.icon-fw {
  width: 1.33em;
  margin-right: 4px;
  text-align: center; }

/* line 8488, src/styles/vendors/nifty/_nifty.scss */
.icon-lg {
  font-size: 1.333em;
  line-height: 1.095em;
  vertical-align: middle; }

/* line 8494, src/styles/vendors/nifty/_nifty.scss */
.icon-2x {
  font-size: 2em;
  line-height: 1em; }

/* line 8499, src/styles/vendors/nifty/_nifty.scss */
.icon-3x {
  font-size: 3em;
  line-height: 1em; }

/* line 8504, src/styles/vendors/nifty/_nifty.scss */
.icon-4x {
  font-size: 4em;
  line-height: 1em; }

/* line 8509, src/styles/vendors/nifty/_nifty.scss */
.icon-5x {
  font-size: 5em;
  line-height: 1em; }

/* IMAGES */
/*======================================*/
/* line 8520, src/styles/vendors/nifty/_nifty.scss */
.img-mar {
  margin: 5px; }

/* line 8524, src/styles/vendors/nifty/_nifty.scss */
.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }

/* line 8528, src/styles/vendors/nifty/_nifty.scss */
.img-border-light {
  box-shadow: 0 0 0 4px #fff; }

/* line 8532, src/styles/vendors/nifty/_nifty.scss */
.img-xs {
  width: 32px;
  height: 32px; }

/* line 8537, src/styles/vendors/nifty/_nifty.scss */
.img-md {
  width: 64px;
  height: 64px; }

/* line 8542, src/styles/vendors/nifty/_nifty.scss */
.img-sm {
  width: 46px;
  height: 46px; }

/* line 8547, src/styles/vendors/nifty/_nifty.scss */
.img-lg {
  width: 96px;
  height: 96px; }

/* line 8552, src/styles/vendors/nifty/_nifty.scss */
.img-holder img {
  max-width: 100%;
  border-radius: 0; }

/* CONTENT MARGIN */
/*======================================*/
/* line 8563, src/styles/vendors/nifty/_nifty.scss */
.mar-no {
  margin: 0 !important; }

/* line 8567, src/styles/vendors/nifty/_nifty.scss */
.mar-all {
  margin: 15px; }

/* line 8571, src/styles/vendors/nifty/_nifty.scss */
.mar-top {
  margin-top: 15px; }

/* line 8575, src/styles/vendors/nifty/_nifty.scss */
.mar-btm {
  margin-bottom: 15px; }

/* line 8579, src/styles/vendors/nifty/_nifty.scss */
.mar-lft {
  margin-left: 15px; }

/* line 8583, src/styles/vendors/nifty/_nifty.scss */
.mar-rgt {
  margin-right: 15px; }

/* line 8587, src/styles/vendors/nifty/_nifty.scss */
.mar-hor {
  margin-left: 15px;
  margin-right: 15px; }

/* line 8592, src/styles/vendors/nifty/_nifty.scss */
.mar-ver {
  margin-top: 15px;
  margin-bottom: 15px; }

/* CONTENT PADDING */
/*======================================*/
/* line 8603, src/styles/vendors/nifty/_nifty.scss */
.pad-no {
  padding: 0 !important; }

/* line 8607, src/styles/vendors/nifty/_nifty.scss */
.pad-all {
  padding: 15px; }

/* line 8611, src/styles/vendors/nifty/_nifty.scss */
.pad-top {
  padding-top: 15px; }

/* line 8615, src/styles/vendors/nifty/_nifty.scss */
.pad-btm {
  padding-bottom: 15px; }

/* line 8619, src/styles/vendors/nifty/_nifty.scss */
.pad-lft {
  padding-left: 15px; }

/* line 8623, src/styles/vendors/nifty/_nifty.scss */
.pad-rgt {
  padding-right: 15px; }

/* line 8627, src/styles/vendors/nifty/_nifty.scss */
.pad-hor {
  padding-left: 15px;
  padding-right: 15px; }

/* line 8632, src/styles/vendors/nifty/_nifty.scss */
.pad-ver {
  padding-top: 15px;
  padding-bottom: 15px; }

/* DISABLED BUTTON */
/*======================================*/
/* line 8643, src/styles/vendors/nifty/_nifty.scss */
a.disabled-link,
a.disabled-link:visited,
a.disabled-link:active,
a.disabled-link:hover {
  color: #aaa !important;
  cursor: default; }

/* EQUALIZE HEIGHTS */
/*======================================*/
/* line 8657, src/styles/vendors/nifty/_nifty.scss */
.eq-height,
.eq-height.eq-auto {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin-bottom: 0;
  width: 100%; }

/* line 8666, src/styles/vendors/nifty/_nifty.scss */
.eq-height.eq-auto {
  table-layout: auto; }

/* line 8670, src/styles/vendors/nifty/_nifty.scss */
.eq-height .eq-box-xs {
  display: table-cell;
  height: 100%;
  vertical-align: top;
  float: none; }

/* line 8677, src/styles/vendors/nifty/_nifty.scss */
.eq-height > * > .panel {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

/* line 8684, src/styles/vendors/nifty/_nifty.scss */
.eq-height [class*="eq-box"].eq-no-panel {
  padding-bottom: 0; }

/* line 8688, src/styles/vendors/nifty/_nifty.scss */
.eq-min-width {
  width: 1%; }

/* line 8692, src/styles/vendors/nifty/_nifty.scss */
.eq-no-panel:after {
  content: '';
  display: table;
  width: 100%;
  table-layout: fixed; }

@media (min-width: 1200px) {
  /* line 8700, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-lg {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
  /* line 8707, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-lg .panel {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  /* line 8713, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-md {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
  /* line 8720, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-md .panel {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  /* line 8726, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-sm {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    float: none;
    padding-bottom: 15px; }
  /* line 8733, src/styles/vendors/nifty/_nifty.scss */
  .eq-height .eq-box-sm .panel {
    margin-bottom: 0; } }

/* FONT COLOR - MAIN COLOR */
/*======================================*/
/* line 3, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#page-title {
  color: #2b425b; }

/* FONT COLOR - BODY COLOR */
/*======================================*/
/* line 20, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
body,
#content-container {
  color: #758697; }

/* BACKGROUND COLOR - STATE ACTIVE  */
/*======================================*/
/* line 26, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.searchbox .custom-search-form .input-group-btn:before,
.pace .pace-activity {
  background-color: #445b71; }

/* BACKGROUND COLOR - BODY BACKGROUND */
/*======================================*/
/* line 32, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
body,
#content-container,
#navbar {
  background-color: #ecf0f5; }

/* MIX COMPONENTS  */
/* line 38, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
::-moz-selection {
  background-color: #445b71;
  color: #fff; }
::selection {
  background-color: #445b71;
  color: #fff; }

/* line 42, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
::-moz-selection {
  background-color: #445b71;
  color: #fff; }

/* CONTAINER */
/*======================================*/
/* line 48, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.boxed-layout {
  background-color: #dfe5ee; }

/* CLEAN ZONE (LOGIN, REGISTER, AND ERROR PAGES CONTAINER) */
/*======================================*/
/* line 53, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.cls-container {
  background-color: #ecf0f5; }

/* line 56, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.cls-container,
.cls-container a,
.cls-container a:hover,
.cls-container a:focus {
  color: #647484; }

/* Boxed Layout */
/*======================================*/
@media (min-width: 1024px) {
  /* line 65, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.boxed-layout,
  #container.boxed-layout.navbar-fixed #navbar {
    background-color: #63708b; } }

/* Scrollbar */
/*======================================*/
/* line 72, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.nano > .nano-pane > .nano-slider,
.pace .pace-progress {
  background-color: #273541; }

/* line 76, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #445b71, 0 0 5px #445b71; }

/* NAVBAR
/*====================================*/
@media (min-width: 768px) {
  /* line 82, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #navbar {
    background-color: transparent; } }

/* line 86, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-header {
  background-color: #fff; }

/* line 89, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-content {
  background-color: #37495b; }

/* line 92, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-aside-icon > i:before {
  background-color: #dbdbdb !important;
  box-shadow: 0 0.45em 0 #dbdbdb, 0 0.9em 0 #dbdbdb !important; }

/* BRAND LOGO & TEXT
/*====================================*/
/* line 98, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-brand {
  background-color: transparent;
  color: #404040; }

/* line 102, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  color: #404040; }

/* NAVBAR ICON & BUTTON */
/*======================================*/
/* line 108, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-icon-color,
.navbar-top-links > li > a:focus:not(.mainnav-toggle) > i,
.navbar-top-links > li > a:hover:not(.mainnav-toggle) > i {
  color: #d3d3d3; }

/* line 113, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-top-links > li > a {
  color: #dbdbdb; }

/* line 116, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-top-links > li > a:not(.mainnav-toggle) > i {
  color: #dbdbdb; }

/* line 119, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-top-links > li > a:hover {
  background-color: #2d3c4b;
  color: #d3d3d3; }

/* line 123, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-top-links > .open > a,
.navbar-top-links > .open > a:focus {
  background-color: #2d3c4b;
  color: #dbdbdb; }

/* line 128, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.navbar-top-links .tgl-menu-btn > a,
.navbar-top-links .tgl-menu-btn > a:hover,
.navbar-top-links .tgl-menu-btn > a:focus {
  color: #404040; }

/* NAVBAR RESPONSIVE */
/*======================================*/
@media (min-width: 768px) {
  /* line 136, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .navbar-header:before {
    background-color: #fff; }
  /* line 139, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #navbar-container {
    background-color: #37495b; }
  /* line 142, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-in .brand-title,
  #container.mainnav-sm .brand-title,
  #container.mainnav-lg .brand-title {
    color: #404040; }
  /* line 147, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .navbar-top-links .tgl-menu-btn > a,
  .navbar-top-links .tgl-menu-btn > a:hover,
  .navbar-top-links .tgl-menu-btn > a:focus {
    color: #dbdbdb; } }

/* NAVIGATION */
/*======================================*/
/* line 155, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-container {
  box-shadow: 0 0 0 1px #d3dce8; }

/* line 158, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav {
  background-color: #fff; }

/* line 161, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav .list-header {
  color: #262626; }

/* PROFILE WIDGET */
/*======================================*/
/* line 166, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mainnav-profile,
.mainnav-profile .mnp-name,
.mainnav-profile .dropdown-caret,
.mainnav-profile .mnp-desc {
  color: #595959; }

/* line 172, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav .mainnav-profile .list-group {
  background-color: #f7f7f7; }

/* line 175, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav .mainnav-profile .list-group-item {
  color: #595959; }

/* line 178, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav .mainnav-profile .list-group-item:hover {
  color: #404040; }

/* NAVIGATION MENU */
/*======================================*/
/* line 183, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu a {
  color: #595959; }

/* line 186, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
  color: #404040; }

/* line 190, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > li > a.hover {
  color: #404040;
  background-color: #ffffff;
  box-shadow: inset 2px 0 0 0 #445b71; }

/* line 195, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
  color: #404040;
  box-shadow: inset 2px 0 0 0 #445b71; }

/* line 200, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > .active-sub > a,
#mainnav-menu > .active-sub > a:hover {
  color: #404040; }

/* line 204, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > .active {
  background-color: #f7f7f7; }

/* line 207, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu > .active .active {
  background-color: #f2f2f2; }

/* line 210, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu ul a:hover,
.menu-popover .sub-menu ul a:hover,
#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul ul a:hover,
#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  color: #404040; }

/* line 218, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-menu ul .active-link a,
.menu-popover .sub-menu ul .active-link a {
  box-shadow: inset 2px 0 0 0 #445b71; }

/* line 222, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
  background-color: #445b71;
  box-shadow: none; }

/* NAVIGATION - SHORTCUT BUTTONS */
/*======================================*/
/* line 231, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#mainnav-shortcut .shortcut-grid {
  color: #404040; }

/* NAVIGATION - WIDGET */
/*======================================*/
/* line 236, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mainnav-widget {
  color: #595959; }

/* NAVIGATION - COLLAPSING  */
/*======================================*/
@media (min-width: 768px) {
  /* line 242, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm .shortcut-grid:hover {
    box-shadow: inset 2px 0 0 0 #445b71; }
  /* line 245, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm .shortcut-grid:hover,
  #container.mainnav-sm .popover.mainnav-shortcut {
    background-color: #ffffff;
    color: #404040; }
  /* line 250, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav-menu a:hover {
    box-shadow: inset 2px 0 0 0 #445b71; }
  /* line 253, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav-menu .active-link > a,
  #container.mainnav-sm #mainnav-menu .active-sub > a {
    color: #fff; }
  /* line 257, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav {
    position: relative; }
  /* line 260, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a {
    color: #595959; }
  /* line 263, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav .mainnav-widget > .show-small a:hover {
    color: #404040;
    box-shadow: inset 2px 0 0 0 #445b71; }
  /* line 267, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-sm #mainnav .mainnav-widget .hover {
    color: #404040;
    background-color: #ffffff; }
  /* line 271, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .sub-menu ul {
    background-color: #f7f7f7; }
  /* line 274, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .sub-menu ul ul {
    background-color: #f2f2f2; }
  /* line 277, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .sub-menu ul ul > li > a:hover {
    color: #404040; }
  /* line 280, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .sub-menu ul a:hover {
    color: #404040; }
  /* line 283, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .sub-menu ul li > a {
    color: #595959; }
  /* line 286, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .single-content {
    color: #404040;
    background-color: #ffffff; }
  /* line 290, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover.popover {
    background-color: #fafafa;
    color: #404040; }
  /* line 294, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover > .popover-title {
    background-color: #ffffff;
    color: #404040; }
  /* line 298, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .menu-popover .mainnav-widget-content {
    background-color: #ffffff; } }

/* line 302, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mainnav-sm .popover.mainnav-shortcut {
  background-color: #fafafa;
  color: #404040; }

/* NAVIGATION - OFFCANVAS */
/*======================================*/
@media (min-width: 768px) {
  /* line 309, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-in.easeInBack:not(.boxed-layout) #mainnav-container {
    box-shadow: -20px 0 0 0 #fff; }
  /* line 312, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  #container.mainnav-out .brand-title {
    color: #404040; } }

/* ASIDE */
/* ===================================== */
/* line 318, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container #aside .list-link li a:not(.btn) {
  color: #d1d1d1; }

/* line 321, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container #aside .list-link li a:not(.btn):hover {
  color: #fff; }

/* line 324, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container #aside .badge-stat {
  color: #43586e; }

/* line 327, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container #aside .text-main {
  color: #fff; }

/* line 330, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside {
  background-color: #43586e;
  color: #fff; }

/* line 334, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside .bord-all,
#aside .bord-top,
#aside .bord-btm,
#aside .bord-left,
#aside .bord-rgt,
#aside .bord-hor,
#aside .bord-ver,
#aside .list-divider {
  border-color: #486078; }

/* line 344, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside .btn-link {
  color: #fff; }

/* line 347, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside .text-muted {
  color: #9eb2c5; }

/* Aside with tabs */
/* ===================================== */
/* line 352, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside-container #aside .nav-tabs li {
  border-bottom: 1px solid #394c5e; }

/* line 355, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside-container #aside .nav-tabs li > a {
  background-color: #43586e; }

/* line 358, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside-container #aside .nav-tabs li > a:before {
  background: #445b71; }

/* line 361, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#aside-container #aside .nav-tabs .active a:before {
  background: #445b71; }

/* line 364, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .nav-tabs li {
  border-bottom: 1px solid #f2f2f2; }

/* line 367, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .nav-tabs li > a {
  background-color: #fff; }

/* ASIDE : BRIGHT COLOR THEMES */
/* ===================================== */
/* line 372, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside {
  background-color: #fff;
  color: #758697;
  border: 1px solid #dbe3ec; }

/* line 377, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .badge-stat {
  color: #fff; }

/* line 380, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .text-main {
  color: #2b425b; }

/* line 383, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .text-light {
  color: #758697; }

/* line 386, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside hr {
  border-color: #e9e9e9; }

/* line 389, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .bord-all,
#container.aside-bright #aside .bord-top,
#container.aside-bright #aside .bord-btm,
#container.aside-bright #aside .bord-lft,
#container.aside-bright #aside .bord-rgt,
#container.aside-bright #aside .bord-hor,
#container.aside-bright #aside .bord-ver,
#container.aside-bright #aside .list-divider {
  border-color: #d3dce8; }

/* line 399, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .text-muted {
  color: #afb9c3; }

/* line 402, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .progress {
  background-color: #e6e6e6; }

/* line 405, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .list-link li a:not(.btn) {
  color: #8493a2; }

/* line 408, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .list-link li a:not(.btn):hover {
  color: #758697; }

/* line 411, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside a:not(.btn) {
  color: #758697; }

/* line 414, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside a:not(.btn):hover,
#container.aside-bright #aside a:not(.btn):focus {
  color: #5d6d7c; }

/* line 418, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#container.aside-bright #aside .btn-link {
  color: #758697; }

/* FOOTER */
/*======================================*/
/* line 423, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#footer {
  background-color: #f3f5f9;
  color: #758697; }

/* MEGAMENU */
/*======================================*/
/* line 429, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.open.mega-dropdown > .mega-dropdown-toggle:before {
  border-bottom: 7px solid #d0d0d0; }

/* line 432, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.open.mega-dropdown > .mega-dropdown-toggle:after {
  border-bottom: 7px solid #fff; }

/* TIMELINE */
/*======================================*/
/* line 437, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline {
  background-color: #ecf0f5;
  color: #758697; }

/* line 441, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline:before,
.timeline:after {
  background-color: #bec6ce; }

/* line 445, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline:after {
  border: 1px solid #bec6ce;
  background-color: #ecf0f5; }

/* line 449, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-time {
  background-color: #ecf0f5;
  color: #758697; }

/* line 453, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-icon:not([class*="bg-"]) {
  background-color: #ecf0f5; }

/* line 456, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-icon:empty {
  border: 2px solid #bec6ce; }

/* line 459, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-label {
  background-color: #fff;
  border: 1px solid #e7ecf3; }

/* line 463, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-label:before {
  border-right: 10px solid #e6e6e6; }

/* line 466, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.timeline-label:after {
  border-right: 9px solid #fff; }

/* line 469, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.panel .timeline,
.panel .timeline:after,
.panel .timeline-time,
.panel .timeline-label,
.panel .timeline-icon:not([class^="bg-"]):not([class*=" bg-"]) {
  background-color: #fff; }

/* line 476, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.panel .timeline-label {
  background-color: #f3f5f9; }

/* line 479, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.panel .timeline-label:before {
  border-right-color: #e3e3e3; }

/* line 482, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.panel .timeline-label:after {
  border-right-color: #f3f5f9; }

@media (min-width: 768px) {
  /* line 486, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:before {
    border-left: 10px solid #e6e6e6; }
  /* line 489, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
  .two-column.timeline .timeline-entry:nth-child(even) .timeline-label:after {
    border-left: 9px solid #fff; } }

/* TAGS */
/*======================================*/
/* line 495, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.tag:not(.label) {
  background-color: #fff;
  border: 1px solid #d1d9de; }

/* EMAIL */
/*======================================*/
/* line 501, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-time {
  color: #afb9c3; }

/* COLORS */
/*======================================*/
/* line 506, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-list > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04); }

/* line 509, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-list > li:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 512, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-list > li.highlight {
  background-color: #f2f0c2; }

/* line 515, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-list a,
.mail-list a:focus {
  display: inline-block;
  color: #758697; }

/* line 520, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-star > a,
.mail-star > a:focus {
  color: #d3d7da; }

/* line 524, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-starred .mail-star > a {
  color: #ffa100; }

/* line 527, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-list .mail-star > a:hover {
  color: #ffbd4d; }

/* line 530, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.mail-attach-list > li .mail-file-img,
.mail-attach-list > li .mail-file-icon {
  background-color: #f5f6f8; }

/* FORM WIZARD */
/*======================================*/
/* line 536, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.wz-icon-bw li.active ~ li > a .icon-wrap {
  color: #758697; }

/* line 539, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.wz-icon-bw li:not(.active) > a p {
  color: #758697 !important; }

/* SCROLL TO TOP BUTTON */
/*======================================*/
/* line 544, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#scroll-top {
  display: none; }

/* line 547, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
#scroll-top.in {
  background-color: #404449;
  color: #fff; }

/* line 551, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-primary .alert-icon {
  color: #fff; }

/* line 554, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-info .alert-icon {
  color: #fff; }

/* line 557, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-success .alert-icon {
  color: #fff; }

/* line 560, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-warning .alert-icon {
  color: #fff; }

/* line 563, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-danger .alert-icon {
  color: #fff; }

/* line 566, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-mint .alert-icon {
  color: #fff; }

/* line 569, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-purple .alert-icon {
  color: #fff; }

/* line 572, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-pink .alert-icon {
  color: #fff; }

/* line 575, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.alert-dark .alert-icon {
  color: #fff; }

/* NIFTY PURE CSS SELECT COMPONENT */
/*======================================*/
/* line 580, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.select:before {
  border-top-color: #afb9c3; }

/* line 583, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.select select:focus {
  border-color: #445b71; }

/* line 586, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.pci-hor-dots:before,
.pci-ver-dots:before {
  background-color: #758697;
  box-shadow: 0 0.45em 0 #758697, 0 0.9em 0 #758697; }

/* BREADCRUMB */
/*======================================*/
/* line 593, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.breadcrumb li,
.breadcrumb li a {
  color: #afb9c3; }

/* FORM CONTROL  */
/*======================================*/
/* line 599, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.form-control:focus {
  border-color: #445b71; }

/* LIST GROUP */
/*======================================*/
/* line 604, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #445b71;
  border-color: #445b71;
  color: #fff; }

/* line 611, src/styles/vendors/nifty/themes/type-a/_theme-navy.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: #fff; }

/* DROPDOWN */
/*======================================*/
/* line 618, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.dropdown-menu > li > a:hover {
  background-color: #445b71;
  color: #fff; }

/*======================================*/
/* PAGER */
/*======================================*/
/* line 625, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.pager li > a:hover,
.pager li > a:focus {
  background-color: #fff;
  border-color: #445b71;
  color: #445b71;
  box-shadow: inset 0 0 1px #445b71;
  z-index: 2; }

/*======================================*/
/* PAGINATION */
/*======================================*/
/* line 636, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.pagination > li a:hover,
.pagination > li a:focus {
  border-color: #445b71;
  color: #445b71;
  box-shadow: inset 0 0 1px #445b71; }

/* line 642, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #445b71;
  border-color: #445b71; }

/* TAB */
/*======================================*/
/* line 653, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.tab-base .tab-content .tab-footer {
  background-color: #f6f8fa;
  color: #758697;
  border-color: #eff3f7; }

/* line 658, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.tab-base .nav-tabs > li:not(.active) > a:hover {
  border-color: #445b71; }

/* line 661, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.tab-stacked-left.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #445b71;
  border-right-color: transparent; }

/* line 665, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.tab-stacked-right.tab-base .nav-tabs > li:not(.active) a:hover {
  border-color: #445b71;
  border-left-color: transparent; }

/* BUTTONS */
/*======================================*/
/* line 671, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.btn-trans {
  color: #afb9c3; }

/* PANELS */
/*======================================*/
/* line 676, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.panel-footer {
  background-color: #f6f8fa;
  color: #758697;
  border-color: #eff3f7;
  position: relative; }

/* SCROLL TO TOP BUTTON */
/*======================================*/
/* line 684, src/styles/vendors/nifty/themes/type-a/_theme-navy.scss */
.scroll-top.in {
  background-color: #445b71;
  color: #fff; }

/*
 * Table styles
 */
/* line 4, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

/* line 17, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

/* line 21, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111; }

/* line 26, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/* line 30, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111; }

/* line 35, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right; }

/* line 45, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

/* line 48, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

/* line 51, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

/* line 54, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

/* line 57, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

/* line 60, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody tr {
  background-color: white; }

/* line 63, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody tr.selected {
  background-color: #b0bed9; }

/* line 66, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

/* line 70, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd; }

/* line 73, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

/* line 78, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }

/* line 82, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd; }

/* line 86, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

/* line 90, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

/* line 93, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3; }

/* line 96, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke; }

/* line 99, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1; }

/* line 102, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9; }

/* line 109, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4; }

/* line 116, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

/* line 119, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

/* line 122, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

/* line 125, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd; }

/* line 128, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce; }

/* line 131, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0; }

/* line 134, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9; }

/* line 137, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb; }

/* line 140, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd; }

/* line 143, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4; }

/* line 146, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6; }

/* line 149, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

/* line 152, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

/* line 155, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb; }

/* line 158, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee; }

/* line 161, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7; }

/* line 164, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8; }

/* line 167, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb; }

/* line 170, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.no-footer {
  border-bottom: 1px solid #111111; }

/* line 173, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

/* line 176, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px; }

/* line 180, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

/* line 184, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

/* line 188, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

/* line 192, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

/* line 197, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

/* line 201, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

/* line 205, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

/* line 209, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

/* line 215, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

/* line 221, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

/* line 227, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

/* line 233, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

/* line 239, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

/* line 243, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

/* line 247, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

/* line 251, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

/* line 255, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

/* line 260, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
/* line 269, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

/* line 275, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_length {
  float: left; }

/* line 278, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

/* line 282, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

/* line 285, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

/* line 290, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

/* line 295, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

/* line 309, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */ }

/* line 326, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

/* line 333, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */ }

/* line 350, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111; }

/* line 367, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

/* line 370, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

/* line 389, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333; }

/* line 396, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_scroll {
  clear: both; }

/* line 399, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

/* line 403, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

/* line 406, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

/* line 414, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111; }

/* line 417, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

/* line 421, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  /* line 430, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  /* line 435, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  /* line 440, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  /* line 445, src/styles/vendors/datatables.net-dt/jquery.dataTables.css */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/* line 1, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

/* line 6, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

/* line 11, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

/* line 17, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

/* line 38, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: '-';
  background-color: #d33333; }

/* line 43, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px; }

/* line 47, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

/* line 56, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

/* line 61, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

/* line 83, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

/* line 88, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

/* line 91, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

/* line 94, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 100, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

/* line 104, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

/* line 107, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

/* line 110, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

/* line 116, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

/* line 126, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

/* line 143, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

/* line 147, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

/* line 160, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

/* line 163, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  /* line 174, src/styles/vendors/datatables.net-responsive-dt/responsive.dataTables.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

/* line 1, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

/* line 25, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

/* line 31, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

/* line 35, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/* line 39, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

/* line 44, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

/* line 48, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

/* line 52, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important; }

/* line 56, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 60, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 66, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

/* line 69, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

/* line 73, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

/* line 76, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

/* line 87, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

/* line 92, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

/* line 96, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

/* line 100, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

/* line 104, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

/* line 107, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

/* line 110, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

/* line 114, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

/* line 117, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

/* line 120, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0; }

/* line 123, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

/* line 127, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months {
  display: flex; }

/* line 133, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1; }

/* line 151, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

/* line 163, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

/* line 167, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

/* line 171, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 187, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 203, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

/* line 207, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

/* line 211, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

/* line 216, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit; }

/* line 222, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto; }

/* line 226, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

/* line 230, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper input {
  width: 100%; }

/* line 233, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper input::-ms-clear {
  display: none; }

/* line 236, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* line 241, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box; }

/* line 254, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

/* line 257, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

/* line 260, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

/* line 265, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

/* line 269, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

/* line 275, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%; }

/* line 278, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

/* line 284, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto; }

/* line 288, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

/* line 291, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 294, src/styles/vendors/flatpickr/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1; }

/* line 297, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px); }

/* line 313, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

/* line 321, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 324, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

/* line 329, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

/* line 332, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

/* line 335, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 356, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

/* line 359, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

/* line 366, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

/* line 389, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

/* line 393, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 396, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0; }

/* line 401, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px; }

/* line 416, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1; }

/* line 426, src/styles/vendors/flatpickr/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder; }

/* line 441, src/styles/vendors/flatpickr/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

/* line 445, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px; }

/* line 458, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-days:focus {
  outline: 0; }

/* line 461, src/styles/vendors/flatpickr/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

/* line 485, src/styles/vendors/flatpickr/flatpickr.css */
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6; }

/* line 489, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }

/* line 514, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

/* line 531, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9; }

/* line 534, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

/* line 540, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

/* line 564, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

/* line 569, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

/* line 574, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7; }

/* line 580, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

/* line 585, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 590, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

/* line 602, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

/* line 607, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

/* line 612, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-day.hidden {
  visibility: hidden; }

/* line 615, src/styles/vendors/flatpickr/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px; }

/* line 618, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekwrapper {
  float: left; }

/* line 621, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

/* line 626, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

/* line 631, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

/* line 641, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

/* line 651, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

/* line 657, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex; }

/* line 672, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

/* line 677, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

/* line 686, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

/* line 689, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

/* line 692, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

/* line 695, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

/* line 698, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 718, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

/* line 721, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

/* line 725, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

/* line 729, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center; }

/* line 745, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

/* line 752, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

/* line 758, src/styles/vendors/flatpickr/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

/* line 1, src/styles/global/_util.scss */
.d-flex {
  display: flex; }

/* line 5, src/styles/global/_util.scss */
.d-inline-block {
  display: inline-block; }

/* line 1, src/styles/components/_background.scss */
.background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  /* line 12, src/styles/components/_background.scss */
  .background__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%; }

/* line 1, src/styles/components/_button.scss */
.btn {
  min-width: 80px; }
  /* line 3, src/styles/components/_button.scss */
  .btn--overlap {
    width: 100%;
    cursor: auto; }
    /* line 7, src/styles/components/_button.scss */
    .btn--overlap:focus {
      outline: none; }
    /* line 11, src/styles/components/_button.scss */
    .btn--overlap:active {
      box-shadow: none !important; }
    /* line 15, src/styles/components/_button.scss */
    .btn--overlap input[type="text"] {
      position: relative;
      border-radius: 50px;
      display: inline-block;
      width: 100%; }
      @media (min-width: 768px) {
        /* line 15, src/styles/components/_button.scss */
        .btn--overlap input[type="text"] {
          width: 45%;
          left: 40px; } }
    /* line 27, src/styles/components/_button.scss */
    .btn--overlap .btn {
      border-radius: 50px;
      background-color: #0800fb;
      font-size: 12px;
      display: block;
      width: 100%;
      margin-top: 10px; }
      @media (min-width: 768px) {
        /* line 27, src/styles/components/_button.scss */
        .btn--overlap .btn {
          position: relative;
          top: -1px;
          right: 50px;
          height: 45px;
          display: inline-block;
          min-width: 140px;
          width: auto;
          margin-top: 0; } }
      /* line 46, src/styles/components/_button.scss */
      .btn--overlap .btn:focus {
        outline: none; }

/* line 1, src/styles/components/_container.scss */
#container {
  min-height: auto; }

/* line 5, src/styles/components/_container.scss */
.cls-container {
  background-color: transparent; }

/* line 9, src/styles/components/_container.scss */
body {
  overflow-x: hidden;
  font-size: 14px; }

/* line 14, src/styles/components/_container.scss */
.main-container {
  min-height: calc(100vh - 100px); }
  /* line 17, src/styles/components/_container.scss */
  .main-container--admin {
    min-height: calc(100vh - 38px); }

/* line 22, src/styles/components/_container.scss */
.container-dashboard {
  padding-top: 40px;
  margin-left: 50px;
  width: auto; }
  /* line 27, src/styles/components/_container.scss */
  .container-dashboard.is-collapse {
    margin-left: 50px; }
  @media (min-width: 768px) {
    /* line 22, src/styles/components/_container.scss */
    .container-dashboard {
      margin-left: 220px; } }

/* line 36, src/styles/components/_container.scss */
#js-search-invoice-form {
  margin-top: calc((100vh - 110px) / 4); }

/* line 1, src/styles/components/_floatingAction.scss */
.floating-action {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #42a5f5;
  border-radius: 100%;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    /* line 1, src/styles/components/_floatingAction.scss */
    .floating-action {
      bottom: 45px; } }
  /* line 18, src/styles/components/_floatingAction.scss */
  .floating-action.is-active {
    opacity: 1;
    z-index: 10; }
  /* line 23, src/styles/components/_floatingAction.scss */
  .floating-action:hover {
    box-shadow: 2px 2px 3px #a0a0a0; }
  /* line 27, src/styles/components/_floatingAction.scss */
  .floating-action__container {
    padding: 10px; }
  /* line 31, src/styles/components/_floatingAction.scss */
  .floating-action__button {
    color: #fff;
    font-size: 20px; }
    /* line 35, src/styles/components/_floatingAction.scss */
    .floating-action__button:hover, .floating-action__button:focus {
      color: #fff; }

/* line 1, src/styles/components/_footer.scss */
.footer {
  background-color: #f3f5f9;
  color: #758697;
  margin-left: 55px; }
  @media (min-width: 768px) {
    /* line 1, src/styles/components/_footer.scss */
    .footer {
      margin-left: 220px; } }
  /* line 10, src/styles/components/_footer.scss */
  .footer.is-collapse {
    margin-left: 55px; }
  /* line 14, src/styles/components/_footer.scss */
  .footer__container {
    padding: 10px; }
    /* line 17, src/styles/components/_footer.scss */
    .footer__container p {
      margin: 0; }
  /* line 22, src/styles/components/_footer.scss */
  .footer--default {
    margin-left: 0; }

/* line 1, src/styles/components/_form.scss */
.form-container {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  width: 332px;
  margin: 50px auto; }
  /* line 9, src/styles/components/_form.scss */
  .form-container__header {
    margin-bottom: 30px; }
  /* line 16, src/styles/components/_form.scss */
  .form-container--lg {
    width: 80%;
    max-width: 550px; }

/* line 23, src/styles/components/_form.scss */
.input-lg {
  padding: 12px 16px; }

/* line 28, src/styles/components/_form.scss */
textarea {
  resize: none; }

/* line 36, src/styles/components/_form.scss */
form input.is-invalid,
form textarea.is-invalid,
form select.is-invalid {
  border: 1px solid red; }

/* line 41, src/styles/components/_form.scss */
form label.is-invalid {
  color: red;
  display: block;
  text-align: left; }

/* line 47, src/styles/components/_form.scss */
form .g-recaptcha.is-invalid {
  border: 1px solid red; }

/* line 51, src/styles/components/_form.scss */
form .g-recaptcha-valid {
  opacity: 0;
  position: absolute;
  top: -100%;
  z-index: -1; }

/* line 59, src/styles/components/_form.scss */
.flatpickr-input {
  background-color: transparent !important; }

/* line 63, src/styles/components/_form.scss */
textarea {
  resize: none; }

/* line 67, src/styles/components/_form.scss */
.link {
  color: #0c80df; }
  /* line 70, src/styles/components/_form.scss */
  .link:hover {
    text-decoration: underline; }

/* line 2, src/styles/components/_list.scss */
.list--image {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 15px;
  overflow-x: auto; }
  /* line 10, src/styles/components/_list.scss */
  .list--image li {
    display: flex;
    margin-right: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    position: relative; }
  /* line 18, src/styles/components/_list.scss */
  .list--image .attachment {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 10px; }
  /* line 27, src/styles/components/_list.scss */
  .list--image .delete {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    padding: 2px; }

/* line 1, src/styles/components/_message.scss */
.message {
  position: relative; }
  /* line 4, src/styles/components/_message.scss */
  .message__heading {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column; }
    @media (min-width: 768px) {
      /* line 4, src/styles/components/_message.scss */
      .message__heading {
        flex-direction: row; } }
  /* line 14, src/styles/components/_message.scss */
  .message .avatar {
    width: 50px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      /* line 14, src/styles/components/_message.scss */
      .message .avatar {
        margin-right: 10px;
        margin-bottom: 0; } }
  /* line 23, src/styles/components/_message.scss */
  .message .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600; }
  /* line 29, src/styles/components/_message.scss */
  .message .description {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 0; }
  /* line 35, src/styles/components/_message.scss */
  .message .unread {
    font-weight: 700; }
  /* line 39, src/styles/components/_message.scss */
  .message .read {
    font-weight: 400; }

/* line 3, src/styles/components/_navigation.scss */
.navigation {
  background-color: transparent;
  position: relative;
  width: 100%;
  z-index: 99;
  top: 0; }
  /* line 11, src/styles/components/_navigation.scss */
  .navigation__container {
    display: flex;
    padding: 15px; }
    @media (min-width: 768px) {
      /* line 11, src/styles/components/_navigation.scss */
      .navigation__container {
        padding: 15px 5px; } }
  /* line 20, src/styles/components/_navigation.scss */
  .navigation__menu {
    position: relative;
    width: 20px;
    height: 30px;
    cursor: pointer;
    align-self: center; }
    @media (min-width: 768px) {
      /* line 20, src/styles/components/_navigation.scss */
      .navigation__menu {
        display: none; } }
    /* line 31, src/styles/components/_navigation.scss */
    .navigation__menu span {
      position: absolute;
      display: block;
      width: 20px;
      height: 2px;
      background-color: #fff; }
      /* line 38, src/styles/components/_navigation.scss */
      .navigation__menu span:nth-child(1) {
        top: 5px; }
      /* line 42, src/styles/components/_navigation.scss */
      .navigation__menu span:nth-child(2) {
        top: 10px; }
      /* line 46, src/styles/components/_navigation.scss */
      .navigation__menu span:nth-child(3) {
        top: 15px; }
  /* line 52, src/styles/components/_navigation.scss */
  .navigation__logo {
    padding: 0 15px;
    flex-grow: 1;
    text-align: center; }
    @media (min-width: 768px) {
      /* line 52, src/styles/components/_navigation.scss */
      .navigation__logo {
        text-align: left; } }
    /* line 61, src/styles/components/_navigation.scss */
    .navigation__logo img {
      width: auto;
      height: 80px;
      max-width: 100%; }
    /* line 67, src/styles/components/_navigation.scss */
    .navigation__logo .title {
      font-weight: 600;
      font-size: 16px;
      display: none; }
      @media (min-width: 768px) {
        /* line 67, src/styles/components/_navigation.scss */
        .navigation__logo .title {
          display: inline-block; } }
  /* line 78, src/styles/components/_navigation.scss */
  .navigation__links {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 20;
    transition: all 0.3s ease-in-out;
    transform: translateX(-100%);
    height: 100vh;
    width: calc(100% - 54px);
    background-color: #fff; }
    @media (min-width: 768px) {
      /* line 78, src/styles/components/_navigation.scss */
      .navigation__links {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
        transition: none;
        transform: none;
        position: relative;
        height: auto;
        top: auto;
        left: auto;
        width: auto;
        z-index: 1;
        overflow-x: auto;
        background-color: transparent; } }
    /* line 108, src/styles/components/_navigation.scss */
    .navigation__links li {
      padding: 15px;
      align-self: center;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        /* line 108, src/styles/components/_navigation.scss */
        .navigation__links li {
          padding: 0; } }
      @media (min-width: 768px) {
        /* line 108, src/styles/components/_navigation.scss */
        .navigation__links li {
          margin-right: 30px; } }
    /* line 122, src/styles/components/_navigation.scss */
    .navigation__links a {
      text-decoration: none;
      font-size: 14px;
      color: #abb1b7; }
      @media (min-width: 768px) {
        /* line 122, src/styles/components/_navigation.scss */
        .navigation__links a {
          color: #fff; } }
      /* line 131, src/styles/components/_navigation.scss */
      .navigation__links a:hover {
        color: #000;
        font-weight: 600; }
        @media (min-width: 768px) {
          /* line 131, src/styles/components/_navigation.scss */
          .navigation__links a:hover {
            color: #f1f1f1; } }
      /* line 140, src/styles/components/_navigation.scss */
      .navigation__links a.is-active {
        color: #000;
        font-weight: 600; }
        @media (min-width: 768px) {
          /* line 140, src/styles/components/_navigation.scss */
          .navigation__links a.is-active {
            color: #fff; } }
    /* line 150, src/styles/components/_navigation.scss */
    .navigation__links.is-active {
      transform: translateX(0); }
      @media (min-width: 768px) {
        /* line 150, src/styles/components/_navigation.scss */
        .navigation__links.is-active {
          transform: none; } }
  /* line 160, src/styles/components/_navigation.scss */
  .navigation__overlay.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.4);
    z-index: 10; }

/* line 172, src/styles/components/_navigation.scss */
.navigation-dashboard {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20; }
  /* line 183, src/styles/components/_navigation.scss */
  .navigation-dashboard.is-collapse .navigation-dashboard__logo {
    width: 55px; }
    /* line 185, src/styles/components/_navigation.scss */
    .navigation-dashboard.is-collapse .navigation-dashboard__logo .title {
      display: none; }
  /* line 191, src/styles/components/_navigation.scss */
  .navigation-dashboard__container {
    display: flex; }
  /* line 195, src/styles/components/_navigation.scss */
  .navigation-dashboard__logo {
    display: flex;
    background-color: #263238;
    padding: 5px 10px;
    width: 55px; }
    @media (min-width: 768px) {
      /* line 195, src/styles/components/_navigation.scss */
      .navigation-dashboard__logo {
        width: 220px; } }
    /* line 205, src/styles/components/_navigation.scss */
    .navigation-dashboard__logo .title {
      font-weight: 600;
      font-size: 18px;
      align-self: center;
      color: #fff;
      margin-left: 10px;
      display: none;
      width: 55px; }
      @media (min-width: 768px) {
        /* line 205, src/styles/components/_navigation.scss */
        .navigation-dashboard__logo .title {
          display: block;
          width: auto; } }
    /* line 220, src/styles/components/_navigation.scss */
    .navigation-dashboard__logo .logo {
      width: 30px;
      height: 25px; }
  /* line 226, src/styles/components/_navigation.scss */
  .navigation-dashboard__menu {
    position: relative;
    width: 35px;
    height: auto;
    cursor: pointer;
    padding: 0 10px;
    display: none; }
    @media (min-width: 768px) {
      /* line 226, src/styles/components/_navigation.scss */
      .navigation-dashboard__menu {
        display: block; } }
    /* line 238, src/styles/components/_navigation.scss */
    .navigation-dashboard__menu span {
      position: absolute;
      display: block;
      width: 15px;
      height: 4px;
      border: 1px solid #ccc; }
      /* line 245, src/styles/components/_navigation.scss */
      .navigation-dashboard__menu span:nth-child(1) {
        top: 10px; }
      /* line 249, src/styles/components/_navigation.scss */
      .navigation-dashboard__menu span:nth-child(2) {
        top: 15px; }
      /* line 253, src/styles/components/_navigation.scss */
      .navigation-dashboard__menu span:nth-child(3) {
        top: 20px; }
  /* line 259, src/styles/components/_navigation.scss */
  .navigation-dashboard__title {
    align-self: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px; }
    @media (min-width: 768px) {
      /* line 259, src/styles/components/_navigation.scss */
      .navigation-dashboard__title {
        display: none;
        padding: 0; } }
    /* line 270, src/styles/components/_navigation.scss */
    .navigation-dashboard__title.is-collapse {
      display: block; }
    /* line 274, src/styles/components/_navigation.scss */
    .navigation-dashboard__title p {
      margin: 0; }
  /* line 279, src/styles/components/_navigation.scss */
  .navigation-dashboard__actions {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    position: relative; }
    /* line 288, src/styles/components/_navigation.scss */
    .navigation-dashboard__actions li {
      align-items: stretch;
      border-left: 1px solid #f1f1f1;
      padding: 10px;
      cursor: pointer;
      position: relative; }
    /* line 296, src/styles/components/_navigation.scss */
    .navigation-dashboard__actions .visit {
      padding: 0 5px 0 5px; }
    /* line 301, src/styles/components/_navigation.scss */
    .navigation-dashboard__actions .user .name {
      display: none; }
      @media (min-width: 768px) {
        /* line 301, src/styles/components/_navigation.scss */
        .navigation-dashboard__actions .user .name {
          display: inline-block; } }
    /* line 309, src/styles/components/_navigation.scss */
    .navigation-dashboard__actions .user span {
      pointer-events: none; }
    /* line 314, src/styles/components/_navigation.scss */
    .navigation-dashboard__actions .glyphicon {
      pointer-events: none; }
      /* line 317, src/styles/components/_navigation.scss */
      .navigation-dashboard__actions .glyphicon .count {
        position: absolute;
        top: -8px;
        right: -9px;
        padding: 2px 4px;
        border-radius: 100%;
        font-size: 8px;
        background-color: red;
        color: #fff; }
  /* line 330, src/styles/components/_navigation.scss */
  .navigation-dashboard__dropdown {
    position: absolute;
    top: 40px;
    right: 0;
    width: 65vw;
    height: auto;
    background-color: #fff;
    display: none;
    box-shadow: 0px -1px 10px #ccc; }
    @media (min-width: 768px) {
      /* line 330, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown {
        width: 250px; } }
    /* line 344, src/styles/components/_navigation.scss */
    .navigation-dashboard__dropdown.is-active {
      display: block; }
    /* line 348, src/styles/components/_navigation.scss */
    .navigation-dashboard__dropdown .header {
      border-bottom: 1px solid #f1f1f1;
      padding: 10px;
      font-weight: 600; }
    /* line 354, src/styles/components/_navigation.scss */
    .navigation-dashboard__dropdown .list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      max-height: 220px;
      overflow-y: auto; }
      /* line 361, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list li {
        padding: 0; }
      /* line 365, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list a {
        padding: 10px;
        display: block; }
        /* line 369, src/styles/components/_navigation.scss */
        .navigation-dashboard__dropdown .list a:hover {
          background-color: #f1f1f1; }
      /* line 374, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list .title,
      .navigation-dashboard__dropdown .list .description {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      /* line 381, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list .title {
        font-weight: 500;
        display: block; }
      /* line 386, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list .description {
        font-weight: 300; }
      /* line 390, src/styles/components/_navigation.scss */
      .navigation-dashboard__dropdown .list .glyphicon {
        margin-right: 5px; }

/* line 397, src/styles/components/_navigation.scss */
.navigation-sidebar {
  background-color: #263238;
  position: fixed;
  top: 38px;
  bottom: 0;
  height: 100%;
  width: 55px;
  z-index: 30; }
  @media (min-width: 768px) {
    /* line 397, src/styles/components/_navigation.scss */
    .navigation-sidebar {
      width: 220px; } }
  /* line 411, src/styles/components/_navigation.scss */
  .navigation-sidebar.is-collapse {
    width: 55px; }
    /* line 414, src/styles/components/_navigation.scss */
    .navigation-sidebar.is-collapse .navigation-sidebar__profile {
      padding: 0; }
      /* line 417, src/styles/components/_navigation.scss */
      .navigation-sidebar.is-collapse .navigation-sidebar__profile .avatar,
      .navigation-sidebar.is-collapse .navigation-sidebar__profile .name {
        display: none; }
    /* line 424, src/styles/components/_navigation.scss */
    .navigation-sidebar.is-collapse .navigation-sidebar__links .title {
      display: none; }
    /* line 430, src/styles/components/_navigation.scss */
    .navigation-sidebar.is-collapse .navigation-sidebar__profile input[type="file"] {
      display: none; }
  /* line 439, src/styles/components/_navigation.scss */
  .navigation-sidebar__profile {
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      /* line 439, src/styles/components/_navigation.scss */
      .navigation-sidebar__profile {
        padding: 10px 15px; } }
    /* line 447, src/styles/components/_navigation.scss */
    .navigation-sidebar__profile .avatar {
      border-radius: 100%;
      width: 80px;
      min-height: 80px;
      display: none;
      margin: 0 auto;
      border: 3px solid #3a505b; }
      @media (min-width: 768px) {
        /* line 447, src/styles/components/_navigation.scss */
        .navigation-sidebar__profile .avatar {
          display: block; } }
    /* line 460, src/styles/components/_navigation.scss */
    .navigation-sidebar__profile .name {
      color: #fff;
      font-weight: 600;
      display: none;
      text-align: center;
      margin-top: 10px; }
      @media (min-width: 768px) {
        /* line 460, src/styles/components/_navigation.scss */
        .navigation-sidebar__profile .name {
          display: block; } }
    /* line 472, src/styles/components/_navigation.scss */
    .navigation-sidebar__profile input[type="file"] {
      opacity: 0;
      position: absolute;
      top: 11px;
      left: 70px;
      background-color: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      cursor: pointer;
      display: none; }
      @media (min-width: 768px) {
        /* line 472, src/styles/components/_navigation.scss */
        .navigation-sidebar__profile input[type="file"] {
          display: block; } }
  /* line 490, src/styles/components/_navigation.scss */
  .navigation-sidebar__links {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    /* line 498, src/styles/components/_navigation.scss */
    .navigation-sidebar__links a {
      display: block;
      padding: 10px 15px;
      color: #abb1b7; }
      /* line 503, src/styles/components/_navigation.scss */
      .navigation-sidebar__links a:hover {
        color: #fff; }
        /* line 506, src/styles/components/_navigation.scss */
        .navigation-sidebar__links a:hover .glyphicon {
          color: #fff; }
      /* line 511, src/styles/components/_navigation.scss */
      .navigation-sidebar__links a > span {
        pointer-events: none; }
      /* line 515, src/styles/components/_navigation.scss */
      .navigation-sidebar__links a .glyphicon {
        color: #abb1b7; }
      /* line 519, src/styles/components/_navigation.scss */
      .navigation-sidebar__links a.is-active {
        color: #fff;
        box-shadow: inset 2px 0 0 0 #0c80df; }
        /* line 523, src/styles/components/_navigation.scss */
        .navigation-sidebar__links a.is-active .glyphicon {
          color: #fff; }
    /* line 529, src/styles/components/_navigation.scss */
    .navigation-sidebar__links .glyphicon {
      color: #fff; }
    /* line 533, src/styles/components/_navigation.scss */
    .navigation-sidebar__links .title {
      margin-left: 10px;
      font-weight: 600;
      display: none; }
      @media (min-width: 768px) {
        /* line 533, src/styles/components/_navigation.scss */
        .navigation-sidebar__links .title {
          display: inline-block; } }

/* line 1, src/styles/components/_notification.scss */
.notification {
  background-color: #9cc56c;
  border-color: transparent;
  border-left: 3px solid #648e33;
  color: #fff;
  position: relative;
  margin-bottom: 5px;
  min-width: 100%; }
  /* line 10, src/styles/components/_notification.scss */
  .notification .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }
  /* line 17, src/styles/components/_notification.scss */
  .notification__wrapper {
    position: fixed;
    top: 70px;
    right: 10px;
    z-index: 2010;
    min-width: 50%; }
    @media (min-width: 768px) {
      /* line 17, src/styles/components/_notification.scss */
      .notification__wrapper {
        min-width: 250px; } }
  /* line 29, src/styles/components/_notification.scss */
  .notification__container {
    padding: 10px; }
  /* line 33, src/styles/components/_notification.scss */
  .notification--warning {
    background-color: #f9b450;
    border-left: 3px solid #d58003; }
  /* line 38, src/styles/components/_notification.scss */
  .notification--danger {
    background-color: #ed7876;
    border-left: 3px solid #db1c18; }

/* line 2, src/styles/components/_panel.scss */
.panel-title {
  font-size: 20px; }

/* line 6, src/styles/components/_panel.scss */
.panel-heading {
  height: auto; }

/* line 10, src/styles/components/_panel.scss */
.panel-row {
  display: flex;
  flex-wrap: wrap; }

/* line 15, src/styles/components/_panel.scss */
.panel-col {
  flex-grow: 1;
  align-self: center; }
  /* line 19, src/styles/components/_panel.scss */
  .panel-col:nth-child(2) {
    text-align: left;
    padding: 0 20px; }
    @media (min-width: 768px) {
      /* line 19, src/styles/components/_panel.scss */
      .panel-col:nth-child(2) {
        text-align: right; } }

/* line 1, src/styles/components/_preloader.scss */
.preloader,
.preloader-body {
  background-image: url("../../public/images/icons/dark/page-preloader.gif");
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 500px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1; }
  /* line 18, src/styles/components/_preloader.scss */
  .preloader.active,
  .preloader-body.active {
    opacity: 1;
    z-index: 2000; }

/* line 1, src/styles/components/_switch.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 20px; }
  /* line 8, src/styles/components/_switch.scss */
  .switch__input {
    opacity: 0;
    width: 0;
    height: 0; }
    /* line 13, src/styles/components/_switch.scss */
    .switch__input:checked + .switch__slider {
      background-color: #64bd63; }
    /* line 17, src/styles/components/_switch.scss */
    .switch__input:checked + .switch__slider:before {
      transform: translateX(14px); }
    /* line 21, src/styles/components/_switch.scss */
    .switch__input:focus + .switch__slider {
      box-shadow: 0 0 2px #64bd63; }
    /* line 26, src/styles/components/_switch.scss */
    .switch__input:disabled + .switch__slider {
      background-color: #f1f1f1; }
  /* line 32, src/styles/components/_switch.scss */
  .switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbb;
    transition: 0.4s;
    border-radius: 25px; }
    /* line 44, src/styles/components/_switch.scss */
    .switch__slider:before {
      content: "";
      position: absolute;
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 2px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%; }

/* line 1, src/styles/components/_table.scss */
.table {
  width: 100% !important; }
  /* line 3, src/styles/components/_table.scss */
  .table thead {
    background-color: #f1f1f1; }
  /* line 7, src/styles/components/_table.scss */
  .table th,
  .table td {
    border-top: none; }
  /* line 12, src/styles/components/_table.scss */
  .table-striped {
    border: 1px solid #f1f1f1;
    border-right: 0; }
    /* line 17, src/styles/components/_table.scss */
    .table-striped tbody tr:nth-of-type(odd) {
      background-color: #fff; }
    /* line 22, src/styles/components/_table.scss */
    .table-striped td,
    .table-striped th {
      border: 1px solid #f1f1f1; }
  /* line 30, src/styles/components/_table.scss */
  .table.dataTable thead th {
    background-position-x: calc(100% - 10px);
    border-bottom: 0;
    font-weight: 600;
    padding: 10px; }
  /* line 36, src/styles/components/_table.scss */
  .table.dataTable thead .sorting {
    background-image: url("/sarangani-express/public/images/icons/light/icon-sort.svg"); }
  /* line 40, src/styles/components/_table.scss */
  .table.dataTable thead .sorting_asc {
    background-image: url("/sarangani-express/public/images/icons/light/icon-sort_asc.svg"); }
  /* line 44, src/styles/components/_table.scss */
  .table.dataTable thead .sorting_desc {
    background-image: url("/sarangani-express/public/images/icons/light/icon-sort_desc.svg"); }
  /* line 49, src/styles/components/_table.scss */
  .table.dataTable.no-footer {
    border-bottom: 1px solid #f1f1f1; }
  /* line 54, src/styles/components/_table.scss */
  .table .ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px; }
    @media (min-width: 768px) {
      /* line 54, src/styles/components/_table.scss */
      .table .ellipsis {
        width: 200px; } }

/* line 67, src/styles/components/_table.scss */
.dataTables_wrapper .dataTables_paginate {
  padding-top: 5px; }
  /* line 70, src/styles/components/_table.scss */
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 8px; }
    /* line 73, src/styles/components/_table.scss */
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: #42a5f5;
      border: 1px solid #42a5f5;
      color: #fff !important; }
      /* line 78, src/styles/components/_table.scss */
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #3f8bc8;
        border: 1px solid #3f8bc8;
        color: #fff !important; }

/* line 4, src/styles/components/_timeline.scss */
.timeline__image-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 15px;
  overflow-x: auto; }
  /* line 12, src/styles/components/_timeline.scss */
  .timeline__image-list li {
    display: flex;
    margin-right: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    position: relative; }
  /* line 20, src/styles/components/_timeline.scss */
  .timeline__image-list .attachment {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 10px; }

/* line 30, src/styles/components/_timeline.scss */
.timeline--secondary {
  background-color: transparent; }
  /* line 32, src/styles/components/_timeline.scss */
  .timeline--secondary .timeline-icon {
    background-color: #fff;
    border-radius: 0; }
  /* line 37, src/styles/components/_timeline.scss */
  .timeline--secondary .timeline-time {
    background-color: #fff;
    color: #000; }
