/* INCLUDES */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;1,400&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: 'feather';
  src: url("includes/icons/feather/feather.eot?pmg9fg");
  src: url("includes/icons/feather/feather.eot?pmg9fg#iefix") format("embedded-opentype"), url("includes/icons/feather/feather.ttf?pmg9fg") format("truetype"), url("includes/icons/feather/feather.woff?pmg9fg") format("woff"), url("includes/icons/feather/feather.svg?pmg9fg#feather") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="i-feather-"], [class*=" i-feather-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.i-feather-activity:before {
  content: "\e900"; }

.i-feather-airplay:before {
  content: "\e901"; }

.i-feather-alert-circle:before {
  content: "\e902"; }

.i-feather-alert-octagon:before {
  content: "\e903"; }

.i-feather-alert-triangle:before {
  content: "\e904"; }

.i-feather-align-center:before {
  content: "\e905"; }

.i-feather-align-justify:before {
  content: "\e906"; }

.i-feather-align-left:before {
  content: "\e907"; }

.i-feather-align-right:before {
  content: "\e908"; }

.i-feather-anchor:before {
  content: "\e909"; }

.i-feather-aperture:before {
  content: "\e90a"; }

.i-feather-archive:before {
  content: "\e90b"; }

.i-feather-arrow-down-circle:before {
  content: "\e90c"; }

.i-feather-arrow-down-left:before {
  content: "\e90d"; }

.i-feather-arrow-down-right:before {
  content: "\e90e"; }

.i-feather-arrow-down:before {
  content: "\e90f"; }

.i-feather-arrow-left-circle:before {
  content: "\e910"; }

.i-feather-arrow-left:before {
  content: "\e911"; }

.i-feather-arrow-right-circle:before {
  content: "\e912"; }

.i-feather-arrow-right:before {
  content: "\e913"; }

.i-feather-arrow-up-circle:before {
  content: "\e914"; }

.i-feather-arrow-up-left:before {
  content: "\e915"; }

.i-feather-arrow-up-right:before {
  content: "\e916"; }

.i-feather-arrow-up:before {
  content: "\e917"; }

.i-feather-at-sign:before {
  content: "\e918"; }

.i-feather-award:before {
  content: "\e919"; }

.i-feather-bar-chart-2:before {
  content: "\e91a"; }

.i-feather-bar-chart:before {
  content: "\e91b"; }

.i-feather-battery-charging:before {
  content: "\e91c"; }

.i-feather-battery:before {
  content: "\e91d"; }

.i-feather-bell-off:before {
  content: "\e91e"; }

.i-feather-bell:before {
  content: "\e91f"; }

.i-feather-bluetooth:before {
  content: "\e920"; }

.i-feather-bold:before {
  content: "\e921"; }

.i-feather-book-open:before {
  content: "\e922"; }

.i-feather-book:before {
  content: "\e923"; }

.i-feather-bookmark:before {
  content: "\e924"; }

.i-feather-box:before {
  content: "\e925"; }

.i-feather-briefcase:before {
  content: "\e926"; }

.i-feather-calendar:before {
  content: "\e927"; }

.i-feather-camera-off:before {
  content: "\e928"; }

.i-feather-camera:before {
  content: "\e929"; }

.i-feather-cast:before {
  content: "\e92a"; }

.i-feather-check-circle:before {
  content: "\e92b"; }

.i-feather-check-square:before {
  content: "\e92c"; }

.i-feather-check:before {
  content: "\e92d"; }

.i-feather-chevron-down:before {
  content: "\e92e"; }

.i-feather-chevron-left:before {
  content: "\e92f"; }

.i-feather-chevron-right:before {
  content: "\e930"; }

.i-feather-chevron-up:before {
  content: "\e931"; }

.i-feather-chevrons-down:before {
  content: "\e932"; }

.i-feather-chevrons-left:before {
  content: "\e933"; }

.i-feather-chevrons-right:before {
  content: "\e934"; }

.i-feather-chevrons-up:before {
  content: "\e935"; }

.i-feather-chrome:before {
  content: "\e936"; }

.i-feather-circle:before {
  content: "\e937"; }

.i-feather-clipboard:before {
  content: "\e938"; }

.i-feather-clock:before {
  content: "\e939"; }

.i-feather-cloud-drizzle:before {
  content: "\e93a"; }

.i-feather-cloud-lightning:before {
  content: "\e93b"; }

.i-feather-cloud-off:before {
  content: "\e93c"; }

.i-feather-cloud-rain:before {
  content: "\e93d"; }

.i-feather-cloud-snow:before {
  content: "\e93e"; }

.i-feather-cloud:before {
  content: "\e93f"; }

.i-feather-code:before {
  content: "\e940"; }

.i-feather-codepen:before {
  content: "\e941"; }

.i-feather-codesandbox:before {
  content: "\e942"; }

.i-feather-coffee:before {
  content: "\e943"; }

.i-feather-columns:before {
  content: "\e944"; }

.i-feather-command:before {
  content: "\e945"; }

.i-feather-compass:before {
  content: "\e946"; }

.i-feather-copy:before {
  content: "\e947"; }

.i-feather-corner-down-left:before {
  content: "\e948"; }

.i-feather-corner-down-right:before {
  content: "\e949"; }

.i-feather-corner-left-down:before {
  content: "\e94a"; }

.i-feather-corner-left-up:before {
  content: "\e94b"; }

.i-feather-corner-right-down:before {
  content: "\e94c"; }

.i-feather-corner-right-up:before {
  content: "\e94d"; }

.i-feather-corner-up-left:before {
  content: "\e94e"; }

.i-feather-corner-up-right:before {
  content: "\e94f"; }

.i-feather-cpu:before {
  content: "\e950"; }

.i-feather-credit-card:before {
  content: "\e951"; }

.i-feather-crop:before {
  content: "\e952"; }

.i-feather-crosshair:before {
  content: "\e953"; }

.i-feather-database:before {
  content: "\e954"; }

.i-feather-delete:before {
  content: "\e955"; }

.i-feather-disc:before {
  content: "\e956"; }

.i-feather-dollar-sign:before {
  content: "\e957"; }

.i-feather-download-cloud:before {
  content: "\e958"; }

.i-feather-download:before {
  content: "\e959"; }

.i-feather-droplet:before {
  content: "\e95a"; }

.i-feather-edit-2:before {
  content: "\e95b"; }

.i-feather-edit-3:before {
  content: "\e95c"; }

.i-feather-edit:before {
  content: "\e95d"; }

.i-feather-external-link:before {
  content: "\e95e"; }

.i-feather-eye-off:before {
  content: "\e95f"; }

