@charset "UTF-8";
/**
 * Tink default theme
 */
/**
 * Prerequisites
 * ----------------------------------------------------------------
 * Open Sans
 * Font Awesome
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/**
 * Tabula rasa
 */
/**
 * Variables
 * ----------------------------------------------------------------
 */
/**
 * Grid
 */
/**
 * Scaffolding
 */
/**
 * Type
 */
/**
 * Code
 */
/**
 * Animation
 */
/**
 * Form states and alerts
 */
/**
 * Tables
 */
/**
 * Components - global settings
 */
/**
 * Buttons
 *
 * For each of Bootstrap's buttons, define text, background and border color.
 */
/**
 * Forms
 */
/**
 * Z-index, a better implementation
 * http://www.sitepoint.com/better-solution-managing-z-index-sass/
 *
 * Use like this:
 *   z-index: layer("popover");
 *     where popover is a list item of the default list "$layers" (see below)
 *
 * The list is also upgradeable in that nesting is permitted, e.g.:
 * $z-layers: (
 *   'modal': (
 *     'back': 50,
 *     'front': 60
 *   ),
 *   'nav-top': 49,
 *   ...
 * )
 *
 * Complete layer list (for reference, add these to $layers only if needed)
 * $layers: base, navbar, dropdown, tooltip, navbar-sticky, navbar-fixed, modal-background, modal, popover;
 * Old layer list
 * $layers: base, pseudo, above-pseudo, nav-aside, popover, sticky, nav-top, modal !default;
 */
/**
 * Bar component
 *
 * Settings for a standard bar
 */
/**
 * Logo
 */
/**
 * Navigation
 *
 * Settings for the top navigation and the off-canvas navigation
 */
/**
 * Datepicker
 *
 * Settings for both the single as the range datepicker
 */
/**
 * Callout
 */
/**
 * Hit-area-box
 */
/**
 * Navs
 */
/**
 * Tabs
 */
/**
 * Tooltips
 */
/**
 * Popovers
 */
/**
 * Upload
 */
/**
 * Labels
 */
/**
 * Modals
 */
/**
 * Cards
 */
/**
 * Interactive table
 */
/**
 * Table alternative heading
 */
/**
 * Thumbnails
 */
/**
 * Pagination
 */
/**
 * Badges
 */
/**
 * Breadcrumbs
 */
/**
 * Filter bar
 */
/**
 * Loader
 */
/**
 * Variables
 */
/**
 * Functions
 * ----------------------------------------------------------------
 */
/**
 * Strip units from any number
 */
/**
 *  Convert pixels to em
 */
/**
 *  Convert pixels to rem
 */
/**
 * Return a space separated list as rem values
 * e.g. padding: rem(10 20 10 15);
 */
/**
 * image-url function (cfr. Compass)
 */
/**
 * All functions needed for handling z-index
 * - check for nested keys
 * - get a nested list item
 * - return a z-index list property
 */
/**
 * Mixins
 * --------------------------------------------------
 */
/**
 * Arrow mixin
 * --------------------------------------------------
 * Arrow
 * :before is the arrow border
 * :after is the arrow background
 */
/**
 * Form mixins
 *
 */
/**
 * Animations
 * ----------------------------------------------------------------
 * - spinAround
 */
/**
 * 360 degrees spinning
 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-color {
  0%, 100% {
    border-color: rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8) transparent; }
  50% {
    border-color: rgba(95, 177, 214, 0.8) rgba(95, 177, 214, 0.8) rgba(95, 177, 214, 0.8) transparent; } }

@keyframes loader-color {
  0%, 100% {
    border-color: rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8) transparent; }
  50% {
    border-color: rgba(95, 177, 214, 0.8) rgba(95, 177, 214, 0.8) rgba(95, 177, 214, 0.8) transparent; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Core
 */
/**
 * Colors
 * --------------------------------------------------
 */
