@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext");
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

/******************************
    Colours
******************************/
/******************************
    Greyscale colours
*******************************/
/******************************
    SlA Colours
******************************/
.dp-bg--default {
  color: #2b2f2f;
  background-color: #ffffff;
}

.dp-bg--success {
  color: #ffffff;
  background-color: #47bf61;
}

.dp-bg--info {
  color: #ffffff;
  background-color: #4696dc;
}

.dp-bg--warning {
  color: #ffffff;
  background-color: #fbb03b;
}

.dp-bg--danger {
  color: #ffffff;
  background-color: #ed4954;
}

@font-face {
  font-family: 'Courier10 BT';
  src: url(fonts/Courier10PitchBT-Bold.eot);
  src: url(fonts/Courier10PitchBT-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Courier10PitchBT-Bold.woff) format("woff"), url(fonts/Courier10PitchBT-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Courier10 BT';
  src: url(fonts/Courier10PitchBT-Roman.eot);
  src: url(fonts/Courier10PitchBT-Roman.eot?#iefix) format("embedded-opentype"), url(fonts/Courier10PitchBT-Roman.woff) format("woff"), url(fonts/Courier10PitchBT-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/******************************
    Font families
*******************************/
/******************************
    Font weights
*******************************/
/******************************
    Font sizes
*******************************/
.dp-code {
  font-family: "Courier10 BT", Courier, monospace;
}

/******************************
    Icon sizes
*******************************/
.dp-icon--xs {
  font-size: 9px !important;
}

.dp-icon--s {
  font-size: 12px !important;
}

.dp-icon--m {
  font-size: 16px !important;
}

.dp-icon--l {
  font-size: 18px !important;
}

.dp-icon--xl {
  font-size: 20px !important;
}

.dp-alert {
  border-radius: 3px;
  display: flex;
  padding: 6px;
  align-items: flex-start;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.dp-alert__icon {
  margin: 4px 12px 0 3px;
  font-size: 13px;
}

.dp-alert__close {
  margin: 0 3px 0 12px;
  cursor: pointer;
  font-size: 13px;
}

.dp-alert__content {
  flex-grow: 2;
  word-wrap: break-word;
  overflow: hidden;
}

.dp-container {
  padding: 12px;
}

.dp-section {
  padding: 12px 0;
}

.dp-section--hidden {
  display: none;
}

.dp-highlighted {
  font-style: normal;
  background-color: #fffcc2;
}

.dp-colour-tails-primary {
  color: #fbb03b;
}

.dp-colour-night-sky {
  color: #28323c;
}

.dp-colour-morning-sky {
  color: #e9f7ff;
}

.dp-colour-sun-shine {
  color: #fffcc2;
}

.dp-colour-sonic-secondary {
  color: #59a8e2;
}

.dp-colour-sonic-primary {
  color: #4696dc;
}

.dp-colour-sonic-tertiary {
  color: #3c90ce;
}

.dp-colour-sonic-midnight {
  color: #3c82b4;
}

.dp-colour-knuckles-secondary {
  color: #f16071;
}

.dp-colour-knuckles-primary {
  color: #ed4954;
}

.dp-colour-knuckles-tertiary {
  color: #dc3b4f;
}

.dp-colour-knuckles-midnight {
  color: #aa2222;
}

.dp-colour-emerald-secondary {
  color: #54c66a;
}

.dp-colour-emerald-primary {
  color: #47bf61;
}

.dp-colour-emerald-tertiary {
  color: #42b257;
}

.dp-colour-emerald-midnight {
  color: #459b51;
}

.dp-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dp-heading .dp-icon {
  padding-right: 0.5em;
  font-size: inherit;
}

.dp-heading--underlined {
  border-bottom: 1px solid #000;
}

.dp-heading__controls {
  margin-left: auto;
}

.dp-heading__controls .dp-icon {
  cursor: pointer;
}

.dp-heading__count {
  flex-grow: 1;
  padding-left: 0.5em;
}

.dp-heading__count:before {
  content: "(";
}

.dp-heading__count:after {
  content: ")";
}

.dp-button, .dp-progress-button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
  border: 0 solid #4696dc;
  border-radius: 3px;
  height: 22px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 3px;
  padding-top: 1px;
  font-size: 14px;
  background-color: #4696dc;
  box-shadow: 0 -2px 0 #3c82b4 inset;
  mix-blend-mode: multiply;
  transition: all 0.1s linear 0s;
}

.dp-button:hover, .dp-progress-button:hover {
  background-color: #59a8e2;
}

.dp-button:active, .dp-progress-button:active {
  background-color: #3c90ce;
  border-color: #3c90ce;
  box-shadow: 0 2px 0 #3c82b4 inset;
  mix-blend-mode: normal;
}

.dp-button:focus, .dp-progress-button:focus {
  outline: 0;
}

.dp-button:disabled, .dp-progress-button:disabled {
  background-color: #f4f5f5;
  border-color: #f4f5f5;
  color: #d4d7d8;
  box-shadow: none;
}

.dp-button:disabled .dp-icon, .dp-progress-button:disabled .dp-icon {
  color: #d4d7d8;
}

.dp-button, .dp-progress-button, .dp-button *, .dp-progress-button * {
  box-sizing: border-box;
}

/******************************
    Button sizes
*******************************/
.dp-button--s {
  height: 18px;
  padding: 1px 10px 4px 10px;
  font-size: 12px;
}

.dp-button--s .dp-icon {
  margin-right: 6px;
  font-size: 12px;
}

.dp-button--m .dp-icon {
  margin-right: 7px;
  font-size: 12px;
}

.dp-button--l {
  height: 34px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
}

.dp-button--l .dp-icon {
  margin-right: 11px;
  font-size: 16px;
}

/******************************
    Button types
*******************************/
.dp-button--cta {
  background-color: #47bf61;
  border-color: #47bf61;
  box-shadow: 0 -2px 0 #459b51 inset;
}

.dp-button--cta:hover {
  background-color: #54c66a;
}

.dp-button--cta:active {
  background-color: #42b257;
  border-color: #42b257;
  box-shadow: 0 2px 0 #459b51 inset;
  mix-blend-mode: normal;
}

.dp-button--cta .dp-icon,
.dp-button--primary .dp-icon {
  color: rgba(255, 255, 255, 0.6);
}

.dp-button--cta:hover .dp-icon,
.dp-button--primary:hover .dp-icon {
  color: rgba(255, 255, 255, 0.8);
}

.dp-button--cta:active .dp-icon,
.dp-button--primary:active .dp-icon {
  color: rgba(255, 255, 255, 0.6);
}

.dp-button--secondary:not(:disabled), .dp-button--secondary.dp-split-button__right:not(:disabled), .dp-progress-button:not(:disabled) {
  background-color: #ffffff;
  border: 1px solid #d4d7d8;
  box-shadow: 0 -1px 0 #ebecec inset;
  color: #4c4f50;
  height: 22px;
  padding-top: 0;
}

.dp-button--secondary:not(:disabled).dp-button--s, .dp-progress-button:not(:disabled).dp-button--s {
  height: 18px;
  padding: 0 10px 4px 10px;
}

.dp-button--secondary:not(:disabled).dp-button--l, .dp-progress-button:not(:disabled).dp-button--l {
  height: 34px;
  padding: 2px 14px 4px 14px;
}

.dp-button--secondary:not(:disabled):hover, .dp-progress-button:not(:disabled):hover {
  background-color: #ffffff;
  border-color: #4696dc;
  color: #4696dc;
  box-shadow: 0 -1px 0 #4696dc inset;
}

.dp-button--secondary:not(:disabled):hover .dp-icon, .dp-progress-button:not(:disabled):hover .dp-icon {
  color: #4696dc;
}

.dp-button--secondary:not(:disabled):active, .dp-progress-button:not(:disabled):active {
  background-color: #e9f7ff;
  border-color: #4696dc;
  color: #4696dc;
  box-shadow: 0 1px 0 #4696dc inset;
  mix-blend-mode: normal;
}

.dp-button--secondary:not(:disabled):active .dp-icon, .dp-progress-button:not(:disabled):active .dp-icon {
  color: #4696dc;
}

.dp-button--secondary:not(:disabled) .dp-icon, .dp-progress-button:not(:disabled) .dp-icon {
  color: #aab0b1;
}

.dp-button--shape-square, .dp-button--shape-round {
  border-radius: 1px;
  padding: 5px !important;
}

.dp-button--shape-square .dp-icon, .dp-button--shape-round .dp-icon {
  margin-right: 0;
  display: block;
  font-size: 12px;
}

.dp-button--s.dp-button--shape-square, .dp-button--s.dp-button--shape-round {
  width: 23px;
  height: 23px;
}

.dp-button--s.dp-button--shape-square .dp-icon, .dp-button--s.dp-button--shape-round .dp-icon {
  font-size: 12px;
}

.dp-button--m.dp-button--shape-square, .dp-button--m.dp-button--shape-round {
  width: 28px;
  height: 28px;
}

.dp-button--m.dp-button--shape-square .dp-icon, .dp-button--m.dp-button--shape-round .dp-icon {
  font-size: 16px;
}

.dp-button--l.dp-button--shape-square, .dp-button--l.dp-button--shape-round {
  width: 29px;
  height: 29px;
}

.dp-button--l.dp-button--shape-square .dp-icon, .dp-button--l.dp-button--shape-round .dp-icon {
  font-size: 18px;
}

.dp-button--shape-round {
  border-radius: 50%;
}

.dp-split-button {
  display: inline-block;
}

.dp-split-button .dp-popper {
  padding: 4px;
}

.dp-split-button__left {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dp-split-button__right {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dp-split-button__right .dp-icon {
  margin-right: 0;
}

.dp-button--primary:not(:disabled).dp-split-button__right {
  border: #3c90ce;
  background-color: #3c90ce;
}

.dp-button--primary:not(:disabled).dp-split-button__right:hover, .dp-button--primary:not(:disabled).dp-split-button__right:active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #59a8e2;
}

.dp-button--cta:not(:disabled).dp-split-button__right {
  border: #42b257;
  background-color: #42b257;
}

.dp-button--cta:not(:disabled).dp-split-button__right:hover, .dp-button--cta:not(:disabled).dp-split-button__right:active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #54c66a;
}

.dp-dropdown-button .dp-icon {
  margin-right: 0;
}

.dp-dropdown-button .dp-popper {
  padding: 4px;
}

.dp-button--s.dp-dropdown-button .dp-icon {
  margin-left: 7px;
}

.dp-button--m.dp-dropdown-button .dp-icon {
  margin-left: 9px;
}

.dp-button--l.dp-dropdown-button .dp-icon {
  margin-left: 15px;
}

.dp-progress-button {
  padding: 0;
  width: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #f4f5f5;
  border-left: 1px solid #d4d7d8;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #4c4f50;
}

.dp-progress-button, .dp-progress-button * {
  box-sizing: border-box;
}

.dp-progress-button .dp-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dp-progress-button__label {
  text-align: center;
}

.dp-progress-button--s {
  height: 20px;
}

.dp-progress-button--s .dp-progress-button__label {
  padding: 2px 0;
}

.dp-progress-button--s .dp-progress {
  height: 2px;
}

.dp-progress-button--m {
  height: 26px;
}

.dp-progress-button--m .dp-progress-button__label {
  padding: 4px 0;
}

.dp-progress-button--l {
  height: 32px;
}

.dp-progress-button--l .dp-progress-button__label {
  padding: 8px 0;
}

.dp-translate-button {
  display: inline-flex;
  vertical-align: top;
  border: 1px solid #d4d7d8;
  border-radius: 2px;
  box-shadow: 0 -1px 0 #ebecec inset;
}

.dp-translate-button, .dp-translate-button * {
  box-sizing: border-box;
}

.dp-translate-button .dp-progress-button {
  border: 0;
  border-left: 1px solid #d4d7d8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dp-translate-button .dp-icon {
  border: 0;
  width: 30px;
  text-align: center;
  color: #aab0b1;
}

.dp-translate-button--s .dp-icon {
  padding: 4px;
  font-size: 12px;
}

.dp-translate-button--m .dp-icon {
  padding: 5px;
  font-size: 16px;
}

.dp-translate-button--l .dp-icon {
  padding: 8px;
  font-size: 16px;
}

/******************************
    Button loading
*******************************/
@keyframes button-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dp-button--loading {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  opacity: 1;
  pointer-events: auto;
}

.dp-button--loading:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}

.dp-button--loading:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -8px;
  width: 10px;
  height: 10px;
  -webkit-animation: button-spin .6s linear;
  animation: button-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 50%;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent;
}

.dp-button--loading.dp-button--s:before, .dp-button--loading.dp-button--s:after {
  width: 7px;
  height: 7px;
  margin: -7px 0 0 -6px;
}

.dp-button--loading.dp-button--l:before, .dp-button--loading.dp-button--l:after {
  width: 15px;
  height: 15px;
  margin: -11px 0 0 -10px;
}

/******************************
    Inputs
*******************************/
.dp-input {
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
}

.dp-input, .dp-input * {
  box-sizing: border-box;
}

.dp-input input {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4c4f50;
  height: 24px;
  font-size: 12px;
  border-radius: 2px;
  padding-left: 8px;
  border: 1px solid #d4d7d8;
}

.dp-input input::placeholder {
  color: #aab0b1;
}

.dp-input:hover input {
  border-color: #aab0b1;
}

.dp-input.dp-input--focused input {
  border-color: #59a8e2;
  outline: 0;
}

/******************************
    Input label
*******************************/
.dp-input__label {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #707576;
  text-transform: uppercase;
  display: block;
  padding-bottom: 3px;
}

.dp-input__link {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #707576;
  text-decoration: underline;
}

/******************************
    Input sizes
*******************************/
.dp-input--small input {
  height: 20px;
  font-size: 12px;
}

.dp-input--medium input {
  height: 24px;
  font-size: 12px;
}

.dp-input--large input {
  height: 36px;
  font-size: 16px;
}

/******************************
    Input validation
*******************************/
.dp-input--error input,
.dp-form-group--has-error input {
  border-color: #ed4954;
}

.dp-input--error input:hover,
.dp-form-group--has-error input:hover {
  border-color: #f16071;
}

.dp-input--error input:focus,
.dp-form-group--has-error input:focus {
  border-color: #dc3b4f;
}

.dp-input--validating input,
.dp-input--validated input {
  padding-right: 30px;
}

.dp-input--validating .dp-input__icon svg {
  animation-name: icon-rotate;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  transform-origin: 50% 50%;
  animation-timing-function: linear;
  height: 16px;
  width: 16px;
  cursor: default;
  position: absolute;
  right: 0;
  margin: 5px 6px;
}

.dp-input--validating .dp-input__icon svg svg .st0 {
  opacity: 1;
}

.dp-input--validating .dp-input__icon svg svg .st1 {
  fill: #4696dc;
}

.dp-input--validating .dp-input__icon svg svg .st2 {
  fill: #59a8e2;
}

.dp-input--validating .dp-input__icon svg svg .st3 {
  fill: #e9f7ff;
}

.dp-input--validated .dp-input__icon svg {
  height: 12px;
  width: 12px;
  cursor: default;
  position: absolute;
  right: 0;
  margin: 7px 6px;
}

.dp-input--validated .dp-input__icon svg path {
  fill: #47bf61;
}

@keyframes icon-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******************************
    Invisible border
*******************************/
.dp-input--invisible input::-webkit-input-placeholder {
  font-style: italic;
  color: #4c4f50;
}

.dp-input--invisible input:-moz-placeholder {
  font-style: italic;
  color: #4c4f50;
}

.dp-input--invisible input::-moz-placeholder {
  font-style: italic;
  color: #4c4f50;
}

.dp-input--invisible input:-ms-input-placeholder {
  font-style: italic;
  color: #4c4f50;
}

.dp-input--invisible input:not(:focus) {
  border: 0;
}

.dp-input--invisible input:not(:focus):hover {
  border-radius: 2px;
  background-color: #e9f7ff;
}

/******************************
    Input disabled
*******************************/
.dp-input input:disabled,
.dp-input input:read-only {
  background-color: #f4f5f5;
  border-color: #ebecec;
  color: #cacece;
}

.dp-input input:read-only {
  color: #646869;
}

/******************************
    Input icon
*******************************/
.dp-input--with-icon input {
  padding-left: 24px;
}

.dp-input--with-icon .dp-icon {
  position: absolute;
  left: 6px;
  color: #c0c4c4;
  font-size: 12px;
  top: calc(50% - 6px);
}

.dp-input--with-icon--right input {
  padding-right: 24px;
}

.dp-input--with-icon--right .dp-icon {
  position: absolute;
  right: 6px;
  color: #c0c4c4;
  font-size: 12px;
  top: calc(50% - 6px);
}

/******************************
    Input prefix / suffix
*******************************/
.dp-input--with-prefix input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex: 0 0 auto;
  border-left: 0;
}