.i-feather-eye:before {
  content: "\e960"; }

.i-feather-facebook:before {
  content: "\e961"; }

.i-feather-fast-forward:before {
  content: "\e962"; }

.i-feather-feather:before {
  content: "\e963"; }

.i-feather-figma:before {
  content: "\e964"; }

.i-feather-file-minus:before {
  content: "\e965"; }

.i-feather-file-plus:before {
  content: "\e966"; }

.i-feather-file-text:before {
  content: "\e967"; }

.i-feather-file:before {
  content: "\e968"; }

.i-feather-film:before {
  content: "\e969"; }

.i-feather-filter:before {
  content: "\e96a"; }

.i-feather-flag:before {
  content: "\e96b"; }

.i-feather-folder-minus:before {
  content: "\e96c"; }

.i-feather-folder-plus:before {
  content: "\e96d"; }

.i-feather-folder:before {
  content: "\e96e"; }

.i-feather-framer:before {
  content: "\e96f"; }

.i-feather-frown:before {
  content: "\e970"; }

.i-feather-gift:before {
  content: "\e971"; }

.i-feather-git-branch:before {
  content: "\e972"; }

.i-feather-git-commit:before {
  content: "\e973"; }

.i-feather-git-merge:before {
  content: "\e974"; }

.i-feather-git-pull-request:before {
  content: "\e975"; }

.i-feather-github:before {
  content: "\e976"; }

.i-feather-gitlab:before {
  content: "\e977"; }

.i-feather-globe:before {
  content: "\e978"; }

.i-feather-grid:before {
  content: "\e979"; }

.i-feather-hard-drive:before {
  content: "\e97a"; }

.i-feather-hash:before {
  content: "\e97b"; }

.i-feather-headphones:before {
  content: "\e97c"; }

.i-feather-heart:before {
  content: "\e97d"; }

.i-feather-help-circle:before {
  content: "\e97e"; }

.i-feather-hexagon:before {
  content: "\e97f"; }

.i-feather-home:before {
  content: "\e980"; }

.i-feather-image:before {
  content: "\e981"; }

.i-feather-inbox:before {
  content: "\e982"; }

.i-feather-info:before {
  content: "\e983"; }

.i-feather-instagram:before {
  content: "\e984"; }

.i-feather-italic:before {
  content: "\e985"; }

.i-feather-key:before {
  content: "\e986"; }

.i-feather-layers:before {
  content: "\e987"; }

.i-feather-layout:before {
  content: "\e988"; }

.i-feather-life-buoy:before {
  content: "\e989"; }

.i-feather-link-2:before {
  content: "\e98a"; }

.i-feather-link:before {
  content: "\e98b"; }

.i-feather-linkedin:before {
  content: "\e98c"; }

.i-feather-list:before {
  content: "\e98d"; }

.i-feather-loader:before {
  content: "\e98e"; }

.i-feather-lock:before {
  content: "\e98f"; }

.i-feather-log-in:before {
  content: "\e990"; }

.i-feather-log-out:before {
  content: "\e991"; }

.i-feather-mail:before {
  content: "\e992"; }

.i-feather-map-pin:before {
  content: "\e993"; }

.i-feather-map:before {
  content: "\e994"; }

.i-feather-maximize-2:before {
  content: "\e995"; }

.i-feather-maximize:before {
  content: "\e996"; }

.i-feather-meh:before {
  content: "\e997"; }

.i-feather-menu:before {
  content: "\e998"; }

.i-feather-message-circle:before {
  content: "\e999"; }

.i-feather-message-square:before {
  content: "\e99a"; }

.i-feather-mic-off:before {
  content: "\e99b"; }

.i-feather-mic:before {
  content: "\e99c"; }

.i-feather-minimize-2:before {
  content: "\e99d"; }

.i-feather-minimize:before {
  content: "\e99e"; }

.i-feather-minus-circle:before {
  content: "\e99f"; }

.i-feather-minus-square:before {
  content: "\e9a0"; }

.i-feather-minus:before {
  content: "\e9a1"; }

.i-feather-monitor:before {
  content: "\e9a2"; }

.i-feather-moon:before {
  content: "\e9a3"; }

.i-feather-more-horizontal:before {
  content: "\e9a4"; }

.i-feather-more-vertical:before {
  content: "\e9a5"; }

.i-feather-mouse-pointer:before {
  content: "\e9a6"; }

.i-feather-move:before {
  content: "\e9a7"; }

.i-feather-music:before {
  content: "\e9a8"; }

.i-feather-navigation-2:before {
  content: "\e9a9"; }

.i-feather-navigation:before {
  content: "\e9aa"; }

.i-feather-octagon:before {
  content: "\e9ab"; }

.i-feather-package:before {
  content: "\e9ac"; }

.i-feather-paperclip:before {
  content: "\e9ad"; }

.i-feather-pause-circle:before {
  content: "\e9ae"; }

.i-feather-pause:before {
  content: "\e9af"; }

.i-feather-pen-tool:before {
  content: "\e9b0"; }

.i-feather-percent:before {
  content: "\e9b1"; }

.i-feather-phone-call:before {
  content: "\e9b2"; }

.i-feather-phone-forwarded:before {
  content: "\e9b3"; }

.i-feather-phone-incoming:before {
  content: "\e9b4"; }

.i-feather-phone-missed:before {
  content: "\e9b5"; }

.i-feather-phone-off:before {
  content: "\e9b6"; }

.i-feather-phone-outgoing:before {
  content: "\e9b7"; }

.i-feather-phone:before {
  content: "\e9b8"; }

.i-feather-pie-chart:before {
  content: "\e9b9"; }

.i-feather-play-circle:before {
  content: "\e9ba"; }

.i-feather-play:before {
  content: "\e9bb"; }

.i-feather-plus-circle:before {
  content: "\e9bc"; }

.i-feather-plus-square:before {
  content: "\e9bd"; }

.i-feather-plus:before {
  content: "\e9be"; }

.i-feather-pocket:before {
  content: "\e9bf"; }

.i-feather-power:before {
  content: "\e9c0"; }

.i-feather-printer:before {
  content: "\e9c1"; }

.i-feather-radio:before {
  content: "\e9c2"; }

.i-feather-refresh-ccw:before {
  content: "\e9c3"; }

.i-feather-refresh-cw:before {
  content: "\e9c4"; }

.i-feather-repeat:before {
  content: "\e9c5"; }

.i-feather-rewind:before {
  content: "\e9c6"; }

.i-feather-rotate-ccw:before {
  content: "\e9c7"; }

.i-feather-rotate-cw:before {
  content: "\e9c8"; }

