/*
   Table of Contents
   =============================================================================
	0 
	1 
	2 
	3 
	4 
	5 
	6 
	7 
	8 
    9 
   =============================================================================
*/
/* =============================================================================
- Reset Stylesheet
============================================================================= */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: 'Roboto', sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
  color: #4A4A4A;
  font-size: 13px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  margin: 0;
  font-size: 15px;
}

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

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

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

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

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

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
}

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

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="text"], select {
  cursor: text;
  color: #4A4A4A;
  font-size: 13px;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

p {
  font-size: 13px;
  font-weight: 100;
  margin: 30px 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

li::before {
  margin: 0;
  padding: 0;
}

/* =============================================================================
- Utilities
============================================================================= */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.cursor-default, .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  cursor: pointer;
}

.cursor-pointer, .pv-button-primary, .pv-button-destructive, .pv-button-naked, .pv-button-naked-inverse, .pv-button-ghost, .fieldWrap {
  cursor: pointer;
}

.cursor-grab {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: pointer;
}

.cursor-resize {
  cursor: pointer;
}

.cursor-column-resize {
  cursor: pointer;
}

.cursor-move {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: pointer;
}

.cursor-text {
  cursor: pointer;
}

.icon-small {
  width: 12px;
  height: 12px;
}

.icon-medium {
  width: 16px;
  height: 16px;
}

.icon-large {
  width: 24px;
  height: 24px;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.opacity {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}

.focus {
  border: 2px solid #608EB6;
}

.focus.error {
  border: 2px solid #D56261;
}

.is-disabled {
  opacity: 50%;
}

/* =============================================================================
- components 
============================================================================= */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

.avatar {
  color: #ffffff;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar img {
  border-radius: 50%;
  vertical-align: middle;
}

.avatar.avatar-small {
  color: #ffffff;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.avatar.avatar-small img {
  height: 16px;
  width: 16px;
}

.avatar.avatar-medium {
  color: #ffffff;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.avatar.avatar-medium img {
  width: 26px;
  height: 26px;
}

.avatar.avatar-large {
  width: 56px;
  height: 56px;
}

.avatar.avatar-large img {
  height: 36px;
  width: 36px;
}

.avatar.avatar-xlarge {
  color: #ffffff;
  text-align: center;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.avatar img {
  width: 72px;
  height: 72px;
}

.label-green {
  background: #8AB98E;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.pv-badge-wrap {
  height: 36px;
}

.pv-badge-wrap .pv-badge {
  background: #DDDDDD;
  color: #222222;
  text-align: center;
  line-height: 16px;
  border-radius: 18px;
  min-width: 36px;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: baseline;
}

.cursor-default, .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  cursor: pointer;
}

.cursor-pointer, .pv-button-primary, .pv-button-destructive, .pv-button-naked, .pv-button-naked-inverse, .pv-button-ghost, .fieldWrap {
  cursor: pointer;
}

.cursor-grab {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: pointer;
}

.cursor-resize {
  cursor: pointer;
}

.cursor-column-resize {
  cursor: pointer;
}

.cursor-move {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: pointer;
}

.cursor-text {
  cursor: pointer;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.pv-button-primary {
  color: #ffffff;
  background-color: #8AB98E;
  border-radius: 2px;
  height: 36px;
  min-width: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pv-button-primary:hover, .pv-button-primary:focus, .pv-button-primary:active {
  color: #ffffff;
  background-color: #538a57;
  border-color: #70aa75;
}

.pv-button-primary img, .pv-button-primary i, .pv-button-primary svg {
  vertical-align: text-bottom;
}

.pv-button-primary svg path {
  fill: #ffffff;
}

.pv-button-destructive {
  color: #ffffff;
  background-color: #D56261;
  border-radius: 2px;
  height: 36px;
  min-width: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pv-button-destructive:hover, .pv-button-destructive:focus, .pv-button-destructive:active {
  color: #ffffff;
  background-color: #a42d2c;
  border-color: #cc4241;
}

.pv-button-destructive img, .pv-button-destructive i, .pv-button-destructive svg {
  vertical-align: text-bottom;
}

.pv-button-destructive svg path {
  fill: #ffffff;
}

.pv-button-naked {
  color: #777777;
  background-color: transparent;
  border-radius: 2px;
  height: 36px;
  min-width: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pv-button-naked:hover, .pv-button-naked:focus, .pv-button-naked:active {
  color: #777777;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.pv-button-naked img, .pv-button-naked i, .pv-button-naked svg {
  vertical-align: text-bottom;
}

.pv-button-naked svg path {
  fill: #ffffff;
}

.pv-button-naked svg path {
  fill: #999999;
}

.pv-button-naked-inverse {
  color: #ffffff;
  background-color: transparent;
  border-radius: 2px;
  height: 36px;
  min-width: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.pv-button-naked-inverse:hover, .pv-button-naked-inverse:focus, .pv-button-naked-inverse:active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.pv-button-naked-inverse img, .pv-button-naked-inverse i, .pv-button-naked-inverse svg {
  vertical-align: text-bottom;
}

.pv-button-naked-inverse svg path {
  fill: #ffffff;
}

.pv-button-naked-inverse svg path {
  fill: #ffffff;
}

.pv-button-ghost {
  color: #777777;
  background-color: transparent;
  border-radius: 2px;
  height: 36px;
  min-width: 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-color: #999999;
}

.pv-button-ghost:hover, .pv-button-ghost:focus, .pv-button-ghost:active {
  color: #777777;
  background-color: rgba(0, 0, 0, 0);
  border-color: #858585;
}

.pv-button-ghost img, .pv-button-ghost i, .pv-button-ghost svg {
  vertical-align: text-bottom;
}

.pv-button-ghost svg path {
  fill: #ffffff;
}

.pv-button-ghost svg path {
  fill: #999999;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.pv-checkbox {
  position: relative;
  width: auto;
  height: 36px;
  min-width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pv-checkbox-wrapper {
  width: 36px;
  height: 36px;
  padding: 9px;
}

.pv-checkbox-wrapper .checkbox {
  background: #ffffff;
  border: 1px solid;
  border-radius: 2px;
  border-color: #999999;
  width: 16px;
  height: 16px;
}

.pv-checkbox-wrapper .checkbox svg {
  fill: #8AB98E;
  vertical-align: top;
}

.pv-checkbox-wrapper .checkbox.is-selected {
  background: #8AB98E;
  border-color: #8AB98E;
}

.pv-checkbox-wrapper .checkbox.is-selected path {
  fill: #ffffff;
}

.pv-checkbox-wrapper .checkbox.is-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  pointer-events: none;
}

.pv-checkbox-label {
  color: #222222;
}

input[type="checkbox"] {
  display: none;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.circle-wrap {
  margin: 50px auto;
  width: 150px;
  height: 150px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #8AB98E;
}

.circle-wrap .circle .mask .full {
  -webkit-animation: fill ease-in-out 3s;
          animation: fill ease-in-out 3s;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.circle-wrap .circle .fill {
  -webkit-animation: fill ease-in-out 3s;
          animation: fill ease-in-out 3s;
  -webkit-transform: rotate(126deg);
          transform: rotate(126deg);
}

.circle-wrap .inside-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  line-height: 130px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 98;
  font-weight: 700;
  font-size: 2em;
}

@-webkit-keyframes fill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
            transform: rotate(126deg);
  }
}

@keyframes fill {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
            transform: rotate(126deg);
  }
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.pv-counter {
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding-top: 3px;
  display: inline-block;
  line-height: 1;
}

.pv-counter.primary {
  background: #8AB98E;
}

.pv-counter.critical {
  background: #D56261;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.dropdown-menu {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 98;
  min-width: 160px;
  max-width: 460px;
}

.dropdown-menu .dropdown-list {
  display: block;
  line-height: 36px;
  padding: 0 10px;
  position: relative;
}

.dropdown-menu .dropdown-list:focus, .dropdown-menu .dropdown-list.is-active {
  background-color: #DEEFE0;
}

.dropdown-menu .dropdown-list:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.dropdown-menu .dropdown-list.is-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu .dropdown-list.is-delimiter {
  line-height: 36px;
  width: 100%;
  background-color: #EEEEEE;
  padding-left: 10px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dropdown-menu .dropdown-list.is-delimiter:hover {
  cursor: pointer;
}

.dropdown-menu .divider {
  background-color: #DDDDDD;
  border: none;
  display: block;
  height: 1px;
}

.dropdown-menu .has-filter {
  padding: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.cursor-default, .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  cursor: pointer;
}

.cursor-pointer, .pv-button-primary, .pv-button-destructive, .pv-button-naked, .pv-button-naked-inverse, .pv-button-ghost, .fieldWrap {
  cursor: pointer;
}

.cursor-grab {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: pointer;
}

.cursor-resize {
  cursor: pointer;
}

.cursor-column-resize {
  cursor: pointer;
}

.cursor-move {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: pointer;
}

.cursor-text {
  cursor: pointer;
}

.grabber-wrapper.horizontal {
  width: 46px;
}

.grabber-wrapper.horizontal .grabber-handle {
  width: 100%;
  height: 7px;
}

.grabber-wrapper.horizontal .grabber-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.grabber-wrapper.horizontal .grabber-dot {
  margin-left: 3px;
}

.grabber-wrapper.horizontal .grabber-dot:first-child {
  margin-left: 0;
}

.grabber-wrapper.vertical {
  height: 46px;
}

.grabber-wrapper.vertical .grabber-handle {
  width: 7px;
  height: 100%;
}

.grabber-wrapper.vertical .grabber-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grabber-wrapper.vertical .grabber-dot {
  margin-top: 3px;
}

.grabber-wrapper.vertical .grabber-dot:first-child {
  margin-top: 0;
}

.grabber-wrapper.is-normal .grabber-handle {
  background-color: #DDDDDD;
}

.grabber-wrapper.is-normal .grabber-dot {
  background-color: #999999;
}

.grabber-wrapper.is-hover .grabber-handle {
  background-color: #8AB98E;
}

.grabber-wrapper.is-hover .grabber-dot {
  background-color: #ffffff;
}

.grabber-handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grabber-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grabber-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
}

.grabber {
  background-color: #DDDDDD;
  cursor: cursor-grab;
}

.grabber.horizontal {
  width: 100%;
  height: 7px;
}

.grabber.horizontal:hover {
  background-color: #8AB98E;
}

.grabber.vertical {
  width: 7px;
  height: 100%;
}

.grabber.vertical:hover {
  background-color: #8AB98E;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.cursor-default, .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  cursor: pointer;
}

.cursor-pointer, .pv-button-primary, .pv-button-destructive, .pv-button-naked, .pv-button-naked-inverse, .pv-button-ghost, .fieldWrap {
  cursor: pointer;
}

.cursor-grab {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: pointer;
}

.cursor-resize {
  cursor: pointer;
}

.cursor-column-resize {
  cursor: pointer;
}

.cursor-move {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: pointer;
}

.cursor-text {
  cursor: pointer;
}

.show-hide {
  line-height: 36px;
  width: 100%;
  background: pv-white;
  padding-left: 10px;
  color: #8AB98E !important;
}

.show-hide:hover {
  color: #5E8962 !important;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.icon-container-xsmall, .icon-container-small, .icon-container-medium, .icon-container-large {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-container-xsmall {
  height: 16px;
  width: 16px;
}

.icon-container-small {
  height: 36px;
  width: 36px;
}

.icon-container-medium {
  height: 46px;
  width: 46px;
}

.icon-container-large {
  height: 92px;
  width: 92px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.cursor-default, .input[disabled]:hover, .input[disabled]:focus, .input[disabled]:active {
  cursor: pointer;
}

.cursor-pointer, .pv-button-primary, .pv-button-destructive, .pv-button-naked, .pv-button-naked-inverse, .pv-button-ghost, .fieldWrap {
  cursor: pointer;
}

.cursor-grab {
  cursor: pointer;
}

.cursor-grabbing {
  cursor: pointer;
}

.cursor-resize {
  cursor: pointer;
}

.cursor-column-resize {
  cursor: pointer;
}

.cursor-move {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: pointer;
}

.cursor-text {
  cursor: pointer;
}

.input {
  width: 100%;
  height: 36px;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: left;
  border: 1px solid;
  border-color: #999999;
}

.input:hover {
  border-color: #222222;
}

.input:active {
  border-color: #8AB98E;
}

.input.error {
  border-color: #D56261;
}

.input:hover {
  border-color: #222222;
}

.input.is-active {
  border-color: #5E8962;
}

.input.is-focused, .input .is-focus-selected {
  width: 100%;
  height: auto;
  outline: 2px solid #608EB6;
}

.input.is-focused.is-error, .input .is-focus-selected.is-error {
  border-color: #D56261;
}

.input.is-error {
  border: 1px solid;
  border-color: #D56261;
}

.fieldWrap {
  width: 100%;
  height: 36px;
  padding: 0 20px;
  border-radius: 2px;
  background-color: #ffffff;
  text-align: left;
  outline: 1px solid #999999;
  position: relative;
}

.fieldWrap .input {
  border: none;
}

.fieldWrap .is-right {
  position: absolute;
  right: 10px;
  top: 5px;
}

.fieldWrap .is-left {
  position: absolute;
  left: 10px;
  top: 9px;
}

.pv-message-center {
  width: auto;
  height: 46px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  width: 400px;
  margin: 0 auto;
}

.pv-message-center .icon-container-medium {
  display: inline-block;
}

.pv-message-center.success .icon-container-medium {
  background: #5E8962;
}

.pv-message-center.error .icon-container-medium {
  background: #A93333;
}

.pv-message-center .message {
  display: inline-block;
  line-height: 46px;
  padding: 0 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(34, 34, 34, 0.75);
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}

.modal:target, .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 100;
}

.modal .modal-container {
  background: #ffffff;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: slide-down .2s ease 1;
          animation: slide-down .2s ease 1;
  width: 380px;
}

.modal .modal-container.small {
  width: 380px;
}

.modal .modal-container.medium {
  width: 500px;
}

.modal .modal-container.large {
  width: 720px;
}

.modal .modal-container.small, .modal .modal-container.medium, .modal .modal-container.large {
  min-height: 190px;
}

.modal .modal-container .modal-header {
  color: #222222;
  padding: 20px;
  height: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-container .modal-header.destructive {
  color: #D56261;
}

.modal .modal-container .modal-body {
  overflow-y: auto;
  min-height: 100px;
  padding: 20px;
  position: relative;
}

.modal .modal-container .modal-footer {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-overlay {
  background: rgba(34, 34, 34, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.pv-popover {
  position: relative;
  display: inline-block;
}

.pv-popover .pv-popover-container {
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  min-width: 36px;
  max-width: 300px;
  width: 300px;
  min-height: 36px;
  max-height: 300px;
  overflow: scroll;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pb-w-10 {
  width: 10%;
}

.pb-w-20 {
  width: 20%;
}

.pb-w-30 {
  width: 30%;
}

.pb-green {
  background-color: #8AB98E;
}

.pb-yellow {
  background-color: #FADA67;
}

.pb-blue {
  background-color: #608EB6;
}

.pb-white {
  background-color: #ffffff;
}

.progress-bar-wrapper {
  width: 200px;
}

.progress-bar-wrapper.inverse .progress-bar-background {
  background-color: #777777;
}

.progress-bar-background {
  background-color: #CCCCCC;
  width: 100%;
  height: 6px;
  border-radius: 3px;
}

.progress-bar-foreground {
  height: 6px;
  border-radius: 3px 0 0 3px;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

.progress-bar-foreground-bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
}

.progress-bar-foreground-bars .pb:first-child {
  border-radius: 3px 0 0 3px;
}

.is-spinning {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

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

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/*SWITCH*/
.switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: normal;
}

.switch-wrapper.off .switch-knob {
  left: 2px;
  background-color: #999;
}

.switch-wrapper.off .switch-button {
  border: 1px solid #999;
}

.switch-status-text {
  margin-right: 10px;
}

.switch-button {
  border: 1px solid #8ab98e;
  border-radius: 18px;
  height: 16px;
  width: 46px;
  position: relative;
}

.switch-knob {
  width: 10px;
  height: 10px;
  border-radius: 13px;
  background-color: #8AB98E;
  position: absolute;
  left: 30px;
  top: 2px;
  -webkit-transition: left 250ms;
  transition: left 250ms;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.tag {
  line-height: 16px;
  min-width: 36px;
  padding: 0 10px;
  border-radius: 18px;
  font-size: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  display: inline-block;
  background-color: #999999;
}

.tag.green {
  background-color: #8AB98E;
}

.tag.blue {
  background-color: #608EB6;
}

.tag.red {
  background-color: #D56261;
}

.tag.yellow {
  background-color: #FADA67;
}

.tag.lilac {
  background-color: #BA8AA4;
}

.tag.orange {
  background-color: #FBAF5D;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.textarea {
  height: auto;
  width: 100%;
  min-height: 46px;
  max-height: 300px;
  overflow: scroll;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  resize: none;
  text-align: left;
  border: 1px solid #999999;
}

.textarea.is-focused, .textarea .is-focus-selected {
  width: 100%;
  height: auto;
  outline: 2px solid #608EB6;
}

.textarea.is-focused.is-error, .textarea .is-focus-selected.is-error {
  border-color: #D56261;
}

.textarea.is-error {
  border: 1px solid;
  border-color: #D56261;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.toggle-wrapper {
  height: 36px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
}

.toggle-wrapper .pv-button-naked {
  height: 36px;
  width: 36px;
  background-color: #EEEEEE;
}

.toggle-wrapper .pv-button-naked:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.toggle-wrapper .pv-button-naked:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.toggle-wrapper .pv-button-naked.is-active {
  background-color: #ffffff;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

.tooltip-wrapper {
  position: relative;
  max-width: 300px;
  line-height: normal;
  background-color: #1F2532;
  border-radius: 2px;
  color: #ffffff;
  padding: 10px;
  position: relative;
}

.tooltip-wrapper .pointer {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
}

.tooltip-wrapper .pointer.right {
  border-right: 10px solid #1F2532;
  bottom: calc(50% - 10px);
  left: -15px;
}

.tooltip-wrapper .pointer.left {
  border-left: 10px solid #1F2532;
  bottom: calc(50% - 10px);
  right: -15px;
}

.tooltip-wrapper .pointer.top {
  border-top: 10px solid #1F2532;
  left: calc(50% - 10px);
  bottom: -15px;
}

.tooltip-wrapper .pointer.bottom {
  border-bottom: 10px solid #1F2532;
  left: calc(50% - 10px);
  top: -15px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.pv-font-h1, .modal .modal-container .modal-header {
  font-size: 18px;
}

.pv-font-h2 {
  font-size: 16px;
}

.pv-font-title {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pv-font-small, .avatar, .avatar.avatar-small, .avatar.avatar-medium, .avatar.avatar-xlarge, .pv-badge-wrap .pv-badge, .pv-counter {
  font-size: 11px;
}

.pv-font-regular, .pv-checkbox-label {
  font-size: 13px;
  color: #222222;
}

.pv-font-semibold {
  font-size: 13px;
  font-weight: 600;
}

.pv-font-medium {
  font-size: 16px;
}

.pv-font-medium {
  font-size: 18px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.has-spacing {
  padding: 10px;
}

.has-spacing-left {
  padding-left: 10px;
}

.has-spacing-right {
  padding-right: 10px;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
::-webkit-input-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
::-ms-input-placeholder {
  color: #999999;
}
::placeholder {
  color: #999999;
}

.form-wrapper {
  max-height: 100vh;
}

.form-header {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.form-section {
  margin-top: 10px;
}

.form-pair-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100%;
  min-width: 300px;
}

.form-field {
  margin: 0 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 300px;
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 5px 0;
}

.form-label > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -- Color green --  */
/* -- Color blue --  */
/* -- Color red --  */
/* -- Color yellow --  */
/* -- Color lilac --  */
/* -- Color orange --  */
/* -- Color grayscales --  */
/* -- Color white --  */
/* -- Color navy --  */
/* -- Color navy --  */
.border-light {
  border: 1px solid;
  border-color: #DDDDDD;
}

.border-light:hover {
  border-color: #222222;
}

.border-light:active {
  border-color: #8AB98E;
}

.border-light.error {
  border-color: #D56261;
}

.table {
  border-spacing: 0;
  border: 1px solid;
  border: 1px solid;
  border-color: #999999;
  width: 100%;
}

.table:hover {
  border-color: #222222;
}

.table:active {
  border-color: #8AB98E;
}

.table.error {
  border-color: #D56261;
}

.table thead tr th, .table thead tr td, .table tbody tr th, .table tbody tr td {
  vertical-align: middle;
  border: 1px solid;
  border: 1px solid;
  border-color: #999999;
  padding: 10px;
}

.table thead tr th:hover, .table thead tr td:hover, .table tbody tr th:hover, .table tbody tr td:hover {
  border-color: #222222;
}

.table thead tr th:active, .table thead tr td:active, .table tbody tr th:active, .table tbody tr td:active {
  border-color: #8AB98E;
}

.table thead tr th.error, .table thead tr td.error, .table tbody tr th.error, .table tbody tr td.error {
  border-color: #D56261;
}

.table tbody tr td {
  background: #fff;
}

.row {
  margin: 1% 0;
  overflow: auto;
  line-height: 2em;
}

.col {
  float: left;
  margin: 0 1%;
}

.c1 {
  width: 6.33%;
}

.c2 {
  width: 14.66%;
}

.c3 {
  width: 23%;
}

.c4 {
  width: 31.33%;
}

.c5 {
  width: 39.66%;
}

.c6 {
  width: 48%;
}

.c7 {
  width: 56.33%;
}

.c8 {
  width: 64.66%;
}

.c9 {
  width: 73%;
}

.c10 {
  width: 81.33%;
}

.c11 {
  width: 89.66%;
}

.c12 {
  width: 98%;
}

@media (max-width: 870px) {
  .row .col {
    width: 100%;
  }
}

/* =============================================================================
- Tools 
============================================================================= */
.row {
  margin: 1% 0;
  overflow: auto;
  line-height: 2em;
}

.col {
  float: left;
  margin: 0 1%;
}

.c1 {
  width: 6.33%;
}

.c2 {
  width: 14.66%;
}

.c3 {
  width: 23%;
}

.c4 {
  width: 31.33%;
}

.c5 {
  width: 39.66%;
}

.c6 {
  width: 48%;
}

.c7 {
  width: 56.33%;
}

.c8 {
  width: 64.66%;
}

.c9 {
  width: 73%;
}

.c10 {
  width: 81.33%;
}

.c11 {
  width: 89.66%;
}

.c12 {
  width: 98%;
}

@media (max-width: 870px) {
  .row .col {
    width: 100%;
  }
}
/*# sourceMappingURL=pvds.css.map */