.dp-input--with-suffix input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex: 0 0 auto;
  border-right: 0;
}

.dp-input__prefix,
.dp-input__suffix {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  padding: 5px 4px;
  vertical-align: baseline;
  border: 1px solid #d4d7d8;
  margin: 0;
  background-color: #e3e3e3;
}

.dp-input__prefix {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.dp-input__suffix {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.dp-input:hover .dp-input__prefix,
.dp-input:hover .dp-input__suffix {
  border-top-color: #aab0b1;
  border-bottom-color: #aab0b1;
}

.dp-input:hover .dp-input__prefix {
  border-left-color: #aab0b1;
}

.dp-input:hover .dp-input__suffix {
  border-right-color: #aab0b1;
}

.dp-input.dp-input--focused .dp-input__prefix,
.dp-input.dp-input--focused .dp-input__suffix {
  border-top-color: #59a8e2;
  border-bottom-color: #59a8e2;
}

.dp-input.dp-input--focused .dp-input__prefix {
  border-left-color: #59a8e2;
}

.dp-input.dp-input--focused .dp-input__suffix {
  border-right-color: #59a8e2;
}

.dp-input--error .dp-input__prefix,
.dp-input--error .dp-input__suffix {
  border-top-color: #ed4954;
  border-bottom-color: #ed4954;
}

.dp-input--error .dp-input__prefix {
  border-left-color: #ed4954;
}

.dp-input--error .dp-input__suffix {
  border-right-color: #ed4954;
}

.dp-input--error:hover .dp-input__prefix,
.dp-input--error:hover .dp-input__suffix {
  border-top-color: #f16071;
  border-bottom-color: #f16071;
}

.dp-input--error:hover .dp-input__prefix {
  border-left-color: #f16071;
}

.dp-input--error:hover .dp-input__suffix {
  border-right-color: #f16071;
}

.dp-input--error.dp-input--focused .dp-input__prefix,
.dp-input--error.dp-input--focused .dp-input__suffix {
  border-top-color: #dc3b4f;
  border-bottom-color: #dc3b4f;
}

.dp-input--error.dp-input--focused .dp-input__prefix {
  border-left-color: #dc3b4f;
}

.dp-input--error.dp-input--focused .dp-input__suffix {
  border-right-color: #dc3b4f;
}

/******************************
    Input checkbox
*******************************/
.dp-input--checkbox {
  position: relative;
  margin-bottom: 3px;
  margin-right: 14px;
}

.dp-input--checkbox, .dp-input--checkbox * {
  box-sizing: border-box;
}

.dp-input--checkbox input {
  margin: 0;
}

.dp-input--checkbox label.dp-input--checkbox__checkbox {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  border: 1px solid #aab0b1;
  border-radius: 2px;
}

.dp-input--checkbox label.dp-input--checkbox__checkbox:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 2px solid #4696dc;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.dp-input--checkbox:not(.dp-input--checkbox--disabled):not(.dp-input--checkbox--read-only):hover label.dp-input--checkbox__checkbox:after {
  opacity: 0.5;
}

.dp-input--checkbox label.dp-input__label {
  text-transform: none;
  display: inline-block;
  line-height: 14px;
  vertical-align: 2px;
  font-size: 12px;
  color: #4c4f50;
  margin-left: 7px;
  cursor: pointer;
}

.dp-input--checkbox input[type=checkbox] {
  visibility: hidden;
}

.dp-input--checkbox input[type=checkbox]:checked + label.dp-input--checkbox__checkbox:after {
  opacity: 1 !important;
}

.dp-input--checkbox.dp-input--checkbox--existing label.dp-input--checkbox__checkbox:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  top: 5px;
  left: 2px;
  border-radius: 1px;
  background-color: #4696dc;
}