.i-feather-rss:before {
  content: "\e9c9"; }

.i-feather-save:before {
  content: "\e9ca"; }

.i-feather-scissors:before {
  content: "\e9cb"; }

.i-feather-search:before {
  content: "\e9cc"; }

.i-feather-send:before {
  content: "\e9cd"; }

.i-feather-server:before {
  content: "\e9ce"; }

.i-feather-settings:before {
  content: "\e9cf"; }

.i-feather-share-2:before {
  content: "\e9d0"; }

.i-feather-share:before {
  content: "\e9d1"; }

.i-feather-shield-off:before {
  content: "\e9d2"; }

.i-feather-shield:before {
  content: "\e9d3"; }

.i-feather-shopping-bag:before {
  content: "\e9d4"; }

.i-feather-shopping-cart:before {
  content: "\e9d5"; }

.i-feather-shuffle:before {
  content: "\e9d6"; }

.i-feather-sidebar:before {
  content: "\e9d7"; }

.i-feather-skip-back:before {
  content: "\e9d8"; }

.i-feather-skip-forward:before {
  content: "\e9d9"; }

.i-feather-slack:before {
  content: "\e9da"; }

.i-feather-slash:before {
  content: "\e9db"; }

.i-feather-sliders:before {
  content: "\e9dc"; }

.i-feather-smartphone:before {
  content: "\e9dd"; }

.i-feather-smile:before {
  content: "\e9de"; }

.i-feather-speaker:before {
  content: "\e9df"; }

.i-feather-square:before {
  content: "\e9e0"; }

.i-feather-star:before {
  content: "\e9e1"; }

.i-feather-stop-circle:before {
  content: "\e9e2"; }

.i-feather-sun:before {
  content: "\e9e3"; }

.i-feather-sunrise:before {
  content: "\e9e4"; }

.i-feather-sunset:before {
  content: "\e9e5"; }

.i-feather-tablet:before {
  content: "\e9e6"; }

.i-feather-tag:before {
  content: "\e9e7"; }

.i-feather-target:before {
  content: "\e9e8"; }

.i-feather-terminal:before {
  content: "\e9e9"; }

.i-feather-thermometer:before {
  content: "\e9ea"; }

.i-feather-thumbs-down:before {
  content: "\e9eb"; }

.i-feather-thumbs-up:before {
  content: "\e9ec"; }

.i-feather-toggle-left:before {
  content: "\e9ed"; }

.i-feather-toggle-right:before {
  content: "\e9ee"; }

.i-feather-tool:before {
  content: "\e9ef"; }

.i-feather-trash-2:before {
  content: "\e9f0"; }

.i-feather-trash:before {
  content: "\e9f1"; }

.i-feather-trello:before {
  content: "\e9f2"; }

.i-feather-trending-down:before {
  content: "\e9f3"; }

.i-feather-trending-up:before {
  content: "\e9f4"; }

.i-feather-triangle:before {
  content: "\e9f5"; }

.i-feather-truck:before {
  content: "\e9f6"; }

.i-feather-tv:before {
  content: "\e9f7"; }

.i-feather-twitch:before {
  content: "\e9f8"; }

.i-feather-twitter:before {
  content: "\e9f9"; }

.i-feather-type:before {
  content: "\e9fa"; }

.i-feather-umbrella:before {
  content: "\e9fb"; }

.i-feather-underline:before {
  content: "\e9fc"; }

.i-feather-unlock:before {
  content: "\e9fd"; }

.i-feather-upload-cloud:before {
  content: "\e9fe"; }

.i-feather-upload:before {
  content: "\e9ff"; }

.i-feather-user-check:before {
  content: "\ea00"; }

.i-feather-user-minus:before {
  content: "\ea01"; }

.i-feather-user-plus:before {
  content: "\ea02"; }

.i-feather-user-x:before {
  content: "\ea03"; }

.i-feather-user:before {
  content: "\ea04"; }

.i-feather-users:before {
  content: "\ea05"; }

.i-feather-video-off:before {
  content: "\ea06"; }

.i-feather-video:before {
  content: "\ea07"; }

.i-feather-voicemail:before {
  content: "\ea08"; }

.i-feather-volume-1:before {
  content: "\ea09"; }

.i-feather-volume-2:before {
  content: "\ea0a"; }

.i-feather-volume-x:before {
  content: "\ea0b"; }

.i-feather-volume:before {
  content: "\ea0c"; }

.i-feather-watch:before {
  content: "\ea0d"; }

.i-feather-wifi-off:before {
  content: "\ea0e"; }

.i-feather-wifi:before {
  content: "\ea0f"; }

.i-feather-wind:before {
  content: "\ea10"; }

.i-feather-x-circle:before {
  content: "\ea11"; }

.i-feather-x-octagon:before {
  content: "\ea12"; }

.i-feather-x-square:before {
  content: "\ea13"; }

.i-feather-x:before {
  content: "\ea14"; }

.i-feather-youtube:before {
  content: "\ea15"; }

.i-feather-zap-off:before {
  content: "\ea16"; }

.i-feather-zap:before {
  content: "\ea17"; }

.i-feather-zoom-in:before {
  content: "\ea18"; }

.i-feather-zoom-out:before {
  content: "\ea19"; }

/* BASE */
/* COLORS general */
/* COLORS type */
/* COLORS inputs */
/* COLORS buttons */
/* COLORS warnings */
/* COLOR OVERLAY */
/* OTHER COLORS */
/* TYPE fonts */
/* GRID size */
body {
  background-color: #f2f4f7; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  border: 0;
  border-bottom: 1px solid #f1f2f2;
  margin: 20px 0; }

.desktop {
  display: block; }

.mobile {
  display: none; }

@media all and (max-width: 768px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; } }
.display-block {
  display: block !important; }

.overflow-hidden {
  overflow: hidden !important; }