.tink-text-black {
  color: #000 !important; }

.tink-bg-black {
  background-color: #000 !important; }

.tink-text-blue {
  color: #81d4fa !important; }

.tink-bg-blue {
  background-color: #81d4fa !important; }

.tink-text-brand {
  color: #347ea6 !important; }

.tink-bg-brand {
  background-color: #347ea6 !important; }

.tink-text-brand-light {
  color: #5fb1d6 !important; }

.tink-bg-brand-light {
  background-color: #5fb1d6 !important; }

.tink-text-brown {
  color: #a1887f !important; }

.tink-bg-brown {
  background-color: #a1887f !important; }

.tink-text-cyan {
  color: #80deea !important; }

.tink-bg-cyan {
  background-color: #80deea !important; }

.tink-text-danger {
  color: #e60038 !important; }

.tink-bg-danger {
  background-color: #e60038 !important; }

.tink-text-grass {
  color: #c5e1a5 !important; }

.tink-bg-grass {
  background-color: #c5e1a5 !important; }

.tink-text-gray {
  color: #888 !important; }

.tink-bg-gray {
  background-color: #888 !important; }

.tink-text-gray-darker {
  color: #141414 !important; }

.tink-bg-gray-darker {
  background-color: #141414 !important; }

.tink-text-gray-dark {
  color: #333 !important; }

.tink-bg-gray-dark {
  background-color: #333 !important; }

.tink-text-gray-light {
  color: #bbb !important; }

.tink-bg-gray-light {
  background-color: #bbb !important; }

.tink-text-gray-lighter {
  color: #eaeaea !important; }

.tink-bg-gray-lighter {
  background-color: #eaeaea !important; }

.tink-text-gray-lightest {
  color: #f7f7f7 !important; }

.tink-bg-gray-lightest {
  background-color: #f7f7f7 !important; }

.tink-text-green {
  color: #a5d6a7 !important; }

.tink-bg-green {
  background-color: #a5d6a7 !important; }

.tink-text-info {
  color: #76b9f4 !important; }

.tink-bg-info {
  background-color: #76b9f4 !important; }

.tink-text-lime {
  color: #d4e157 !important; }

.tink-bg-lime {
  background-color: #d4e157 !important; }

.tink-text-orange {
  color: #ffb74d !important; }

.tink-bg-orange {
  background-color: #ffb74d !important; }

.tink-text-pink {
  color: #f8bbd0 !important; }

.tink-bg-pink {
  background-color: #f8bbd0 !important; }

.tink-text-purple {
  color: #ce93d8 !important; }

.tink-bg-purple {
  background-color: #ce93d8 !important; }

.tink-text-red {
  color: #ff8a65 !important; }

.tink-bg-red {
  background-color: #ff8a65 !important; }

.tink-text-success {
  color: #4a921f !important; }

.tink-bg-success {
  background-color: #4a921f !important; }

.tink-text-teal {
  color: #80cbc4 !important; }

.tink-bg-teal {
  background-color: #80cbc4 !important; }

.tink-text-warning {
  color: #ff8d00 !important; }

.tink-bg-warning {
  background-color: #ff8d00 !important; }

.tink-text-white {
  color: #fff !important; }

.tink-bg-white {
  background-color: #fff !important; }

.tink-text-yellow {
  color: #fff176 !important; }

.tink-bg-yellow {
  background-color: #fff176 !important; }

/**
 * Grid system
 * --------------------------------------------------
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
      padding-right: 0;
      padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/**
 * Scaffolding
 * --------------------------------------------------
 */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 0.875em;
  overflow: auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    html {
      font-size: 0.9375em; } }
  @media (min-width: 992px) {
    html {
      font-size: 1em; } }
  @media (min-width: 1200px) {
    html {
      font-size: 1.0625em; } }

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem ;
  height: 100vh;
  line-height: 1.428571429;
  position: relative; }

html.has-alternate-background body {
  background-color: #f7f7f7; }

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

a {
  color: #5fb1d6;
  text-decoration: none;
  transition: all 0.1s linear; }
  a:hover, a:focus {
    color: #369dcc;
    text-decoration: underline; }
  a:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25); }
  a[rel="external"]:after {
    content: ' \f08e';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0.8571428571rem ;
    font-size: 0.75rem ;
    font-style: normal;
    font-weight: 400;
    opacity: .5;
    padding: 0rem 0.1428571429rem 0rem 0.2857142857rem ;
    text-decoration: none;
    transition: color 0.1s linear; }
  a[rel="external"]:hover:after {
    opacity: 1; }
  a.has-no-external-icon:after {
    content: none; }

figure {
  margin: 0; }

figcaption {
  color: #888;
  font-style: italic; }

img {
  max-width: 100%;
  vertical-align: middle; }

hr {
  margin-top: 1.4285714286rem ;
  margin-bottom: 1.4285714286rem ;
  border: 0;
  border-top: 1px solid #eaeaea; }

/**
 * Typography
 * --------------------------------------------------
 */
h1,
h2,
h3,
.timeline-label,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small, .timeline-label small,
  h3 .small, .timeline-label .small,
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small,
  .h4 small,
  .h4 .small,
  .h5 small,
  .h5 .small,
  .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bbb; }

h1,
h2,
h3,
.timeline-label,
.h1,
.h2,
.h3 {
  margin-top: 1.4285714286rem ;
  margin-bottom: 0.7142857143rem ; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small, .timeline-label small,
  h3 .small, .timeline-label .small,
  .h1 small,
  .h1 .small,
  .h2 small,
  .h2 .small,
  .h3 small,
  .h3 .small {
    font-size: 65%; }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0.7142857143rem ;
  margin-bottom: 0.7142857143rem ; }
  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%; }

h1,
.h1 {
  font-size: 2.5714285714rem ; }

h2,
.h2 {
  font-size: 2.1428571429rem ; }

h3, .timeline-label,
.h3 {
  font-size: 1.7142857143rem ; }

h4,
.h4 {
  font-size: 1.2857142857rem ; }

h5,
.h5 {
  font-size: 1rem ; }

h6,
.h6 {
  font-size: 0.8571428571rem ; }

.page-header {
  margin-top: 2.2857142857rem ;
  margin-bottom: 2.2857142857rem ;
  height: 2.5714285714rem ; }

.page-title, .subpage-title, .title-light {
  font-weight: 300;
  font-size: 1.7142857143rem ;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.4285714286rem 0rem ; }
  .page-title .fa-angle-left, .subpage-title .fa-angle-left, .title-light .fa-angle-left {
    border: 1px solid #bbb;
    border-radius: 50%;
    color: #333;
    font-size: 1rem;
    margin-top: -0.5rem;
    margin-right: 0.5714285714rem ;
    padding: 0.4285714286rem 0.8571428571rem 0.4285714286rem 0.7142857143rem ;
    vertical-align: middle; }

.page-title {
  font-weight: normal; }

p {
  margin: 0 0 0.9523809524rem ; }

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

cite {
  font-style: italic; }

mark,
.mark {
  background-color: #fff799;
  border-radius: 0.2142857143rem ;
  padding: 0.0714285714rem 0.2857142857rem 0.1428571429rem ; }

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

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

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

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

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

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

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

.text-muted {
  color: #bbb; }

.text-primary {
  color: #347ea6; }

a.text-primary:hover {
  color: #2a6687; }

.text-secondary {
  color: #5fb1d6; }

a.text-secondary:hover {
  color: #3fa1ce; }

.text-success {
  color: #4a921f; }

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

.text-info {
  color: #76b9f4; }

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

.text-warning {
  color: #ff8d00; }

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

.text-danger {
  color: #e60038; }

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

ul,
ol {
  margin-bottom: 0.7142857143rem ;
  margin-top: 0; }

.list-unstyled, .list-inline, .bar > ul, .nav-top > ul, .bar > div, .nav-top > div, .hit-area-box, .timeline-list, .table-interactive-cols, .nav-aside ul, .popover-menu-list ul, .upload-files, .dragenter {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

.list-inline, .bar > ul, .nav-top > ul, .bar > div, .nav-top > div {
  margin-left: -0.4285714286rem ; }
  .list-inline > li, .bar > ul > li, .nav-top > ul > li, .bar > div > li, .nav-top > div > li {
    display: inline-block;
    padding-left: 0.4285714286rem ;
    padding-right: 0.4285714286rem ; }

dl {
  margin-bottom: 1.4285714286rem ;
  margin-top: 0; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px; }
  .dl-horizontal dd {
    margin-left: 180px; } }

blockquote {
  border-left: 0.3571428571rem  solid #eaeaea;
  font-size: 17.5px;
  padding: 0.7142857143rem  1.4285714286rem ;
  margin: 0 0 1.4285714286rem ; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer {
    color: #bbb;
    display: block;
    font-size: 80%;
    line-height: 1.428571429; }
    blockquote footer:before {
      content: '\2014 \00A0'; }

.blockquote-reverse {
  border-left: 0;
  border-right: 0.3571428571rem  solid #eaeaea;
  padding-right: 1.0714285714rem ;
  padding-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before {
    content: ''; }
  .blockquote-reverse footer:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 1.4285714286rem ;
  font-style: normal;
  line-height: 1.428571429; }

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

code {
  background-color: #f2f8fb;
  border-radius: 0.2142857143rem ;
  color: #347ea6;
  font-size: 90%;
  padding: 0.1428571429rem 0.2857142857rem ; }

kbd {
  background-color: #141414;
  border-radius: 0.1428571429rem ;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%;
  padding: 0.1428571429rem 0.2857142857rem ; }
  kbd kbd {
    box-shadow: none;
    font-size: 100%;
    padding: 0; }

pre {
  background-color: #f2f8fb;
  border: 1px solid #dbebf4;
  border-radius: 0.2142857143rem ;
  color: #347ea6;
  display: block;
  font-size: 0.9285714286rem ;
  line-height: 1.428571429;
  margin: 0rem 0rem 0.7142857143rem ;
  padding: 0.6785714286rem ;
  word-break: break-all;
  word-wrap: break-word; }
  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

.pre-scrollable {
  max-height: 24.2857142857rem ;
  overflow-y: auto; }

.pre-wrap {
  overflow: auto;
  white-space: pre;
  word-wrap: normal; }

/**
 * Tables
 * --------------------------------------------------
 */
table {
  background-color: #fff;
  margin-bottom: 1.4285714286rem ;
  max-width: 100%;
  width: 100%; }
  table > tbody > tr > td,
  table > tfoot > tr > td,
  table > thead > tr > td {
    padding: 0.5714285714rem ; }
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > th {
    padding: 0.4285714286rem 0.5714285714rem ; }
  table > tbody > tr > td,
  table > tbody > tr > th,
  table > tfoot > tr > td,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > thead > tr > th {
    border-top: 1px solid #bbb;
    line-height: 1.428571429;
    text-align: left;
    vertical-align: top; }
  table > thead > tr > th {
    background-color: #f4f4f4;
    border-bottom: 2px solid #bbb;
    color: #888;
    font-weight: normal;
    vertical-align: bottom; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #bbb; }
  table table {
    background-color: #fff; }

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

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

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9; }

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

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

@media screen and (max-width: 991px) {
  .table-responsive {
    background-color: #fff;
    border: 1px solid #bbb;
    margin-bottom: 1.0714285714rem ;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%; }
    .table-responsive > table {
      margin-bottom: 0; }
      .table-responsive > table > thead > tr > td,
      .table-responsive > table > thead > tr > th,
      .table-responsive > table > tbody > tr > td,
      .table-responsive > table > tbody > tr > th,
      .table-responsive > table > tfoot > tr > td,
      .table-responsive > table > tfoot > tr > th {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0; } }

/**
 * Force responsive table
 */
.table-force-responsive {
  background-color: #fff;
  border: 1px solid #bbb;
  margin-bottom: 1.0714285714rem ;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%; }
  .table-force-responsive > table {
    margin-bottom: 0; }
    .table-force-responsive > table > thead > tr > td,
    .table-force-responsive > table > thead > tr > th,
    .table-force-responsive > table > tbody > tr > td,
    .table-force-responsive > table > tbody > tr > th,
    .table-force-responsive > table > tfoot > tr > td,
    .table-force-responsive > table > tfoot > tr > th {
      white-space: nowrap; }
  .table-force-responsive > .table-bordered {
    border: 0; }
    .table-force-responsive > .table-bordered > thead > tr > td:first-child,
    .table-force-responsive > .table-bordered > thead > tr > th:first-child,
    .table-force-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-force-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-force-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-force-responsive > .table-bordered > tfoot > tr > th:first-child {
      border-left: 0; }
    .table-force-responsive > .table-bordered > thead > tr > td:last-child,
    .table-force-responsive > .table-bordered > thead > tr > th:last-child,
    .table-force-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-force-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-force-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-force-responsive > .table-bordered > tfoot > tr > th:last-child {
      border-right: 0; }
    .table-force-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-force-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-force-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-force-responsive > .table-bordered > tfoot > tr:last-child > th {
      border-bottom: 0; }

@media screen and (max-width: 991px) {
  .table-flip-scroll table {
    border: 1px solid #bbb;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    width: 100%; }
  .table-flip-scroll th,
  .table-flip-scroll td {
    border: none;
    border-bottom: 1px solid #bbb;
    display: block;
    margin: 0;
    min-height: 2.63em;
    text-align: left;
    vertical-align: top; }
    .table-flip-scroll th:last-child,
    .table-flip-scroll td:last-child {
      border-bottom: 1px solid transparent; }
  .table-flip-scroll th {
    display: block;
    text-align: right; }
  .table-flip-scroll thead {
    border-right: 2px solid #bbb;
    display: block;
    float: left; }
    .table-flip-scroll thead tr {
      display: block; }
  .table-flip-scroll tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto; }
    .table-flip-scroll tbody tr {
      display: inline-block;
      margin-right: -4px;
      vertical-align: top; }
  .table-flip-scroll > .table-bordered th,
  .table-flip-scroll > .table-bordered td {
    border: none;
    border-bottom: 1px solid #bbb; } }

@media screen and (max-width: 991px) {
  .table-no-more {
    display: block; }
    .table-no-more tbody,
    .table-no-more td,
    .table-no-more th,
    .table-no-more thead,
    .table-no-more tr {
      display: block; }
    .table-no-more thead tr {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .table-no-more tr {
      border: 1px solid #bbb;
      border-bottom: none; }
    .table-no-more td {
      border: none;
      border-bottom: 1px solid #bbb;
      padding-left: 50%;
      position: relative;
      text-align: left;
      white-space: normal; }
      .table-no-more td:before {
        content: attr(data-title);
        font-weight: bold;
        left: 0;
        padding: 0.5714285714rem ;
        position: absolute;
        text-align: left;
        top: 0;
        width: 45%;
        white-space: nowrap; }
    .table-no-more.table-bordered {
      border: none; }
      .table-no-more.table-bordered th,
      .table-no-more.table-bordered td {
        border: none;
        border-bottom: 1px solid #bbb; }
    .table-no-more.table-condensed td {
      padding-left: 50%; }
      .table-no-more.table-condensed td:before {
        padding: 5px; } }

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

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

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

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

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

/**
 * Media objects
 * --------------------------------------------------
 * Source: http://stubbornella.org/content/?p=497
 */
/**
 * Image styles
 */
.img-responsive {
  display: block;
  width: 100% \9;
  height: auto; }

.img-rounded {
  border-radius: 4px; }

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  line-height: 1.428571429;
  padding: 4px;
  transition: all 0.1s linear;
  display: inline-block;
  width: 100% \9;
  height: auto; }

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

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

.media,
.media .media {
  margin-top: 1.0714285714rem ; }

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

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 0.3571428571rem ; }

.media > .pull-left {
  margin-right: 0.7142857143rem ; }

.media > .pull-right {
  margin-left: 0.7142857143rem ; }

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

video {
  width: 100%;
  height: auto; }

.responsive-wrapper {
  position: relative;
  padding-bottom: 63.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em; }
  .responsive-wrapper iframe,
  .responsive-wrapper object,
  .responsive-wrapper embed,
  .responsive-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

@-moz-document url-prefix() {
  fieldset {
    display: table-column; } }

legend {
  border: 0;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  display: block;
  font-size: 1.5rem ;
  line-height: inherit;
  margin-bottom: 1.4285714286rem ;
  padding: 0;
  width: 100%; }

label {
  color: #888;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0.2857142857rem ; }

/* Check appendix A */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="text"],
.faux-input,
input[type="url"],
input[type="week"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bbb;
  border-radius: 0.2142857143rem ;
  color: #333;
  display: block;
  font-size: 1rem ;
  line-height: 1.428571429;
  padding: 0.4285714286rem 0.8571428571rem ;
  transition: border-color linear 0.1s, box-shadow linear 0.1s;
  width: 100%; }
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="text"]:focus,
  .faux-input:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  select:focus,
  textarea:focus {
    border-color: #5fb1d6;
    box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25);
    outline: 0;
    z-index: 1; }
  input[type="color"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  .faux-input::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #bbb;
    opacity: 1;
    transition: color linear 0.1s; }
  input[type="color"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  .faux-input:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #bbb;
    transition: color linear 0.1s; }
  input[type="color"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  .faux-input::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #bbb;
    transition: color linear 0.1s; }
  input[type="color"]:focus::-moz-placeholder,
  input[type="date"]:focus::-moz-placeholder,
  input[type="datetime"]:focus::-moz-placeholder,
  input[type="datetime-local"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="month"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="time"]:focus::-moz-placeholder,
  input[type="text"]:focus::-moz-placeholder,
  .faux-input:focus::-moz-placeholder,
  input[type="url"]:focus::-moz-placeholder,
  input[type="week"]:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: #cfcfcf;
    opacity: 1; }
  input[type="color"]:focus:-ms-input-placeholder,
  input[type="date"]:focus:-ms-input-placeholder,
  input[type="datetime"]:focus:-ms-input-placeholder,
  input[type="datetime-local"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="month"]:focus:-ms-input-placeholder,
  input[type="number"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="time"]:focus:-ms-input-placeholder,
  input[type="text"]:focus:-ms-input-placeholder,
  .faux-input:focus:-ms-input-placeholder,
  input[type="url"]:focus:-ms-input-placeholder,
  input[type="week"]:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: #cfcfcf; }
  input[type="color"]:focus::-webkit-input-placeholder,
  input[type="date"]:focus::-webkit-input-placeholder,
  input[type="datetime"]:focus::-webkit-input-placeholder,
  input[type="datetime-local"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="month"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="time"]:focus::-webkit-input-placeholder,
  input[type="text"]:focus::-webkit-input-placeholder,
  .faux-input:focus::-webkit-input-placeholder,
  input[type="url"]:focus::-webkit-input-placeholder,
  input[type="week"]:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: #cfcfcf; }
  input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"],
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled]
  input[type="datetime-local"],
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled]
  input[type="email"],
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled]
  input[type="month"],
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled]
  input[type="number"],
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled]
  input[type="password"],
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled]
  input[type="time"],
  input[type="text"][disabled],
  input[type="text"][readonly],
  fieldset[disabled]
  input[type="text"],
  .faux-input[disabled],
  .faux-input[readonly],
  fieldset[disabled]
  .faux-input,
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled]
  input[type="url"],
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled]
  input[type="week"],
  select[disabled],
  select[readonly],
  fieldset[disabled]
  select,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea {
    background-color: #eaeaea;
    cursor: not-allowed;
    opacity: 1; }

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

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

input[type="file"] {
  display: block; }
  input[type="file"]:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25); }

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

input[type="date"]:not(.hide-styling)::-webkit-inner-spin-button,
input[type="datetime-local"]:not(.hide-styling)::-webkit-inner-spin-button,
input[type="week"]:not(.hide-styling)::-webkit-inner-spin-button,
input[type="month"]:not(.hide-styling)::-webkit-inner-spin-button,
input[type="number"]:not(.hide-styling)::-webkit-inner-spin-button,
input[type="time"]:not(.hide-styling)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  border-left: 1px solid #bbb;
  display: block;
  height: 2.2857142857rem ;
  position: relative;
  transition: border-color linear 0.1s;
  width: 1.4285714286rem ; }
  input[type="date"]:not(.hide-styling)::-webkit-inner-spin-button:before, input[type="date"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="datetime-local"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="datetime-local"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="week"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="week"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="month"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="month"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="number"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="number"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="time"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="time"]:not(.hide-styling)::-webkit-inner-spin-button:after {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    right: 0.4285714286rem ;
    width: 0; }
  input[type="date"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="datetime-local"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="week"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="month"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="number"]:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="time"]:not(.hide-styling)::-webkit-inner-spin-button:before {
    border-color: transparent transparent #bbb;
    border-width: 0.2857142857rem 0.2857142857rem 0.4285714286rem 0.2857142857rem ;
    top: 0; }
  input[type="date"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="datetime-local"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="week"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="month"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="number"]:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="time"]:not(.hide-styling)::-webkit-inner-spin-button:after {
    border-color: #bbb transparent transparent;
    border-width: 0.4285714286rem 0.2857142857rem 0.2857142857rem 0.2857142857rem ;
    bottom: 0; }

input[type="date"]:focus:not(.hide-styling)::-webkit-inner-spin-button,
input[type="datetime-local"]:focus:not(.hide-styling)::-webkit-inner-spin-button,
input[type="week"]:focus:not(.hide-styling)::-webkit-inner-spin-button,
input[type="month"]:focus:not(.hide-styling)::-webkit-inner-spin-button,
input[type="number"]:focus:not(.hide-styling)::-webkit-inner-spin-button,
input[type="time"]:focus:not(.hide-styling)::-webkit-inner-spin-button {
  border-left: 1px solid #5fb1d6; }
  input[type="date"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="datetime-local"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="week"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="month"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="number"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before,
  input[type="time"]:focus:not(.hide-styling)::-webkit-inner-spin-button:before {
    border-color: transparent transparent #5fb1d6; }
  input[type="date"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="datetime-local"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="week"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="month"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="number"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after,
  input[type="time"]:focus:not(.hide-styling)::-webkit-inner-spin-button:after {
    border-color: #5fb1d6 transparent transparent; }

input[type="date"].hide-spin-button::-webkit-inner-spin-button,
input[type="datetime-local"].hide-spin-button::-webkit-inner-spin-button,
input[type="week"].hide-spin-button::-webkit-inner-spin-button,
input[type="month"].hide-spin-button::-webkit-inner-spin-button,
input[type="number"].hide-spin-button::-webkit-inner-spin-button,
input[type="time"].hide-spin-button::-webkit-inner-spin-button {
  display: none; }

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin: 0;
  position: absolute;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    color: #333;
    font-weight: normal;
    min-height: 1.7142857143rem ;
    padding: 0.1428571429rem 0rem 0rem 2.2857142857rem ;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (min-width: 768px) {
      input[type="checkbox"] + label,
      input[type="radio"] + label {
        padding-left: 1.8571428571rem ; } }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: #fff;
      border: 1px solid #bbb;
      position: absolute;
      transition: border-color linear 0.1s, box-shadow linear 0.1s; }
  input[type="checkbox"][disabled] + label, input[type="checkbox"][readonly] + label,
  input[type="radio"][disabled] + label,
  input[type="radio"][readonly] + label {
    opacity: .4; }

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  height: 1.5714285714rem ;
  left: 0.0714285714rem ;
  top: 0.0714285714rem ;
  width: 1.5714285714rem ; }
  @media (min-width: 768px) {
    input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
      height: 1.1428571429rem ;
      top: 0.2857142857rem ;
      width: 1.1428571429rem ; } }

input[type="checkbox"] + label:before {
  border-radius: 0.2142857143rem ;
  content: ''; }

input[type="checkbox"] + label:after {
  color: #5fb1d6;
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 1.1428571429rem ;
  line-height: 1.3;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  transition: opacity linear 0.1s, -webkit-transform linear 0.1s;
  transition: opacity linear 0.1s, transform linear 0.1s; }
  @media (min-width: 768px) {
    input[type="checkbox"] + label:after {
      font-size: 0.9285714286rem ;
      line-height: 1.15; } }

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

input[type="checkbox"]:focus + label:before {
  border-color: #5fb1d6;
  box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25); }

input[type="checkbox"]:indeterminate + label:after {
  content: '\f068';
  line-height: 1.4;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  @media (min-width: 768px) {
    input[type="checkbox"]:indeterminate + label:after {
      line-height: 1.3; } }

input[type="radio"] + label:before {
  background: #5fb1d6;
  border-radius: 50%;
  box-shadow: 0 0 0 2.8571428571rem  #fff inset;
  content: "";
  height: 1.7142857143rem ;
  left: 0;
  top: 0;
  width: 1.7142857143rem ; }
  @media (min-width: 768px) {
    input[type="radio"] + label:before {
      height: 1.2857142857rem ;
      top: 0.2142857143rem ;
      width: 1.2857142857rem ; } }

input[type="radio"]:checked + label:before {
  box-shadow: 0 0 0 0.2857142857rem  #fff inset; }

input[type="radio"]:checked:focus + label:before {
  box-shadow: 0 0 0 0.2857142857rem  #fff inset, 0 0 0 0.1428571429rem  rgba(95, 177, 214, 0.25); }

input[type="radio"]:focus + label:before {
  border-color: #5fb1d6;
  box-shadow: 0 0 0 2.8571428571rem  #fff inset, 0 0 0 0.1428571429rem  rgba(95, 177, 214, 0.25); }

.checkbox-intermediate {
  list-style: none; }

table input[type="checkbox"] + label,
table input[type="radio"] + label {
  margin: -0.1428571429rem 0rem -0.5rem ; }

@-moz-document url-prefix() {
  .select {
    position: relative; }
    .select:before {
      background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQkJCQkJCIiBwb2ludHM9IjQuMiwyOS4yIDguMywyMiAwLDIyIDQuMiwyOS4yIDguMywyMiAwLDIyICIvPgo8cG9seWdvbiBmaWxsPSIjQkJCQkJCIiBwb2ludHM9IjQuMiwxMS44IDAsMTkgOC4zLDE5IDQuMiwxMS44IDAsMTkgOC4zLDE5ICIvPgo8L3N2Zz4K") no-repeat right center;
      border-bottom-right-radius: 0.2142857143rem ;
      border-top-right-radius: 0.2142857143rem ;
      bottom: 1px;
      content: '';
      opacity: 1;
      pointer-events: none;
      position: absolute;
      right: 1px;
      top: 1px;
      width: 1.4285714286rem ;
      z-index: 2; } }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQkJCQkJCIiBwb2ludHM9IjQuMiwyOS4yIDguMywyMiAwLDIyIDQuMiwyOS4yIDguMywyMiAwLDIyICIvPgo8cG9seWdvbiBmaWxsPSIjQkJCQkJCIiBwb2ludHM9IjQuMiwxMS44IDAsMTkgOC4zLDE5IDQuMiwxMS44IDAsMTkgOC4zLDE5ICIvPgo8L3N2Zz4K") no-repeat right center;
  background-size: contain;
  padding: 0.4285714286rem 1.7142857143rem 0.4285714286rem 0.8571428571rem ;
  text-indent: 0.01px;
  text-overflow: ''; }
  select:focus {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMCA0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgNDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjQuMiwyOS4yIDguMywyMiAwLDIyIDQuMiwyOS4yIDguMywyMiAwLDIyICIvPgo8cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjQuMiwxMS44IDAsMTkgOC4zLDE5IDQuMiwxMS44IDAsMTkgOC4zLDE5ICIvPgo8L3N2Zz4K");
    background-image: none\9; }

select::-ms-expand {
  display: none; }

select[multiple],
select[size],
textarea {
  background-image: none !important;
  height: auto; }

textarea {
  resize: vertical; }

output {
  display: block;
  padding-top: 0.5rem ;
  font-size: 1rem ;
  line-height: 1.428571429;
  color: #333; }

/**
 * Form variants
 */
.form-group {
  margin-bottom: 1.0714285714rem ; }

.form-horizontal [class*="col-"] > label {
  margin-top: 1px;
  padding-top: 0.4285714286rem ; }

@media (min-width: 480px) {
  .form-horizontal [class*="col-xs-12"] > label {
    margin-top: 0;
    padding-top: 0; } }

@media (min-width: 768px) {
  .form-horizontal [class*="col-sm-12"] > label {
    margin-top: 0;
    padding-top: 0; } }

@media (min-width: 992px) {
  .form-horizontal [class*="col-md-12"] > label {
    margin-top: 0;
    padding-top: 0; } }

@media (min-width: 1200px) {
  .form-horizontal [class*="col-lg-12"] > label {
    margin-top: 0;
    padding-top: 0; } }

.form-force-inline .checkbox,
.form-force-inline .faux-input,
.form-force-inline .radio,
.form-force-inline .select,
.form-force-inline .form-group,
.form-force-inline input,
.form-force-inline label,
.form-force-inline select,
.form-force-inline textarea {
  display: inline-block;
  width: auto; }

@media (min-width: 768px) {
  .form-inline .checkbox,
  .form-inline .faux-input,
  .form-inline .radio,
  .form-inline .select,
  .form-inline .form-group,
  .form-inline input,
  .form-inline label,
  .form-inline select,
  .form-inline textarea {
    display: inline-block;
    width: auto; } }

/**
 * Feedback states
 */
.validation {
  padding-right: 2rem ;
  position: relative; }
  .validation:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.5rem ;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    top: 0.4285714286rem ;
    vertical-align: middle;
    width: 2rem ;
    z-index: 2; }
  .validation .input-group {
    margin-bottom: -0.2142857143rem ; }

.has-success input[type="color"]:not(.hide-error),
.has-success input[type="date"]:not(.hide-error),
.has-success input[type="datetime"]:not(.hide-error),
.has-success input[type="datetime-local"]:not(.hide-error),
.has-success input[type="email"]:not(.hide-error),
.has-success input[type="month"]:not(.hide-error),
.has-success input[type="number"]:not(.hide-error),
.has-success input[type="password"]:not(.hide-error),
.has-success input[type="search"]:not(.hide-error),
.has-success input[type="tel"]:not(.hide-error),
.has-success input[type="time"]:not(.hide-error),
.has-success input[type="text"]:not(.hide-error),
.has-success input[type="url"]:not(.hide-error),
.has-success input[type="week"]:not(.hide-error),
.has-success select:not(.hide-error),
.has-success textarea:not(.hide-error),
.has-success .faux-input:not(.hide-error) {
  border-color: #4a921f; }
  .has-success input[type="color"]:not(.hide-error):focus,
  .has-success input[type="date"]:not(.hide-error):focus,
  .has-success input[type="datetime"]:not(.hide-error):focus,
  .has-success input[type="datetime-local"]:not(.hide-error):focus,
  .has-success input[type="email"]:not(.hide-error):focus,
  .has-success input[type="month"]:not(.hide-error):focus,
  .has-success input[type="number"]:not(.hide-error):focus,
  .has-success input[type="password"]:not(.hide-error):focus,
  .has-success input[type="search"]:not(.hide-error):focus,
  .has-success input[type="tel"]:not(.hide-error):focus,
  .has-success input[type="time"]:not(.hide-error):focus,
  .has-success input[type="text"]:not(.hide-error):focus,
  .has-success input[type="url"]:not(.hide-error):focus,
  .has-success input[type="week"]:not(.hide-error):focus,
  .has-success select:not(.hide-error):focus,
  .has-success textarea:not(.hide-error):focus,
  .has-success .faux-input:not(.hide-error):focus {
    border-color: #4a921f;
    box-shadow: 0 0 0 2px rgba(74, 146, 31, 0.25);
    outline: 0;
    z-index: 1; }

.has-success .validation:before {
  color: #4a921f;
  content: ""; }

.has-success .text-success,
.has-success .text-danger {
  margin-top: 1px;
  display: block;
  padding: 0.4285714286rem  0; }

.has-error input[type="color"]:not(.hide-error),
.has-error input[type="date"]:not(.hide-error),
.has-error input[type="datetime"]:not(.hide-error),
.has-error input[type="datetime-local"]:not(.hide-error),
.has-error input[type="email"]:not(.hide-error),
.has-error input[type="month"]:not(.hide-error),
.has-error input[type="number"]:not(.hide-error),
.has-error input[type="password"]:not(.hide-error),
.has-error input[type="search"]:not(.hide-error),
.has-error input[type="tel"]:not(.hide-error),
.has-error input[type="time"]:not(.hide-error),
.has-error input[type="text"]:not(.hide-error),
.has-error input[type="url"]:not(.hide-error),
.has-error input[type="week"]:not(.hide-error),
.has-error select:not(.hide-error),
.has-error textarea:not(.hide-error),
.has-error .faux-input:not(.hide-error) {
  border-color: #e60038; }
  .has-error input[type="color"]:not(.hide-error):focus,
  .has-error input[type="date"]:not(.hide-error):focus,
  .has-error input[type="datetime"]:not(.hide-error):focus,
  .has-error input[type="datetime-local"]:not(.hide-error):focus,
  .has-error input[type="email"]:not(.hide-error):focus,
  .has-error input[type="month"]:not(.hide-error):focus,
  .has-error input[type="number"]:not(.hide-error):focus,
  .has-error input[type="password"]:not(.hide-error):focus,
  .has-error input[type="search"]:not(.hide-error):focus,
  .has-error input[type="tel"]:not(.hide-error):focus,
  .has-error input[type="time"]:not(.hide-error):focus,
  .has-error input[type="text"]:not(.hide-error):focus,
  .has-error input[type="url"]:not(.hide-error):focus,
  .has-error input[type="week"]:not(.hide-error):focus,
  .has-error select:not(.hide-error):focus,
  .has-error textarea:not(.hide-error):focus,
  .has-error .faux-input:not(.hide-error):focus {
    border-color: #e60038;
    box-shadow: 0 0 0 2px rgba(230, 0, 56, 0.25);
    outline: 0;
    z-index: 1; }

.has-error .validation:before {
  color: #e60038;
  content: ""; }

.has-error .text-success,
.has-error .text-danger {
  margin-top: 1px;
  display: block;
  padding: 0.4285714286rem  0; }

.help-block {
  color: #737373;
  display: block;
  font-size: 0.85rem ;
  margin: 0.3571428571rem 0rem 0.3571428571rem 0.0714285714rem ; }

/**
 * Appendix A
 * We prefer ':not' over all these declarations
 */
/*
 * Appendix B
 * Tinkering with form layout with div.fields around the inputs and labels for better layout control
 * Inspired by lack of control now and the way so many others do it, esp. looking at Semantic UI atm.
 * TH
*/
.btn.search-submit, a.search-submit.filter-bar-item {
  background: none;
  border: none;
  color: #333;
  position: absolute;
  right: 1.0em;
  top: 0em; }
  .btn.search-submit:hover, a.search-submit.filter-bar-item:hover {
    background: none;
    border: none;
    color: #333; }

.faux-input .placeholder {
  color: #bbb;
  height: 2.4285714286rem ; }

/**
 * Buttons
 * --------------------------------------------------
 */
/**
 * Base styles
 */
button,
input[type="button"],
.btn, a.filter-bar-item, button[type="submit"],
input[type="submit"],
.btn-primary {
  border-radius: 0.2142857143rem ;
  font-size: 1rem ;
  line-height: 1.428571429;
  padding: 0.4285714286rem 0.8571428571rem ;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:focus,
  input[type="button"]:focus,
  .btn:focus, a.filter-bar-item:focus,
  input[type="submit"]:focus,
  .btn-primary:focus, button:active:focus,
  input[type="button"]:active:focus,
  .btn:active:focus, a.filter-bar-item:active:focus,
  input[type="submit"]:active:focus,
  .btn-primary:active:focus, button.active:focus,
  input.active[type="button"]:focus,
  .active.btn:focus, a.active.filter-bar-item:focus,
  input.active[type="submit"]:focus,
  .active.btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25); }
  button:hover,
  input[type="button"]:hover,
  .btn:hover, a.filter-bar-item:hover,
  input[type="submit"]:hover,
  .btn-primary:hover, button:focus,
  input[type="button"]:focus,
  .btn:focus, a.filter-bar-item:focus,
  input[type="submit"]:focus,
  .btn-primary:focus {
    color: #333;
    text-decoration: none; }
  button:active,
  input[type="button"]:active,
  .btn:active, a.filter-bar-item:active,
  input[type="submit"]:active,
  .btn-primary:active, button.active,
  input.active[type="button"],
  .active.btn, a.active.filter-bar-item,
  input.active[type="submit"],
  .active.btn-primary {
    background-image: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.075);
    outline: 0; }
  button.disabled,
  input.disabled[type="button"],
  .disabled.btn, a.disabled.filter-bar-item,
  input.disabled[type="submit"],
  .disabled.btn-primary, button[disabled],
  input[disabled][type="button"],
  [disabled].btn, a[disabled].filter-bar-item,
  input[disabled][type="submit"],
  [disabled].btn-primary,
  fieldset[disabled] button,
  fieldset[disabled]
  input[type="button"],
  fieldset[disabled]
  .btn,
  fieldset[disabled] a.filter-bar-item,
  fieldset[disabled]
  input[type="submit"],
  fieldset[disabled]
  .btn-primary {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none; }

/**
 * Default buttons
 */
button,
input[type="button"],
.btn,
a.filter-bar-item {
  color: #333;
  background-color: #fff;
  border-color: #bbb; }
  button:hover, button:focus, button:active, button.active,
  .open > button.dropdown-toggle,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="button"].active,
  .open >
  input[type="button"].dropdown-toggle,
  .btn:hover,
  a.filter-bar-item:hover,
  .btn:focus,
  a.filter-bar-item:focus,
  .btn:active,
  a.filter-bar-item:active,
  .btn.active,
  a.active.filter-bar-item,
  .open >
  .btn.dropdown-toggle,
  .open > a.dropdown-toggle.filter-bar-item {
    color: #333;
    background-color: #f2f2f2; }
  button:active, button.active,
  .open > button.dropdown-toggle,
  input[type="button"]:active,
  input[type="button"].active,
  .open >
  input[type="button"].dropdown-toggle,
  .btn:active,
  a.filter-bar-item:active,
  .btn.active,
  a.active.filter-bar-item,
  .open >
  .btn.dropdown-toggle,
  .open > a.dropdown-toggle.filter-bar-item {
    background-image: none; }
  button.disabled, button.disabled:hover, button.disabled:focus, button.disabled:active, button.disabled.active, button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active, button[disabled].active,
  fieldset[disabled] button,
  fieldset[disabled] button:hover,
  fieldset[disabled] button:focus,
  fieldset[disabled] button:active,
  fieldset[disabled] button.active,
  input[type="button"].disabled,
  input[type="button"].disabled:hover,
  input[type="button"].disabled:focus,
  input[type="button"].disabled:active,
  input[type="button"].disabled.active,
  input[type="button"][disabled],
  input[type="button"][disabled]:hover,
  input[type="button"][disabled]:focus,
  input[type="button"][disabled]:active,
  input[type="button"][disabled].active,
  fieldset[disabled]
  input[type="button"],
  fieldset[disabled]
  input[type="button"]:hover,
  fieldset[disabled]
  input[type="button"]:focus,
  fieldset[disabled]
  input[type="button"]:active,
  fieldset[disabled]
  input[type="button"].active,
  .btn.disabled,
  a.disabled.filter-bar-item,
  .btn.disabled:hover,
  a.disabled.filter-bar-item:hover,
  .btn.disabled:focus,
  a.disabled.filter-bar-item:focus,
  .btn.disabled:active,
  a.disabled.filter-bar-item:active,
  .btn.disabled.active,
  a.disabled.active.filter-bar-item,
  .btn[disabled],
  a[disabled].filter-bar-item,
  .btn[disabled]:hover,
  a[disabled].filter-bar-item:hover,
  .btn[disabled]:focus,
  a[disabled].filter-bar-item:focus,
  .btn[disabled]:active,
  a[disabled].filter-bar-item:active,
  .btn[disabled].active,
  a[disabled].active.filter-bar-item,
  fieldset[disabled]
  .btn,
  fieldset[disabled] a.filter-bar-item,
  fieldset[disabled]
  .btn:hover,
  fieldset[disabled] a.filter-bar-item:hover,
  fieldset[disabled]
  .btn:focus,
  fieldset[disabled] a.filter-bar-item:focus,
  fieldset[disabled]
  .btn:active,
  fieldset[disabled] a.filter-bar-item:active,
  fieldset[disabled]
  .btn.active,
  fieldset[disabled] a.active.filter-bar-item {
    background-color: #fff;
    border-color: #bbb; }

button[type="submit"],
input[type="submit"],
.btn-primary {
  color: #fff !important;
  background-color: #347ea6 !important;
  border-color: #2f7296 !important; }
  button[type="submit"]:hover, button[type="submit"]:focus, button[type="submit"]:active, button[type="submit"].active,
  .open > button[type="submit"].dropdown-toggle,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open >
  .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #2e6f93 !important; }
  button[type="submit"]:active, button[type="submit"].active,
  .open > button[type="submit"].dropdown-toggle,
  input[type="submit"]:active,
  input[type="submit"].active,
  .open >
  input[type="submit"].dropdown-toggle,
  .btn-primary:active,
  .btn-primary.active,
  .open >
  .btn-primary.dropdown-toggle {
    background-image: none !important; }
  button[type="submit"].disabled, button[type="submit"].disabled:hover, button[type="submit"].disabled:focus, button[type="submit"].disabled:active, button[type="submit"].disabled.active, button[type="submit"][disabled], button[type="submit"][disabled]:hover, button[type="submit"][disabled]:focus, button[type="submit"][disabled]:active, button[type="submit"][disabled].active,
  fieldset[disabled] button[type="submit"],
  fieldset[disabled] button[type="submit"]:hover,
  fieldset[disabled] button[type="submit"]:focus,
  fieldset[disabled] button[type="submit"]:active,
  fieldset[disabled] button[type="submit"].active,
  input[type="submit"].disabled,
  input[type="submit"].disabled:hover,
  input[type="submit"].disabled:focus,
  input[type="submit"].disabled:active,
  input[type="submit"].disabled.active,
  input[type="submit"][disabled],
  input[type="submit"][disabled]:hover,
  input[type="submit"][disabled]:focus,
  input[type="submit"][disabled]:active,
  input[type="submit"][disabled].active,
  fieldset[disabled]
  input[type="submit"],
  fieldset[disabled]
  input[type="submit"]:hover,
  fieldset[disabled]
  input[type="submit"]:focus,
  fieldset[disabled]
  input[type="submit"]:active,
  fieldset[disabled]
  input[type="submit"].active,
  .btn-primary.disabled,
  .btn-primary.disabled:hover,
  .btn-primary.disabled:focus,
  .btn-primary.disabled:active,
  .btn-primary.disabled.active,
  .btn-primary[disabled],
  .btn-primary[disabled]:hover,
  .btn-primary[disabled]:focus,
  .btn-primary[disabled]:active,
  .btn-primary[disabled].active,
  fieldset[disabled]
  .btn-primary,
  fieldset[disabled]
  .btn-primary:hover,
  fieldset[disabled]
  .btn-primary:focus,
  fieldset[disabled]
  .btn-primary:active,
  fieldset[disabled]
  .btn-primary.active {
    background-color: #347ea6 !important;
    border-color: #2f7296 !important; }

.btn-success {
  color: #fff !important;
  background-color: #4a921f !important;
  border-color: #41811b !important; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #3f7d1b !important; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none !important; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #4a921f !important;
    border-color: #41811b !important; }

.btn-info {
  color: #fff !important;
  background-color: #76b9f4 !important;
  border-color: #63aff2 !important; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff !important;
    background-color: #5eadf2 !important; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none !important; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #76b9f4 !important;
    border-color: #63aff2 !important; }

.btn-warning {
  color: #fff !important;
  background-color: #ff8d00 !important;
  border-color: #eb8200 !important; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff !important;
    background-color: #e67f00 !important; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none !important; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #ff8d00 !important;
    border-color: #eb8200 !important; }

.btn-danger {
  color: #fff !important;
  background-color: #e60038 !important;
  border-color: #d20033 !important; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #cd0032 !important; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none !important; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #e60038 !important;
    border-color: #d20033 !important; }

.btn-transparent, a.filter-bar-item {
  color: #333;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent:hover, a.filter-bar-item:hover, .btn-transparent:focus, a.filter-bar-item:focus, .btn-transparent:active, a.filter-bar-item:active, .btn-transparent.active, a.active.filter-bar-item,
  .open > .btn-transparent.dropdown-toggle,
  .open > a.dropdown-toggle.filter-bar-item {
    color: #333;
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-transparent:active, a.filter-bar-item:active, .btn-transparent.active, a.active.filter-bar-item,
  .open > .btn-transparent.dropdown-toggle,
  .open > a.dropdown-toggle.filter-bar-item {
    background-image: none; }
  .btn-transparent.disabled, a.disabled.filter-bar-item, .btn-transparent.disabled:hover, a.disabled.filter-bar-item:hover, .btn-transparent.disabled:focus, a.disabled.filter-bar-item:focus, .btn-transparent.disabled:active, a.disabled.filter-bar-item:active, .btn-transparent.disabled.active, a.disabled.active.filter-bar-item, .btn-transparent[disabled], a[disabled].filter-bar-item, .btn-transparent[disabled]:hover, a[disabled].filter-bar-item:hover, .btn-transparent[disabled]:focus, a[disabled].filter-bar-item:focus, .btn-transparent[disabled]:active, a[disabled].filter-bar-item:active, .btn-transparent[disabled].active, a[disabled].active.filter-bar-item,
  fieldset[disabled] .btn-transparent,
  fieldset[disabled] a.filter-bar-item,
  fieldset[disabled] .btn-transparent:hover,
  fieldset[disabled] a.filter-bar-item:hover,
  fieldset[disabled] .btn-transparent:focus,
  fieldset[disabled] a.filter-bar-item:focus,
  fieldset[disabled] .btn-transparent:active,
  fieldset[disabled] a.filter-bar-item:active,
  fieldset[disabled] .btn-transparent.active,
  fieldset[disabled] a.active.filter-bar-item {
    background-color: transparent;
    border-color: transparent; }

.btn-transparent-invert {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent-invert:hover, .btn-transparent-invert:focus, .btn-transparent-invert:active, .btn-transparent-invert.active,
  .open > .btn-transparent-invert.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
  .btn-transparent-invert:active, .btn-transparent-invert.active,
  .open > .btn-transparent-invert.dropdown-toggle {
    background-image: none; }
  .btn-transparent-invert.disabled, .btn-transparent-invert.disabled:hover, .btn-transparent-invert.disabled:focus, .btn-transparent-invert.disabled:active, .btn-transparent-invert.disabled.active, .btn-transparent-invert[disabled], .btn-transparent-invert[disabled]:hover, .btn-transparent-invert[disabled]:focus, .btn-transparent-invert[disabled]:active, .btn-transparent-invert[disabled].active,
  fieldset[disabled] .btn-transparent-invert,
  fieldset[disabled] .btn-transparent-invert:hover,
  fieldset[disabled] .btn-transparent-invert:focus,
  fieldset[disabled] .btn-transparent-invert:active,
  fieldset[disabled] .btn-transparent-invert.active {
    background-color: transparent;
    border-color: transparent; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > a.filter-bar-item {
  border-radius: 0.2857142857rem  !important;
  font-size: 1.2857142857rem  !important;
  line-height: 1.33 !important;
  padding: 0.7142857143rem 1.1428571429rem  !important; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > a.filter-bar-item {
  border-radius: 0.1428571429rem  !important;
  font-size: 0.8571428571rem  !important;
  line-height: 1.428571429 !important;
  padding: 0.3571428571rem 0.7142857143rem  !important; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > a.filter-bar-item {
  border-radius: 0.1428571429rem  !important;
  font-size: 0.8571428571rem  !important;
  line-height: 1.428571429 !important;
  padding: 0.0714285714rem 0.3571428571rem  !important; }

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

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

/**
 * Vendor
 */
/**
 * Components
 */
/**
 * Arrows
 * --------------------------------------------------
 * - Extend class
 * - Styling needed for all arrows
 *
 * :before is the arrow border
 * :after is the arrow background
 */
.popover:before, .tooltip:before, .popover:after, .tooltip:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.arrow-top:before {
  top: -1px;
  left: 50%; }

.arrow-top:after {
  top: 0;
  left: 50%; }

.arrow-top-left:before, .arrow-top-right:before {
  top: -1px;
  left: 50%; }

.arrow-top-left:after, .arrow-top-right:after {
  top: 0;
  left: 50%; }

.arrow-top-left:before, .arrow-top-left:after, .arrow-top-right:before, .arrow-top-right:after {
  left: auto; }

.arrow-right:before {
  right: -1px;
  top: 50%; }

.arrow-right:after {
  right: 0;
  top: 50%; }

.arrow-right-bottom:before, .arrow-right-top:before {
  right: -1px;
  top: 50%; }

.arrow-right-bottom:after, .arrow-right-top:after {
  right: 0;
  top: 50%; }

.arrow-right-bottom:before, .arrow-right-bottom:after, .arrow-right-top:before, .arrow-right-top:after {
  top: auto; }

.arrow-bottom:before {
  bottom: -1px;
  left: 50%; }

.arrow-bottom:after {
  bottom: 0;
  left: 50%; }

.arrow-bottom-left:before, .arrow-bottom-right:before {
  bottom: -1px;
  left: 50%; }

.arrow-bottom-left:after, .arrow-bottom-right:after {
  bottom: 0;
  left: 50%; }

.arrow-bottom-left:before, .arrow-bottom-left:after, .arrow-bottom-right:before, .arrow-bottom-right:after {
  left: auto; }

.arrow-left:before {
  left: -1px;
  top: 50%; }

.arrow-left:after {
  left: 0;
  top: 50%; }

.arrow-left-bottom:before, .arrow-left-top:before {
  left: -1px;
  top: 50%; }

.arrow-left-bottom:after, .arrow-left-top:after {
  left: 0;
  top: 50%; }

.arrow-left-bottom:before, .arrow-left-bottom:after, .arrow-left-top:before, .arrow-left-top:after {
  top: auto; }

.btn-group, .btn-group-vertical {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group-vertical > .btn, .btn-group > a.filter-bar-item, .btn-group-vertical > a.filter-bar-item {
    float: left;
    position: relative; }
    .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > a.filter-bar-item:hover, .btn-group-vertical > a.filter-bar-item:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > a.filter-bar-item:focus, .btn-group-vertical > a.filter-bar-item:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > a.filter-bar-item:active, .btn-group-vertical > a.filter-bar-item:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active, .btn-group > a.active.filter-bar-item, .btn-group-vertical > a.active.filter-bar-item {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > a.filter-bar-item:focus, .btn-group-vertical > a.filter-bar-item:focus {
      outline: 0; }

.btn-group .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group a.filter-bar-item + .btn, .btn-group-vertical a.filter-bar-item + .btn, .btn-group .btn + a.filter-bar-item, .btn-group-vertical .btn + a.filter-bar-item, .btn-group a.filter-bar-item + a.filter-bar-item, .btn-group-vertical a.filter-bar-item + a.filter-bar-item {
  margin-left: -1px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > a.filter-bar-item:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group-vertical > a.filter-bar-item:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 !important; }

.btn-group > .btn:first-child, .btn-group-vertical > .btn:first-child, .btn-group > a.filter-bar-item:first-child, .btn-group-vertical > a.filter-bar-item:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group > a.filter-bar-item:first-child:not(:last-child), .btn-group-vertical > a.filter-bar-item:first-child:not(:last-child) {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.btn-group > .btn:last-child:not(:first-child), .btn-group-vertical > .btn:last-child:not(:first-child), .btn-group > a.filter-bar-item:last-child:not(:first-child), .btn-group-vertical > a.filter-bar-item:last-child:not(:first-child) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.btn-group-vertical > .btn, .btn-group-vertical > a.filter-bar-item,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group-vertical,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group > a.filter-bar-item,
.btn-group-vertical > .btn-group-vertical > a.filter-bar-item {
  display: block;
  float: none;
  max-width: 100%;
  width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group-vertical:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group-vertical:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group-vertical:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group-vertical > .btn, .btn-group-vertical > .btn-group > a.filter-bar-item, .btn-group-vertical > .btn-group-vertical > a.filter-bar-item {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > a.filter-bar-item + .btn, .btn-group-vertical > .btn + a.filter-bar-item, .btn-group-vertical > a.filter-bar-item + a.filter-bar-item,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > a.filter-bar-item + .btn-group,
.btn-group-vertical > .btn + .btn-group-vertical,
.btn-group-vertical > a.filter-bar-item + .btn-group-vertical,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group-vertical + .btn,
.btn-group-vertical > .btn-group + a.filter-bar-item,
.btn-group-vertical > .btn-group-vertical + a.filter-bar-item,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group-vertical + .btn-group,
.btn-group-vertical > .btn-group + .btn-group-vertical,
.btn-group-vertical > .btn-group-vertical + .btn-group-vertical {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > a.filter-bar-item:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > a.filter-bar-item:first-child:not(:last-child) {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.2142857143rem  !important; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > a.filter-bar-item:last-child:not(:first-child) {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0.2142857143rem  !important; }

.btn-group-vertical.btn-group-lg > .btn:first-child:not(:last-child), .btn-group-vertical.btn-group-lg > a.filter-bar-item:first-child:not(:last-child) {
  border-top-right-radius: 0.2857142857rem  !important; }

.btn-group-vertical.btn-group-lg > .btn:last-child:not(:first-child), .btn-group-vertical.btn-group-lg > a.filter-bar-item:last-child:not(:first-child) {
  border-bottom-left-radius: 0.2857142857rem  !important; }

.btn-group-vertical.btn-group-sm > .btn:first-child:not(:last-child), .btn-group-vertical.btn-group-sm > a.filter-bar-item:first-child:not(:last-child), .btn-group-vertical.btn-group-xs > .btn:first-child:not(:last-child), .btn-group-vertical.btn-group-xs > a.filter-bar-item:first-child:not(:last-child) {
  border-top-right-radius: 0.1428571429rem  !important; }

.btn-group-vertical.btn-group-sm > .btn:last-child:not(:first-child), .btn-group-vertical.btn-group-sm > a.filter-bar-item:last-child:not(:first-child), .btn-group-vertical.btn-group-xs > .btn:last-child:not(:first-child), .btn-group-vertical.btn-group-xs > a.filter-bar-item:last-child:not(:first-child) {
  border-bottom-left-radius: 0.1428571429rem  !important; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group-vertical:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.filter-bar-item, .btn-group-vertical > .btn-group-vertical:not(:first-child):not(:last-child) > a.filter-bar-item {
  border-radius: 0; }

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group-vertical:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.filter-bar-item:first-child, .btn-group-vertical > .btn-group-vertical:last-child:not(:first-child) > a.filter-bar-item:first-child {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important; }

/**
 * Cards
 * --------------------------------------------------
 */
.card, .accordion-panel {
  border-color: #eaeaea;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .card .card-heading, .accordion-panel .card-heading, .card .accordion-panel-heading, .accordion-panel .accordion-panel-heading {
    color: #333;
    background-color: #f7f7f7;
    border-color: #eaeaea; }
    .card .card-heading + .card-collapse > .card-body, .accordion-panel .card-heading + .card-collapse > .card-body, .card .accordion-panel-heading + .card-collapse > .card-body, .accordion-panel .accordion-panel-heading + .card-collapse > .card-body, .card .card-heading + .card-collapse > .accordion-panel-body, .accordion-panel .card-heading + .card-collapse > .accordion-panel-body, .card .accordion-panel-heading + .card-collapse > .accordion-panel-body, .accordion-panel .accordion-panel-heading + .card-collapse > .accordion-panel-body {
      border-top-color: #eaeaea; }
    .card .card-heading .badge, .accordion-panel .card-heading .badge, .card .accordion-panel-heading .badge, .accordion-panel .accordion-panel-heading .badge {
      color: #f7f7f7;
      background-color: #333; }
  .card .card-footer + .card-collapse > .card-body, .accordion-panel .card-footer + .card-collapse > .card-body, .card .card-footer + .card-collapse > .accordion-panel-body, .accordion-panel .card-footer + .card-collapse > .accordion-panel-body {
    border-bottom-color: #eaeaea; }
  .card:not(.accordion-panel), .accordion-panel:not(.accordion-panel) {
    border-radius: 3px; }
  .card > .card-heading, .accordion-panel > .card-heading, .card > .accordion-panel-heading, .accordion-panel > .accordion-panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

/**
 * Card contents
 */
.card-body, .accordion-panel-body {
  border-bottom: 1px solid #eaeaea;
  padding: 1.1428571429rem ; }
  .card-body:before, .accordion-panel-body:before, .card-body:after, .accordion-panel-body:after {
    content: " ";
    display: table; }
  .card-body:after, .accordion-panel-body:after {
    clear: both; }
  .card-body:last-child, .accordion-panel-body:last-child {
    border-bottom: none; }
  .card-body.has-no-padding, .has-no-padding.accordion-panel-body {
    padding: 0; }

/**
 * Optional heading
 */
.card-heading, .accordion-panel-heading {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1428571429rem ;
  font-weight: 700;
  min-height: 2.7142857143rem ;
  padding: 0.1428571429rem 1.1428571429rem ;
  width: 100%;
  /**
   * !!!! Panel title should be removed later…
   */
  /**
   * Icon margin
   * Badge margin
   */ }
  .card-heading > .dropdown .dropdown-toggle, .accordion-panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }
  .card-heading .fa, .accordion-panel-heading .fa {
    color: #888; }
  .card-heading .card-title, .accordion-panel-heading .card-title,
  .card-heading .panel-title, .accordion-panel-heading .panel-title {
    background: none;
    color: #333;
    display: inline-block;
    font-size: 1rem ;
    font-weight: 700;
    margin: 0;
    padding: 0; }
  .card-heading .fa + .card-title, .accordion-panel-heading .fa + .card-title,
  .card-heading .fa + .panel-title, .accordion-panel-heading .fa + .panel-title,
  .card-heading [class^="badge"] + .card-title, .accordion-panel-heading [class^="badge"] + .card-title,
  .card-heading [class^="badge"] + .panel-title, .accordion-panel-heading [class^="badge"] + .panel-title,
  .card-heading .card-title + [class^="badge"], .accordion-panel-heading .card-title + [class^="badge"],
  .card-heading .panel-title + [class^="badge"], .accordion-panel-heading .panel-title + [class^="badge"] {
    margin-left: 0.6428571429rem ; }

/**
 * Optional footer
 */
.card-footer {
  background: #f7f7f7;
  border-top: 1px solid #eaeaea;
  padding: 0.5714285714rem 1.1428571429rem ; }

/**
 * Breadcrumbs
 * --------------------------------------------------
 * - breadcrumbs
 * - there's also a breadcrumbs branch where there's microdata enhancement in the HTML (branch 'feature/breadcrumbs-microdata')
 */
.breadcrumbs {
  background: transparent;
  color: #333;
  font-size: 1rem ;
  padding: 10px 0; }
  .breadcrumbs ol {
    display: inline;
    list-style: none;
    padding-left: 0; }
    .breadcrumbs ol li {
      display: inline;
      padding: 0; }
      .breadcrumbs ol li :not(:first-child):before {
        color: #bbb;
        content: "";
        font-family: 'FontAwesome';
        font-size: 0.6rem ;
        padding: 0rem 0.5714285714rem 0rem 0.6428571429rem ;
        vertical-align: middle; }
      .breadcrumbs ol li.is-current {
        font-weight: 600; }

/**
 * Badges
 * --------------------------------------------------
 */
.badge, .badge-primary, .badge-success, .badge-info, .badge-warning, .badge-danger {
  border-radius: 0.2142857143rem ;
  font-size: 0.7857142857rem ;
  line-height: 1.4;
  padding: 0rem 0.3571428571rem ;
  background-color: #eaeaea;
  color: #333;
  display: inline-block;
  font-weight: 600;
  min-width: 0.7142857143rem ;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }
  .badge:empty, .badge-primary:empty, .badge-success:empty, .badge-info:empty, .badge-warning:empty, .badge-danger:empty {
    display: none; }
  .btn .badge, a.filter-bar-item .badge, .btn .badge-primary, a.filter-bar-item .badge-primary, .btn .badge-success, a.filter-bar-item .badge-success, .btn .badge-info, a.filter-bar-item .badge-info, .btn .badge-warning, a.filter-bar-item .badge-warning, .btn .badge-danger, a.filter-bar-item .badge-danger {
    margin-left: 0.8571428571rem ; }
  .btn-lg .badge, .btn-group-lg > .btn .badge, .btn-group-lg > a.filter-bar-item .badge, .btn-lg .badge-primary, .btn-group-lg > .btn .badge-primary, .btn-group-lg > a.filter-bar-item .badge-primary, .btn-lg .badge-success, .btn-group-lg > .btn .badge-success, .btn-group-lg > a.filter-bar-item .badge-success, .btn-lg .badge-info, .btn-group-lg > .btn .badge-info, .btn-group-lg > a.filter-bar-item .badge-info, .btn-lg .badge-warning, .btn-group-lg > .btn .badge-warning, .btn-group-lg > a.filter-bar-item .badge-warning, .btn-lg .badge-danger, .btn-group-lg > .btn .badge-danger, .btn-group-lg > a.filter-bar-item .badge-danger {
    margin-left: 1.1428571429rem ; }
  .btn-sm .badge, .btn-group-sm > .btn .badge, .btn-group-sm > a.filter-bar-item .badge, .btn-sm .badge-primary, .btn-group-sm > .btn .badge-primary, .btn-group-sm > a.filter-bar-item .badge-primary, .btn-sm .badge-success, .btn-group-sm > .btn .badge-success, .btn-group-sm > a.filter-bar-item .badge-success, .btn-sm .badge-info, .btn-group-sm > .btn .badge-info, .btn-group-sm > a.filter-bar-item .badge-info, .btn-sm .badge-warning, .btn-group-sm > .btn .badge-warning, .btn-group-sm > a.filter-bar-item .badge-warning, .btn-sm .badge-danger, .btn-group-sm > .btn .badge-danger, .btn-group-sm > a.filter-bar-item .badge-danger {
    margin-left: 0.7142857143rem ; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > a.filter-bar-item .badge, .btn-xs .badge-primary, .btn-group-xs > .btn .badge-primary, .btn-group-xs > a.filter-bar-item .badge-primary, .btn-xs .badge-success, .btn-group-xs > .btn .badge-success, .btn-group-xs > a.filter-bar-item .badge-success, .btn-xs .badge-info, .btn-group-xs > .btn .badge-info, .btn-group-xs > a.filter-bar-item .badge-info, .btn-xs .badge-warning, .btn-group-xs > .btn .badge-warning, .btn-group-xs > a.filter-bar-item .badge-warning, .btn-xs .badge-danger, .btn-group-xs > .btn .badge-danger, .btn-group-xs > a.filter-bar-item .badge-danger {
    line-height: 1.2;
    margin-left: 0.3571428571rem ; }

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

.badge {
  background-color: #eaeaea;
  color: #333; }

.badge-primary {
  background-color: #347ea6;
  color: #fff; }

.badge-success {
  background-color: #4a921f;
  color: #fff; }

.badge-info {
  background-color: #76b9f4;
  color: #fff; }

.badge-warning {
  background-color: #ff8d00;
  color: #fff; }

.badge-danger {
  background-color: #e60038;
  color: #fff; }

/**
 * Navs
 * --------------------------------------------------
 * - Base class
 * - Tabs
 */
/**
 * Base class
 */
.nav-tabs {
  background-color: rgba(0, 0, 0, 0.05);
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table; }
  .nav-tabs:after {
    clear: both; }
  .nav-tabs > li {
    display: block;
    position: relative; }
    .nav-tabs > li > a {
      background: transparent;
      color: #5fb1d6;
      display: block;
      padding: 0.4285714286rem 0.8571428571rem ;
      position: relative; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: rgba(0, 0, 0, 0.05);
        color: #369dcc;
        text-decoration: none; }
    .nav-tabs > li.active {
      margin-bottom: -1px;
      border-bottom: 1px solid #fff; }
      .nav-tabs > li.active > a {
        background: #fff;
        color: #333;
        cursor: default;
        font-weight: 600; }
    .nav-tabs > li.disabled > a {
      color: #bbb; }
      .nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
        background-color: transparent;
        color: #bbb;
        cursor: not-allowed;
        text-decoration: none; }

/**
 * Overrides
 */
.nav-lg > li > a {
  padding: 0.8571428571rem 1.0714285714rem ; }

/**
 * Tabs
 */
.nav-tabs {
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #bbb;
  margin: 1.4285714286rem 0rem ; }
  .nav-tabs > li {
    float: left; }
    .nav-tabs > li > a {
      line-height: 1.428571429; }

/**
 * Tabbable tabs
 */
.tab-content > .tab-pane {
  display: none; }

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

/**
 * Modal
 * --------------------------------------------------
 */
html.has-open-modal {
  overflow: hidden; }

.modal {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: '';
  height: 100%;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 20; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.125em;
    vertical-align: middle; }
  .modal-dialog {
    background-color: #eaeaea;
    border-radius: 0.2142857143rem ;
    box-shadow: 0rem 0.4285714286rem 1.7142857143rem  rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin: 2.2857142857rem 0rem ;
    max-width: 95%;
    overflow: visible;
    padding: 1.7857142857rem ;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .modal-dialog {
        max-width: 75%; } }
    @media (min-width: 992px) {
      .modal-dialog {
        max-width: 60%; } }
    @media (min-width: 1200px) {
      .modal-dialog {
        max-width: 42.8571428571rem ; } }

/**
 * Loader
 * --------------------------------------------------
 * To do: give the loader a decent fallback for IE9.
 * Check the comment signs at the end of the lines below.
 */
.loader, .loader-lg, .table-interactive.is-loading:after, .loader-invert, button[type="submit"] span.loader,
button[type="submit"] span.loader-lg,
button[type="submit"] span.table-interactive.is-loading:after,
input[type="submit"] span.loader,
input[type="submit"] span.loader-lg,
input[type="submit"] span.table-interactive.is-loading:after,
.btn-primary span.loader,
.btn-primary span.loader-lg,
.btn-success span.loader,
.btn-success span.loader-lg,
.btn-info span.loader,
.btn-info span.loader-lg,
.btn-warning span.loader,
.btn-warning span.loader-lg,
.btn-danger span.loader,
.btn-danger span.loader-lg,
.btn-transparent-invert span.loader,
.btn-transparent-invert span.loader-lg {
  -webkit-animation: spin .7s infinite linear, loader-color 2.8s infinite linear;
  animation: spin .7s infinite linear, loader-color 2.8s infinite linear;
  -webkit-backface-visibility: hidden;
  border: 2px solid;
  border-color: transparent rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8) rgba(52, 126, 166, 0.8);
  border-radius: 50%;
  display: inline-block;
  height: 2rem ;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  width: 2rem ; }
  .loader-lg, .table-interactive.is-loading:after {
    border-width: 3px;
    height: 2.5714285714rem ;
    width: 2.5714285714rem ; }
  .loader-invert, button[type="submit"] span.loader, button[type="submit"] span.loader-lg, button[type="submit"] span.table-interactive.is-loading:after, button[type="submit"] span.loader-invert,
  input[type="submit"] span.loader,
  input[type="submit"] span.loader-lg,
  input[type="submit"] span.table-interactive.is-loading:after,
  input[type="submit"] span.loader-invert,
  .btn-primary span.loader,
  .btn-primary span.loader-lg,
  .btn-primary span.table-interactive.is-loading:after,
  .btn-primary span.loader-invert,
  .btn-success span.loader,
  .btn-success span.loader-lg,
  .btn-success span.table-interactive.is-loading:after,
  .btn-success span.loader-invert,
  .btn-info span.loader,
  .btn-info span.loader-lg,
  .btn-info span.table-interactive.is-loading:after,
  .btn-info span.loader-invert,
  .btn-warning span.loader,
  .btn-warning span.loader-lg,
  .btn-warning span.table-interactive.is-loading:after,
  .btn-warning span.loader-invert,
  .btn-danger span.loader,
  .btn-danger span.loader-lg,
  .btn-danger span.table-interactive.is-loading:after,
  .btn-danger span.loader-invert,
  .btn-transparent-invert span.loader,
  .btn-transparent-invert span.loader-lg,
  .btn-transparent-invert span.table-interactive.is-loading:after,
  .btn-transparent-invert span.loader-invert {
    -webkit-animation: none;
    animation: none;
    -webkit-animation: spin .7s infinite linear;
    animation: spin .7s infinite linear;
    border-color: transparent #fff #fff #fff; }

span.loader, span.loader-lg, span.table-interactive.is-loading:after, span.loader-invert, button[type="submit"] span.loader,
button[type="submit"] span.loader-lg,
input[type="submit"] span.loader,
input[type="submit"] span.loader-lg,
.btn-primary span.loader,
.btn-primary span.loader-lg,
.btn-success span.loader,
.btn-success span.loader-lg,
.btn-info span.loader,
.btn-info span.loader-lg,
.btn-warning span.loader,
.btn-warning span.loader-lg,
.btn-danger span.loader,
.btn-danger span.loader-lg,
.btn-transparent-invert span.loader,
.btn-transparent-invert span.loader-lg,
span.loader-lg,
span.table-interactive.is-loading:after {
  height: 1em;
  line-height: 1em;
  top: .125em;
  width: 1em; }

/**
 * Callout
 * --------------------------------------------------
 */
.callout, .callout-success, .callout-warning, .callout-danger {
  background: #eef6fa;
  border: 1px solid #347ea6;
  border-left: 5px solid #347ea6;
  border-radius: 0rem ;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #213e4e;
  padding: 0.7142857143rem 1.1428571429rem ; }
  .callout a, .callout-success a, .callout-warning a, .callout-danger a {
    color: #3fa1ce;
    text-decoration: underline; }
    .callout a:hover, .callout-success a:hover, .callout-warning a:hover, .callout-danger a:hover, .callout a:focus, .callout-success a:focus, .callout-warning a:focus, .callout-danger a:focus {
      color: #2c85ad; }
  .callout hr, .callout-success hr, .callout-warning hr, .callout-danger hr {
    border-top-color: #347ea6;
    margin: 0.7142857143rem  0; }
  .callout > p:last-child, .callout-success > p:last-child, .callout-warning > p:last-child, .callout-danger > p:last-child,
  .callout > ul, .callout-success > ul, .callout-warning > ul, .callout-danger > ul {
    margin-bottom: 0; }

.callout-success {
  background-color: #f5fcf1;
  border-color: #4a921f;
  color: #2a4618; }
  .callout-success a {
    color: #3fa1ce; }
    .callout-success a:hover, .callout-success a:focus {
      color: #2c85ad; }
  .callout-success hr {
    border-top-color: #4a921f; }

.callout-warning {
  background-color: #fff8f0;
  border-color: #ff8d00;
  color: #72440c; }
  .callout-warning a {
    color: #3fa1ce; }
    .callout-warning a:hover, .callout-warning a:focus {
      color: #2c85ad; }
  .callout-warning hr {
    border-top-color: #ff8d00; }

.callout-danger {
  background-color: #fff0f4;
  border-color: #e60038;
  color: #680c22; }
  .callout-danger a {
    color: #3fa1ce; }
    .callout-danger a:hover, .callout-danger a:focus {
      color: #2c85ad; }
  .callout-danger hr {
    border-top-color: #e60038; }

/**
 * Label
 * ----------------------------------------------------------------
 */
.label, .label-primary, .label-success, .label-info, .label-warning, .label-danger {
  border: 1px solid #bbb;
  border-radius: .25em;
  color: #bbb;
  display: inline;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  padding: .2em .3em .2em;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  white-space: nowrap; }
  .label:empty, .label-primary:empty, .label-success:empty, .label-info:empty, .label-warning:empty, .label-danger:empty {
    display: none; }
  .btn .label, a.filter-bar-item .label, .btn .label-primary, a.filter-bar-item .label-primary, .btn .label-success, a.filter-bar-item .label-success, .btn .label-info, a.filter-bar-item .label-info, .btn .label-warning, a.filter-bar-item .label-warning, .btn .label-danger, a.filter-bar-item .label-danger {
    position: relative;
    top: -1px; }

.label-primary {
  border-color: #347ea6;
  color: #347ea6; }

.label-success {
  border-color: #4a921f;
  color: #4a921f; }

.label-info {
  border-color: #76b9f4;
  color: #76b9f4; }

.label-warning {
  border-color: #ff8d00;
  color: #ff8d00; }

.label-danger {
  border-color: #e60038;
  color: #e60038; }

/**
 * Hit area box
 * --------------------------------------------------
 */
.hit-area-box > li input[type="checkbox"] + label,
.hit-area-box > li input[type="radio"] + label {
  background-color: #dadada;
  color: #333;
  cursor: pointer;
  display: block;
  margin: 1px 0;
  padding: 0.5rem 0.3571428571rem 0.5rem 3.2142857143rem ;
  transition: background-color linear 0.1s; }
  .hit-area-box > li input[type="checkbox"] + label:before,
  .hit-area-box > li input[type="radio"] + label:before {
    border: none; }

.hit-area-box > li input[type="checkbox"]:active:enabled:not(:checked) + label, .hit-area-box > li input[type="checkbox"]:hover:enabled:not(:checked) + label, .hit-area-box > li input[type="checkbox"]:focus:enabled:not(:checked) + label,
.hit-area-box > li input[type="radio"]:active:enabled:not(:checked) + label,
.hit-area-box > li input[type="radio"]:hover:enabled:not(:checked) + label,
.hit-area-box > li input[type="radio"]:focus:enabled:not(:checked) + label {
  background-color: #c5c5c5;
  color: #000; }

.hit-area-box > li input[type="checkbox"]:checked + label,
.hit-area-box > li input[type="radio"]:checked + label {
  background-color: #347ea6;
  color: #fff; }

.hit-area-box > li input[type="checkbox"]:disabled + label,
.hit-area-box > li input[type="radio"]:disabled + label {
  cursor: not-allowed; }

.hit-area-box > li input[type="checkbox"]:focus + label,
.hit-area-box > li input[type="radio"]:focus + label {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(95, 177, 214, 0.25); }

.hit-area-box > li:first-child input[type="checkbox"] + label,
.hit-area-box > li:first-child input[type="radio"] + label {
  border-top-right-radius: 0.2142857143rem ;
  border-top-left-radius: 0.2142857143rem ; }

.hit-area-box > li:last-child input[type="checkbox"] + label,
.hit-area-box > li:last-child input[type="radio"] + label {
  border-bottom-right-radius: 0.2142857143rem ;
  border-bottom-left-radius: 0.2142857143rem ; }

.hit-area-box > li input[type="checkbox"] + label:before, .hit-area-box > li input[type="checkbox"] + label:after {
  height: 1.4285714286rem ;
  left: 0.9285714286rem ;
  top: 0.5rem ;
  width: 1.4285714286rem ; }
  @media (min-width: 768px) {
    .hit-area-box > li input[type="checkbox"] + label:before, .hit-area-box > li input[type="checkbox"] + label:after {
      height: 1rem ;
      left: 1.1428571429rem ;
      top: 0.7142857143rem ;
      width: 1rem ; } }

.hit-area-box > li input[type="radio"] + label:before {
  height: 1.5714285714rem ;
  left: 0.8571428571rem ;
  top: 0.4285714286rem ;
  width: 1.5714285714rem ; }
  @media (min-width: 768px) {
    .hit-area-box > li input[type="radio"] + label:before {
      height: 1.1428571429rem ;
      left: 1.0714285714rem ;
      top: 0.6428571429rem ;
      width: 1.1428571429rem ; } }

/**
 * Timeline
 * --------------------------------------------------
 */
/**
 * The timeline
 */
.timeline {
  margin-left: 0;
  padding: 0rem 0rem 0rem 0.8571428571rem ;
  /**
   * Extra styles for normal (larger) timeline
   */
  /**
   * Timeline label
   */
  /**
   * List items
   */ }
  @media (min-width: 768px) {
    .timeline:not(.timeline-is-compact) {
      margin-left: 8.5714285714rem ; }
      .timeline:not(.timeline-is-compact) .timeline-label {
        margin: 0.7142857143rem 0rem 0.7142857143rem -1.7142857143rem ; }
      .timeline:not(.timeline-is-compact) .timeline-list-label {
        bottom: 0;
        display: table;
        height: 100%;
        left: -9.4285714286rem ;
        padding-bottom: 0;
        position: absolute;
        text-align: right;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 7.7142857143rem ; } }
  .timeline-label {
    margin: 0.7142857143rem 0rem 0.7142857143rem -0.8571428571rem ; }
  .timeline-list {
    position: relative;
    /**
     * Line
     */
    /**
     * Timeline list label
     */ }
    .timeline-list:before {
      background: #bbb;
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      top: 0;
      width: 2px; }
    .timeline-list > li {
      padding: 0.8571428571rem 0rem 0.8571428571rem 1.7142857143rem ;
      position: relative; }
      .timeline-list > li:before {
        background: #fff;
        border: 2px solid #888;
        border-radius: 50%;
        content: '';
        height: 12px;
        left: -5px;
        position: absolute;
        top: calc(50% - 5px);
        width: 12px; }
    .timeline-list-label {
      padding-bottom: 0.8571428571rem ; }

/**
 * Flex Bar component
 * --------------------------------------------------
 * - basic bar
 * - IE9 overrides (delete this section later)
 */
/**
 * 1st level container
 * --------------------------------
 */
.bar, .nav-top {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  /**
   * 2nd level container
   */ }
  .bar label, .nav-top label {
    display: inline; }
  .bar input, .nav-top input,
  .bar select, .nav-top select,
  .bar .faux-input, .nav-top .faux-input {
    display: inline-block; }
  .bar > ul, .nav-top > ul, .bar > div, .nav-top > div {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bar > ul > li, .nav-top > ul > li {
    vertical-align: middle; }
  .bar > div.bar-left, .nav-top > div.bar-left, .bar > div.nav-top-left, .nav-top > div.nav-top-left, .bar > div.bar-right, .nav-top > div.bar-right, .bar > div.nav-top-right, .nav-top > div.nav-top-right {
    margin: 0; }
  .bar-left, .nav-top-left {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .bar-center, .nav-top-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center; }
  .bar-right, .nav-top-right {
    float: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -0.4285714286rem ;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right; }

/**
 * IE9 fall back
 * --------------------------------
 */
.bar > ul > li, .nav-top > ul > li {
  line-height: 2.5rem  \9; }

.bar-left, .nav-top-left {
  float: left; }

.bar-right, .nav-top-right {
  float: right; }

/**
 * Filter-bar
 * --------------------------------------------------
 */
.filter-bar {
  background-color: #f7f7f7;
  border: solid 1px #bbb;
  border-radius: 3px;
  padding: 0.4285714286rem 0.4285714286rem 0rem ; }
  .filter-bar .bar > ul, .filter-bar .nav-top > ul {
    margin-left: 0; }
    .filter-bar .bar > ul > li, .filter-bar .nav-top > ul > li {
      padding: 0; }
  .filter-bar-item {
    margin: 0rem 0.2142857143rem 0.4285714286rem 0rem  !important; }
    .filter-bar-item-link {
      display: inline-block;
      margin: 0rem 0.2142857143rem 0.4285714286rem 0rem  !important;
      padding: 0.4285714286rem 0.8571428571rem  !important; }

a.filter-bar-item {
  font-weight: normal;
  margin: 0rem 0.2142857143rem 0.4285714286rem 0rem ; }

a.filter-bar-link-external {
  display: inline-block;
  margin: 0.4285714286rem ;
  padding: 0.4285714286rem 0.8571428571rem ; }

/**
 * Angular related components
 */
/**
 * Accordions
 * --------------------------------------------------
 */
.accordion-panel:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .accordion-panel:first-child .card-heading, .accordion-panel:first-child .accordion-panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

.accordion-panel:not(:first-child) {
  border-top: none; }

.accordion-panel:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .accordion-panel:last-child .card-heading, .accordion-panel:last-child .accordion-panel-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.accordion-panel > a {
  text-decoration: none; }

.accordion-panel.group-open > .accordion-toggle:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion-panel.group-open:last-child .card-heading, .accordion-panel.group-open:last-child .accordion-panel-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion-panel.group-loading > .accordion-toggle:before {
  opacity: 0; }

.accordion-panel.group-loading > .accordion-toggle:after {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  content: "\f021"; }

.accordion-panel-heading:hover, .accordion-panel-heading:active, .accordion-panel-heading:focus {
  background-color: #ededed;
  transition: background 0.1s linear; }

.accordion-panel-heading .card-title,
.accordion-panel-heading .panel-title {
  padding-right: 1.4285714286rem ;
  width: 100%; }

.accordion-toggle {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .accordion-toggle:before, .accordion-toggle:after {
    color: #333;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    pointer-events: none;
    position: absolute; }
  .accordion-toggle:before {
    content: "\f0d7";
    right: 1rem ;
    text-align: center;
    text-decoration: inherit;
    top: 0.6785714286rem ;
    transition: color 0.1s linear, -webkit-transform 0.1s linear;
    transition: color 0.1s linear, transform 0.1s linear;
    z-index: 2; }
  .accordion-toggle:after {
    content: '';
    font-size: 14px;
    right: 0.9285714286rem ;
    top: 0.7857142857rem ;
    z-index: 1; }

.accordion-panel-body {
  position: relative; }

.accordion-content {
  overflow: hidden;
  position: relative; }

.accordion-loaded-content {
  transition: opacity .4s linear; }

/**
 * Component: datepicker
 * --------------------------------------------------
 * - single
 * - range
 */
.datepicker-input-fields {
  min-width: 7.8571428571rem ;
  position: relative; }
  .datepicker-input-fields .datepicker-icon {
    right: 1px;
    z-index: 2; }
  .datepicker-input-fields .faux-input {
    position: relative;
    overflow-y: visible;
    text-align: left; }
    .datepicker-input-fields .faux-input:focus {
      z-index: 1; }
  @media (min-width: 768px) {
    .datepicker-input-fields #firstDateElem .faux-input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .datepicker-input-fields #lastDateElem .faux-input {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; } }

.datepicker-icon {
  bottom: 1px;
  color: #5c5c5c;
  cursor: pointer;
  padding: 0.4285714286rem 0.5714285714rem ;
  position: absolute;
  right: 1px;
  top: 1px;
  transition: color 0.1s linear; }
  .datepicker-icon:hover, .datepicker-icon:active {
    color: #333; }

.datepicker,
.datepickerrange {
  background: #fff;
  border-radius: 0.2142857143rem ;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  color: #333;
  margin-top: 2px;
  position: relative;
  top: 2.4285714286rem ;
  z-index: 5; }
  .datepicker .btn, .datepicker a.filter-bar-item,
  .datepickerrange .btn,
  .datepickerrange a.filter-bar-item {
    background: #fff;
    border: 1px solid transparent;
    color: #888;
    min-width: 20px;
    padding: 0.1428571429rem ;
    width: 100%; }
    @media (min-width: 992px) {
      .datepicker .btn, .datepicker a.filter-bar-item,
      .datepickerrange .btn,
      .datepickerrange a.filter-bar-item {
        min-width: 38px; } }
    .datepicker .btn:hover, .datepicker a.filter-bar-item:hover,
    .datepickerrange .btn:hover,
    .datepickerrange a.filter-bar-item:hover {
      background: rgba(0, 0, 0, 0.07);
      border-color: transparent;
      color: #347ea6; }
    .datepicker .btn.btn-today, .datepicker a.btn-today.filter-bar-item,
    .datepickerrange .btn.btn-today,
    .datepickerrange a.btn-today.filter-bar-item {
      background: #dbebf4;
      border-color: #acd1e5;
      color: #347ea6; }
      .datepicker .btn.btn-today:hover, .datepicker a.btn-today.filter-bar-item:hover,
      .datepickerrange .btn.btn-today:hover,
      .datepickerrange a.btn-today.filter-bar-item:hover {
        background: #bcdaea;
        border-color: #acd1e5;
        color: #2a6687; }
    .datepicker .btn.btn-selected, .datepicker a.btn-selected.filter-bar-item,
    .datepickerrange .btn.btn-selected,
    .datepickerrange a.btn-selected.filter-bar-item {
      background: #347ea6;
      border-color: transparent;
      color: #fff; }
      .datepicker .btn.btn-selected-clicked, .datepicker a.btn-selected-clicked.filter-bar-item,
      .datepickerrange .btn.btn-selected-clicked,
      .datepickerrange a.btn-selected-clicked.filter-bar-item {
        background: #2a6687;
        border-color: transparent;
        color: #fff; }
    .datepicker .btn.btn-info, .datepicker a.btn-info.filter-bar-item,
    .datepickerrange .btn.btn-info,
    .datepickerrange a.btn-info.filter-bar-item {
      background: #347ea6;
      border-color: transparent;
      color: #fff; }
    .datepicker .btn.btn-grayed, .datepicker a.btn-grayed.filter-bar-item,
    .datepickerrange .btn.btn-grayed,
    .datepickerrange a.btn-grayed.filter-bar-item {
      background: #fff;
      border-color: transparent;
      color: #bbb; }
      .datepicker .btn.btn-grayed:hover, .datepicker a.btn-grayed.filter-bar-item:hover,
      .datepickerrange .btn.btn-grayed:hover,
      .datepickerrange a.btn-grayed.filter-bar-item:hover {
        background: rgba(0, 0, 0, 0.07);
        border-color: transparent;
        color: #888; }
      .datepicker .btn.btn-grayed-selected, .datepicker a.btn-grayed-selected.filter-bar-item,
      .datepickerrange .btn.btn-grayed-selected,
      .datepickerrange a.btn-grayed-selected.filter-bar-item {
        background: #888;
        border-color: transparent;
        color: #fff; }
        .datepicker .btn.btn-grayed-selected-clicked, .datepicker a.btn-grayed-selected-clicked.filter-bar-item,
        .datepickerrange .btn.btn-grayed-selected-clicked,
        .datepickerrange a.btn-grayed-selected-clicked.filter-bar-item {
          background: #747474;
          border-color: transparent;
          color: #fff; }
  .datepicker table,
  .datepickerrange table {
    background: #fff;
    margin-bottom: 0;
    table-layout: fixed; }
  .datepicker .table-responsive,
  .datepickerrange .table-responsive {
    border: none; }
  .datepicker td,
  .datepicker th,
  .datepickerrange td,
  .datepickerrange th {
    background: none;
    border: none;
    color: #888;
    font-size: 0.9285714286rem ;
    padding: 0.0952380952rem ;
    text-align: center; }
    .datepicker td button,
    .datepicker th button,
    .datepickerrange td button,
    .datepickerrange th button {
      font-size: 0.9285714286rem  !important; }
    .datepicker td .text-strong,
    .datepicker th .text-strong,
    .datepickerrange td .text-strong,
    .datepickerrange th .text-strong {
      color: #000; }

.datepicker {
  padding: 0.8571428571rem ;
  position: absolute;
  width: 18.5714285714rem ; }
  .datepicker.aligns-right {
    right: 0; }

.datepickerrange {
  position: relative; }
  @media (min-width: 480px) {
    .datepickerrange {
      min-width: 400px; } }
  @media (min-width: 768px) {
    .datepickerrange {
      min-width: 520px; } }
  @media (min-width: 992px) {
    .datepickerrange {
      min-width: 640px; } }

.datepicker-days th {
  border-bottom: 0.2857142857rem  solid #fff;
  padding: 0.2857142857rem 0rem ;
  background-color: #f7f7f7; }

.datepickerrange-header-left,
.datepickerrange-header-right {
  line-height: 1.7142857143rem ;
  overflow: hidden;
  padding: 0.1428571429rem ; }

.datepickerrange-left,
.datepickerrange-right {
  padding: 1.5%;
  width: 100%; }
  @media (min-width: 480px) {
    .datepickerrange-left,
    .datepickerrange-right {
      padding: 1.5% 2.5%;
      width: 50%; } }

.datepicker-nav {
  border-bottom: 0.7142857143rem  solid #fff; }

.selects-current-date {
  border-top: 0.7142857143rem  solid #fff; }
  .selects-current-date > tr {
    text-align: center; }
    .selects-current-date > tr button {
      padding: 0.1428571429rem 0.5714285714rem ; }

.table-sort-options {
  overflow: auto; }

.table-sort-info {
  display: block;
  margin: 1.4285714286rem 0.5714285714rem 1.4285714286rem 0rem ;
  text-align: center; }
  @media (min-width: 992px) {
    .table-sort-info {
      display: inline-block;
      float: left; } }
  .table-sort-info .select {
    border-left: 1px solid;
    display: inline-block;
    margin: 0rem 0rem 0rem 0.5714285714rem ;
    padding: 0rem 0rem 0rem 0.8571428571rem ; }
    .table-sort-info .select select {
      display: inline-block;
      height: auto;
      margin-right: 0.1428571429rem ;
      padding: 0.2380952381rem 1.4285714286rem 0.2380952381rem 0.4761904762rem ;
      width: auto; }

/**
 * Right
 */
.table-sort-pagination {
  margin: 1.4285714286rem 0rem ;
  text-align: center; }
  @media (min-width: 992px) {
    .table-sort-pagination {
      float: right; } }
  .table-sort-pagination .btn, .table-sort-pagination a.filter-bar-item {
    /**
     * Hide some stuff on mobile
     */ }
    .table-sort-pagination .btn:hover, .table-sort-pagination a.filter-bar-item:hover, .table-sort-pagination .btn:active, .table-sort-pagination a.filter-bar-item:active, .table-sort-pagination .btn:focus, .table-sort-pagination a.filter-bar-item:focus {
      background-color: rgba(0, 0, 0, 0.05);
      color: #369dcc; }
    .table-sort-pagination .btn.active, .table-sort-pagination a.active.filter-bar-item {
      background-color: #347ea6;
      border-color: #347ea6;
      color: #fff;
      cursor: default;
      z-index: 3; }
    @media (max-width: 992px) {
      .table-sort-pagination .btn, .table-sort-pagination a.filter-bar-item {
        display: none; }
        .table-sort-pagination .btn.prev, .table-sort-pagination a.prev.filter-bar-item, .table-sort-pagination .btn.next, .table-sort-pagination a.next.filter-bar-item, .table-sort-pagination .btn.active, .table-sort-pagination a.active.filter-bar-item {
          display: block; } }
    @media (max-width: 768px) {
      .table-sort-pagination .btn.prev span, .table-sort-pagination a.prev.filter-bar-item span, .table-sort-pagination .btn.next span, .table-sort-pagination a.next.filter-bar-item span {
        display: none; } }
  .table-sort-pagination .prev:before,
  .table-sort-pagination .next:after {
    font-family: 'FontAwesome';
    line-height: 1; }
  .table-sort-pagination .prev:before {
    content: '\f104  '; }
  .table-sort-pagination .next:after {
    content: ' \f105'; }

/**
 * Table interactive
 * --------------------------------------------------
 * Basic styling is already done on the table element by the _table.scss
 * .table-interactive adds interactive styling elements
 */
.table-interactive.is-loading {
  cursor: not-allowed;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .table-interactive.is-loading:before, .table-interactive.is-loading:after {
    cursor: not-allowed;
    position: absolute;
    top: 0;
    z-index: 2; }
  .table-interactive.is-loading:before {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: '';
    left: 0;
    right: 0; }
  .table-interactive.is-loading:after {
    content: '';
    left: 50%;
    margin-left: -1.2857142857rem ;
    pointer-events: none;
    top: 3.5714285714rem ; }

.table-interactive > thead > tr > th {
  transition: background-color 0.1s linear, color 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.table-interactive th.has-checkbox {
  width: 2.5rem ; }

.table-interactive th.is-sortable {
  position: relative; }
  .table-interactive th.is-sortable:hover {
    color: #333;
    cursor: pointer; }
  .table-interactive th.is-sortable:after {
    content: '\f0dc';
    font-family: 'FontAwesome';
    font-size: .65em;
    line-height: 1.2857142857rem ;
    margin-left: 0.2857142857rem ; }
  .table-interactive th.is-sortable.sort-asc, .table-interactive th.is-sortable.sort-desc {
    color: #333;
    font-weight: 600; }
  .table-interactive th.is-sortable.sort-asc:after {
    content: '\f0dd'; }
  .table-interactive th.is-sortable.sort-desc:after {
    content: '\f0de'; }

.table-interactive > tbody > tr > td,
.table-interactive > tbody > tr > th {
  transition: background-color 0.1s linear, color 0.1s linear; }

.table-interactive > tbody > tr.is-hoverable:hover > td,
.table-interactive > tbody > tr.is-hoverable:hover > th, .table-interactive > tbody > tr.is-hoverable:active > td,
.table-interactive > tbody > tr.is-hoverable:active > th, .table-interactive > tbody > tr.is-hoverable:focus > td,
.table-interactive > tbody > tr.is-hoverable:focus > th {
  background-color: #ebf4f9 !important;
  color: #333 !important;
  cursor: pointer; }

.table-interactive > tbody > tr.is-selected > td,
.table-interactive > tbody > tr.is-selected > th {
  background-color: #e3eff6 !important;
  color: #333 !important; }

/**
 * Action styling
 * --------------------------------
 */
.table-interactive-bar {
  margin: 0rem 0rem 0.3571428571rem ; }

.table-interactive-actions li {
  padding-bottom: 0.3571428571rem ;
  padding-right: 0 !important; }
  .table-interactive-actions li.hr {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    width: 10px; }
    .table-interactive-actions li.hr:before {
      background: #eaeaea;
      bottom: 0.3571428571rem ;
      content: '';
      margin-left: 0.2857142857rem ;
      left: calc(50% - 2px);
      position: absolute;
      top: 0;
      width: 1px; }

/**
 * Sort styling
 * --------------------------------
 */
.table-interactive-options {
  overflow: visible;
  text-align: left; }
  .table-interactive-options .is-selectable {
    padding-left: 0.2857142857rem ;
    padding-right: 0.2857142857rem ;
    transition: background-color 0.1s linear; }
    .table-interactive-options .is-selectable.selected {
      background-color: #e3eff6; }
    .table-interactive-options .is-selectable label {
      display: block; }
      .table-interactive-options .is-selectable label > span {
        display: block;
        margin: -0.1428571429rem -0.2857142857rem 0rem -0.4285714286rem ;
        padding: 0.1428571429rem 0.4285714286rem 0.1428571429rem 0.4285714286rem ; }
  .table-interactive-options .is-draggable:hover label > span {
    cursor: -webkit-grab;
    cursor: grab; }
  .table-interactive-options .is-draggable:not(.selected):hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .table-interactive-options .is-draggable:active label > span {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .table-interactive-options .draggable-placeholder > div {
    opacity: .32;
    position: relative; }
    .table-interactive-options .draggable-placeholder > div:before {
      background: #fff;
      border: 1px dashed #347ea6;
      border-radius: 3px;
      bottom: 0;
      content: "";
      left: 0;
      opacity: 1;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }

.table-interactive-sort {
  padding: 0.3571428571rem ;
  text-align: right; }
  .table-interactive-sort .btn-borderless {
    border: none;
    cursor: pointer;
    padding: 0 0 0 0.2857142857rem ; }
    .table-interactive-sort .btn-borderless[disabled] {
      opacity: .32;
      pointer-events: none; }
  .table-interactive-sort i {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .table-interactive-sort i:first-child {
      margin-right: 0.2857142857rem ; }

.table-interactive-cols {
  display: block;
  margin: 0.3571428571rem 0rem ;
  max-height: 10.7142857143rem ;
  overflow: hidden;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .table-interactive-cols:focus {
    outline: none; }
  .table-interactive-cols li {
    overflow: hidden; }

.table-interactive .draggable-elem:focus {
  outline: none; }

.table-interactive button i {
  position: relative;
  z-index: 0; }

/**
 * Table alternative heading -> this will be added to the table css when finished
 */
/**
 * Navigation
 * --------------------------------------------------
 * - navigation behaviour states
 * - top navigation
 * - side navigation:
 *   - left navigation
 *   - right navigation
 * - bar
 * - back-to top
 */
/**
 * Breakpoints to import into JavaScript
 */
body:before {
  content: "phone-view";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 768px) {
  body:before {
    content: "tablet-view"; } }

@media (min-width: 992px) {
  body:before {
    content: "desktop-view"; } }

@media (min-width: 1200px) {
  body:before {
    content: "widescreen-view"; } }

/**
 * HTML behaviour when side navigation is open
 */
@media (max-width: 767px) {
  html.nav-left-open body,
  html.nav-right-open body {
    overflow-x: hidden; } }

@media (max-width: 767px) {
  html.nav-left-open .main {
    -webkit-transform: translate(15.7142857143rem , 0);
    -ms-transform: translate(15.7142857143rem , 0);
    transform: translate(15.7142857143rem , 0); }
  html.nav-left-open .nav-left {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media (max-width: 767px) {
  html.nav-right-open .main {
    -webkit-transform: translate(-15.7142857143rem , 0);
    -ms-transform: translate(-15.7142857143rem , 0);
    transform: translate(-15.7142857143rem , 0); }
  html.nav-right-open .nav-right {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

/**
 * Default behaviour is that there is a fixed nav-top,
 * so we need to 'fix' the body's padding
 */
html {
  /**
   * If the nav-top for some reason needs to scroll with the page
   */ }
  html.has-nav-left {
    /**
     * If the left nav can always be closed we need some more styling
     */
    /**
     * The left nav can always be closed and starts open on desktop
     */ }
    @media (min-width: 768px) {
      html.has-nav-left .main {
        padding-left: 15.7142857143rem ; } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close .main {
        padding-left: 0; }
      html.has-nav-left.nav-left-can-always-close .nav-left {
        -webkit-transform: translate(-15.7142857143rem , 0);
        -ms-transform: translate(-15.7142857143rem , 0);
        transform: translate(-15.7142857143rem , 0); } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close.nav-left-open .main {
        padding-left: 15.7142857143rem ; }
      html.has-nav-left.nav-left-can-always-close.nav-left-open .nav-left {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close .nav-top-toggle {
        display: inline-block; } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close-and-starts-open .main {
        padding-left: 15.7142857143rem ; }
      html.has-nav-left.nav-left-can-always-close-and-starts-open .nav-left {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close-and-starts-open.nav-left-open .main {
        padding-left: 0; }
      html.has-nav-left.nav-left-can-always-close-and-starts-open.nav-left-open .nav-left {
        -webkit-transform: translate(-15.7142857143rem , 0);
        -ms-transform: translate(-15.7142857143rem , 0);
        transform: translate(-15.7142857143rem , 0); } }
    @media (min-width: 768px) {
      html.has-nav-left.nav-left-can-always-close-and-starts-open .nav-top-toggle {
        display: inline-block; } }
  html.has-nav-right {
    /**
     * If the right nav can always be closed we need some more styling
     */
    /**
     * The right nav can always be closed and starts open on desktop
     */ }
    @media (min-width: 768px) {
      html.has-nav-right .main {
        padding-right: 15.7142857143rem ; } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close .main {
        padding-right: 0; }
      html.has-nav-right.nav-right-can-always-close .nav-right {
        -webkit-transform: translate(15.7142857143rem , 0);
        -ms-transform: translate(15.7142857143rem , 0);
        transform: translate(15.7142857143rem , 0); } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close.nav-right-open .main {
        padding-right: 15.7142857143rem ; }
      html.has-nav-right.nav-right-can-always-close.nav-right-open .nav-right {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close .nav-top-toggle {
        display: inline-block; } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close-and-starts-open .main {
        padding-right: 15.7142857143rem ; }
      html.has-nav-right.nav-right-can-always-close-and-starts-open .nav-right {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close-and-starts-open.nav-right-open .main {
        padding-right: 0; }
      html.has-nav-right.nav-right-can-always-close-and-starts-open.nav-right-open .nav-right {
        -webkit-transform: translate(15.7142857143rem , 0);
        -ms-transform: translate(15.7142857143rem , 0);
        transform: translate(15.7142857143rem , 0); } }
    @media (min-width: 768px) {
      html.has-nav-right.nav-right-can-always-close-and-starts-open .nav-top-toggle {
        display: inline-block; } }
  html.has-relative-nav-top .nav-top {
    position: relative; }

.main {
  position: absolute;
  transition: opacity 0.2s linear, padding 0.1s linear, -webkit-transform 0.1s linear;
  transition: opacity 0.2s linear, padding 0.1s linear, transform 0.1s linear;
  width: 100%;
  /**
   * ng-animate classes
   */ }
  .main.ng-enter {
    opacity: 0; }
  .main.ng-leave {
    opacity: 1; }
  .main.ng-enter.ng-enter-active {
    opacity: 1; }
  .main.ng-leave.ng-leave-active {
    opacity: 0; }

/**
 * Top navigation
 * --------------------------------------------------
 */
.nav-top {
  background-color: #141414;
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 19; }
  .nav-top a.btn, .nav-top a.filter-bar-item,
  .nav-top button,
  .nav-top input {
    border: none;
    font-weight: normal; }
  .nav-top-right {
    margin-right: 0; }
  @media (min-width: 768px) {
    .nav-top > ul > li.nav-top-toggle {
      display: none; } }
  @media (max-width: 767px) {
    .nav-top > ul > li.nav-top-app {
      display: none; } }
  .nav-top-logo {
    overflow: hidden; }
    .nav-top-logo a {
      background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkRpZ2lwb2xpcyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAyNCAxMDI0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4MS4xNDkyIiB5MT0iMTA3MC44NSIgeDI9IjQzMC44NTE2IiB5Mj0iNDY1LjE0NzUiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMiAwIDAgLTIgMCAyMDQ4KSI+Cgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNUZCMUQ2Ii8+Cgk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ3RUE2Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IGZpbGw9InVybCgjU1ZHSURfMV8pIiB3aWR0aD0iMTAyNCIgaGVpZ2h0PSIxMDI0Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04NjIsNTEyYzAsMTkzLjMtMTU2LjcsMzUwLTM1MCwzNTBjLTE5My4zLDAtMzUwLTE1Ni43LTM1MC0zNTBzMTU2LjctMzUwLDM1MC0zNTAKCUM3MDUuMywxNjIsODYyLDMxOC43LDg2Miw1MTJ6IE01MTIsMjQ5LjFjLTE0NS4yLDAtMjYyLjksMTE3LjctMjYyLjksMjYyLjlTMzY2LjgsNzc0LjksNTEyLDc3NC45YzE0NS4yLDAsMjYyLjktMTE3LjcsMjYyLjktMjYyLjkKCVM2NTcuMiwyNDkuMSw1MTIsMjQ5LjF6Ii8+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02NDcuNiw2NzEuMUgzNzguNWMwLDAtMzAuMi0wLjctMzAuMi0zMC44YzAtMzAsMC0xODguMywwLTE4OC4zczEuNi0zMC44LDMwLjItMzAuOHMxODIuNywwLDE4Mi43LDB2LTkwLjUKCWMwLDAtMC42LTQuNywzLjgtNC43czgzLjUsMCw4My41LDBzMy45LDAuMywzLjksNS43czAsMTUwLjYsMCwxNTAuNnMtMi4zLDI5LjItMjkuMiwyOS4yYy0yNi45LDAtMTg0LDAtMTg0LDB2NjkuNkg2NDgKCWMwLDAsNC40LTAuMSw0LjQsNC40YzAsNC41LDAsODIuMywwLDgyLjNTNjUyLjcsNjcxLjEsNjQ3LjYsNjcxLjF6Ii8+Cjwvc3ZnPgo=") no-repeat center center;
      background-size: cover;
      display: inline-block;
      height: 3.5714285714rem ;
      margin: 0rem 0.8571428571rem 0rem 0rem ;
      vertical-align: middle;
      width: 3.5714285714rem ; }
  .nav-top-toggle {
    cursor: pointer;
    margin-right: 0.4285714286rem ; }
    .nav-top-toggle a {
      color: #fff;
      text-decoration: none; }
      .nav-top-toggle a:hover, .nav-top-toggle a:active, .nav-top-toggle a:focus {
        color: #eaeaea; }
  .nav-top-app a {
    color: #fff;
    margin: 0rem 0.8571428571rem 0rem 0rem ;
    text-decoration: none; }
    .nav-top-app a:hover, .nav-top-app a:active, .nav-top-app a:focus {
      color: #eaeaea; }
  .nav-top-app h1 {
    font-size: 1rem ;
    font-weight: 700;
    line-height: 3.5714285714rem ;
    margin: 0; }
    .nav-top-app h1 span {
      font-weight: 400; }

/**
 * Side navigation (styling for both left and right navigation)
 * --------------------------------------------------
 */
.nav-aside {
  background: #fff;
  bottom: 0;
  position: fixed;
  top: 3.5714285714rem ;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  width: 15.7142857143rem ;
  z-index: 4;
  /**
   * Styling for semi-transparent line
   */
  /**
   * For semantics & correct scrolling behaviour
   */ }
  .nav-aside:before {
    background: rgba(0, 0, 0, 0.12);
    bottom: 0;
    content: '';
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 2; }
  .nav-aside > aside {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch; }
  .nav-aside-title {
    color: #bbb;
    font-size: 90%;
    font-weight: 600;
    margin-top: 0.3571428571rem ;
    padding: 0rem 1.0714285714rem ;
    text-transform: uppercase; }
    .nav-aside-title:first-letter {
      font-size: 110%; }
    .nav-aside-title + ul {
      margin-top: -0.7142857143rem ; }
  .nav-aside-section {
    padding: 0.7142857143rem 0rem ;
    position: relative;
    /**
     * section bottom border
     */
    /**
     * Menu: all levels
     */
    /**
     * Menu first level
     */ }
    .nav-aside-section:not(:last-child):after {
      background: #eaeaea;
      bottom: 0;
      content: '';
      height: 1px;
      left: 1.0714285714rem ;
      position: absolute;
      right: 1.0714285714rem ; }
    .nav-aside-section li a {
      color: #525252;
      display: table;
      padding: 0.7142857143rem 1.0714285714rem ;
      text-decoration: none;
      width: 100%; }
      .nav-aside-section li a:hover, .nav-aside-section li a:active, .nav-aside-section li a:focus {
        background-color: rgba(0, 0, 0, 0.05);
        color: #347ea6; }
        .nav-aside-section li a:hover .badge, .nav-aside-section li a:active .badge, .nav-aside-section li a:focus .badge {
          background-color: #fff;
          color: #347ea6; }
      .nav-aside-section li a:focus {
        box-shadow: none; }
      .nav-aside-section li a > * {
        display: table-cell;
        vertical-align: middle; }
      .nav-aside-section li a > i {
        padding: 0.2142857143rem 0.7142857143rem 0rem 0rem ;
        vertical-align: top; }
    .nav-aside-section li.active a {
      color: #347ea6;
      font-weight: 700; }
      .nav-aside-section li.active a + ul a {
        color: #525252;
        font-weight: normal; }
        .nav-aside-section li.active a + ul a:hover, .nav-aside-section li.active a + ul a:active, .nav-aside-section li.active a + ul a:focus {
          background-color: rgba(0, 0, 0, 0.05);
          color: #347ea6; }
    .nav-aside-section > ul {
      /**
       * Menu second level
       */ }
      .nav-aside-section > ul > li {
        border-bottom: 1px solid transparent;
        height: auto;
        overflow: hidden;
        position: relative; }
        .nav-aside-section > ul > li.can-open:before {
          content: "\f0d7";
          font-family: FontAwesome;
          font-style: normal;
          font-weight: normal;
          pointer-events: none;
          position: absolute;
          right: 1.0714285714rem ;
          text-decoration: inherit;
          top: 0.7142857143rem ;
          transition: color 0.1s linear, -webkit-transform 0.1s linear;
          transition: color 0.1s linear, transform 0.1s linear;
          z-index: 2; }
        .nav-aside-section > ul > li.can-open.open {
          border-bottom: 1px solid #fff;
          background: #f7f7f7; }
          .nav-aside-section > ul > li.can-open.open:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .nav-aside-section > ul > li.can-open.open > a {
            font-weight: 700; }
        .nav-aside-section > ul > li.can-open > a {
          padding-right: 2.1428571429rem ; }
        .nav-aside-section > ul > li.has-active-item > a {
          font-weight: 700; }
      .nav-aside-section > ul ul {
        display: none; }
        .nav-aside-section > ul ul li a {
          padding: 0.5rem 1.0714285714rem 0.5rem 2.1428571429rem ; }
        .nav-aside-section > ul ul li.active a:hover .badge, .nav-aside-section > ul ul li.active a:active .badge, .nav-aside-section > ul ul li.active a:focus .badge {
          background: #347ea6;
          color: #fff; }
        .nav-aside-section > ul ul li.active .badge {
          background: #347ea6;
          color: #fff; }
  .nav-aside .badge {
    background-color: #eaeaea;
    color: #333; }
  .nav-aside .badge,
  .nav-aside .badge-danger,
  .nav-aside .badge-info,
  .nav-aside .badge-primary,
  .nav-aside .badge-success,
  .nav-aside .badge-warning {
    float: right;
    margin-top: 0.2142857143rem ;
    transition: background 0.1s linear, color 0.1s linear; }

/**
 * Left navigation
 * (add-on for .nav-aside)
 */
.nav-left {
  left: 0;
  -webkit-transform: translate(-15.7142857143rem , 0);
  -ms-transform: translate(-15.7142857143rem , 0);
  transform: translate(-15.7142857143rem , 0); }
  @media (min-width: 768px) {
    .nav-left {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .nav-left:before {
    right: 0; }

/**
 * Right navigation
 * (add-on for .nav-aside)
 */
.nav-right {
  right: 0;
  -webkit-transform: translate(15.7142857143rem , 0);
  -ms-transform: translate(15.7142857143rem , 0);
  transform: translate(15.7142857143rem , 0); }
  @media (min-width: 768px) {
    .nav-right {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .nav-right:before {
    left: 0; }

/**
 * Bar -- See separate _bar.scss file
 */
/**
 * Back to top
 */
.back-to-top {
  background-color: rgba(52, 126, 166, 0.4);
  border: none;
  bottom: -3.1428571429rem ;
  color: #fff;
  line-height: 0;
  opacity: 0;
  padding: 1.0714285714rem 0.8571428571rem 1.2142857143rem ;
  position: fixed;
  right: 1.1428571429rem ;
  transition: background 0.1s linear, opacity 0.1s linear, bottom 0.1s linear;
  z-index: 3; }
  .back-to-top:after {
    color: #fff;
    content: '\f077';
    font-family: 'FontAwesome';
    font-weight: normal; }
  .back-to-top:hover, .back-to-top:active, .back-to-top:focus {
    background-color: rgba(52, 126, 166, 0.8);
    color: #fff; }
  .back-to-top.is-visible {
    bottom: 1.1428571429rem ;
    opacity: 1; }

/**
 * Popovers
 * --------------------------------------------------
 * Arrows are moved to a separate component
 */
.popover {
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem ;
  font-weight: normal;
  line-height: 1.428571429;
  padding: 0.4285714286rem ;
  position: relative;
  white-space: normal;
  z-index: 5; }
  .popover.arrow-top:before {
    margin-top: -11px;
    margin-left: -11px;
    border-bottom: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top:after {
    margin-top: -10.5px;
    margin-left: -11px;
    border-bottom: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top-left:before {
    margin-top: -11px;
    margin-left: -11px;
    border-bottom: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top-left:after {
    margin-top: -10.5px;
    margin-left: -11px;
    border-bottom: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top-left:before, .popover.arrow-top-left:after {
    left: 27px; }
  .popover.arrow-top-right:before {
    margin-top: -11px;
    margin-left: -11px;
    border-bottom: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top-right:after {
    margin-top: -10.5px;
    margin-left: -11px;
    border-bottom: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-top-right:before, .popover.arrow-top-right:after {
    right: 16px; }
  .popover.arrow-right:before {
    margin-top: -11px;
    margin-right: -11px;
    border-left: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right:after {
    margin-top: -11px;
    margin-right: -10.5px;
    border-left: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right-top:before {
    margin-top: -11px;
    margin-right: -11px;
    border-left: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right-top:after {
    margin-top: -11px;
    margin-right: -10.5px;
    border-left: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right-top:before, .popover.arrow-right-top:after {
    top: 27px; }
  .popover.arrow-right-bottom:before {
    margin-top: -11px;
    margin-right: -11px;
    border-left: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right-bottom:after {
    margin-top: -11px;
    margin-right: -10.5px;
    border-left: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-right-bottom:before, .popover.arrow-right-bottom:after {
    bottom: 16px; }
  .popover.arrow-bottom:before {
    margin-bottom: -11px;
    margin-left: -11px;
    border-top: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom:after {
    margin-bottom: -10.5px;
    margin-left: -11px;
    border-top: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom-left:before {
    margin-bottom: -11px;
    margin-left: -11px;
    border-top: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom-left:after {
    margin-bottom: -10.5px;
    margin-left: -11px;
    border-top: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom-left:before, .popover.arrow-bottom-left:after {
    left: 27px; }
  .popover.arrow-bottom-right:before {
    margin-bottom: -11px;
    margin-left: -11px;
    border-top: 11px #bbb solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom-right:after {
    margin-bottom: -10.5px;
    margin-left: -11px;
    border-top: 11px #fcfcfc solid;
    border-left: 11px transparent solid;
    border-right: 11px transparent solid; }
  .popover.arrow-bottom-right:before, .popover.arrow-bottom-right:after {
    right: 16px; }
  .popover.arrow-left:before {
    margin-top: -11px;
    margin-left: -11px;
    border-right: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left:after {
    margin-top: -11px;
    margin-left: -10.5px;
    border-right: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left-top:before {
    margin-top: -11px;
    margin-left: -11px;
    border-right: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left-top:after {
    margin-top: -11px;
    margin-left: -10.5px;
    border-right: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left-top:before, .popover.arrow-left-top:after {
    top: 27px; }
  .popover.arrow-left-bottom:before {
    margin-top: -11px;
    margin-left: -11px;
    border-right: 11px #bbb solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left-bottom:after {
    margin-top: -11px;
    margin-left: -10.5px;
    border-right: 11px #fcfcfc solid;
    border-top: 11px transparent solid;
    border-bottom: 11px transparent solid; }
  .popover.arrow-left-bottom:before, .popover.arrow-left-bottom:after {
    bottom: 16px; }
  .popover-animation {
    transition: bottom 0.1s linear, left 0.1s linear, right 0.1s linear, top 0.1s linear; }
  .popover-header {
    margin: 0.4285714286rem 0rem 0.8571428571rem ;
    text-align: center; }
  .popover-header-avatar {
    width: 3.5714285714rem ; }
  .popover-header-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0.4285714286rem 0rem 0rem ; }
  .popover-list-buttons {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left; }
    .popover-list-buttons li {
      margin-bottom: 0.3571428571rem ; }
      .popover-list-buttons li:last-child {
        margin-bottom: 0; }
      .popover-list-buttons li a {
        background: #f7f7f7;
        color: #525252;
        display: block;
        padding: 6px 12px;
        text-decoration: none; }
        .popover-list-buttons li a:hover {
          background-color: rgba(0, 0, 0, 0.05); }
  .popover-menu-list ul > hr {
    border-top-color: #eaeaea;
    margin: 0.3571428571rem  0; }
  .popover-menu-list ul li {
    padding: 0.3571428571rem ; }
    .popover-menu-list ul li:hover:not([disabled]) {
      background-color: rgba(0, 0, 0, 0.05);
      cursor: pointer;
      transition: background-color linear 0.1s; }
    .popover-menu-list ul li[disabled] {
      color: #bbb;
      cursor: not-allowed;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

/**
 * Stick to top
 * --------------------------------------------------
 * Make some elements stick to the top of the viewport
 */
.is-sticky {
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 18; }

/**
 * Fixes when a navigation menu is present
 */
@media (min-width: 768px) {
  .has-nav-left .is-sticky {
    left: 15.7142857143rem ; } }

@media (min-width: 768px) {
  .has-nav-left.nav-left-can-always-close:not(.nav-left-open) .is-sticky {
    left: 0; } }

@media (min-width: 768px) {
  .has-nav-right .is-sticky {
    right: 15.7142857143rem ; } }

@media (min-width: 768px) {
  .has-nav-right.nav-right-can-always-close:not(.nav-right-open) .is-sticky {
    right: 0; } }

/**
 * Component: timepicker
 * --------------------------------------------------
 */
.timepicker {
  position: relative; }
  .timepicker .timepicker-later,
  .timepicker .timepicker-earlier {
    border-left: 1px solid #bbb;
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    transition: border-color linear 0.1s;
    width: 1.4285714286rem ;
    z-index: 2; }
    .timepicker .timepicker-later:before,
    .timepicker .timepicker-earlier:before {
      border-style: solid;
      content: "";
      height: 0;
      position: absolute;
      right: 0.4285714286rem ;
      transition: border-color 0.1s linear;
      width: 0; }
  .timepicker .timepicker-later {
    top: 0; }
    .timepicker .timepicker-later:before {
      border-color: transparent transparent #bbb;
      border-width: 0.2857142857rem 0.2857142857rem 0.4285714286rem 0.2857142857rem ;
      top: 1px; }
  .timepicker .timepicker-earlier {
    bottom: 0; }
    .timepicker .timepicker-earlier:before {
      border-color: #bbb transparent transparent;
      border-width: 0.4285714286rem 0.2857142857rem 0.2857142857rem 0.2857142857rem ;
      bottom: 1px; }
  .timepicker input {
    padding-right: 2.2857142857rem ; }
    .timepicker input:focus ~ .timepicker-later,
    .timepicker input:focus ~ .timepicker-earlier {
      border-left-color: #5fb1d6; }
    .timepicker input:focus ~ .timepicker-later:before {
      border-color: transparent transparent #5fb1d6; }
    .timepicker input:focus ~ .timepicker-later:hover:before, .timepicker input:focus ~ .timepicker-later:active:before {
      border-color: transparent transparent #3398c5; }
    .timepicker input:focus ~ .timepicker-earlier:before {
      border-color: #5fb1d6 transparent transparent; }
    .timepicker input:focus ~ .timepicker-earlier:hover:before, .timepicker input:focus ~ .timepicker-earlier:active:before {
      border-color: #3398c5 transparent transparent; }
  .timepicker .upload-btn-delete {
    bottom: 0;
    margin-top: -0.5rem ;
    position: absolute;
    right: 2rem ;
    top: 50%; }

/**
 * Tooltips
 * --------------------------------------------------
 */
.tooltip {
  background-color: #333;
  border: 1px solid transparent;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
  color: #fff;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8571428571rem ;
  font-weight: normal;
  line-height: 1.428571429;
  max-width: 14.2857142857rem ;
  padding: 3px 8px;
  position: relative;
  text-decoration: none;
  white-space: normal;
  z-index: 5; }
  .tooltip.arrow-top:after {
    margin-top: -5.5px;
    margin-left: -6px;
    border-bottom: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-top-left:after {
    margin-top: -5.5px;
    margin-left: -6px;
    border-bottom: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-top-left:before, .tooltip.arrow-top-left:after {
    left: 18px; }
  .tooltip.arrow-top-right:after {
    margin-top: -5.5px;
    margin-left: -6px;
    border-bottom: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-top-right:before, .tooltip.arrow-top-right:after {
    right: 12px; }
  .tooltip.arrow-right:after {
    margin-top: -6px;
    margin-right: -5.5px;
    border-left: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-right-top:after {
    margin-top: -6px;
    margin-right: -5.5px;
    border-left: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-right-top:before, .tooltip.arrow-right-top:after {
    top: 18px; }
  .tooltip.arrow-right-bottom:after {
    margin-top: -6px;
    margin-right: -5.5px;
    border-left: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-right-bottom:before, .tooltip.arrow-right-bottom:after {
    bottom: 12px; }
  .tooltip.arrow-bottom:after {
    margin-bottom: -5.5px;
    margin-left: -6px;
    border-top: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-bottom-left:after {
    margin-bottom: -5.5px;
    margin-left: -6px;
    border-top: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-bottom-left:before, .tooltip.arrow-bottom-left:after {
    left: 18px; }
  .tooltip.arrow-bottom-right:after {
    margin-bottom: -5.5px;
    margin-left: -6px;
    border-top: 6px #333 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid; }
  .tooltip.arrow-bottom-right:before, .tooltip.arrow-bottom-right:after {
    right: 12px; }
  .tooltip.arrow-left:after {
    margin-top: -6px;
    margin-left: -5.5px;
    border-right: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-left-top:after {
    margin-top: -6px;
    margin-left: -5.5px;
    border-right: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-left-top:before, .tooltip.arrow-left-top:after {
    top: 18px; }
  .tooltip.arrow-left-bottom:after {
    margin-top: -6px;
    margin-left: -5.5px;
    border-right: 6px #333 solid;
    border-top: 6px transparent solid;
    border-bottom: 6px transparent solid; }
  .tooltip.arrow-left-bottom:before, .tooltip.arrow-left-bottom:after {
    bottom: 12px; }
  .tooltip .close {
    color: #fff;
    display: block;
    padding: 10px 0; }

/**
 * Upload
 * --------------------------------------------------
 */
/**
 * Vars
 */
.upload {
  background-image: none;
  border: 1px dashed #5fb1d6;
  border-radius: 0.2142857143rem ;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0.4285714286rem ;
  text-align: center;
  transition: background 0.1s linear; }
  .upload:focus {
    outline: none; }
    .upload:focus .upload-zone {
      background-color: #e3eff6; }
  .upload.disabled, .upload[disabled],
  fieldset[disabled] .upload {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65;
    pointer-events: none; }
  .upload-zone {
    padding: 0.8571428571rem 0.4285714286rem ;
    position: relative;
    transition: background 0.1s linear, border 0.1s linear, color 0.1s linear; }
    .upload-zone:hover, .upload-zone:focus {
      background-color: #e3eff6; }
  .upload-file-input {
    bottom: 0;
    background: rgba(255, 255, 0, 0.2);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: .01;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  .upload-files {
    padding: 0;
    text-align: left; }
    .upload-files > li {
      background-color: #f7f7f7;
      font-size: 14px;
      margin: 0 0 2px 0;
      overflow: hidden;
      padding: 0.4285714286rem 1.7142857143rem 0.4285714286rem 1.7142857143rem ;
      position: relative;
      z-index: 0; }
      .upload-files > li:first-child {
        margin-top: 0.4285714286rem ; }
      .upload-files > li:last-child {
        margin-bottom: 0; }
      .upload-files > li:before {
        content: "\f1c9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        left: 0.4285714286rem ;
        position: absolute;
        top: 0.4285714286rem ; }
      .upload-files > li.success .upload-progress {
        background-color: transparent;
        transition: background-color 0.8s linear;
        transition-delay: 0.8s; }
      .upload-files > li:not(.success) {
        padding-right: 3rem ; }
      .upload-files > li.error {
        background-color: #ffdce4; }
      .upload-files > li:hover .upload-btn-delete {
        opacity: 1; }
  .upload-filename {
    font-size: 14px; }
  .upload-file-change {
    background-color: #fff4e5;
    color: #ff8d00;
    font-size: 14px;
    margin: 0.4285714286rem 0rem 0rem ;
    padding: 6px; }
    .upload-file-change a {
      color: #d67600;
      cursor: pointer;
      text-decoration: underline; }
      .upload-file-change a:hover, .upload-file-change a:focus {
        color: #a35a00; }
  .upload-fileoptions {
    color: #4a921f;
    position: absolute;
    right: 0.4285714286rem ;
    top: 0.4285714286rem ; }
  .upload-error {
    color: #e60038;
    display: block; }
  .upload-btn-delete {
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.55);
    height: 1.0714285714rem ;
    line-height: 0;
    margin: -0.2857142857rem 0rem 0rem ;
    opacity: .5;
    padding: 0;
    transition: all 0.1s linear;
    width: 1.0714285714rem ; }
    .upload-btn-delete:before {
      content: "×"; }
    .upload-btn-delete:hover {
      background-color: rgba(0, 0, 0, 0.05); }
      .upload-btn-delete:hover:before {
        color: rgba(0, 0, 0, 0.55); }
  .upload-progress {
    background: #b4e895;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
    .upload-progress:not(.success) {
      transition: width 0.1s linear; }

.dragenter {
  background-color: #e3eff6; }

/**
 * Utilities
 */
/**
 * Utility classes
 * ----------------------------------------------------------------
 */
/**
 * Floats
 */
.clearfix:before, .table-interactive-cols:before, .clearfix:after, .table-interactive-cols:after {
  content: " ";
  display: table; }

.clearfix:after, .table-interactive-cols:after {
  clear: both; }

.center-block, .popover-header-avatar {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/**
 * Positioning
 */
.relative {
  position: relative !important; }

.vertical-align-middle {
  display: table;
  table-layout: fixed; }
  .vertical-align-middle > div {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle; }

/**
 * Toggling content
 */
.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

/**
 * Only display content to screen readers
 */
.sr-only, .nav-top-logo a span, .back-to-top span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

/**
 * Hide from screenreaders and browsers
 */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/**
 * For Affix plugin
 */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/**
 * Divider
 */
.divider {
  display: block;
  height: 10px; }

.space {
  display: inline;
  padding: 5px; }

/**
 * Extra margin helpers
 */
.margin-bottom {
  margin-bottom: 1.0714285714rem ; }

.margin-top {
  margin-top: 1.0714285714rem ; }

.margin-left {
  margin-left: 1.7142857143rem ; }

.margin-right {
  margin-right: 1.7142857143rem ; }

.margin-bottom-lg {
  margin-bottom: 2.1428571429rem ; }

.margin-top-lg {
  margin-top: 2.1428571429rem ; }

.margin-left-lg {
  margin-left: 3.4285714286rem ; }

.margin-right-lg {
  margin-right: 3.4285714286rem ; }

.margin-bottom-sm {
  margin-bottom: 0.5357142857rem ; }

.margin-top-sm {
  margin-top: 0.5357142857rem ; }

.margin-left-sm {
  margin-left: 0.8571428571rem ; }

.margin-right-sm {
  margin-right: 0.8571428571rem ; }

.no-margin {
  margin: 0 !important; }

/**
 * Remove borders
 */
.no-border {
  border: none !important; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