.dp-input--checkbox.dp-input--checkbox--existing:hover:not(.dp-input--checkbox--disabled):not(.dp-input--checkbox--read-only) label.dp-input--checkbox__checkbox:before {
  opacity: 0;
}

.dp-input--checkbox.dp-input--checkbox--disabled label.dp-input--checkbox__checkbox {
  background-color: #f4f5f5;
  border-color: #ebecec;
  cursor: not-allowed;
}

.dp-input--checkbox.dp-input--checkbox--disabled label.dp-input--checkbox__checkbox:after {
  border-color: #cacece;
}

.dp-input--checkbox.dp-input--checkbox--disabled label.dp-input__label {
  cursor: default;
}

.dp-input--checkbox.dp-input--checkbox--read-only label.dp-input--checkbox__checkbox {
  background-color: #f4f5f5;
  cursor: default;
}

.dp-input--checkbox.dp-input--checkbox--read-only label.dp-input__label {
  cursor: default;
}

/******************************
    Input radio
*******************************/
.dp-input--radio {
  margin-right: 14px;
}

.dp-input--radio, .dp-input--radio * {
  box-sizing: border-box;
}

.dp-input--radio > label > input {
  display: none;
}

.dp-input--radio > label > i {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 1px solid #aab0b1;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
}

.dp-input--radio > label > i::after {
  content: '';
  position: absolute;
  background-color: #4696dc;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transition: 0s;
}