.no-padding {
  padding: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.v-align-bottom {
  display: inline-block;
  vertical-align: bottom !important; }

.no-margin {
  margin: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

/*GRID */
.l-col-1 {
  width: 6.25% !important; }

.l-col-2 {
  width: 12.5% !important; }

.l-col-3 {
  width: 18.75% !important; }

.l-col-4 {
  width: 25% !important; }

.l-col-5 {
  width: 31.25% !important; }

.l-col-6 {
  width: 37.5% !important; }

.l-col-7 {
  width: 43.75% !important; }

.l-col-8 {
  width: 50% !important; }

.l-col-9 {
  width: 56.25% !important; }

.l-col-10 {
  width: 62.5% !important; }

.l-col-11 {
  width: 68.75% !important; }

.l-col-12 {
  width: 75% !important; }

.l-col-13 {
  width: 81.25% !important; }

.l-col-14 {
  width: 87.5% !important; }

.l-col-15 {
  width: 93.75% !important; }

.l-col-16 {
  width: 100% !important; }

@media (min-width: 769px) and (max-width: 1024px) {
  .m-col-1 {
    width: 6.25% !important; }

  .m-col-2 {
    width: 12.5% !important; }

  .m-col-3 {
    width: 18.75% !important; }

  .m-col-4 {
    width: 25% !important; }

  .m-col-5 {
    width: 31.25% !important; }

  .m-col-6 {
    width: 37,5% !important; }

  .m-col-7 {
    width: 43.75% !important; }

  .m-col-8 {
    width: 50% !important; }

  .m-col-9 {
    width: 56.25% !important; }

  .m-col-10 {
    width: 62.5% !important; }

  .m-col-11 {
    width: 68.75% !important; }

  .m-col-12 {
    width: 75% !important; }

  .m-col-13 {
    width: 81.25% !important; }

  .m-col-14 {
    width: 87.5% !important; }

  .m-col-15 {
    width: 93.75% !important; }

  .m-col-16 {
    width: 100% !important; } }
@media (max-width: 768px) {
  .s-col-1 {
    width: 6.25% !important; }

  .s-col-2 {
    width: 12.5% !important; }

  .s-col-3 {
    width: 18.75% !important; }

  .s-col-4 {
    width: 25% !important; }

  .s-col-5 {
    width: 31.25% !important; }

  .s-col-6 {
    width: 37,5% !important; }

  .s-col-7 {
    width: 43.75% !important; }

  .s-col-8 {
    width: 50% !important; }

  .s-col-9 {
    width: 56.25% !important; }

  .s-col-10 {
    width: 62.5% !important; }

  .s-col-11 {
    width: 68.75% !important; }

  .s-col-12 {
    width: 75% !important; }

  .s-col-13 {
    width: 81.25% !important; }

  .s-col-14 {
    width: 87.5% !important; }

  .s-col-15 {
    width: 93.75% !important; }

  .s-col-16 {
    width: 100% !important; } }
/* GRID block elements */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center; }

.block {
  text-align: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  padding: 20px; }

.full {
  width: 100% !important;
  max-width: 100% !important; }

/* GRID list elements */
ul.inline,
ul.inline li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top; }

ul.inline {
  font-size: 0; }

ul.inline li {
  margin: 5px 10px;
  font-size: 1rem;
  box-sizing: border-box; }

ul.inline.form,
ul.inline.form li {
  margin-left: 0;
  margin-right: 0; }

ul.inline.form {
  display: block; }

ul.inline.form li {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px; }

html {
  font-size: 14px; }

body {
  color: #54666f;
  font-family: "Barlow", sans-serif;
  line-height: 1.5em;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
  color: #54666f;
  font-weight: 600;
  line-height: 1.2em; }

a {
  color: #25a9e0;
  text-decoration: none;
  font-weight: 400; }

a:hover {
  text-decoration: underline; }

