@charset "UTF-8";


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.icon-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

.icon-fw {
  width: 1.2857142857em;
  text-align: center;
}

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

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

.icon-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.8571428571em;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

.icon-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 */

.icon-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-times:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-facebook:before {
  content: "";
}

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

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

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

.icon-rss:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-spinner:before {
  content: url("../fonts/spinner.svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-gittip:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-pied-piper-square:before,
.icon-pied-piper:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Mixins
  - Any scss helpers that are used in other scss files
  - The file is named mixins, but this file may contain functions, mixins, extends or variables if needed (linkity specific variables are in the _vars.scss file though)
*/

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

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  color: #747474;
  background: white;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
}

a {
  color: #72b6cf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a,
a img {
  border: none;
}

/* Base typography */

h1,
h2,
h3,
h4 {
  font-weight: 400;
  color: #333333;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

h2 {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

h3 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.5em 0;
}

p {
  margin: 1em 0 1.5em 0;
}

hr {
  clear: both;
  margin: .5em 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 0px 0px 1px 0px;
}

img {
  max-width: 100%;
  height: auto;
}

/* Other stuff */

.light {
  font-weight: 300;
}

b,
strong,
.b {
  font-weight: 600;
}

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

/* Other block elements */

ul,
ol {
  margin: 1.5em 0;
}

li {
  margin-bottom: .25em;
}

table {
  border-collapse: collapse;
}

th {
  color: #333333;
  font-weight: 600;
  text-align: center;
  padding: .25em .5em;
}

td {
  padding: .25em .5em;
}

iframe {
  vertical-align: middle;
}

/* Grid layout */

.grid,
.grid-max,
.grid-min {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

.grid-min {
  width: auto;
  max-width: 1px;
}

.row {
  display: table-row;
}

.grid-middle [class*="col-"],
.grid-middle .col,
.grid-middle td,
.row-middle [class*="col-"],
.row-middle .col,
.row-middle td,
.col-middle [class*="col-"],
.col-middle .col,
.col-middle td {
  vertical-align: middle;
}

.grid-bottom [class*="col-"],
.grid-bottom .col,
.grid-bottom td,
.row-bottom [class*="col-"],
.row-bottom .col,
.row-bottom td,
.col-bottom [class*="col-"],
.col-bottom .col,
.col-bottom td {
  vertical-align: bottom;
}

.grid-top [class*="col-"],
.grid-top .col,
.grid-top td,
.row-top [class*="col-"],
.row-top .col,
.row-top td,
.col-top [class*="col-"],
.col-top .col,
.col-top td {
  vertical-align: top;
}

.col,
[class*="col-"] {
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.col-min {
  width: 1%;
}

.col-max,
.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333333333333%;
}

.col-2-3 {
  width: 66.66666666666666%;
}

.col-1-4 {
  width: 25%;
}

.col-2-4 {
  width: 50%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.666666666666664%;
}

.col-2-6 {
  width: 33.33333333333333%;
}

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

.col-4-6 {
  width: 66.66666666666666%;
}

.col-5-6 {
  width: 83.33333333333334%;
}

.col-1-7 {
  width: 14.285714285714285%;
}

.col-2-7 {
  width: 28.57142857142857%;
}

.col-3-7 {
  width: 42.857142857142854%;
}

.col-4-7 {
  width: 57.14285714285714%;
}

.col-5-7 {
  width: 71.42857142857143%;
}

.col-6-7 {
  width: 85.71428571428571%;
}

.col-1-8 {
  width: 12.5%;
}

.col-2-8 {
  width: 25%;
}

.col-3-8 {
  width: 37.5%;
}

.col-4-8 {
  width: 50%;
}

.col-5-8 {
  width: 62.5%;
}

.col-6-8 {
  width: 75%;
}

.col-7-8 {
  width: 87.5%;
}

.col-1-9 {
  width: 11.11111111111111%;
}

.col-2-9 {
  width: 22.22222222222222%;
}

.col-3-9 {
  width: 33.33333333333333%;
}

.col-4-9 {
  width: 44.44444444444444%;
}

.col-5-9 {
  width: 55.55555555555556%;
}

.col-6-9 {
  width: 66.66666666666666%;
}

.col-7-9 {
  width: 77.77777777777779%;
}

.col-8-9 {
  width: 88.88888888888889%;
}

.col-1-10 {
  width: 10%;
}

.col-2-10 {
  width: 20%;
}

.col-3-10 {
  width: 30%;
}

.col-4-10 {
  width: 40%;
}

.col-5-10 {
  width: 50%;
}

.col-6-10 {
  width: 60%;
}

.col-7-10 {
  width: 70%;
}

.col-8-10 {
  width: 80%;
}

.col-9-10 {
  width: 90%;
}

.col-1-11 {
  width: 9.090909090909092%;
}

.col-2-11 {
  width: 18.181818181818183%;
}

.col-3-11 {
  width: 27.27272727272727%;
}

.col-4-11 {
  width: 36.36363636363637%;
}

.col-5-11 {
  width: 45.45454545454545%;
}

.col-6-11 {
  width: 54.54545454545454%;
}

.col-7-11 {
  width: 63.63636363636363%;
}

.col-8-11 {
  width: 72.72727272727273%;
}

.col-9-11 {
  width: 81.81818181818183%;
}

.col-10-11 {
  width: 90.9090909090909%;
}

.col-1-12 {
  width: 8.333333333333332%;
}

.col-2-12 {
  width: 16.666666666666664%;
}

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

.col-4-12 {
  width: 33.33333333333333%;
}

.col-5-12 {
  width: 41.66666666666667%;
}

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

.col-7-12 {
  width: 58.333333333333336%;
}

.col-8-12 {
  width: 66.66666666666666%;
}

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

.col-10-12 {
  width: 83.33333333333334%;
}

.col-11-12 {
  width: 91.66666666666666%;
}

.col-1-13 {
  width: 7.6923076923076925%;
}

.col-2-13 {
  width: 15.384615384615385%;
}

.col-3-13 {
  width: 23.076923076923077%;
}

.col-4-13 {
  width: 30.76923076923077%;
}

.col-5-13 {
  width: 38.46153846153847%;
}

.col-6-13 {
  width: 46.15384615384615%;
}

.col-7-13 {
  width: 53.84615384615385%;
}

.col-8-13 {
  width: 61.53846153846154%;
}

.col-9-13 {
  width: 69.23076923076923%;
}

.col-10-13 {
  width: 76.92307692307693%;
}

.col-11-13 {
  width: 84.61538461538461%;
}

.col-12-13 {
  width: 92.3076923076923%;
}

.col-1-14 {
  width: 7.142857142857142%;
}

.col-2-14 {
  width: 14.285714285714285%;
}

.col-3-14 {
  width: 21.428571428571427%;
}

.col-4-14 {
  width: 28.57142857142857%;
}

.col-5-14 {
  width: 35.714285714285715%;
}

.col-6-14 {
  width: 42.857142857142854%;
}

.col-7-14 {
  width: 50%;
}

.col-8-14 {
  width: 57.14285714285714%;
}

.col-9-14 {
  width: 64.28571428571429%;
}

.col-10-14 {
  width: 71.42857142857143%;
}

.col-11-14 {
  width: 78.57142857142857%;
}

.col-12-14 {
  width: 85.71428571428571%;
}

.col-13-14 {
  width: 92.85714285714286%;
}

.col-1-15 {
  width: 6.666666666666667%;
}

.col-2-15 {
  width: 13.333333333333334%;
}

.col-3-15 {
  width: 20%;
}

.col-4-15 {
  width: 26.666666666666668%;
}

.col-5-15 {
  width: 33.33333333333333%;
}

.col-6-15 {
  width: 40%;
}

.col-7-15 {
  width: 46.666666666666664%;
}

.col-8-15 {
  width: 53.333333333333336%;
}

.col-9-15 {
  width: 60%;
}

.col-10-15 {
  width: 66.66666666666666%;
}

.col-11-15 {
  width: 73.33333333333333%;
}

.col-12-15 {
  width: 80%;
}

.col-13-15 {
  width: 86.66666666666667%;
}

.col-14-15 {
  width: 93.33333333333333%;
}

.col-1-16 {
  width: 6.25%;
}

.col-2-16 {
  width: 12.5%;
}

.col-3-16 {
  width: 18.75%;
}

.col-4-16 {
  width: 25%;
}

.col-5-16 {
  width: 31.25%;
}

.col-6-16 {
  width: 37.5%;
}

.col-7-16 {
  width: 43.75%;
}

.col-8-16 {
  width: 50%;
}

.col-9-16 {
  width: 56.25%;
}

.col-10-16 {
  width: 62.5%;
}

.col-11-16 {
  width: 68.75%;
}

.col-12-16 {
  width: 75%;
}

.col-13-16 {
  width: 81.25%;
}

.col-14-16 {
  width: 87.5%;
}

.col-15-16 {
  width: 93.75%;
}

/* Grid visuals */

.grid-vertical > thead > td,
.grid-vertical > thead > th,
.grid-vertical > tbody > td,
.grid-vertical > tbody > th,
.grid-vertical > .col,
.grid-vertical > [class*="col-"],
.grid-vertical > .row > .col,
.grid-vertical > .row > [class*="col-"] {
  padding-right: .5em;
  padding-left: .5em;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.grid-vertical > thead > td:first-child,
.grid-vertical > thead > th:first-child,
.grid-vertical > tbody > td:first-child,
.grid-vertical > tbody > th:first-child,
.grid-vertical > .col:first-child,
.grid-vertical > [class*="col-"]:first-child,
.grid-vertical > .row > .col:first-child,
.grid-vertical > .row > [class*="col-"]:first-child {
  padding-left: 0em;
}

.grid-vertical > thead > td:last-child,
.grid-vertical > thead > th:last-child,
.grid-vertical > tbody > td:last-child,
.grid-vertical > tbody > th:last-child,
.grid-vertical > .col:last-child,
.grid-vertical > [class*="col-"]:last-child,
.grid-vertical > .row > .col:last-child,
.grid-vertical > .row > [class*="col-"]:last-child {
  padding-right: 0em;
  border-right: none;
}

.grid-horizontal td,
.grid-horizontal th,
.grid-horizontal > .col,
.grid-horizontal > [class*="col-"],
.grid-horizontal > .row > .col,
.grid-horizontal > .row > [class*="col-"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.grid-horizontal.grid-search td.no-border,
.grid-horizontal.grid-search th.no-border {
  border-bottom: none;
}

.grid-horizontal.grid-search .grid-inner td {
  padding-left: 0;
}

/* Grid content */

.sort-header {
  position: relative;
  cursor: pointer;
}

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

.col-action {
  padding-left: 1em;
}

.col-action button,
.col-action input,
.col-action label {
  margin-bottom: 0;
}

@media (max-width: 570px) {
  .grid,
  .grid-max,
  .grid-min,
  .row,
  .col,
  .grid [class*="col-"] {
    display: block;
    width: auto;
  }

  .row {
    margin-bottom: 1em;
  }

  .grid-vertical > thead > td,
  .grid-vertical > thead > th,
  .grid-vertical > tbody > td,
  .grid-vertical > tbody > th,
  .grid-vertical > .col,
  .grid-vertical > [class*="col-"],
  .grid-vertical > .row > .col,
  .grid-vertical > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}

.grid .customer-info {
  margin-bottom: 15px;
}

.page {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.page-header {
  display: table-row;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  display: table-cell;
  vertical-align: middle;
}

.page-header-inner .col,
.page-header-inner [class*="col-"] {
  padding: 1em;
}

.dorent-ad {
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
  display: block;
  padding: .75em 1em;
}

.dorent-ad a {
  display: block;
}

.dorent-ad img {
  display: block;
  width: 100px;
  margin: auto;
  max-width: none;
}

.provider-logo {
  margin-left: 1em;
}

@media (max-width: 570px) {
  .page-header-inner {
    text-align: center;
  }

  .provider-logo {
    display: block;
    margin: 1em auto;
  }
}

.page-main {
  display: table-row;
  height: 100%;
}

.page-main-inner {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 3em;
}

.page-main-middle {
  vertical-align: middle;
}

.page-footer {
  display: table-row;
  height: 1px;
}

.page-footer-inner {
  text-align: center;
  vertical-align: bottom;
  padding: 1em;
}

.page-footer-inner nav a {
  display: inline-block;
  padding: .25em .5em;
}

.input-group {
  margin: 1em 0 1.5em 0;
}

.input-group + .input-group {
  margin: -0.5em 0 1.5em 0;
}

.inline-group {
  display: inline-block;
  margin-right: 1em;
}

label,
.label,
input[type=text],
input[type=email],
input[type=date],
input[type=datetime],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
.input,
textarea,
select,
.select,
.clndr-picker,
.indicator {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  min-height: 2em;
  padding: .25em;
  margin: 0 0 .25em 0;
  color: #747474;
  border: none;
  -webkit-font-smoothing: inherit;
}

label:disabled,
.label:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=time]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=search]:disabled,
.input:disabled,
textarea:disabled,
select:disabled,
.select:disabled,
.clndr-picker:disabled,
.indicator:disabled,
label.disabled,
.disabled.label,
input.disabled[type=text],
input.disabled[type=email],
input.disabled[type=date],
input.disabled[type=datetime],
input.disabled[type=time],
input.disabled[type=number],
input.disabled[type=password],
input.disabled[type=tel],
input.disabled[type=url],
input.disabled[type=search],
.disabled.input,
textarea.disabled,
select.disabled,
.disabled.select,
.disabled.clndr-picker,
.disabled.indicator {
  color: rgba(116, 116, 116, 0.55);
  background: transparent;
}

label,
.label {
  white-space: nowrap;
  margin: 0 1em .25em 0;
  cursor: pointer;
}

.label {
  cursor: auto;
}

.label-inline {
  white-space: normal;
  margin-right: 0;
}

input[type=text],
input[type=email],
input[type=date],
input[type=datetime],
input[type=time],
input[type=number],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
.input {
  white-space: nowrap;
  height: 2em;
  border: 1px solid #d2d2d2;
  background: white;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d2d2d2;
  background: white;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0px 1px 5px 0px;
}

select,
.select,
.clndr-picker {
  -webkit-appearance: none;
  padding-right: 22px;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg width="22px" height="6px" viewBox="0 0 11 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>select</title><path d="M0.5,9.53674316e-06 L5.5,5.50000954 L10.5,9.53674316e-06 L0.5,9.53674316e-06 Z" id="down" fill="#333"></path></svg>');
  background-position: center right;
  background-repeat: no-repeat;
  border-radius: 0;
  border: 1px solid #d2d2d2;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  cursor: pointer;
}

.clndr-picker {
  position: relative;
}

.clndr-picker.active {
  border-bottom-width: 0;
}

button,
input[type="submit"],
input[type="reset"],
.btn {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-decoration: none;
  -webkit-font-smoothing: inherit;
  display: inline-block;
  vertical-align: middle;
  padding: .25em 1em;
  margin: 0 0 .25em 0;
  color: white;
  background: #A0CE4E;
  border: 1px solid #A0CE4E;
  border-radius: 2px;
  cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.btn:hover {
  text-decoration: none;
}

button:disabled,
button.disabled,
input[type="submit"]:disabled,
input[type="submit"].disabled,
input[type="reset"]:disabled,
input[type="reset"].disabled,
.btn:disabled,
.btn.disabled {
  opacity: .5;
}

button .icon,
input[type="submit"] .icon,
input[type="reset"] .icon,
.btn .icon {
  position: relative;
  top: .05em;
}

.btn-secondary {
  color: inherit;
  background: rgba(160, 206, 78, 0.1);
  border: 1px solid #A0CE4E;
}

.btn-link {
  color: #72b6cf;
  background: none;
  border: none;
  box-shadow: none;
}

.btn-link:hover {
  text-decoration: underline;
}

.checkbox,
.radio {
  padding-left: .25em;
}

input[type=checkbox],
input[type=radio] {
  font-size: inherit;
  vertical-align: middle;
  margin: 0 .25em .25em 0;
  margin-right: 0;
}

.checkbox label,
.radio label {
  white-space: normal;
  vertical-align: middle;
}

.indicator {
  padding: .25em 1em;
}

.indicator .icon {
  position: relative;
  top: .05em;
}

.indicator.active {
  box-shadow: inset 0px -2px 0px 0px currentColor;
}

.sign {
  font-size: .6em;
  line-height: 2.3333333333;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 2.3333333333em;
  height: 2.3333333333em;
  border-radius: 100%;
}

.info,
.info-block,
.error-box ul {
  font-size: .85em;
  color: rgba(116, 116, 116, 0.55);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.5882352941em 0;
}

.info-block,
.error-box ul {
  display: block;
  min-height: 2em;
  padding: 0.2941176471em;
  margin-top: -0.2941176471em;
}

.error-box ul {
  display: inline-block;
  font-size: .85em;
  min-height: 0;
  color: inherit;
}

.error-box ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-box-inline {
  display: inline-block;
}

.error-box-inline ul {
  margin: 0;
}

.lang-menu {
  list-style-type: none;
  margin-top: 0;
  float: right;
}

.lang-menu li {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}

.lang-menu li.active {
  opacity: 1;
}

.daily-checkbox label {
  width: 95%;
  white-space: normal;
}

.info-block strong,
.error-box ul strong {
  color: #716464;
}

.form-container .col-min,
.form-container .col-max,
.form-container .col {
  display: table-cell;
}

.form-container .row {
  display: table-row;
}

.form-container input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-container input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-container .form-icon {
  width: 20px;
}

.error-container .error-message {
  font-size: 12px;
  color: #dd2c00;
}

/*
  Panel
  - Generic content box for body content, fills the screen on mobile and has a limited width on the desktop, so for example a form layout can be contained
  - Acts as a container for absolutely positioned elements, so widgets can be built using panels
*/

.panel {
  position: relative;
  max-width: 800px;
  margin: .5em auto;
  padding: 0px .5em;
  color: #747474;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0px;
}

@media (min-width: 800px) {
  .panel {
    padding: 0px 2em;
    border-width: 1px;
  }
}

.panel:before {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 1em;
}

.panel:after {
  content: '';
  display: table;
  clear: both;
  margin-top: 1em;
}

.panel.full {
  max-width: 100%;
  border-left: none;
  border-right: none;
  margin-top: 0;
  margin-bottom: 0;
}

.panel-transparent {
  margin: .5em auto;
  padding: 0 .5em;
  color: inherit;
  background: none;
  border: none;
}

@media (min-width: 800px) {
  .panel-transparent {
    padding: 0px .5em;
  }
}

clndrpicker {
  position: relative;
  z-index: 100;
}

clndrpicker.active {
  z-index: 1000;
}

.clndr-container {
  position: absolute;
  display: none;
  z-index: 1002;
}

.clndr {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  color: #747474;
  background: white;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.clndr th,
.clndr td {
  border: 1px solid #ccc;
  border-width: 0px 1px 1px 0px;
  width: 14.2857142857%;
}

.clndr th:last-child,
.clndr td:last-child {
  border-right: none;
}

.clndr tbody :last-child td {
  border-bottom: none;
}

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

.clndr .clndr-controls th {
  padding: 0;
}

.clndr .clndr-month {
  line-height: 36px;
  display: block;
  background: rgba(0, 0, 0, 0.03);
}

.clndr .clndr-next-button {
  float: right;
  margin: 0;
}

.clndr .clndr-prev-button {
  float: left;
  margin: 0;
}

.clndr .clndr-weekdays {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.03);
}

.clndr .adjacent-month span {
  opacity: .5;
}

.clndr .day.selected {
  font-weight: 600;
  color: #A0CE4E;
  background: #f6faee;
}

.clndr .day:hover {
  cursor: pointer;
  color: white;
  background: #A0CE4E;
  border-collapse: #A0CE4E;
}

/* General use components */

.tabs {
  overflow: hidden;
  display: block;
}

.tabs .tab {
  display: block;
  float: left;
  padding: 10px;
}

.tabs .tab.active {
  position: relative;
  padding: 8px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: none;
  border-radius: 4px 4px 0px 0px;
}

.tabs .tab.active::after,
.tabs .tab.active::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  height: 0px;
  width: 999em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.tabs .tab.active::before {
  right: 100%;
  margin-right: 2px;
}

.tabs .tab.active::after {
  left: 100%;
  margin-left: 2px;
}

.nav-steps {
  display: block;
  text-align: center;
  max-width: 800px;
  margin: 2em auto 1.5em auto;
}

.nav-icon,
.nav-circle {
  font-size: 28px;
  line-height: 51px;
  text-align: center;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  padding: 0em;
  margin: 0 .25em;
  border-radius: 999em;
}

.nav-circle {
  border: 1px solid currentColor;
}

.nav-circle.active {
  color: #444444;
  border-width: 2px;
}

@media (max-width: 570px) {
  .nav-icon,
  .nav-circle {
    font-size: 18px;
    line-height: 32px;
    margin: 0 .125em;
  }
}

.nav-left {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.nav-left + .col {
  padding-left: 1em;
}

.tooltip {
  max-width: 400px;
  font-size: .85em;
  line-height: 1.6471;
}

.steps-list {
  padding: 0;
}

.steps-list li {
  list-style: none;
}

.steps-list a {
  display: inline-block;
  width: 7em;
}

.steps-list .icon {
  width: 1em;
  text-align: center;
}

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

.img-list .item {
  display: inline-block;
  margin: 1em;
}

.img-list img {
  display: block;
  max-width: 100%;
}

.provider-thumb {
  font-size: .7em;
  line-height: 1.4285714285em;
  vertical-align: middle;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 260px;
  height: 120px;
  padding: 1em;
  margin: .25em .25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  border-radius: .5em;
}

.provider-thumb span {
  display: inline-block;
  position: relative;
  top: 1em;
}

.payment-list {
  font-size: .85em;
  text-align: center;
  white-space: nowrap;
}

.payment-method {
  display: table;
  float: left;
  width: 33%;
  height: 133px;
}

.payment-action {
  display: table-cell;
  vertical-align: middle;
  height: 133px;
}

.payment-action button {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.payment-action button:hover {
  text-decoration: none;
  border: 1px solid #72b6cf;
  border-radius: 4px;
}

.payment-action img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.offers-filter {
  max-width: 800px;
  margin: auto;
}

.offers-filter [class*="col-"],
.offers-filter .col {
  padding: .5em .5em;
}

@media (min-width: 800px) {
  .offers-filter-last {
    text-align: right;
  }
}

.offers-grid {
  max-width: 800px;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: separate;
}

.offers-grid th {
  padding-top: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.offers-row td {
  padding-top: .5em;
  padding-bottom: .5em;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.offers-row td:first-child {
  border-left: none;
}

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

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

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

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

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

.offers-rent .btn {
  font-size: 12px;
  line-height: 2em;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
}

@media (min-width: 569px) {
  .offers-row:nth-child(odd) td {
    background: rgba(0, 0, 0, 0.03);
  }
}

@media (max-width: 570px) {
  .offers-grid {
    display: block;
    border-width: 1px 0px;
  }

  .offers-grid thead,
  .offers-grid tbody,
  .offers-grid th,
  .offers-grid td {
    display: block;
    padding: 0;
    border: none;
  }

  .offers-grid .offers-row {
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .offers-grid .offers-row::after,
  .offers-grid .offers-row::before {
    content: '';
    display: table;
    clear: both;
  }

  .offers-grid .offers-start,
  .offers-grid .offers-end,
  .offers-grid .offers-duration {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 2px;
    color: rgba(116, 116, 116, 0.7);
  }

  .offers-grid .offers-start,
  .offers-grid .offers-end {
    z-index: 50;
    float: left;
    width: 33%;
    padding-left: .5em;
  }

  .offers-grid .offers-duration {
    z-index: 40;
    padding-left: 67%;
    background: rgba(225, 225, 225, 0.45);
    box-shadow: inset 0px 2px 4px -2px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(220, 220, 220, 0.4);
  }

  .offers-grid .offers-price,
  .offers-grid .offers-total,
  .offers-grid .offers-rent {
    font-size: 16px;
    text-align: right;
    line-height: 32px;
    margin-top: -26px;
    padding-top: 34px;
    padding-right: .5em;
    padding-bottom: 8px;
  }

  .offers-grid td.offers-price,
  .offers-grid td.offers-total {
    font-weight: 600;
  }

  .offers-grid .offers-price {
    float: left;
    width: 33%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .offers-grid .offers-total {
    float: left;
    width: 33%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .offers-grid .offers-rent {
    font-weight: 400;
    text-align: center;
    padding-right: 0;
    margin-left: 66%;
  }

  .offers-grid th.offers-rent {
    background: none;
  }
}

.offer-ad {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 1.5em auto;
}

.offer-ad > * {
  display: table-cell;
  vertical-align: middle;
  padding: .5em 2em;
}

.offer-ad-icon {
  text-align: center;
  width: 15%;
}

.offer-ad-info {
  width: 59.3%;
  color: #333333;
}

.offer-ad-title {
  margin: 0;
}

.offer-ad-provider {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 570px) {
  .offer-ad {
    display: block;
    margin: 0 0 1.5em 0;
  }

  .offer-ad > * {
    display: block;
    padding: 1em .5em;
    width: auto;
  }
}

.share-button {
  line-height: 1.125em;
  text-decoration: none;
  display: inline-block;
  width: 12em;
  padding: 0.75em;
  margin: 0 0 0.75em 0;
  color: #222222;
  background: white;
  border: 1px solid #72b6cf;
  border-radius: 3px;
}

.share-button img {
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  border: none;
  width: 24px;
}

/* Page specific layout */

#createOffer_save {
  float: left;
  margin-right: .31em;
}

/*
  Utility classes for use everywhere
*/

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

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

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

.nowrap {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.full {
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.pulse {
  -webkit-animation: pulse 2.8s infinite linear;
  animation: pulse 2.8s infinite linear;
}

@-webkit-keyframes pulse {
  15% {
    opacity: 1;
  }

  45% {
    opacity: .5;
  }

  55% {
    opacity: .5;
  }

  85% {
    opacity: 1;
  }
}

@keyframes pulse {
  15% {
    opacity: 1;
  }

  45% {
    opacity: .5;
  }

  55% {
    opacity: .5;
  }

  85% {
    opacity: 1;
  }
}

.alert,
.error {
  color: #d43f3a !important;
  background: none;
}

.warn {
  color: #ff970a !important;
  background: none;
}

.success {
  color: #36B368 !important;
  background: none;
}

.note {
  color: #0399C9 !important;
  background: none;
}

.log {
  color: rgba(116, 116, 116, 0.55) !important;
  background: none;
}

.blocked {
  color: #333333 !important;
  background: none;
}

.hilite {
  color: #A0CE4E !important;
  background: none;
}

.alert-box,
.error-box ul {
  color: white !important;
  background: #d43f3a !important;
}

.warn-box {
  color: white !important;
  background: #ff970a !important;
}

.success-box {
  color: white !important;
  background: #36B368 !important;
}

.note-box {
  color: white !important;
  background: #0399C9 !important;
}

.log-box {
  color: white !important;
  background: rgba(116, 116, 116, 0.55);
}

.blocked-box {
  color: white !important;
  background: #333333;
}

.hilite-box {
  color: white !important;
  background: #A0CE4E;
}

.alert-frame,
.error-frame {
  border: 1px solid #d43f3a !important;
}

.warn-frame {
  border: 1px solid #ff970a !important;
}

.success-frame {
  border: 1px solid #36B368 !important;
}

.note-frame {
  border: 1px solid #0399C9 !important;
}

.log-frame {
  border: 1px solid rgba(116, 116, 116, 0.55) !important;
}

.blocked-frame {
  border: 1px solid #333333 !important;
}

.hilite-frame {
  border: 1px solid #A0CE4E !important;
}

.icons-spinner-mod:before {
  content: "\f110";
}

@media print {
@page {
    size: auto;
    margin: 10px;
}

  .page-footer {
    display: none;
  }
}

.report {
  margin: 10px;
}

.report h1 {
  display: block;
  text-align: center;
  font-weight: bold;
}

.report table {
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: right;
}

.report table thead tr {
  text-align: center;
  font-weight: bold;
  background-color: #F3F3F3;
  border-bottom: 1px solid black;
}

.report table .tr-total {
  border-top: 1px solid black;
  font-weight: bold;
}

.report table .td-green {
  background-color: #D9EBD2;
}

.report table .td-red {
  background-color: #F5CCCB;
}

.report table .td-width-10 {
  width: 10%;
}

.report table .td-width-15 {
  width: 15%;
}

.report table .td-width-20 {
  width: 20%;
}

.report table .td-width-25 {
  width: 25%;
}

.translations .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 20px 0 20px;
  border-radius: 4px;
}

.translations .pagination > li {
  display: inline;
}

.translations .pagination > li > a,
.translations .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.translations .pagination > li:last-child > a,
.translations .pagination > li:last-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.translations .pagination > li > a:hover,
.translations .pagination > li > span:hover,
.translations .pagination > li > a:focus,
.translations .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}

.translations .pagination .active > a,
.translations .pagination .active > span,
.translations .pagination .active > a:hover,
.translations .pagination .active > span:hover,
.translations .pagination .active > a:focus,
.translations .pagination .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.translations .pagination .disabled > span,
.translations .pagination .disabled > span:hover,
.translations .pagination .disabled > span:focus,
.translations .pagination .disabled > a,
.translations .pagination .disabled > a:hover,
.translations .pagination .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

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

.translations .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.translations .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.translations .grid-horizontal {
  margin-top: 15px;
}

.translations .grid-horizontal th input {
  width: 100%;
}

.translations .col-md-12 .label {
  font-style: italic;
  font-size: 14px;
}

/*# sourceMappingURL=dorent.css.map */