.dp-input--radio > label > label.dp-input__label {
  text-transform: none;
  display: inline-block;
  line-height: 14px;
  vertical-align: 3px;
  font-size: 12px;
  color: #4c4f50;
  margin-left: 6px;
}

.dp-input--radio > label > input:checked + i::after {
  width: 6px;
  height: 6px;
  top: 25%;
  left: 25%;
  transition: .2s;
}

.dp-input--radio.dp-input--radio--disabled > label > i {
  background-color: #f4f5f5;
  border-color: #ebecec;
  cursor: not-allowed;
}

.dp-input--radio.dp-input--radio--disabled > label > i:after {
  background-color: #cacece;
}

.dp-input__label + .dp-input--radio {
  padding-top: 7px;
}

/******************************
    Form Group
*******************************/
.dp-form-group {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.dp-form-group .dp-input,
.dp-form-group .dp-input input,
.dp-form-group .dp-select,
.dp-form-group .dp-textarea {
  display: block;
  width: 100%;
}

.dp-form-group__error {
  color: #ed4954;
  padding-bottom: 3px;
  margin-top: -3px;
}

/******************************
    Textarea
*******************************/
.dp-textarea {
  position: relative;
  display: inline-block;
  flex: 1 0 auto;
}

.dp-textarea, .dp-textarea * {
  box-sizing: border-box;
}

.dp-textarea textarea {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4c4f50;
  font-size: 12px;
  border-radius: 2px;
  padding-left: 8px;
  border: 1px solid #d4d7d8;
}

.dp-hidden-fields__body {
  display: none;
}

.dp-hidden-fields--open .dp-hidden-fields__body {
  display: block;
}

.dp-hidden-fields__label {
  cursor: pointer;
  padding-bottom: 0;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: UPPERCASE;
  text-decoration: none;
  line-height: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #707576;
}

.dp-hidden-fields__label:hover {
  color: #4696dc;
}

.dp-search-inline {
  position: relative;
}

.dp-search-inline, .dp-search-inline * {
  box-sizing: border-box;
}

.dp-search-inline--open .dp-input input {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #59a8e2;
}

.dp-search-inline__results {
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  z-index: 3;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-color: #59a8e2;
}

.dp-search-inline__results > .dp-list__element {
  padding: 0 12px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4c4f50;
}

.dp-search-submit {
  display: inline-block;
}

.dp-search-submit .dp-input {
  display: inline-block;
  margin-right: 4px;
}

.dp-search-submit .dp-popper {
  z-index: 3;
}

.dp-search-submit .dp-popper > .dp-list {
  margin: 0;
}

.dp-search-submit .dp-popper > .dp-list .dp-list__element {
  padding: 4px 12px;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4c4f50;
}

.dp-search-submit .dp-popper > .dp-list .dp-list__element:last-child {
  border-bottom: 0;
}

.dp-search-button {
  display: inline-block;
}

.dp-search-button .dp-popper {
  width: 150px;
  z-index: 3;
  padding: 6px;
}

.dp-search-button .dp-popper .dp-input input {
  width: 100%;
}

.dp-search-button__results {
  margin: 8px 0 4px 0;
  z-index: 3;
  background-color: #FFF;
}

.dp-search-button__results:empty {
  margin: 0;
}

.dp-search-button__results > .dp-list__element {
  padding: 0 6px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4c4f50;
}

.dp-search-select .Select-menu-outer {
  border-top: 1px solid #000;
}

/******************************
    Tags
*******************************/
.dp-tag {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #4c4f50;
  background-color: #f4f5f5;
  border: solid 1px #d4d7d8;
  height: 18px;
  border-radius: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
}

.dp-tag.editable {
  padding-right: 6px;
}

.dp-tag, .dp-tag * {
  box-sizing: border-box;
}

.dp-tag__close {
  margin-left: 3px;
  font-size: 9px;
  color: #8c9395;
  cursor: pointer;
}

/******************************
    Tag input
*******************************/
.dp-tag-input {
  padding: 4px;
  border: 1px solid #d4d7d8;
  border-radius: 2px;
  cursor: text;
}

.dp-tag-input input {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border: 0;
  box-shadow: none;
  padding: 1px;
}

.dp-tag-input input:focus {
  border: 0;
  outline: 0;
}

.dp-tag-input input::placeholder {
  color: #aab0b1;
}

.dp-tag-input .react-autosuggest__container {
  position: relative;
  display: inline-block;
}

.dp-tag-input .react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.dp-tag-input .react-autosuggest__input:focus {
  outline: none;
}

.dp-tag-input .react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dp-tag-input .react-autosuggest__suggestions-container {
  position: absolute;
  top: 18px;
  width: 280px;
  margin: 0;
  list-style-type: none;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.dp-tag-input .react-autosuggest__suggestions-container--open {
  border: 1px solid #aaa;
}

.dp-tag-input .react-autosuggest__suggestions-list {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  list-style: none;
}

.dp-tag-input .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 0 5px;
}

.dp-tag-input .react-autosuggest__suggestion--highlighted,
.dp-tag-input .react-autosuggest__suggestion--focused {
  background-color: #e9f7ff;
}

.dp-tag-set, .dp-tag-set * {
  box-sizing: border-box;
}

.dp-tag-set .dp-search-button .dp-button, .dp-tag-set .dp-search-button .dp-progress-button {
  box-shadow: none;
  background-color: #ffffff;
  border: solid 1px #d4d7d8;
  height: 18px;
  vertical-align: bottom;
  padding: 0 4px;
  cursor: pointer;
}

.dp-tag-set .dp-search-button .dp-button i, .dp-tag-set .dp-search-button .dp-progress-button i {
  display: none;
}

.dp-tag-set .dp-search-button .dp-button::after, .dp-tag-set .dp-search-button .dp-progress-button::after {
  content: '+';
  top: -1px;
  display: inline-block;
  position: relative;
  color: #8c9395;
}

.dp-tag-set .dp-search-button .dp-button.dp-button--active, .dp-tag-set .dp-search-button .dp-button--active.dp-progress-button {
  background-color: #e9f7ff;
  border-color: #4696dc;
  color: #4696dc;
  box-shadow: 0 1px 0 #4696dc inset;
  mix-blend-mode: normal;
}

.dp-tag-set .dp-search-button .dp-button.dp-button--active::after, .dp-tag-set .dp-search-button .dp-button--active.dp-progress-button::after {
  color: #4696dc;
}

.dp-datepicker {
  display: inline-block;
  max-width: 175px;
}

.dp-datepicker, .dp-datepicker * {
  box-sizing: border-box;
}

.dp-datepicker .dp-input input {
  width: 100%;
}

.dp-datepicker .dp-input .dp-icon {
  font-size: 12px;
  color: #4c4f50;
}

.dp-datepicker .dp-input:hover .dp-icon {
  color: #4696dc;
}

.dp-datepicker.dp-datepicker--active .dp-input .dp-icon {
  color: #4696dc;
}

.dp-datepicker__calendar {
  padding: 6px;
}

.dp-datepicker__calendar__month {
  display: flex;
  padding: 2px;
  margin-bottom: 2px;
  justify-content: space-between;
  background-color: #ebecec;
}

.dp-datepicker__calendar__month__text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4c4f50;
}