.color-highlight {
  color: #008dc6 !important; }

::-webkit-input-placeholder {
  font-style: italic;
  color: #AFB7C4; }

:-moz-placeholder {
  opacity: 1;
  font-style: italic;
  color: #AFB7C4; }

::-moz-placeholder {
  opacity: 1;
  font-style: italic;
  color: #AFB7C4; }

:-ms-input-placeholder {
  font-style: italic;
  color: #AFB7C4; }

/* FORMS */
label {
  display: block;
  margin-bottom: 5px; }

.select-wrapper select,
.customSelect,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"] {
  width: 100%;
  min-height: 35px;
  background: #FFFFFF none no-repeat 0;
  padding: 0 10px;
  color: #54666f;
  border: 1px solid #e2e5ec;
  border-radius: 7px;
  display: inline-block;
  -webkit-transition: border, 0.5s, ease;
  -moz-transition: border, 0.5s, ease;
  -ms-transition: border, 0.5s, ease;
  -o-transition: border, 0.5s, ease;
  transition: border, 0.5s, ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="file"] {
  line-height: 40px; }

input.xs-size,
.select-wrapper select.xs-size,
.customSelect.xs-siz,
.select-wrapper.xs-sizee {
  width: 80px !important; }

input.s-size,
.select-wrapper select.s-size,
.customSelect.s-size,
.select-wrapper.s-size {
  width: 120px !important; }

input.m-size,
.select-wrapper select.m-size,
.customSelect.m-size,
.select-wrapper.m-size {
  width: 220px !important; }

input.l-size,
.select-wrapper select.l-size,
.customSelect.l-size,
.select-wrapper.l-size {
  width: 320px !important; }

.customSelectInner {
  width: 100% !important; }

.s-link {
  font-size: .87rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px; }

.select-wrapper select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border: 1px solid #008dc6; }

.select-wrapper select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled {
  color: #AFB7C4;
  background: #EDEFF2 none no-repeat 0; }

textarea {
  padding-top: 10px; }

/* CUSTOM SELECT */
.select-wrapper {
  position: relative; }

.select-wrapper select.hasCustomSelect {
  width: 100% !important; }

.customSelect:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #54666f;
  line-height: 40px; }

.customSelectInner {
  min-height: 35px;
  line-height: 35px; }

.select {
  position: relative; }

.select select {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

/* CUSTOM RADIO/CHECKBOX */
.custom-inputs {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-weight: normal !important; }

.custom-inputs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.custom-inputs input[type="checkbox"] + .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e2e5ec;
  border-radius: 5px; }

.custom-inputs input[type="radio"] + .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e2e5ec;
  border-radius: 50%; }

.custom-inputs:hover input ~ .checkmark {
  background-color: #008dc6;
  border: 0; }

.custom-inputs input:checked ~ .checkmark {
  background-color: #008dc6;
  border: 0; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.custom-inputs input:checked ~ .checkmark:after {
  display: block; }

.custom-inputs input[type="checkbox"] + .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-inputs input[type="radio"] + .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff; }

.custom-inputs .text {
  font-size: 1rem;
  color: #54666f; }

.custom-inputs.slide-button {
  padding-left: 60px; }

.custom-inputs.slide-button input[type="checkbox"] + .checkmark {
  height: 30px;
  width: 50px;
  background-color: #EDEFF2;
  border: 0;
  border-radius: 50px; }

.custom-inputs.slide-button input[type="checkbox"] + .checkmark:after {
  display: block;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all .5s ease; }

.custom-inputs.slide-button input:checked ~ .checkmark {
  background-color: #00c851;
  border: 0; }

.custom-inputs.slide-button input:checked ~ .checkmark:after {
  left: 25px; }

/* BUTTONS */
.btn {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  width: auto;
  padding: 5px 15px;
  min-height: 30px;
  text-align: center;
  font-size: 0.87rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #008dc6;
  border: 0;
  transition: all .5s ease;
  cursor: pointer; }

.btn.round {
  border-radius: 7px; }

.btn.pill {
  border-radius: 100px; }

.btn:hover {
  background-color: #25a9e0;
  text-decoration: none;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.15); }

.btn.small {
  min-height: initial;
  padding: 3px 10px; }

.btn span {
  display: inline-block;
  vertical-align: middle; }

.btn span + span {
  margin-left: 5px; }

.btn span[class^="i-"] {
  font-size: 0.9rem; }

.btn.default {
  background-color: #a1b0b8; }

.btn.default:hover {
  background-color: #d3dbde; }

.btn.info {
  background-color: #33b5e5; }

.btn.info:hover {
  background-color: #36C3EA; }

.btn.success {
  background-color: #00c851; }

.btn.success:hover {
  background-color: #05D359; }

.btn.warning {
  background-color: #ffbb33; }

.btn.warning:hover {
  background-color: #FFC55F; }

.btn.danger {
  background-color: #ff4444; }

.btn.danger:hover {
  background-color: #FC5E5E; }

/* ALERTS */
.alert {
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  margin: 5px 0;
  border-radius: 7px;
  background-color: #fff;
  color: #54666f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  font-size: .87rem; }

.alert span {
  display: inline-block;
  vertical-align: middle; }

.alert span + span {
  margin-left: 5px; }

.alert span[class^="i-"] {
  font-size: 1rem; }

.alert.info {
  background-color: #d8eafc;
  color: #fff;
  box-shadow: 0 0 0 transparent; }

.alert.success {
  background-color: #edfbf6;
  color: #fff;
  box-shadow: 0 0 0 transparent; }

.alert.warning {
  background-color: #fff6ee;
  color: #fff;
  box-shadow: 0 0 0 transparent; }

.alert.danger {
  background-color: #fef4f6;
  color: #fff;
  box-shadow: 0 0 0 transparent; }

.info {
  background-color: #33b5e5 !important; }

.success {
  background-color: #00c851 !important; }

.warning {
  background-color: #ffbb33 !important; }

.danger {
  background-color: #ff4444 !important; }

input.info {
  background-color: #33b5e5 !important;
  border-color: #33b5e5 !important;
  color: #fff !important; }

input.success {
  background-color: #00c851 !important;
  border-color: #00c851 !important;
  color: #fff !important; }

input.warning {
  background-color: #ffbb33 !important;
  border-color: #ffbb33 !important;
  color: #fff !important; }

input.danger {
  background-color: #ff4444 !important;
  border-color: #ff4444 !important;
  color: #fff !important; }

a span {
  display: inline-block;
  vertical-align: middle; }

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px); }

.select-pure__select {
  align-items: center;
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #e2e5ec;
  box-sizing: border-box;
  color: #363b3e;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: left;
  min-height: 35px;
  padding: 0px 5px;
  position: relative;
  transition: 0.2s;
  width: 100%; }

.select-pure__select:focus {
  border-color: #008dc6; }

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 5; }

.select-pure__select--opened .select-pure__options {
  display: block; }

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 35px;
  line-height: 15px;
  padding: 10px;
  font-size: 1rem;
  color: #54666f; }

.select-pure__option--disabled {
  color: #e4e4e4; }

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none; }

.select-pure__option--hidden {
  display: none; }

.select-pure__selected-label {
  align-items: 'center';
  background: #008dc6;
  border-radius: 4px;
  color: #fff;
  cursor: initial;
  display: inline-flex;
  justify-content: 'center';
  margin: 5px 10px 5px 0;
  padding: 3px 7px;
  display: inline-flex;
  align-items: center;
  font-size: 1rem; }

.select-pure__selected-label:last-of-type {
  margin-right: 0; }

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px; }

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 12px; }

.select-pure__selected-label i:hover {
  color: #e4e4e4; }

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%; }

.select-pure__placeholder--hidden {
  display: none; }

/* PROJECT */
.wrapper.main {
  padding-left: 220px; }

.nav-wrapper.collapsed + .wrapper.main {
  padding-left: 70px; }

/* HEADER */
.header {
  padding: 0 20px; }

.header ul.inline li {
  text-align: left;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle; }

/* PAGE TITLE */
.page-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }

.page-title .title {
  margin-top: 0;
  margin-bottom: 0; }

.page-title .title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px; }

.page-title .title span[class^="i-"] {
  color: #008dc6;
  margin-right: 10px;
  font-size: 24px; }

.page-title .btn-wrapper {
  margin-left: auto; }

/* data list */
ul.inline.data-list li {
  margin-right: 30px; }

ul.inline.data-list li:last-child {
  margin-right: 0; }

.label {
  display: block;
  color: #a1b0b8;
  font-weight: 500;
  margin-bottom: 5px; }

/* FINANCEIRO INFO */
.financeiro-info {
  display: flex;
  justify-content: space-between; }

.financeiro-info .panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px; }

.financeiro-info .value {
  font-size: 1.2rem; }

ul.inline.bank-details li {
  display: block;
  margin-bottom: 5px; }

ul.inline.bank-details li span:first-child {
  color: #a1b0b8; }

/* ACCOUNT DETAILS */
.account-details {
  display: flex;
  align-items: center; }

.account-details .photo {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px; }

.account-details .photo-inner {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  background: #a1b0b8 url("../images/photo-default.png") no-repeat center;
  background-size: 50px;
  border-radius: 200px;
  overflow: hidden; }

.account-details .photo label {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #008dc6;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.account-details .photo img {
  width: 100%; }

.account-details ul.inline {
  display: block; }

.account-details .name {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center; }

.account-details .position {
  color: #008dc6;
  display: block;
  text-align: center; }

/* GERIR CONTA */
.controlsales-info {
  display: flex;
  justify-content: space-between; }

.controlsales-info .panel.l-col-8 {
  max-width: 49%; }

.controlsales-info .body {
  display: flex;
  align-items: center; }

.controlsales-info ul.inline.gestores-conta li {
  margin-bottom: 15px; }

.controlsales-info .name {
  margin-bottom: 10px; }

.controlsales-info .photo {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: hidden;
  margin-right: 20px;
  background: #a1b0b8 url("../images/photo-default.png") no-repeat center;
  background-size: 30px; }

.controlsales-info .photo img {
  width: 100%; }

.controlsales-info .details ul.inline,
.controlsales-info .details ul.inline li {
  margin-left: 0; }

.controlsales-info .name {
  display: block;
  font-size: 24px;
  font-weight: 500; }

.controlsales-info .details a span[class^="i-"] {
  color: #a1b0b8; }

.controlsales-info .details a span[class^="i-"] + span {
  margin-left: 10px; }

.gerir-conta .photo {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 20px; }

.gerir-conta .photo-inner {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  background: #a1b0b8 url("../images/photo-default.png") no-repeat center;
  background-size: 30px;
  border-radius: 200px;
  overflow: hidden; }

.gerir-conta .photo label {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #008dc6;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.gerir-conta .photo img {
  width: 100%; }

.add-email {
  display: block;
  font-size: 12px;
  margin: 5px 0; }

.add-email span {
  display: inline-block;
  vertical-align: middle; }

.overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 141, 198, 0.8);
  z-index: 100; }

.overlay.show {
  display: flex; }

.overlay .panel > .body {
  max-height: 70vh;
  overflow-x: auto; }

.overlay .panel .footer {
  background-color: #f7f7f8;
  padding: 15px; }

.close-overlay {
  font-size: 18px;
  color: #a1b0b8;
  margin-left: auto; }

.close-overlay:hover {
  color: #54666f; }

.s-modal {
  max-width: 400px; }

.m-modal {
  max-width: 600px; }

.l-modal {
  max-width: 1200px; }

.nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: #008dc6 none no-repeat 0;
  z-index: 1; }

/* LOGO */
.logo {
  max-width: 150px;
  margin: 10px auto 30px; }

.logo img {
  width: 100%; }

.logo .collapsed {
  display: none; }

/* NAV LIST */
ul.inline.nav {
  margin-top: 20px;
  display: block; }

ul.inline.nav li {
  display: block;
  margin: 0; }

ul.inline.nav li .nav-item {
  display: flex;
  align-items: center;
  height: 60px;
  color: #fff; }

ul.inline.nav li .nav-item:hover {
  text-decoration: none; }

ul.inline.nav li .nav-item span {
  display: inline-block;
  vertical-align: middle;
  transition: all .5s ease; }

ul.inline.nav li .nav-item span[class^="i-"]:not(.i-feather-chevron-right) {
  font-size: 18px;
  margin-right: 10px;
  color: #25a9e0; }

ul.inline.nav li .nav-item:hover span[class^="i-"]:not(.i-feather-chevron-right),
ul.inline.nav li .nav-item.active span[class^="i-"]:not(.i-feather-chevron-right) {
  margin-right: 15px;
  color: #fff; }

ul.inline.nav li .nav-item span.i-feather-chevron-right {
  margin-left: auto;
  color: #fff; }

ul.inline.nav li .nav-item.active span.i-feather-chevron-right {
  transform: rotate(90deg); }

ul.inline.sub-menu {
  padding-left: 30px;
  display: none; }

ul.inline.sub-menu li {
  margin-bottom: 20px; }

ul.inline.sub-menu li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 0 0 0 25px; }

ul.inline.sub-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

ul.inline.sub-menu li a:hover:before,
ul.inline.sub-menu li a.active:before {
  background-color: #fff;
  text-decoration: none; }

/* COLLAPSED NAV */
.nav-wrapper.collapsed {
  width: auto; }

.nav-wrapper.collapsed .block {
  padding: 10px; }

.nav-wrapper.collapsed .logo {
  max-width: 50px; }

.nav-wrapper.collapsed .logo .default {
  display: none; }

.nav-wrapper.collapsed .logo .collapsed {
  display: block; }

.nav-wrapper.collapsed ul.inline.nav li .nav-item {
  display: flex;
  align-items: center;
  justify-content: center; }

.nav-wrapper.collapsed ul.inline.nav li .nav-item span {
  margin: 0; }

.nav-wrapper.collapsed ul.inline.nav li .nav-item span:nth-child(2),
.nav-wrapper.collapsed ul.inline.nav li .nav-item span:nth-child(3) {
  display: none; }

.nav-wrapper.collapsed ul.inline.nav li .nav-item:hover span,
.nav-wrapper.collapsed ul.inline.nav li .nav-item.active span {
  margin-right: 0px;
  margin-left: 0px; }

.nav-wrapper.collapsed ul.inline.nav li .nav-item.active {
  position: relative; }

.nav-wrapper.collapsed ul.inline.sub-menu.show {
  display: block !important;
  min-width: 160px;
  padding: 20px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 70px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

.nav-wrapper.collapsed ul.inline.sub-menu.show li {
  padding: 0; }

.nav-wrapper.collapsed ul.inline.sub-menu.show a {
  color: #25a9e0;
  padding-left: 20px;
  padding-right: 5px; }

.nav-wrapper.collapsed ul.inline.sub-menu.show a:before {
  border-color: #25a9e0; }

.nav-wrapper.collapsed ul.inline.sub-menu.show a:hover:before {
  background-color: #25a9e0; }

/* TOGGLE NAV */
.toggle-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 21px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); }

.toggle-nav:hover {
  text-decoration: none; }

.table,
.table thead,
.table tbody,
.table tfoot,
.table tr,
.table th,
.table td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: inherit;
  border-spacing: 0;
  border-color: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0; }

.table {
  width: 100%;
  background-color: #fff; }

.table thead {
  font-weight: 700; }

.table.align-last-right tr td:last-child {
  text-align: right; }

.table tr td {
  border-bottom: 1px solid #f2f4f7;
  padding: 10px; }

.table label {
  margin-bottom: 0; }

.table-highlight {
  font-size: .9em;
  display: inline-block;
  width: auto;
  border-radius: 50px;
  background-color: #54666f;
  color: #fff;
  padding: 0 10px; }

.table-button {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #54666f; }

.table-button span[class^="i-"] {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }

.table + .btn-wrapper {
  padding-top: 15px; }

/* ACCOUNT */
.header-account {
  display: flex;
  align-items: center;
  line-height: 18px;
  padding: 10px;
  position: relative;
  cursor: pointer; }

.header-account.active {
  background-color: #fff;
  border-radius: 7px 7px 0 0; }

.header-account .photo {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 100%;
  background: #a1b0b8 url("../images/photo-default.png") no-repeat center;
  background-size: 15px;
  overflow: hidden; }

.header-account .photo img {
  max-width: 100%; }

.header-account-info {
  margin-right: 10px; }

.header-account-info span {
  display: block; }

.header-account .name {
  display: block;
  font-weight: 500; }

.header-account .i-feather-chevron-down {
  margin-left: auto; }

ul.inline.header-account-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 0;
  width: 100%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 7px 7px; }

ul.inline.header-account-menu li {
  display: block;
  padding: 0;
  margin: 0; }

ul.inline.header-account-menu li.footer {
  background-color: #f7f7f8;
  border-radius: 0 0 7px 7px; }

ul.inline.header-account-menu li.footer span[class^="i-"] {
  color: #a1b0b8;
  font-size: 18px;
  margin-right: 5px; }

ul.inline.header-account-menu li a {
  display: block;
  padding: 15px;
  color: #54666f;
  transition: all .5s ease; }

ul.inline.header-account-menu li a:hover {
  background-color: #f7f7f8; }

ul.inline.header-account-menu li a:last-child {
  border-radius: 0 0 7px 7px; }

/* NOTIFICATIONS */
.notifications {
  position: relative; }

.notifications.active {
  background-color: #fff;
  min-width: 250px;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  padding: 10px 0; }

.notifications-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1); }

.notifications-content-header {
  display: flex;
  align-items: center;
  padding: 0 0 10px; }

.notifications-content-header .title {
  font-weight: 600; }

.notification:not(.new) .title {
  color: #a1b0b8; }

.notifications-content-header .number {
  margin-right: 5px; }

.notifications-clean {
  margin-left: auto; }

.toggle-notifications {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #54666f;
  position: relative; }

.toggle-notifications:hover {
  text-decoration: none; }

.notifications.active .toggle-notifications {
  margin-left: auto; }

.toggle-notifications.new:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  background-color: #ffbb33;
  border-radius: 10px; }

.notification {
  display: flex;
  align-items: center; }

.notification span[class^="i-"] {
  font-size: 26px;
  margin-right: 10px; }

.notification:not(.new) span[class^="i-"] {
  color: #a1b0b8; }

.notification-info {
  line-height: 1.4em; }

.notification-info span {
  display: block; }

.notification-info .title {
  font-weight: 500; }

.notification-info .date {
  font-size: .875rem;
  color: #a1b0b8; }

ul.inline.notifications-list {
  display: block;
  margin-left: 0;
  max-height: 200px;
  overflow-y: auto; }

ul.inline.notifications-list::-webkit-scrollbar {
  display: none; }

ul.inline.notifications-list {
  -ms-overflow-style: none; }

ul.inline.notifications-list:hover::-webkit-scrollbar {
  display: block; }

ul.inline.notifications-list:hover {
  -ms-overflow-style: block; }

ul.inline.notifications-list li {
  display: block;
  margin: 10px 0; }

.notification.new .i-feather-check-circle {
  color: #00c851; }

.notification.new .i-feather-info {
  color: #33b5e5; }

.notification.new .i-feather-alert-circle {
  color: #ffbb33; }

.notification.new .i-feather-alert-triangle {
  color: #ff4444; }

/* PANELS */
.panel {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

.panel .header,
.panel .body,
.panel .footer {
  padding: 20px; }

.panel .body.grid {
  padding: 0; }

.panel .header {
  display: flex;
  align-items: center; }

.panel .header .title {
  margin: 0; }

.panel .header .btn-wrapper {
  margin-left: auto; }

.panel .body.highlight {
  background-color: #f7f7f8;
  padding: 20px; }

.panel .body.highlight .header {
  display: flex;
  align-items: center; }

.panel .body.highlight .header .title {
  font-size: 1rem; }

.panel .body.highlight.collapsed .content {
  display: none; }

.panel .body.highlight:not(.collapsed) .header > .timeline {
  display: none !important; }

.panel .body.highlight.rounded {
  border-radius: 0 0 7px 7px; }

.toggle-highlight {
  font-size: 18px;
  color: #54666f;
  margin-left: auto; }

.toggle-highlight:hover {
  text-decoration: none; }

.toggle-highlight .i-feather-eye-off {
  display: none; }

.toggle-highlight.active .i-feather-eye {
  display: none; }

.toggle-highlight.active .i-feather-eye-off {
  display: block; }

.panel .header .title {
  font-size: 16px; }

.panel .header h5.title {
  font-size: 14px; }

.panel .footer {
  border-radius: 0 0 7px 7px; }

.panel .footer.color {
  background-color: #f7f7f8; }

/* TIMELINE */
.point.done .dot {
  background-color: #008dc6; }

.timeline {
  width: 80%;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto;
  position: relative; }

.timeline-inner {
  width: 100%; }

.timeline-inner:before,
.timeline-inner:after {
  :content: "";
  display: table;
  clear: both; }

.point {
  width: 25%;
  height: 3px;
  position: relative;
  float: left; }

.point:first-child {
  width: 0px; }

.point,
.dot {
  background-color: #a1b0b8; }

.point.done,
.point.done .dot {
  background-color: #008dc6; }

.point .info {
  background-color: #a1b0b8 !important; }

.point.done .info {
  background-color: #33b5e5 !important; }

.timeline-content {
  text-align: center;
  position: absolute;
  top: -35px;
  right: 0;
  transform: translateX(calc(50% - 5px));
  white-space: nowrap;
  z-index: 2; }

.timeline-inner.small .timeline-content {
  top: 5px; }

.timeline-inner.small .timeline-content .point-info {
  font-size: 12px; }

.icon {
  font-size: 24px;
  display: block;
  margin: 0 auto 25px; }

.dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

.panel .body .header > .timeline {
  min-height: 30px; }

.timeline.big {
  align-items: baseline;
  margin-top: 50px;
  min-height: 130px; }

.timeline.big .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 3px solid #a1b0b8;
  background-color: #f7f7f8;
  margin-bottom: 15px; }

.timeline.big .point.done .icon {
  border-color: #008dc6; }

/* TIMELINE DETAILS */
.timeline-details {
  margin: 20px 0 0;
  transition: all .2s ease; }

.timeline-details.open {
  margin: 20px 0 0;
  background: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05); }

.timeline-details .header {
  justify-content: right;
  padding-bottom: 0px;
  transition: all .5s ease; }

.timeline-details.open .header {
  padding-bottom: 15px; }

.timeline-details .content {
  display: none;
  padding: 0 20px; }

.timeline-details.open .content {
  display: block; }

/* TIMELINE DETAILS POINT */
.timeline-point-details-wrapper {
  position: absolute;
  display: none;
  left: 0;
  top: calc(100% + 20px);
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 0 20px 20px 20px;
  margin-top: 15px; }

.timeline-point-details-block {
  width: 100%;
  display: none; }

.timeline-point-details-block .header {
  padding: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }

.timeline-point-details-block .content {
  overflow-y: auto; }

.timeline-point-details-wrapper.open,
.timeline-point-details-block.active {
  display: block; }

.pointer {
  position: absolute;
  left: 0;
  top: -5px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff; }

.timeline-point-details-block.ref-inserido .pointer {
  left: -30px;
  transform: rotate(-135deg); }

.timeline-point-details-block.ref-programado .pointer {
  left: calc(20% + 15px);
  top: -10px; }

.timeline-point-details-block.ref-processamento .pointer {
  left: calc(46% + 15px);
  top: -10px; }

.timeline-point-details-block.ref-pronto .pointer {
  left: calc(72.5% + 15px);
  top: -10px; }

.timeline-point-details-block.ref-expedido .pointer {
  left: initial;
  right: -30px;
  transform: rotate(135deg); }

.timeline-details-point-btn {
  display: block;
  color: #54666f;
  margin-top: 5px;
  transition: all .5s ease; }

.timeline-details-point-btn:hover {
  text-decoration: none; }

.timeline-point-details-close {
  margin-left: auto;
  color: #54666f;
  padding: 5px;
  font-size: 18px; }

/* LOGIN */
.wrapper.login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #008dc6 url("../images/bg-login.jpg") no-repeat 0;
  background-size: cover; }

.login-panel {
  max-width: 350px;
  margin: 0 auto; }

.logo-login {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 20px; }

.logo-login img {
  width: 100%; }

.login-panel .body {
  padding-top: 0; }

ul.inline.login-form {
  margin: 0;
  padding: 0;
  display: block; }

ul.inline.login-form li {
  text-align: left;
  display: block;
  margin-bottom: 20px; }

ul.inline.login-form li:last-child {
  margin-bottom: 0px; }

.login-panel .footer {
  display: flex;
  align-items: center;
  background-color: #f7f7f8;
  border-radius: 0 0 7px 7px; }

.forgot-password {
  font-size: .875rem; }

/* TABS */
.tabs-header {
  display: flex;
  border-top: 1px solid #f7f7f8;
  margin-bottom: 1px; }

.toggle-tab {
  display: inline-block;
  padding: 15px;
  background-color: #f7f7f8;
  color: #a1b0b8;
  transition: all .5s ease; }

.toggle-tab.active,
.toggle-tab:hover {
  background-color: #fff;
  color: #54666f;
  text-decoration: none; }

.tabs-header.items-2 .toggle-tab {
  width: 50%; }

.tabs-header.items-3 .toggle-tab {
  width: 33.3333%; }

.tabs-header.items-4 .toggle-tab {
  width: 25%; }

.tabs-header.items-5 .toggle-tab {
  width: 20%; }

.tab {
  display: none; }

.tab.active {
  display: block; }

/* ADD ROW */
ul.inline.add-row li {
  border-bottom: 1px solid #f1f2f2;
  margin: 0;
  padding: 15px 0; }

.add-row-sample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f7f8;
  border-radius: 7px;
  padding: 15px;
  cursor: pointer; }

.add-row-sample-inner {
  background-color: #fff;
  width: 100%;
  min-height: 70px;
  border-radius: 7px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  margin: 0 5px; }

.add-row-sample.active {
  border: 2px solid #008dc6; }

.dashboard-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }

.dashboard-row > div {
  padding: 5px !important; }

.dashboard-row .panel {
  height: 100%;
  margin-bottom: 0px; }

.dashboard-row .panel .body {
  padding-top: 0; }

.dashboard-row .header .select-wrapper {
  min-width: 100px; }

.dashboard-row .empty .body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px; }

.dashboard-row .inserted + .empty {
  display: none; }

ul.inline.dashboard-list {
  display: block;
  width: 100%; }

ul.inline.dashboard-list li {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0; }

ul.inline.dashboard-list li .label .icon,
ul.inline.dashboard-list li .label span {
  display: inline-block;
  vertical-align: middle; }

ul.inline.dashboard-list li .label .icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  background-color: #a1b0b8;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 0 0; }

ul.inline.dashboard-list li .value {
  margin-left: auto;
  font-weight: 600;
  font-size: 16px; }

ul.inline.user-list {
  display: block;
  width: 100%;
  max-height: 200px;
  overflow-y: auto; }

ul.inline.user-list::-webkit-scrollbar {
  display: none; }

ul.inline.user-list {
  -ms-overflow-style: none; }

ul.inline.user-list li {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0; }

ul.inline.user-list .image {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #a1b0b8 url("../images/photo-default.png") no-repeat center;
  background-size: 15px;
  overflow: hidden;
  margin-right: 10px; }

ul.inline.user-list .image img {
  width: 100%; }

ul.inline.user-list .details {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3em; }

ul.inline.user-list .details .name {
  font-weight: 600; }

ul.inline.user-list .btn {
  margin-left: auto; }

.delete-dashboard-panel,
.delete-dashboard-box {
  font-size: 18px;
  color: #a1b0b8;
  margin-left: auto; }

.delete-dashboard-panel:hover,
.delete-dashboard-box:hover {
  color: #54666f; }

ul.inline.dashboard-list li.green .label .icon {
  background-color: #00c851; }

ul.inline.dashboard-list li.green .value {
  color: #00c851; }

ul.inline.dashboard-list li.blue .label .icon {
  background-color: #33b5e5; }

ul.inline.dashboard-list li.blue .value {
  color: #33b5e5; }

ul.inline.dashboard-list li.orange .label .icon {
  background-color: #ffbb33; }

ul.inline.dashboard-list li.orange .value {
  color: #ffbb33; }

ul.inline.dashboard-list li.red .label .icon {
  background-color: #ff4444; }

ul.inline.dashboard-list li.red .value {
  color: #ff4444; }

.display.dataTable {
  margin-bottom: 20px !important; }

.dataTables_length,
.dataTables_filter {
  padding: 20px 20px 0 20px !important; }

.dataTables_info,
.dataTables_paginate {
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  min-height: 65px !important;
  width: 50% !important;
  background-color: #f7f7f8 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  width: 30px !important;
  height: 30px !important;
  line-height: 26px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  background: transparent !important;
  border-radius: 40px !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  border: 0 !important;
  font-weight: 600 !important;
  color: #54666f !important; }

.dataTables_info {
  border-radius: 0 0 0 7px !important; }

.dataTables_paginate {
  border-radius: 0 0 7px 0 !important;
  justify-content: right !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0 5px !important; }

.dataTables_filter input {
  display: inline-block !important;
  max-width: 150px !important; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0 !important;
  color: #a1b0b8 !important; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 0 !important; }

table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 0 !important; }

/*@import 'project/components/accordion';
@import 'project/components/overlay';
@import 'project/components/tabs';*/

/*# sourceMappingURL=style.css.map */