.dp-datepicker__calendar__month__icon .dp-icon {
  cursor: pointer;
  padding: 2px 6px;
  background-color: #ffffff;
}

.dp-datepicker__calendar__month__icon .dp-icon:hover {
  color: #4696dc;
  background-color: #e9f7ff;
}

.dp-datepicker__calendar__week,
.dp-datepicker__calendar__weekdays {
  display: flex;
  justify-content: flex-start;
  margin-left: -2px;
  margin-right: 2px;
}

.dp-datepicker__calendar__week > div,
.dp-datepicker__calendar__weekdays > div {
  width: 12%;
  margin: 2px;
  text-align: right;
}

.dp-datepicker__calendar__week .dp-datepicker__calendar__day--selected,
.dp-datepicker__calendar__weekdays .dp-datepicker__calendar__day--selected {
  color: #fcfcfc;
  background-color: #4696dc;
}

.dp-datepicker__calendar__week > div {
  border-radius: 2px;
  padding: 2px;
  line-height: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707576;
}

.dp-datepicker__calendar__week > div:not(:empty) {
  cursor: pointer;
}

.dp-datepicker__calendar__week > div:not(:empty):hover {
  color: #4696dc;
  background-color: #e9f7ff;
}

.dp-datepicker__calendar__weekdays > div {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4c4f50;
}

ul.dp-list {
  list-style-type: none;
  padding-left: 0;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

ul.dp-list ul {
  padding-left: 20px;
  font-size: 10px;
}

ul.dp-list, ul.dp-list * {
  box-sizing: border-box;
}

.dp-selectable-list:focus {
  border: 0;
  outline: 0;
}

.dp-selectable-list > .dp-list__element {
  cursor: pointer;
}

.dp-selectable-list > .dp-list__element:not(.dp-selectable-list--selected):hover {
  color: #4696dc;
  background-color: #e9f7ff;
}

.dp-selectable-list--selected {
  color: #f4f5f5 !important;
  background-color: #4696dc;
}

.dp-select {
  /**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  height: 24px;
  font-size: 12px;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.dp-select .Select {
  position: relative;
}

.dp-select .Select,
.dp-select .Select div,
.dp-select .Select input,
.dp-select .Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dp-select .Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.dp-select .Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.dp-select .Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
}

.dp-select .Select-control {
  background-color: #fff;
  border-color: #e1e3e4 #d4d7d8 #b9bec0;
  border-radius: 4px;
  border: 1px solid #d4d7d8;
  color: #4c4f50;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 24px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dp-select .Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.dp-select .Select-control .Select-input:focus {
  outline: none;
}

.dp-select .is-searchable.is-open > .Select-control {
  cursor: text;
}

.dp-select .is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b9bec0 #d4d7d8 #e1e3e4;
}

.dp-select .is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.dp-select .is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.dp-select .is-focused:not(.is-open) > .Select-control {
  border-color: #08c #0099e6 #0099e6;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px -1px fade(#08c, 50%);
}

.dp-select .Select-placeholder,
.dp-select .Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #4c4f50;
  left: 0;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dp-select .has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 36px;
}

.dp-select .has-value.Select--single > .Select-control .Select-value .Select-value-label,
.dp-select .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #4c4f50;
}

.dp-select .has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.dp-select .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.dp-select .has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover, .dp-select .has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.dp-select .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.dp-select .has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #08c;
  outline: none;
  text-decoration: underline;
}

.dp-select .Select-input {
  height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}

.dp-select .Select-input > input {
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 2px 0 6px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .dp-select .Select-input > input {
  cursor: text;
}

.dp-select .has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.dp-select .Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.dp-select .Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.dp-select .Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #d4d7d8;
  border-right-color: #4c4f50;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.dp-select .Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 11px;
}

.dp-select .Select-clear-zone:hover {
  color: #D0021B;
}

.dp-select .Select-clear {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}

.dp-select .Select--multi .Select-clear-zone {
  width: 11px;
}

.dp-select .Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.dp-select .Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

.dp-select .Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.dp-select .Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.dp-select .is-open .Select-arrow,
.dp-select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dp-select .Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #d4d7d8;
  border-top-color: #eaebec;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}

.dp-select .Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.dp-select .Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #4c4f50;
  cursor: pointer;
  display: block;
  padding: 10px 8px;
}

.dp-select .Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dp-select .Select-option.is-selected {
  background-color: #f5faff;
  color: #4c4f50;
}

.dp-select .Select-option.is-focused {
  background-color: #f2f9fc;
  color: #4c4f50;
}

.dp-select .Select-option.is-disabled {
  color: #e6e7e8;
  cursor: default;
}

.dp-select .Select-noresults {
  box-sizing: border-box;
  color: #b2b5b6;
  cursor: default;
  display: block;
  padding: 10px 8px;
}

.dp-select .Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 8px;
  padding: 0;
}

.dp-select .Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.dp-select .Select--multi .Select-value {
  background-color: #f2f9fc;
  border-radius: 2px;
  border: 1px solid #c9e6f2;
  color: #08c;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.dp-select .Select--multi .Select-value-icon,
.dp-select .Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.dp-select .Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.dp-select .Select--multi a.Select-value-label {
  color: #08c;
  cursor: pointer;
  text-decoration: none;
}

.dp-select .Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.dp-select .Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c9e6f2;
  padding: 1px 5px 3px;
}

.dp-select .Select--multi .Select-value-icon:hover, .dp-select .Select--multi .Select-value-icon:focus {
  background-color: #ddeff7;
  color: #0077b3;
}

.dp-select .Select--multi .Select-value-icon:active {
  background-color: #c9e6f2;
}

.dp-select .Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.dp-select .Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.dp-select .Select--multi.is-disabled .Select-value-icon:hover, .dp-select .Select--multi.is-disabled .Select-value-icon:focus, .dp-select .Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.dp-select, .dp-select * {
  box-sizing: border-box;
}

.dp-select .Select-control {
  height: 24px;
  border-radius: 2px;
}

.dp-select .Select-placeholder,
.dp-select.Select--single > .Select-control .Select-value {
  line-height: 22px;
  height: 22px;
}

.dp-select .Select-input {
  height: 22px;
}

.dp-select .Select-input > input {
  padding: 4px 0 4px;
}

.dp-select .Select-arrow {
  border-width: 3px 3px 1.5px;
}

.dp-select .Select-placeholder,
.dp-select .Select--single > .Select-control .Select-value {
  font-style: italic;
}

.dp-select .Select-menu-outer {
  border-color: #4696dc;
  border-top: 0;
}

.dp-select .Select-menu-outer .Select-option {
  padding: 5px 8px;
}

.dp-select.Select.is-open > .Select-control {
  border-color: #4696dc;
}

.dp-select .dp-icon {
  position: absolute;
  left: 6px;
  z-index: 0;
  color: #c0c4c4;
  font-size: 12px;
  top: calc(50% - 6px);
}

.dp-select.dp-input--with-icon {
  position: relative;
  flex: 1 0 auto;
}

.dp-select.dp-input--with-icon .Select-control,
.dp-select.dp-input--with-icon .Select-placeholder,
.dp-select.dp-input--with-icon .Select-value,
.dp-select.dp-input--with-icon .multiselect-native-select button {
  padding-left: 24px;
}

.dp-select.dp-input--with-icon .Select-input {
  padding-left: 0;
}

.dp-select .is-disabled > .Select-control {
  border-color: #ebecec;
  background-color: #f4f5f5;
}

.dp-select .is-disabled > .Select-control .Select-placeholder {
  color: #cacece;
}

.dp-select .is-disabled .dp-icon {
  color: #cacece;
}

.dp-select > .dp-select__input {
  position: relative;
  height: 24px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #4c4f50;
  line-height: 24px;
  padding: 0 20px 0 6px;
  border-radius: 2px;
  border: 1px solid #d4d7d8;
  background-color: #ffffff;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.dp-select > .dp-select__input .dp-select__arrow {
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  border-width: 3px 3px 1.5px;
  border-style: solid;
  border-color: #4c4f50 transparent transparent;
  height: 0;
  width: 0;
}

.dp-select > .dp-select__input .dp-select__arrow.dp-select__arrow--opened {
  border-width: 1.5px 3px 3px;
  top: calc(50% - 3px);
  border-color: transparent transparent #4c4f50;
}

.dp-select > .dp-select__input:hover {
  border-color: #aab0b1;
}

.dp-select > .dp-select__content {
  z-index: 3;
  border-radius: 2px;
  border: 1px solid #4696dc;
  background-color: #ffffff;
  position: absolute;
  padding: 6px 6px;
  width: auto;
}

.dp-select > .dp-select__content > .dp-list {
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
}

.dp-select.dp-select--disabled .dp-select__input {
  border-color: #ebecec;
  background-color: #f4f5f5;
  color: #cacece;
}

.dp-select.dp-select--disabled .dp-select__input .dp-select__arrow {
  border-color: #cacece transparent transparent;
}

.dp-modal__overlay {
  background-color: rgba(76, 79, 80, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-modal {
  background-color: #ffffff;
  border: 1px solid #59a8e2;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 3px 10px #4c4f50;
  max-width: 720px;
  min-width: 300px;
  width: 720px;
  position: relative;
}

.dp-modal, .dp-modal * {
  box-sizing: border-box;
}

.dp-modal__title {
  background-color: #4696dc;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  height: 40px;
  padding-left: 12px;
  padding-right: 52px;
  line-height: 40px;
  position: relative;
}

.dp-modal__title .dp-modal__close {
  width: 40px;
  border-left: 1px solid #e9f7ff;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: transparent;
  cursor: pointer;
  user-select: none;
}

.dp-modal__title .dp-modal__close:before, .dp-modal__title .dp-modal__close:after {
  position: absolute;
  left: 19px;
  top: 12px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #FFF;
}

.dp-modal__title .dp-modal__close:before {
  transform: rotate(45deg);
}

.dp-modal__title .dp-modal__close:after {
  transform: rotate(-45deg);
}

.dp-modal__title .close-cross {
  color: transparent;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #535657;
  border-radius: 50%;
  padding: 5px;
}

.dp-modal__title .close-cross:hover {
  opacity: 1;
}

.dp-modal__body {
  padding: 12px 12px 72px 12px;
}

.dp-modal__buttons {
  height: 60px;
  padding: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #cacece;
}

.dp-modal__buttons .dp-button, .dp-modal__buttons .dp-progress-button {
  margin-right: 12px;
}

.dp-modal__buttons .dp-button.right, .dp-modal__buttons .right.dp-progress-button {
  float: right;
}

.dp-modal__buttons .dp-button:not(.right) + .dp-button.right, .dp-modal__buttons .dp-progress-button:not(.right) + .dp-button.right, .dp-modal__buttons .dp-button:not(.right) + .right.dp-progress-button, .dp-modal__buttons .dp-progress-button:not(.right) + .right.dp-progress-button {
  margin-right: 0;
}

.dp-popper {
  border-radius: 2px;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 3;
  background: #ffffff;
  border: 1px solid #4696dc;
  box-shadow: 0 3px 10px #cacece;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707576;
}

.dp-popper:after, .dp-popper:before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  border: solid transparent;
}

.dp-popper:hover {
  border: 1px solid #59a8e2;
  box-shadow: 0 3px 10px #c0c4c4;
}

.dp-popper hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #d4d7d8;
}

.dp-popper--opened {
  display: block;
}

.dp-popper[x-placement^="top"] {
  margin-bottom: 8px;
}

.dp-popper[x-placement^="top"]:after, .dp-popper[x-placement^="top"]:before {
  top: 100%;
  left: 50%;
}

.dp-popper[x-placement^="top"].dp-popper--arrowed:after {
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.dp-popper[x-placement^="top"].dp-popper--arrowed:before {
  border-top-color: #59a8e2;
  border-width: 9px;
  margin-left: -9px;
}

.dp-popper[x-placement^="bottom"] {
  margin-top: 8px;
}

.dp-popper[x-placement^="bottom"]:after, .dp-popper[x-placement^="bottom"]:before {
  bottom: 100%;
  left: 50%;
}

.dp-popper[x-placement^="bottom"].dp-popper--arrowed:after {
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.dp-popper[x-placement^="bottom"].dp-popper--arrowed:before {
  border-bottom-color: #59a8e2;
  border-width: 9px;
  margin-left: -9px;
}

.dp-popper[x-placement^="right"] {
  margin-left: 8px;
}

.dp-popper[x-placement^="right"]:after, .dp-popper[x-placement^="right"]:before {
  right: 100%;
  top: 50%;
}

.dp-popper[x-placement^="right"].dp-popper--arrowed:after {
  border-right-color: #ffffff;
  border-width: 8px;
  margin-top: -8px;
}

.dp-popper[x-placement^="right"].dp-popper--arrowed:before {
  border-right-color: #59a8e2;
  border-width: 9px;
  margin-top: -9px;
}

.dp-popper[x-placement^="left"] {
  margin-left: 8px;
}

.dp-popper[x-placement^="left"]:after, .dp-popper[x-placement^="left"]:before {
  left: 100%;
  top: 50%;
}

.dp-popper[x-placement^="left"].dp-popper--arrowed:after {
  border-left-color: #ffffff;
  border-width: 8px;
  margin-top: -8px;
}

.dp-popper[x-placement^="left"].dp-popper--arrowed:before {
  border-left-color: #59a8e2;
  border-width: 9px;
  margin-top: -9px;
}

.dp-column {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
  border: 1px solid #d4d7d8;
  background-color: #f4f5f5;
}

.dp-column * {
  box-sizing: border-box;
}

.dp-column:last-child {
  border-bottom: 0;
}

.dp-column > .dp-heading {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  line-height: 44px;
  border-bottom: 1px solid #d4d7d8;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #4c4f50;
}

.dp-column > .dp-heading .dp-icon {
  margin-right: 10px;
  margin-bottom: 2px;
  padding-right: 0;
  font-size: 16px;
}

.dp-column-drawer-list {
  margin: 0;
}

.dp-column-drawer {
  border-bottom: 1px solid #d4d7d8;
}

.dp-column-drawer > .dp-heading {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex: 1;
  margin: 0;
  padding: 0 12px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #4c4f50;
}

.dp-column-drawer > .dp-heading .dp-heading__count {
  order: 1;
  font-weight: normal;
  padding-left: 0.25em;
}

.dp-column-drawer > .dp-heading .dp-column-drawer__arrow {
  order: 2;
  flex-grow: 1;
  cursor: pointer;
  text-align: right;
  padding-right: 0;
}

.dp-column-drawer .dp-subheading {
  margin: 0 0 4px 0;
  text-transform: uppercase;
  padding: 0 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #707576;
}

.dp-column-drawer--with-controls .dp-column-drawer__arrow {
  flex-grow: 0 !important;
  padding-left: 0.5rem !important;
}

.dp-column-drawer__body {
  display: none;
  padding-bottom: 6px;
}

.dp-column-drawer__body--opened {
  display: block;
}

.dp-drawer-item-list {
  padding-left: 0 !important;
  list-style-type: none;
}

.dp-drawer-item-list .dp-column-item:last-child {
  margin-bottom: 6px;
}

.dp-drawer-item-list > .dp-column-drawer {
  border-bottom: 0;
}

.dp-drawer-item-list ul.dp-list {
  padding-left: 0;
}

.dp-drawer-item-list ul.dp-list .dp-drawer-item__pos-left {
  margin-left: 6px;
}

.dp-drawer-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707576;
}

.dp-drawer-item:hover {
  color: #4696dc;
  background-color: #e9f7ff;
}

.dp-drawer-item .dp-icon,
.dp-drawer-item .dp-avatar {
  display: inline-block;
  vertical-align: middle;
}

.dp-drawer-item .dp-avatar {
  margin-right: 6px;
  margin-bottom: 2px;
  height: 12px;
  width: 12px;
}

.dp-drawer-item .dp-urgency {
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 10px;
  padding: 2px;
  min-width: 1.75em;
}

.dp-drawer-item__pos-left {
  order: 1;
  text-align: left;
}

.dp-drawer-item__pos-left .dp-icon {
  font-size: 12px;
  margin-right: 8px;
}

.dp-drawer-item__pos-middle {
  order: 2;
  flex-grow: 2;
  text-align: left;
}

.dp-drawer-item__pos-middle .dp-icon {
  margin-left: 0.25em;
}

.dp-drawer-item__pos-right {
  order: 3;
  display: flex;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #4c4f50;
}

.dp-drawer-item__pos-right > * {
  margin-left: 0.25em;
}

.dp-drawer-item--selected {
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  background-color: #4696dc;
}

.dp-drawer-item--selected:hover {
  background-color: #4696dc;
}

.dp-drawer-item--selected .dp-drawer-item__pos-middle {
  font-weight: 600;
  color: #ffffff;
}

.dp-drawer-item--selected .dp-drawer-item__pos-right {
  color: #ffffff;
}

.dp-drawer-item--selected .dp-icon__filter {
  color: #ffffff;
}

.dp-column__first {
  width: 220px;
}

.dp-avatar {
  border-radius: 50%;
}

.dp-avatar--s {
  width: 12px;
  height: 12px;
}

.dp-avatar--m {
  width: 22px;
  height: 22px;
}

.dp-avatar--l {
  width: 26px;
  height: 26px;
}

.dp-avatar--xl {
  width: 32px;
  height: 32px;
}

.dp-scrollbar__track-vertical {
  position: absolute;
  width: 4px !important;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border-radius: 2px;
}

.dp-scrollbar__track-vertical .dp-scrollbar__thumb-vertical {
  background-color: #ebecec;
  border-radius: 2px;
}

.dp-urgency {
  display: inline-block;
  padding: 3px 6px;
  min-width: 1em;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.dp-urgency__level-1 {
  background-color: #fcebb2;
  border-color: #f9d6a4;
  color: #4c4f50;
}

.dp-urgency__level-2 {
  background-color: #f9d6a4;
  border-color: #f6c296;
  color: #4c4f50;
}

.dp-urgency__level-3 {
  background-color: #f6c296;
  border-color: #f3ad88;
  color: #4c4f50;
}

.dp-urgency__level-4 {
  background-color: #f3ad88;
  border-color: #f1997a;
  color: #4c4f50;
}

.dp-urgency__level-5 {
  background-color: #f1997a;
  border-color: #ee856b;
  color: #ffffff;
}

.dp-urgency__level-6 {
  background-color: #ee856b;
  border-color: #eb705d;
  color: #ffffff;
}

.dp-urgency__level-7 {
  background-color: #eb705d;
  border-color: #e85c4f;
  color: #ffffff;
}

.dp-urgency__level-8 {
  background-color: #e85c4f;
  border-color: #e54741;
  color: #ffffff;
}

.dp-urgency__level-9 {
  background-color: #e54741;
  border-color: #e23333;
  color: #ffffff;
}

.dp-urgency__level-10 {
  background-color: #e23333;
  border-color: #c12727;
  color: #ffffff;
}

.dp-progress, .dp-progress * {
  box-sizing: border-box;
}

.dp-progress--s {
  height: 4px;
}

.dp-progress--m {
  height: 12px;
}

.dp-progress--l {
  height: 22px;
}

.dp-progress--primary .dp-progress__bar {
  color: #ffffff;
  background-color: #4696dc;
}

.dp-progress--cta .dp-progress__bar {
  color: #ffffff;
  background-color: #47bf61;
}

.dp-progress__bar {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  transition: width 0.2s ease-in-out;
}

.dp-tabs {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
}

.dp-tabs__tab {
  flex-grow: 1;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #aab0b1;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #d4d7d8;
  padding: 8px 12px;
}

.dp-tabs__tab:hover {
  color: #4c4f50;
}

.dp-tabs__tab:active, .dp-tabs__tab.dp-tabs__tab--active {
  padding: 8px 12px 7px 12px;
  color: #4c4f50;
  border-bottom: 2px solid #4696dc;
}

.dp-badge {
  border-radius: 3px;
  width: 80px;
  padding: 5px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  box-shadow: 0 1px 0 #c0c4c4;
}

.dp-badge, .dp-badge * {
  box-sizing: border-box;
}

.dp-circle-badge {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-overflow: clip;
}

.dp-icon-badge {
  display: inline-block;
  position: relative;
}

.dp-icon-badge .dp-circle-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.dp-icon-badge .dp-icon {
  z-index: 0;
}

.dp-date-badge {
  width: 24px;
  text-align: center;
  display: inline-block;
  border: 1px solid #878d8f;
}

.dp-date-badge, .dp-date-badge * {
  box-sizing: border-box;
}

.dp-date-badge--pill {
  border-radius: 2px;
  width: 42px;
  display: inline-flex;
  align-items: center;
}

.dp-date-badge--pill .dp-date-badge__month {
  width: 24px;
}

.dp-date-badge--pill .dp-date-badge__day {
  width: 18px;
}

.dp-date-badge__month {
  display: flex;
  justify-content: center;
  padding: 1px;
  background-color: #878d8f;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.dp-date-badge__day {
  display: flex;
  justify-content: center;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  color: #878d8f;
}

.dp-card {
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #e3e3e3;
  transition: border 0.2s ease-in-out;
}

.dp-card:hover {
  border: 1px solid #59a8e2;
}

.dp-card, .dp-card * {
  box-sizing: border-box;
}

.dp-card .dp-list {
  margin: 0;
}

.dp-card .dp-list > .dp-list__element {
  padding: 6px;
  border-bottom: 1px solid #e3e3e3;
}

.dp-card .dp-list > .dp-list__element:last-child {
  border-bottom: 0;
}

.dp-stars {
  display: inline;
}

.dp-stars .dp-icon {
  cursor: pointer;
  color: #fbb03b;
  margin-right: 2px;
}
