/*!
 *  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
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/bower_components/font-awesome/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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
body {
  background: #ffffff;
  color: #333333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
a {
  color: #366b0e;
  outline: none;
  text-decoration: none;
}
a:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
a:focus,
a:hover,
a:active,
a.active {
  color: #1f3e08;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 2.4rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  line-height: 2.4rem;
  margin: 0 0 1rem;
}
a,
ins,
u {
  text-decoration-skip: ink edges;
}
blockquote {
  border-left: 0.2rem solid #ffffff;
  margin-left: 0;
  padding: 1rem 2rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  color: #999999;
}
ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.5rem 0 1.5rem 2rem;
}
ul li,
ol li {
  margin-top: 1rem;
}
ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}
ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: .5rem 0 1.5rem 0;
}
mark {
  border-radius: 0.4rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #ffe9b3;
  color: #333333;
}
kbd {
  border-radius: 0.4rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #333333;
  color: #ffffff;
}
abbr[title] {
  border-bottom: .1rem dotted;
  cursor: help;
  text-decoration: none;
}
:lang(zh),
:lang(ja),
:lang(ko),
.cjk {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic Pro", Meiryo, "Malgun Gothic", "Helvetica Neue", sans-serif;
}
:lang(zh) ins,
:lang(ja) ins,
.cjk ins,
:lang(zh) u,
:lang(ja) u,
.cjk u {
  border-bottom: .1rem solid;
  text-decoration: none;
}
:lang(zh) del + del,
:lang(ja) del + del,
.cjk del + del,
:lang(zh) del + s,
:lang(ja) del + s,
.cjk del + s,
:lang(zh) ins + ins,
:lang(ja) ins + ins,
.cjk ins + ins,
:lang(zh) ins + u,
:lang(ja) ins + u,
.cjk ins + u,
:lang(zh) s + del,
:lang(ja) s + del,
.cjk s + del,
:lang(zh) s + s,
:lang(ja) s + s,
.cjk s + s,
:lang(zh) u + ins,
:lang(ja) u + ins,
.cjk u + ins,
:lang(zh) u + u,
:lang(ja) u + u,
.cjk u + u {
  margin-left: .125em;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #ecf0ee;
}
.table.table-hover tbody tr:hover {
  background: #e3e9e6;
}
.table tbody tr.active,
.table.table-striped tbody tr.active {
  background: #e3e9e6;
}
.table td {
  border-bottom: 0.1rem solid #ffffff;
  padding: 1.5rem 1rem;
}
.table th {
  border-bottom: 0.1rem solid #666666;
  padding: 1.5rem 1rem;
}
.btn {
  appearance: none;
  background: #ffffff;
  border: 0.1rem solid #366b0e;
  border-radius: 0.4rem;
  color: #366b0e;
  transition: all .2s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 2rem;
  outline: none;
  padding: .5rem .8rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus {
  background: #4f9d14;
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
  text-decoration: none;
}
.btn:hover {
  background: #366b0e;
  border-color: #2f5d0c;
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background: #2f5d0c;
  border-color: #244709;
  color: #ffffff;
  text-decoration: none;
}
.btn[disabled],
.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #366b0e;
  border-color: #2f5d0c;
  color: #ffffff;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #2b540b;
  border-color: #244709;
  color: #ffffff;
}
.btn.btn-primary:active,
.btn.btn-primary.active {
  background: #264b0a;
  border-color: #1f3e08;
  color: #ffffff;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #366b0e;
}
.btn.btn-link:focus,
.btn.btn-link:hover,
.btn.btn-link:active,
.btn.btn-link.active {
  color: #1f3e08;
}
.btn.btn-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.btn.btn-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 3.2rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 2.4rem;
}
.btn.btn-action.btn-lg {
  width: 4rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 1.6rem;
  line-height: 1.6rem;
  margin-left: .4rem;
  margin-right: -0.2rem;
  opacity: .45;
  padding: 0 .2rem;
  text-decoration: none;
  width: 1.6rem;
}
.btn.btn-clear:hover {
  opacity: .85;
}
.btn.btn-clear::before {
  content: "\2715";
}
.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.btn-group .btn:focus,
.btn-group .btn:hover,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}
.form-group:not(:last-child) {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  padding: .6rem 0;
}
.form-label.label-sm {
  padding: .2rem 0;
}
.form-label.label-lg {
  padding: 1rem 0;
}
.form-input {
  appearance: none;
  background: #ffffff;
  background-image: none;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  color: #333333;
  transition: all .2s ease;
  display: block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 2rem;
  max-width: 100%;
  outline: none;
  padding: .5rem .8rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  border-color: #366b0e;
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
.form-input::placeholder {
  color: #999999;
}
.form-input.input-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem .8rem;
}
.form-input.input-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem .8rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
textarea.form-input {
  height: auto;
}
.form-input[type="file"] {
  height: auto;
}
.form-input-hint {
  color: #999999;
  margin-top: .4rem;
}
.has-success .form-input-hint,
.is-success + .form-input-hint {
  color: #32b643;
}
.has-error .form-input-hint,
.is-error + .form-input-hint {
  color: #e85600;
}
.form-select {
  appearance: none;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  color: inherit;
  font-size: 1.4rem;
  line-height: 2rem;
  outline: none;
  padding: .5rem .8rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[multiple] option {
  padding: .2rem .4rem;
}
.form-select:not([multiple]) {
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center / 0.8rem 1rem;
  height: 3.2rem;
  padding-right: 2.4rem;
}
.form-select:focus {
  border-color: #366b0e;
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 1.2rem;
  height: 2.4rem;
  padding: .1rem 2rem .1rem .6rem;
}
.form-select.select-lg {
  font-size: 1.6rem;
  height: 4rem;
  padding: .9rem 2.4rem .9rem .8rem;
}
.has-success .form-input,
.has-success .form-select,
.form-input.is-success,
.form-select.is-success {
  border-color: #32b643;
}
.has-success .form-input:focus,
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 182, 67, 0.15);
}
.has-error .form-input,
.has-error .form-select,
.form-input.is-error,
.form-select.is-error {
  border-color: #e85600;
}
.has-error .form-input:focus,
.has-error .form-select:focus,
.form-input.is-error:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 86, 0, 0.15);
}
.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 86, 0, 0.15);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #e85600;
}
.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  margin: 0 .8rem;
  min-width: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.has-icon-left .form-icon {
  left: 0;
}
.has-icon-left .form-input {
  padding-left: 3rem;
}
.has-icon-right .form-icon {
  right: 0;
}
.has-icon-right .form-input {
  padding-right: 3rem;
}
.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -0.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  border-color: #366b0e;
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #366b0e;
  border-color: #366b0e;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  border: 0.1rem solid #d9d9d9;
  transition: all .2s ease;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}
.form-checkbox,
.form-radio {
  padding: .2rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #ffffff;
  height: 1.4rem;
  left: 0;
  top: .5rem;
  width: 1.4rem;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #e3e9e6;
}
.form-checkbox .form-icon {
  border-radius: 0.4rem;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.2rem solid #ffffff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.6rem;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: .6rem;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #366b0e;
  border-color: #366b0e;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #ffffff;
  content: "";
  height: .2rem;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.1rem;
  position: absolute;
  top: 50%;
  width: 1rem;
}
.form-radio .form-icon {
  border-radius: .7rem;
}
.form-radio input:checked + .form-icon::before {
  background: #ffffff;
  border-radius: 0.4rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  position: absolute;
  top: 50%;
  width: .4rem;
}
.form-switch {
  padding: .2rem 2rem .2rem 3.6rem;
}
.form-switch .form-icon {
  background: #cccccc;
  background-clip: padding-box;
  border-radius: .9rem;
  height: 1.8rem;
  left: 0;
  top: .3rem;
  width: 3rem;
}
.form-switch .form-icon::before {
  background: #ffffff;
  border-radius: .8rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .2s ease;
  width: 1.6rem;
}
.form-switch input:checked + .form-icon::before {
  left: 1.2rem;
}
.form-switch input:active + .form-icon::before {
  background: #ecf0ee;
}
.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #ecf0ee;
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  line-height: 2rem;
  padding: .5rem .8rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 1.2rem;
  padding: .1rem .8rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.6rem;
  padding: .9rem .8rem;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.1rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 1;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}
.form-input:disabled,
.form-select:disabled,
.form-input.disabled,
.form-select.disabled {
  background-color: #e3e9e6;
  cursor: not-allowed;
  opacity: .5;
}
.form-input[readonly] {
  background-color: #ecf0ee;
}
input:disabled + .form-icon,
input.disabled + .form-icon {
  background: #e3e9e6;
  cursor: not-allowed;
  opacity: .5;
}
.form-switch input:disabled + .form-icon::before,
.form-switch input.disabled + .form-icon::before {
  background: #ffffff;
}
.form-horizontal {
  padding: 1rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: .4rem 0;
}
.label {
  border-radius: 0.4rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #ecf0ee;
  color: #404040;
}
.label.label-primary {
  background: #366b0e;
  color: #ffffff;
}
.label.label-success {
  background: #32b643;
  color: #ffffff;
}
.label.label-warning {
  background: #ffb700;
  color: #ffffff;
}
.label.label-error {
  background: #e85600;
  color: #ffffff;
}
code {
  border-radius: 0.4rem;
  display: inline-block;
  line-height: 1;
  padding: .3rem .4rem;
  vertical-align: baseline;
  background: #fdf4f4;
  color: #e06870;
}
.code {
  border-radius: 0.4rem;
  color: #333333;
  line-height: 2rem;
  position: relative;
}
.code::before {
  content: attr(data-lang);
  color: #999999;
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  top: .2rem;
}
.code code {
  background: #ecf0ee;
  color: inherit;
  display: block;
  line-height: inherit;
  overflow-x: auto;
  padding: 2rem;
  width: 100%;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-fit-cover {
  object-fit: cover;
}
.img-fit-contain {
  object-fit: contain;
}
.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.video-responsive::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.video-responsive video {
  height: auto;
  max-width: 100%;
  width: 100%;
}
.video-responsive-4-3::before {
  padding-bottom: 75%;
}
.video-responsive-1-1::before {
  padding-bottom: 100%;
}
.figure {
  margin: 0 0 1rem 0;
}
.figure .figure-caption {
  color: #666666;
  margin-top: 1rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.container.grid-1280 {
  max-width: 130rem;
}
.container.grid-960 {
  max-width: 98rem;
}
.container.grid-480 {
  max-width: 50rem;
}
.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.column {
  flex: 1;
  max-width: 100%;
  padding: 1rem;
}
.column.col-12,
.column.col-11,
.column.col-10,
.column.col-9,
.column.col-8,
.column.col-7,
.column.col-6,
.column.col-5,
.column.col-4,
.column.col-3,
.column.col-2,
.column.col-1 {
  flex: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media screen and (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    flex: none;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    flex: none;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: block !important;
  }
}
.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar .navbar-section {
  align-items: center;
  display: flex;
  flex: 1 0 0;
}
.navbar .navbar-section:last-child {
  justify-content: flex-end;
}
.navbar .navbar-center {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}
.navbar .navbar-brand {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
}
.panel {
  border: 0.1rem solid #ffffff;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
}
.panel .panel-header,
.panel .panel-footer {
  flex: 0 0 auto;
  padding: 1.5rem;
}
.panel .panel-nav {
  flex: 0 0 auto;
}
.panel .panel-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 1.5rem;
}
.panel .panel-title {
  font-size: 2rem;
}
.panel .panel-subtitle {
  color: #999999;
}
.empty {
  background: #ecf0ee;
  border-radius: 0.4rem;
  color: #666666;
  text-align: center;
  padding: 4rem;
}
.empty .empty-title,
.empty .empty-subtitle {
  margin: 1rem auto;
}
.empty .empty-subtitle {
  color: #999999;
}
.empty .empty-action {
  margin-top: 1.5rem;
}
.form-autocomplete {
  position: relative;
}
.form-autocomplete .form-autocomplete-input {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 3.2rem;
  padding: .1rem 0 0 .1rem;
}
.form-autocomplete .form-autocomplete-input.is-focused {
  border-color: #366b0e;
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
.form-autocomplete .form-autocomplete-input .form-input {
  border-color: transparent;
  box-shadow: none;
  display: inline-block;
  flex: 1 0 auto;
  height: 2.8rem;
  padding: .3rem .8rem;
  width: auto;
}
.form-autocomplete mark {
  font-size: 1;
  padding: .1em 0;
}
.form-autocomplete .menu {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.avatar {
  background: #366b0e;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
}
.avatar.avatar-xs {
  font-size: .8rem;
  height: 1.6rem;
  width: 1.6rem;
}
.avatar.avatar-sm {
  font-size: 1rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-lg {
  font-size: 2rem;
  height: 4.8rem;
  width: 4.8rem;
}
.avatar.avatar-xl {
  font-size: 2.6rem;
  height: 6.4rem;
  width: 6.4rem;
}
.avatar img {
  border-radius: 50%;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 100;
}
.avatar .avatar-icon {
  background: #ffffff;
  bottom: 14.64%;
  height: 50%;
  padding: .2rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.badge {
  position: relative;
  white-space: nowrap;
}
.badge[data-badge]::after,
.badge:not([data-badge])::after {
  background: #366b0e;
  background-clip: padding-box;
  border-radius: 1rem;
  box-shadow: 0 0 0 0.2rem #ffffff;
  color: #ffffff;
  content: attr(data-badge);
  display: inline-block;
  transform: translate(-0.2rem, -1rem);
}
.badge[data-badge]::after {
  font-size: 1.2rem;
  height: 1.8rem;
  line-height: 1;
  min-width: 1.8rem;
  padding: .3rem .5rem;
  text-align: center;
  white-space: nowrap;
}
.badge:not([data-badge])::after,
.badge[data-badge='']::after {
  height: .6rem;
  min-width: .6rem;
  padding: 0;
  width: .6rem;
}
.badge.btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge.avatar::after {
  position: absolute;
  top: 14.64%;
  right: 14.64%;
  transform: translate(50%, -50%);
  z-index: 100;
}
.badge.avatar-xs::after {
  content: "";
  height: .8rem;
  min-width: .8rem;
  padding: 0;
  width: .8rem;
}
.bar {
  background: #e3e9e6;
  border-radius: 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  height: 1.6rem;
  width: 100%;
}
.bar.bar-sm {
  height: .4rem;
}
.bar .bar-item {
  background: #366b0e;
  color: #ffffff;
  display: block;
  font-size: 1.2rem;
  flex-shrink: 0;
  line-height: 1;
  height: 100%;
  padding: .2rem 0;
  position: relative;
  text-align: center;
  width: 0;
}
.bar .bar-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
}
.bar .bar-item:last-child {
  border-bottom-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  flex-shrink: 1;
}
.bar-slider {
  height: .2rem;
  margin: 1rem 0;
  position: relative;
}
.bar-slider .bar-item {
  left: 0;
  padding: 0;
  position: absolute;
}
.bar-slider .bar-item:not(:last-child):first-child {
  background: #e3e9e6;
  z-index: 1;
}
.bar-slider .bar-slider-btn {
  background: #366b0e;
  border: 0;
  border-radius: 50%;
  height: 1.2rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 1.2rem;
}
.bar-slider .bar-slider-btn:active {
  box-shadow: 0 0 0 0.2rem #366b0e;
}
.card {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  border-radius: 0.4rem;
  display: block;
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 1.5rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 1.5rem;
}
.card .card-image {
  padding-top: 1.5rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.card .card-title {
  font-size: 2rem;
}
.card .card-subtitle {
  color: #999999;
  font-size: 1.2rem;
}
.chip {
  align-items: center;
  background: #e3e9e6;
  border-radius: 0.4rem;
  color: #666666;
  display: inline-flex;
  height: 2.8rem;
  margin: 0 .1rem .1rem 0;
  max-width: 100%;
  padding: .1rem .8rem;
  text-decoration: none;
  vertical-align: middle;
}
.chip.active {
  background: #366b0e;
  color: #ffffff;
}
.chip .avatar {
  margin-left: -0.4rem;
  margin-right: .4rem;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown .menu {
  animation: slide-down 0.2s ease 1;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
}
.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}
.dropdown.active .menu,
.dropdown .dropdown-toggle:focus + .menu,
.dropdown .menu:hover {
  display: block;
}
.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.menu {
  background: #ffffff;
  border-radius: 0.4rem;
  list-style: none;
  margin: 0;
  min-width: 18rem;
  padding: 1rem;
  box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, 0.3);
  transform: translateY(0.5rem);
  z-index: 100;
}
.menu .menu-item {
  margin-top: 0;
  padding: 0 .8rem;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu .menu-item > a {
  border-radius: 0.4rem;
  color: inherit;
  display: block;
  margin: 0 -0.8rem;
  padding: .6rem .8rem;
  text-decoration: none;
}
.menu .menu-item > a:focus,
.menu .menu-item > a:hover {
  color: #366b0e;
}
.menu .menu-item > a:active,
.menu .menu-item > a.active {
  background: #4f9d14;
  color: #366b0e;
}
.menu .menu-badge {
  float: right;
  padding: .6rem 0;
}
.menu .menu-badge .btn {
  margin-top: -0.2rem;
}
.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1rem;
  position: fixed;
  right: 0;
  top: 0;
}
.modal:target,
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
}
.modal:target .modal-overlay,
.modal.active .modal-overlay {
  background: rgba(51, 51, 51, 0.5);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal:target .modal-container,
.modal.active .modal-container {
  animation: slide-down 0.2s ease 1;
  max-width: 64rem;
  z-index: 1;
}
.modal.modal-sm .modal-container {
  max-width: 32rem;
}
.modal-container {
  background: #ffffff;
  border-radius: 0.4rem;
  display: block;
  padding: 0;
  box-shadow: 0 0.4rem 1rem rgba(51, 51, 51, 0.3);
  text-align: left;
}
.modal-container .modal-header {
  padding: 1.5rem;
}
.modal-container .modal-header .modal-title {
  font-size: 1.6rem;
  margin: 0;
}
.modal-container .modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 1.5rem;
  position: relative;
}
.modal-container .modal-footer {
  padding: 1.5rem;
  text-align: right;
}
.breadcrumb,
.tab,
.pagination,
.nav {
  list-style: none;
  margin: .5rem 0;
}
.breadcrumb {
  padding: 1.2rem;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  margin: 0;
}
.breadcrumb .breadcrumb-item:last-child {
  color: #999999;
}
.breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #cccccc;
  content: "/";
  padding: 0 .4rem;
}
.tab {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.tab .tab-item {
  margin-top: 0;
}
.tab .tab-item.tab-action {
  flex: 1 0 auto;
  text-align: right;
}
.tab .tab-item a {
  border-bottom: .2rem solid transparent;
  color: inherit;
  display: block;
  margin-top: 0;
  padding: .6rem 1.2rem .4rem 1.2rem;
  text-decoration: none;
}
.tab .tab-item a:focus,
.tab .tab-item a:hover {
  color: #366b0e;
}
.tab .tab-item.active a,
.tab .tab-item a.active {
  border-bottom-color: #366b0e;
  color: #366b0e;
}
.tab.tab-block .tab-item {
  flex: 1 0 0;
  text-align: center;
}
.tab.tab-block .tab-item .badge[data-badge]::after {
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  transform: translate(0, 0);
}
.tab:not(.tab-block) .badge {
  padding-right: .2rem;
}
.pagination {
  display: flex;
}
.pagination .page-item {
  margin: 1rem .1rem;
}
.pagination .page-item span {
  display: inline-block;
  padding: .6rem .4rem;
}
.pagination .page-item a {
  border-radius: 0.4rem;
  color: #666666;
  display: inline-block;
  padding: .6rem .8rem;
  text-decoration: none;
}
.pagination .page-item a:focus,
.pagination .page-item a:hover {
  color: #366b0e;
}
.pagination .page-item a[disabled],
.pagination .page-item a.disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.pagination .page-item.active a {
  background: #366b0e;
  color: #ffffff;
}
.pagination .page-item.page-prev,
.pagination .page-item.page-next {
  flex: 1 0 50%;
}
.pagination .page-item.page-next {
  text-align: right;
}
.pagination .page-item .page-item-title {
  margin: 0;
}
.pagination .page-item .page-item-subtitle {
  margin: 0;
  opacity: .5;
}
.nav {
  display: flex;
  flex-direction: column;
}
.nav .nav-item a {
  color: #666666;
  padding: .6rem .8rem;
  text-decoration: none;
}
.nav .nav-item a:focus,
.nav .nav-item a:hover {
  color: #366b0e;
}
.nav .nav-item.active > a {
  font-weight: bold;
}
.nav .nav-item.active > a:focus,
.nav .nav-item.active > a:hover {
  color: #366b0e;
}
.nav .nav {
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.nav .nav a {
  color: #999999;
}
.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  content: attr(data-tooltip);
  opacity: 0;
  left: 50%;
  padding: 1rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .2s ease;
  width: 32rem;
  z-index: 400;
}
.popover :focus + .popover-container,
.popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container,
.popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container,
.popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container,
.popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  border: 0;
  box-shadow: 0 0.4rem 1rem rgba(51, 51, 51, 0.3);
}
.step {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: .5rem 0;
  width: 100%;
}
.step .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 2rem;
  text-align: center;
  position: relative;
}
.step .step-item:not(:first-child)::before {
  background: #366b0e;
  content: "";
  height: .2rem;
  left: -50%;
  position: absolute;
  top: .9rem;
  width: 100%;
}
.step .step-item a {
  color: #999999;
  display: inline-block;
  padding: 2rem 1rem 0;
  text-decoration: none;
}
.step .step-item a::before {
  background: #366b0e;
  border: 0.2rem solid #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: .4rem;
  transform: translateX(-50%);
  width: 1.2rem;
  z-index: 1;
}
.step .step-item.active a::before {
  background: #ffffff;
  border: 0.2rem solid #366b0e;
}
.step .step-item.active ~ .step-item::before {
  background: #ffffff;
}
.step .step-item.active ~ .step-item a::before {
  background: #cccccc;
}
.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex;
}
.tile .tile-icon,
.tile .tile-action {
  flex: 0 0 auto;
}
.tile .tile-content {
  flex: 1 1 auto;
}
.tile .tile-content:not(:first-child) {
  padding-left: 1rem;
}
.tile .tile-content:not(:last-child) {
  padding-right: 1rem;
}
.tile .tile-title {
  line-height: 2rem;
}
.tile .tile-subtitle {
  color: #999999;
  line-height: 2rem;
}
.tile.tile-centered {
  align-items: center;
}
.tile.tile-centered .tile-content {
  overflow: hidden;
}
.tile.tile-centered .tile-title,
.tile.tile-centered .tile-subtitle {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toast {
  border: 0.1rem solid #333333;
  border-radius: 0.4rem;
  color: #ffffff;
  display: block;
  padding: 1rem;
  background: rgba(51, 51, 51, 0.9);
  border-color: #333333;
  width: 100%;
}
.toast.toast-primary {
  background: rgba(54, 107, 14, 0.9);
  border-color: #366b0e;
}
.toast.toast-success {
  background: rgba(50, 182, 67, 0.9);
  border-color: #32b643;
}
.toast.toast-warning {
  background: rgba(255, 183, 0, 0.9);
  border-color: #ffb700;
}
.toast.toast-error {
  background: rgba(232, 86, 0, 0.9);
  border-color: #e85600;
}
.toast a {
  color: #ffffff;
  text-decoration: underline;
}
.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active {
  opacity: .75;
}
.tooltip {
  position: relative;
}
.tooltip::after {
  background: rgba(51, 51, 51, 0.9);
  border-radius: 0.4rem;
  bottom: 100%;
  color: #ffffff;
  content: attr(data-tooltip);
  display: block;
  font-size: 1.2rem;
  left: 50%;
  max-width: 32rem;
  opacity: 0;
  overflow: hidden;
  padding: .4rem .8rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 1rem);
  transition: all .2s ease;
  white-space: nowrap;
  z-index: 200;
}
.tooltip:focus::after,
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.5rem);
}
.tooltip[disabled],
.tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-1rem, 50%);
}
.tooltip.tooltip-right:focus::after,
.tooltip.tooltip-right:hover::after {
  transform: translate(0.5rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -1rem);
}
.tooltip.tooltip-bottom:focus::after,
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.5rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(1rem, 50%);
}
.tooltip.tooltip-left:focus::after,
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.5rem, 50%);
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: #ffffff;
  color: #cccccc;
  content: attr(data-content);
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 .8rem;
  transform: translateY(-1.1rem);
}
.divider {
  border-top: 0.1rem solid #ffffff;
  height: .1rem;
  margin: 1rem 0;
}
.divider-vert {
  display: block;
  padding: 1rem;
}
.divider-vert::before {
  border-left: 0.1rem solid #ffffff;
  bottom: 1rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 1rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: .4rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid #366b0e;
  border-radius: .8rem;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1.6rem;
  left: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
  z-index: 1;
}
.clearfix::after,
.container::after {
  clear: both;
  content: "";
  display: table;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.mt-10 {
  margin-top: 1rem;
}
.mr-10 {
  margin-right: 1rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.ml-10 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: .5rem;
}
.mr-5 {
  margin-right: .5rem;
}
.mb-5 {
  margin-bottom: .5rem;
}
.ml-5 {
  margin-left: .5rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: .5rem;
}
.pr-5 {
  padding-right: .5rem;
}
.pb-5 {
  padding-bottom: .5rem;
}
.pl-5 {
  padding-left: .5rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hide {
  display: none !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.text-assistive {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: .1rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-large {
  font-size: 1.2em;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.text-break {
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.hand {
  cursor: pointer;
}
.shadow-0 {
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.3);
}
.shadow-1 {
  box-shadow: 0 0.1rem 0.4rem rgba(51, 51, 51, 0.3);
}
.shadow-2 {
  box-shadow: 0 0.2rem 0.6rem rgba(51, 51, 51, 0.3);
}
.shadow-3 {
  box-shadow: 0 0.3rem 0.8rem rgba(51, 51, 51, 0.3);
}
.shadow-4 {
  box-shadow: 0 0.4rem 1rem rgba(51, 51, 51, 0.3);
}
.rounded {
  border-radius: 0.4rem;
}
.circle {
  border-radius: 50%;
}
/*! Spectre.css Experimentals | MIT License | github.com/picturepan2/spectre */
.accordion .accordion-item input:checked ~ .accordion-body {
  max-height: 100rem;
  transition: max-height 3s ease;
}
.accordion .accordion-item .accordion-header {
  background: #ecf0ee;
  display: block;
  padding: 1rem 1.6rem;
}
.accordion .accordion-item .accordion-body {
  margin-bottom: .8rem;
  max-height: 0;
  overflow: hidden;
  padding: .2rem .8rem;
  transition: max-height 0.3s ease;
}
.calendar {
  border: 0.1rem solid #ffffff;
  border-radius: 0.4rem;
  display: block;
  min-width: 28rem;
  text-align: center;
}
.calendar .calendar-nav {
  align-items: center;
  background: #ecf0ee;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  display: flex;
  font-size: 1.6rem;
  padding: 1rem;
}
.calendar .calendar-header,
.calendar .calendar-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0;
}
.calendar .calendar-header .calendar-date,
.calendar .calendar-body .calendar-date {
  flex: 0 0 14.28%;
  max-width: 14.28%;
}
.calendar .calendar-header {
  background: #ecf0ee;
  border-bottom: 0.1rem solid #ffffff;
  color: #999999;
  font-size: 1.2rem;
}
.calendar .calendar-body {
  color: #666666;
}
.calendar .calendar-date {
  border: 0;
  padding: .4rem;
}
.calendar .calendar-date .date-item {
  appearance: none;
  background: transparent;
  border: 0.1rem solid transparent;
  border-radius: 50%;
  color: #666666;
  transition: all .2s ease;
  cursor: pointer;
  height: 2.8rem;
  line-height: 2rem;
  outline: none;
  padding: .3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 2.8rem;
}
.calendar .calendar-date .date-item.date-today {
  border-color: #418211;
  color: #366b0e;
}
.calendar .calendar-date .date-item:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
}
.calendar .calendar-date .date-item:focus,
.calendar .calendar-date .date-item:hover {
  background: #4f9d14;
  border-color: #418211;
  color: #366b0e;
  text-decoration: none;
}
.calendar .calendar-date .date-item:active,
.calendar .calendar-date .date-item.active {
  background: #2f5d0c;
  border-color: #244709;
  color: #ffffff;
}
.calendar .calendar-date .date-item.badge::after {
  position: absolute;
  top: .3rem;
  right: .3rem;
  transform: translate(50%, -50%);
}
.calendar .calendar-date.disabled .date-item,
.calendar .calendar-date.disabled .calendar-event,
.calendar .calendar-date .date-item:disabled,
.calendar .calendar-date .calendar-event:disabled {
  cursor: default;
  opacity: .25;
  pointer-events: none;
}
.calendar .calendar-range {
  position: relative;
}
.calendar .calendar-range::before {
  background: #488f13;
  content: "";
  height: 2.8rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.calendar .calendar-range.range-start::before {
  left: 50%;
}
.calendar .calendar-range.range-end::before {
  right: 50%;
}
.calendar .calendar-range .date-item {
  color: #366b0e;
}
.calendar.calendar-lg .calendar-body {
  padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date {
  border-bottom: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
  display: flex;
  flex-direction: column;
  height: 11rem;
  padding: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-child(7n) {
  border-right: 0;
}
.calendar.calendar-lg .calendar-body .calendar-date:nth-last-child(-n+7) {
  border-bottom: 0;
}
.calendar.calendar-lg .date-item {
  align-self: flex-end;
  height: 2.8rem;
  margin-right: .5rem;
  margin-top: .5rem;
}
.calendar.calendar-lg .calendar-range::before {
  top: 1.9rem;
}
.calendar.calendar-lg .calendar-range.range-start::before {
  left: auto;
  width: 1.9rem;
}
.calendar.calendar-lg .calendar-range.range-end::before {
  right: 1.9rem;
}
.calendar.calendar-lg .calendar-events {
  flex-grow: 1;
  line-height: 1;
  overflow-y: auto;
  padding: .5rem;
}
.calendar.calendar-lg .calendar-event {
  background: #488f13;
  border-radius: 0.4rem;
  color: #366b0e;
  font-size: 1.2rem;
  display: block;
  margin: .2rem auto;
  overflow: hidden;
  padding: .3rem .4rem;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
}
.carousel {
  background: #ecf0ee;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel .carousel-container {
  height: 100%;
  left: 0;
  position: relative;
}
.carousel .carousel-container::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.carousel .carousel-container .carousel-item {
  animation: carousel-slideout 1s ease-in-out 1;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-container .carousel-item:hover .item-prev,
.carousel .carousel-container .carousel-item:hover .item-next {
  opacity: 1;
}
.carousel .carousel-container .item-prev,
.carousel .carousel-container .item-next {
  background: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.5);
  color: #cccccc;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all .4s ease;
  transform: translateY(-50%);
  z-index: 200;
}
.carousel .carousel-container .item-prev {
  left: 2rem;
}
.carousel .carousel-container .item-next {
  right: 2rem;
}
.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-container .carousel-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-container .carousel-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-container .carousel-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-container .carousel-item:nth-of-type(4) {
  animation: carousel-slidein 0.75s ease-in-out 1;
  opacity: 1;
  z-index: 100;
}
.carousel .carousel-locator:nth-of-type(1):checked ~ .carousel-nav .nav-item:nth-of-type(1),
.carousel .carousel-locator:nth-of-type(2):checked ~ .carousel-nav .nav-item:nth-of-type(2),
.carousel .carousel-locator:nth-of-type(3):checked ~ .carousel-nav .nav-item:nth-of-type(3),
.carousel .carousel-locator:nth-of-type(4):checked ~ .carousel-nav .nav-item:nth-of-type(4) {
  color: #cccccc;
}
.carousel .carousel-nav {
  bottom: 1rem;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20rem;
  z-index: 200;
}
.carousel .carousel-nav .nav-item {
  color: rgba(204, 204, 204, 0.5);
  display: block;
  flex: 1 0 auto;
  height: 4rem;
  margin: .4rem;
  max-width: 5rem;
  position: relative;
}
.carousel .carousel-nav .nav-item::before {
  background: currentColor;
  content: "";
  display: block;
  height: .3rem;
  position: absolute;
  top: 2rem;
  width: 100%;
}
@keyframes carousel-slidein {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes carousel-slideout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
.comparison-slider {
  height: 50vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.comparison-slider .comparison-before,
.comparison-slider .comparison-after {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.comparison-slider .comparison-before img,
.comparison-slider .comparison-after img {
  height: 100%;
  object-fit: none;
  object-position: left top;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.comparison-slider .comparison-before {
  width: 100%;
}
.comparison-slider .comparison-before .comparison-label {
  right: 1.6rem;
}
.comparison-slider .comparison-after {
  max-width: 100%;
  min-width: 0;
  z-index: 1;
}
.comparison-slider .comparison-after::before {
  background: transparent;
  content: "";
  cursor: default;
  height: 100%;
  left: 0;
  position: absolute;
  right: 1.6rem;
  top: 0;
  z-index: 1;
}
.comparison-slider .comparison-after::after {
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 -0.5rem, 0 0.5rem;
  color: #ffffff;
  content: "";
  height: .3rem;
  position: absolute;
  right: .8rem;
  top: 50%;
  transform: translate(50%, -50%);
  width: .3rem;
  z-index: -1;
}
.comparison-slider .comparison-after .comparison-label {
  left: 1.6rem;
}
.comparison-slider .comparison-resizer {
  animation: first-run 1.5s 1 ease-in-out;
  cursor: ew-resize;
  height: 1.5rem;
  left: 0;
  max-width: 100%;
  min-width: 1.6rem;
  opacity: 0;
  outline: none;
  position: relative;
  resize: horizontal;
  top: 50%;
  transform: translateY(-50%) scaleY(30);
  width: 0;
}
.comparison-slider .comparison-label {
  background: rgba(51, 51, 51, 0.5);
  bottom: 1.6rem;
  color: #ffffff;
  padding: .3rem .8rem;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes first-run {
  0% {
    width: 0;
  }
  25% {
    width: 4.8rem;
  }
  50% {
    width: 1.6rem;
  }
  75% {
    width: 2.4rem;
  }
  100% {
    width: 0;
  }
}
.filter .filter-nav {
  margin: 1rem 0;
}
.filter .filter-body {
  display: flex;
  flex-wrap: wrap;
}
.filter .filter-tag#tag-all:checked ~ .filter-nav .chip[for="tag-all"],
.filter .filter-tag#tag-action:checked ~ .filter-nav .chip[for="tag-action"],
.filter .filter-tag#tag-roleplaying:checked ~ .filter-nav .chip[for="tag-roleplaying"],
.filter .filter-tag#tag-shooter:checked ~ .filter-nav .chip[for="tag-shooter"],
.filter .filter-tag#tag-sports:checked ~ .filter-nav .chip[for="tag-sports"] {
  background: #366b0e;
  color: #ffffff;
}
.filter .filter-tag#tag-action:checked ~ .filter-body .column:not([data-tag~="tag-action"]),
.filter .filter-tag#tag-roleplaying:checked ~ .filter-body .column:not([data-tag~="tag-roleplaying"]),
.filter .filter-tag#tag-shooter:checked ~ .filter-body .column:not([data-tag~="tag-shooter"]),
.filter .filter-tag#tag-sports:checked ~ .filter-body .column:not([data-tag~="tag-sports"]) {
  display: none;
}
.meter {
  appearance: none;
  background: #ecf0ee;
  border: 0;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  height: 1.6rem;
}
.meter::-webkit-meter-inner-element {
  display: block;
}
.meter::-webkit-meter-bar,
.meter::-webkit-meter-optimum-value,
.meter::-webkit-meter-suboptimum-value,
.meter::-webkit-meter-even-less-good-value {
  border-radius: 0.4rem;
}
.meter::-webkit-meter-bar {
  background: #ecf0ee;
}
.meter::-webkit-meter-optimum-value {
  background: #32b643;
}
.meter::-webkit-meter-suboptimum-value {
  background: #ffb700;
}
.meter::-webkit-meter-even-less-good-value {
  background: #e85600;
}
.meter::-moz-meter-bar,
.meter:-moz-meter-optimum,
.meter:-moz-meter-sub-optimum,
.meter:-moz-meter-sub-sub-optimum {
  border-radius: 0.4rem;
}
.meter:-moz-meter-optimum::-moz-meter-bar {
  background: #32b643;
}
.meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #ffb700;
}
.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #e85600;
}
.parallax {
  display: block;
  height: auto;
  position: relative;
  width: auto;
}
.parallax .parallax-content {
  height: auto;
  box-shadow: 0 2rem 4.2rem rgba(51, 51, 51, 0.3);
  transform: perspective(100rem);
  transform-style: preserve-3d;
  transition: all .4s ease;
  width: 100%;
}
.parallax .parallax-content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.parallax .parallax-front {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 3rem rgba(51, 51, 51, 0.95);
  top: 0;
  transform: translateZ(10rem) scale(0.9);
  transition: all .4s ease;
  width: 100%;
  z-index: 1;
}
.parallax .parallax-top-left {
  height: 50%;
  position: absolute;
  width: 50%;
  z-index: 300;
  left: 0;
  top: 0;
}
.parallax .parallax-top-left:hover ~ .parallax-content {
  transform: perspective(100rem) rotateX(-3deg) rotateY(3deg);
}
.parallax .parallax-top-left:hover ~ .parallax-content::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%);
}
.parallax .parallax-top-left:hover ~ .parallax-content .parallax-front {
  transform: translate3d(-0.65rem, -0.65rem, 10rem) scale(0.9);
}
.parallax .parallax-top-right {
  height: 50%;
  position: absolute;
  width: 50%;
  z-index: 300;
  right: 0;
  top: 0;
}
.parallax .parallax-top-right:hover ~ .parallax-content {
  transform: perspective(100rem) rotateX(-3deg) rotateY(-3deg);
}
.parallax .parallax-top-right:hover ~ .parallax-content::before {
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%);
}
.parallax .parallax-top-right:hover ~ .parallax-content .parallax-front {
  transform: translate3d(0.65rem, -0.65rem, 10rem) scale(0.9);
}
.parallax .parallax-bottom-left {
  height: 50%;
  position: absolute;
  width: 50%;
  z-index: 300;
  bottom: 0;
  left: 0;
}
.parallax .parallax-bottom-left:hover ~ .parallax-content {
  transform: perspective(100rem) rotateX(3deg) rotateY(3deg);
}
.parallax .parallax-bottom-left:hover ~ .parallax-content::before {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%);
}
.parallax .parallax-bottom-left:hover ~ .parallax-content .parallax-front {
  transform: translate3d(-0.65rem, 0.65rem, 10rem) scale(0.9);
}
.parallax .parallax-bottom-right {
  height: 50%;
  position: absolute;
  width: 50%;
  z-index: 300;
  bottom: 0;
  right: 0;
}
.parallax .parallax-bottom-right:hover ~ .parallax-content {
  transform: perspective(100rem) rotateX(3deg) rotateY(-3deg);
}
.parallax .parallax-bottom-right:hover ~ .parallax-content::before {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 50%);
}
.parallax .parallax-bottom-right:hover ~ .parallax-content .parallax-front {
  transform: translate3d(0.65rem, 0.65rem, 10rem) scale(0.9);
}
.progress {
  appearance: none;
  background: #e3e9e6;
  border: 0;
  border-radius: 0.4rem;
  color: #366b0e;
  height: .4rem;
  position: relative;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background: transparent;
  border-radius: 0.4rem;
}
.progress::-webkit-progress-value {
  background: #366b0e;
  border-radius: 0.4rem;
}
.progress::-moz-progress-bar {
  background: #366b0e;
  border-radius: 0.4rem;
}
.progress:indeterminate {
  animation: progress-indeterminate 1.5s linear infinite;
  background: #e3e9e6 linear-gradient(to right, #366b0e 30%, #e3e9e6 30%) top left / 150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
  background: transparent;
}
@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.slider {
  appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  height: 2.4rem;
}
.slider:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 107, 14, 0.15);
  outline: none;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #366b0e;
  border: 0;
  border-radius: 50%;
  height: 1.2rem;
  margin-top: -0.5rem;
  transition: transform .2s ease;
  width: 1.2rem;
}
.slider::-moz-range-thumb {
  background: #366b0e;
  border: 0;
  border-radius: 50%;
  height: 1.2rem;
  transition: transform .2s ease;
  width: 1.2rem;
}
.slider::-ms-thumb {
  background: #366b0e;
  border: 0;
  border-radius: 50%;
  height: 1.2rem;
  transition: transform .2s ease;
  width: 1.2rem;
}
.slider:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
.slider:active::-moz-range-thumb {
  transform: scale(1.25);
}
.slider:active::-ms-thumb {
  transform: scale(1.25);
}
.slider:disabled::-webkit-slider-thumb,
.slider.disabled::-webkit-slider-thumb {
  background: #cccccc;
  transform: scale(1);
}
.slider:disabled::-moz-range-thumb,
.slider.disabled::-moz-range-thumb {
  background: #cccccc;
  transform: scale(1);
}
.slider:disabled::-ms-thumb,
.slider.disabled::-ms-thumb {
  background: #cccccc;
  transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
  background: #e3e9e6;
  border-radius: 0.4rem;
  height: .2rem;
  width: 100%;
}
.slider::-moz-range-track {
  background: #e3e9e6;
  border-radius: 0.4rem;
  height: .2rem;
  width: 100%;
}
.slider::-ms-track {
  background: #e3e9e6;
  border-radius: 0.4rem;
  height: .2rem;
  width: 100%;
}
.slider::-ms-fill-lower {
  background: #366b0e;
}
.timeline .timeline-item {
  display: flex;
  margin-bottom: 2.4rem;
  position: relative;
}
.timeline .timeline-item::before {
  background: #ffffff;
  content: "";
  height: 100%;
  left: 1.1rem;
  position: absolute;
  top: 2.4rem;
  width: .2rem;
}
.timeline .timeline-item .timeline-left {
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  flex: 1 1 auto;
  padding: 0.2rem 0 0.2rem 1.5rem;
}
.timeline .timeline-item .timeline-icon {
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 2.4rem;
  text-align: center;
  width: 2.4rem;
}
.timeline .timeline-item .timeline-icon::before {
  border: 0.2rem solid #366b0e;
  border-radius: 50%;
  content: "";
  display: block;
  height: .8rem;
  left: .8rem;
  position: absolute;
  top: .8rem;
  width: .8rem;
}
.timeline .timeline-item .timeline-icon.icon-lg {
  background: #366b0e;
  font-size: 1.6rem;
  line-height: 2rem;
}
.timeline .timeline-item .timeline-icon.icon-lg::before {
  content: none;
}
.login-wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding-top: 8%;
}
.cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: black;
}
.login-container {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  max-width: 860px;
  z-index: 100;
  margin-top: 0;
  margin-left: 10%;
  margin-right: auto;
  color: #8b91a0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  box-shadow: 10px 10px 69px 0 rgba(0, 0, 0, 0.32);
}
.login-container h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #2E3338;
  margin: 10px 0;
  font-size: 30px;
  letter-spacing: -1px;
}
.login-container .logo {
  position: absolute;
  top: 45px;
  right: 40px;
}
.login-container .top {
  padding: 30px 40px 10px;
}
.login-container .top .alert {
  margin-top: 25px;
  border-radius: 0;
  padding: 11px;
  background-color: #901616b5;
  color: white;
}
.login-container .bottom {
  background-color: rgba(3, 8, 16, 0.12);
  padding: 20px 40px 10px;
}
@media only screen and (max-width: 960px) {
  .login-container .logo {
    position: static;
    top: auto;
    right: auto;
    margin: 20px 0 0 20px;
    max-width: 100%;
  }
  .login-container .bottom {
    background: transparent;
    padding: 20px 20px 50px;
  }
}
.reload {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.reload i {
  color: white;
  font-size: 28px;
  opacity: 0.4;
  transition: all 0.2s;
}
.reload i:hover {
  opacity: 0.8;
}
.legalPages {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.contentWidth {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.sectionBody {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}
.sectionBody .workflowSectionInner {
  max-width: 900px;
  position: relative;
}
.workflowContainer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.par_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 20px;
}
.par_title {
  color: #222222;
  font-size: calc(14px);
  font-weight: 300;
  line-height: 1.6em;
  padding-top: 20px;
}
.par_subtitle {
  color: #222222;
  font-size: calc(13.6px);
  font-weight: 300;
  line-height: 1.4em;
  padding-top: 50px;
}
.par {
  color: #222222;
  font-size: calc(13px);
  font-weight: 200;
  line-height: 1.2em;
  padding-top: 30px;
}
.par_date {
  color: #222222;
  font-size: calc(9px);
  font-weight: 200;
  line-height: 1.4em;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  /* Anything BIGGER than tablet, lock size */
  .par_title {
    font-size: 30px;
  }
  .par_subtitle {
    font-size: 22px;
  }
  .par {
    font-size: 18px;
  }
  .par_date {
    font-size: 14px;
  }
}
@media print {
  .contentHeader {
    height: 80px;
    position: relative;
  }
  .titleLogo {
    height: 38px;
    margin-right: 10px;
  }
  .titleText {
    font-size: 30px;
  }
  .headerSpacer {
    display: none;
  }
  .par_title {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .par_subtitle {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .par {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .par_date {
    font-size: 10px;
  }
}
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
li ol > li {
  margin: 0;
}
li ol > li:before {
  content: counters(item, ".") " ";
}
.legalPages .footerSectionBody {
  color: #222222;
}
.client-details .card {
  margin-bottom: 20px;
}
.client-details .card .none {
  padding-bottom: 40px;
}
.client-details .card .none em {
  color: #9bb1a0;
}
.client-details .card .none .actions {
  margin-top: 15px;
}
.client-details .card h4 {
  margin-bottom: 10px;
}
.client-details .card.profile {
  padding: 8px 18px;
}
.client-details .card.profile .profile-image {
  padding: 40px 10px 20px;
  margin-bottom: 0;
  color: #b1b1b1;
  max-width: 140px;
}
.client-details .card.profile .profile-image > i {
  color: #ddd;
  font-size: 60px;
  margin-bottom: 10px;
}
.client-details .card.profile .profile-image .btn {
  margin-top: 10px;
  visibility: hidden;
}
.client-details .card.profile .profile-image:hover .btn {
  visibility: visible;
}
.client-details .card.profile .card-subtitle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.client-details .card.profile .card-subtitle ul li {
  float: left;
  margin-right: 20px;
}
.client-details .card.profile table {
  margin-top: 5px;
  font-size: 13px;
}
.client-details .card.profile table td {
  padding: 10px 0;
  border-bottom: 1px solid #e9f0e1;
  color: #778d7c;
}
.client-details .card.profile table td:first-child {
  color: #333;
  font-weight: bold;
  padding-right: 10px;
}
.client-details .card.profile table tr:last-child td {
  border-bottom: none;
}
.client-details .card.profile .form-horizontal {
  margin-top: 15px;
  padding: 0;
  font-size: 13px;
}
.client-details .card.profile .form-horizontal .field-title {
  font-weight: bold;
}
.client-details .card.profile .form-horizontal .actions {
  margin-top: 15px;
}
.client-details .card.profile .tags {
  font-size: 13px;
}
.client-details .card.profile .tags .chip {
  margin-right: 5px;
}
.client-details .card.profile .tags .chip i {
  font-size: 10px;
  margin: 0 0 0 8px;
  color: #999;
  cursor: pointer;
}
.client-details .card.profile .tags .chip i:hover {
  color: #000;
}
.client-details .card.profile .tags input {
  font-size: 13px;
  padding: 0;
  display: block;
}
.client-details .card.profile .actions .dropdown-toggle i {
  padding: 0 6px 0 2px;
}
.client-details .card.profile .actions .dropdown-toggle i.fa-angle-down {
  padding: 0 3px 0 0;
}
.client-details .card.profile .actions .dropdown-toggle.icon-only i {
  padding: 0 0 0 3px;
}
.client-details .card.profile .actions .btn-primary {
  margin-left: 8px;
}
.client-details .card.snapshot .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.client-details .card.snapshot .group-header h5 {
  margin: 0;
}
.client-details .card.snapshot .group-resource {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #ecf0ee;
}
.client-details .card.snapshot .group-resource:last-child {
  border: none;
}
.client-details .card.list {
  padding: 8px;
}
.client-details .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.client-details .card.list .list-tile {
  padding: 10px;
  border-bottom: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.client-details .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #333;
}
.client-details .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.client-details .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.client-details .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.client-details .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.client-details .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.client-details .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-bottom: 1px solid transparent;
}
.client-details .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.client-details .card.list .list-tile:hover .chip {
  background: white !important;
}
.client-details .card.list .list-tile .list-tile-chips {
  margin-top: 13px;
}
.client-details .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.client-details .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.client-details .card.list .list-tile:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.client-details .card.list .list-tile.active {
  background-color: #ecf0ee !important;
}
.client-details .card.list .none {
  padding: 0 10px 40px;
}
.client-details .card.documents table tr:last-child td {
  border-bottom: none;
}
.client-details .modal .modal-body {
  padding-top: 0;
}
.client-details .modal h4 {
  margin-bottom: 0;
}
.client-details .primary i {
  font-size: 9px;
  color: #366b0e;
  margin-left: 3px;
  vertical-align: text-top;
}
.client-details ._720kb-datepicker-calendar-header:nth-child(odd) {
  background: #366b0e;
}
.client-details ._720kb-datepicker-calendar-days-header {
  background: rgba(54, 107, 14, 0.12);
}
.assessments .assessment {
  border-bottom: 1px solid #ecf0ee;
  margin-bottom: 10px;
}
.assessments .assessment:last-child {
  margin-bottom: 0;
  border: none;
}
.assessments .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.assessments .group-header h5 {
  margin: 0;
}
.assessments table {
  margin-top: 5px;
  font-size: 13px;
}
.assessments table tr.group-header {
  background-color: #ecf0ee !important;
}
.assessments table td {
  padding: 1rem;
  border-bottom: 1px solid #e9f0e1;
  color: #778d7c;
  white-space: pre-wrap;
}
.assessments table td:first-child {
  color: #333;
  font-weight: bold;
  padding-right: 10px;
  vertical-align: top;
  width: 200px;
}
.assessments table tr:last-child td {
  border-bottom: none;
}
.sub-text {
  margin-left: 42px;
  color: #ddd;
  font-size: 0.8em;
}
.invoice {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  border-radius: 0.4rem;
  display: block;
  position: relative;
  padding: 110px 18px 100px 18px;
}
.invoice.dog-ear:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 64px 64px 0;
  border-style: solid;
  border-color: #d4dad7 #ecf0ee;
}
.invoice h4 {
  font-weight: bold;
  color: #8b918f;
  position: absolute;
  top: 36px;
  right: 120px;
  font-size: 28px;
}
.invoice .actions {
  position: absolute;
  top: 20px;
  left: 20px;
}
.invoice .status {
  padding: 6px 10px;
  background-color: #366b0e;
  color: #ffffff;
  border: 1px solid #366b0e;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.invoice .status.draft {
  background-color: #647163;
  border: 1px solid #647163;
}
.invoice .status.estimate {
  background-color: #2e426d;
  border: 1px solid #2e426d;
}
.invoice .status.open {
  background-color: #ff4500;
  border: 1px solid #ff4500;
}
.invoice .details {
  width: 100%;
  font-size: 14px;
}
.invoice .details td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
.invoice .details td:last-child {
  width: 217px;
}
.invoice .items {
  margin-bottom: 20px;
}
.invoice .items table {
  width: 100%;
}
.invoice .items table th {
  font-size: 1.3rem;
  text-align: right;
  padding: 5px 10px;
  width: 8%;
}
.invoice .items table th:nth-child(1) {
  text-align: left;
  width: 62%;
}
.invoice .items table th:nth-child(5) {
  width: 10%;
}
.invoice .items table th:nth-child(6) {
  width: 2%;
}
.invoice .items table td {
  border-top: 2px solid #d4dad7;
  font-size: 1.3rem;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.invoice .items table td .form-input i {
  margin-right: 8px;
}
.invoice .items table td .form-input.on-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.invoice .items table td .form-input.on-bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.invoice .items table td .btn i {
  margin: 0;
  padding: 0 3px;
}
.invoice .total {
  text-align: right;
  border: 1px solid #d4dad7;
  border-bottom: 0;
}
.invoice .total strong {
  border-right: 1px solid #d4dad7;
  padding: 7px 10px;
  display: inline-block;
  width: 38%;
}
.invoice .total span {
  padding: 7px 10px;
  display: inline-block;
  width: 62%;
}
.invoice .total:last-child {
  border: 1px solid #d4dad7;
}
.invoice .total-top {
  border: 1px solid #d4dad7;
  padding: 12px;
  margin-top: 30px;
  text-align: center;
}
.invoice .total-top span {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}
.invoice .total-saved {
  margin-bottom: -26px;
  text-align: center;
}
.invoice .total-saved span {
  background-color: #cfdcc5;
  border: 1px solid #cfdcc5;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  padding: 4px;
}
.invoice.print {
  padding-top: 70px;
  font-size: 1.1rem;
}
.invoice.print h4 {
  right: 20px;
}
.invoice.print .items table th {
  padding: 5px 5px 5px 0;
}
.invoice.print .items table th:last-child {
  padding-right: 0;
}
.invoice.print .items table td {
  border-top: 1px solid #d4dad7;
  padding: 5px 5px 5px 0;
}
.invoice.print .items table td .text-muted {
  font-size: 1rem;
}
.invoice.print .items table td:last-child {
  padding-right: 0;
}
.pay-type div.column {
  text-align: center;
  cursor: pointer;
}
.pay-type div.column i {
  display: block;
  font-size: 64px;
  color: #8e9290;
  margin: 10px 0;
}
.pay-type div.column:hover {
  background-color: #ecf0ee;
}
.terminal-status {
  text-align: center;
  color: #8e9290;
  font-size: 12px;
  font-style: italic;
}
.terminal-status i {
  display: block;
  font-size: 100px;
  color: #8e9290;
  margin: 10px 0 20px;
}
.terminal-status i.fa-exclamation-triangle {
  color: #ffc000 !important;
}
.terminal-status strong {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0d1a06;
}
.refund {
  background: #ffffff;
  border: 0.1rem solid #ffffff;
  border-radius: 0.4rem;
  display: block;
  position: relative;
  padding: 18px 18px 100px 18px;
}
.refund .items {
  margin-top: 20px;
}
.refund .items table {
  width: 100%;
}
.refund .items table th {
  font-size: 1.3rem;
  text-align: right;
  padding: 5px 10px;
  width: 8%;
}
.refund .items table th:nth-child(1) {
  text-align: left;
  width: 2%;
}
.refund .items table th:nth-child(2) {
  text-align: left;
  width: 62%;
}
.refund .items table th:nth-child(6) {
  width: 10%;
}
.refund .items table th:nth-child(7) {
  width: 2%;
}
.refund .items table td {
  border-top: 2px solid #d4dad7;
  font-size: 1.3rem;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.refund .items table td .form-input i {
  margin-right: 8px;
}
.refund .items table td .form-input.on-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.refund .items table td .form-input.on-bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.refund .items table td .btn i {
  margin: 0;
  padding: 0 3px;
}
.clear-search {
  background: orange;
  color: white;
  border: 1px solid #d27800;
}
.clear-search:hover {
  background: #d27800;
  border: 1px solid #d27800;
}
.calendar-nav-frame {
  padding: 20px 30px 0 20px;
}
.clients .menu {
  font-size: 1.2rem;
}
.clients .menu i {
  width: 18px;
}
.clients .menu .sub-item {
  margin-left: 26px;
}
.clients .menu .header-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.clients .card .none {
  padding-bottom: 40px;
}
.clients .card .none em {
  color: #9bb1a0;
}
.clients .card .none .actions {
  margin-top: 15px;
}
.clients .card h4 {
  margin-bottom: 10px;
}
.clients .card .filter-search {
  margin-bottom: 10px;
}
.clients .card .load-more {
  margin: 10px 0;
}
.clients .card.list {
  padding: 8px;
}
.clients .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.clients .card.list .list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.clients .card.list .list-tile:first-child {
  border-top: 1px solid transparent;
}
.clients .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.clients .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.clients .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.clients .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.clients .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.clients .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.clients .card.list .list-tile .actions {
  display: none;
  margin-right: 5px;
}
.clients .card.list .list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.clients .card.list .list-tile .list-tile-chips {
  margin: 5px 0;
}
.clients .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.clients .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.clients .card.list .list-tile .list-tile-chips .chip i.fa-exclamation-triangle {
  color: red;
}
.clients .card.list .list-tile.expanded,
.clients .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.clients .card.list .list-tile.expanded .list-tile-subtitle,
.clients .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.clients .card.list .list-tile.expanded .chip,
.clients .card.list .list-tile:hover .chip {
  background: white !important;
}
.clients .card.list .list-tile.expanded {
  margin: 10px 0;
}
.clients .card.list .list-tile:hover .actions {
  display: inline-block;
}
.visit-progress-task {
  color: #526556;
  background: #e3e9e6;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 3px;
}
.visit-progress-task .timer {
  font-family: 'Fira Code', monospace;
}
.visit-progress-task.current-task {
  flex: 3 !important;
  color: white;
  background-color: #1f3e08;
  min-width: 300px;
}
.visit-progress-task.completed-task {
  flex: 1 1 !important;
  color: #9e9e9e;
  background-color: #ecf0ee;
}
.communication {
  flex-direction: row;
  height: 100%;
}
.communication .left-column {
  flex: 0 1 auto;
  width: 350px;
  min-width: 300px;
  background-color: white;
  overflow-y: auto;
  border-right: 1px solid #d5d9d7;
}
.communication .content-column {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
}
.communication .content-column .mms-view {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.communication .content-column .mms-view .messages-view {
  flex: 1 1 auto;
  overflow-y: auto;
}
.communication .content-column .mms-view .input-view {
  flex: 0 1 auto;
  height: 120px;
  padding: 20px 50px;
  border-top: 1px solid #d5d9d7;
}
.communication .content-column .info-view {
  flex: 0 1 auto;
  width: 250px;
  border-left: 1px solid #d5d9d7;
  padding: 20px;
}
.communication .card .none {
  padding-bottom: 40px;
}
.communication .card .none em {
  color: #9bb1a0;
}
.communication .card .none .actions {
  margin-top: 15px;
}
.communication .card h4 {
  margin-bottom: 10px;
}
.communication .card .filter-search {
  margin-bottom: 10px;
}
.communication .card .load-more {
  margin: 10px 0;
}
.communication .card.list {
  padding: 8px;
}
.communication .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.communication .card.list .list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.communication .card.list .list-tile.active {
  background-color: #ecf0ee !important;
}
.communication .card.list .list-tile:first-child {
  border-top: 1px solid transparent;
}
.communication .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.communication .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.communication .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.communication .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.communication .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.communication .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.communication .card.list .list-tile .actions {
  display: none;
  margin-right: 5px;
}
.communication .card.list .list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.communication .card.list .list-tile .list-tile-chips {
  margin: 5px 0;
}
.communication .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.communication .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.communication .card.list .list-tile.expanded,
.communication .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.communication .card.list .list-tile.expanded .list-tile-subtitle,
.communication .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.communication .card.list .list-tile.expanded .chip,
.communication .card.list .list-tile:hover .chip {
  background: white !important;
}
.communication .card.list .list-tile.expanded {
  margin: 10px 0;
}
.communication .card.list .list-tile:hover .actions {
  display: inline-block;
}
.communication .mms .messages {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  height: 100px;
  overflow: auto;
  display: flex;
  flex-direction: column-reverse;
}
.communication .mms .messages .msg {
  margin: 0 0 20px 0;
}
.communication .mms .messages .msg.client .body {
  position: relative;
  background: #366b0e;
  border-radius: .4em;
  padding: 5px 10px;
  color: white;
  margin-right: 10%;
}
.communication .mms .messages .msg.client .body:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #366b0e;
  border-left: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-left: -10px;
}
.communication .mms .messages .msg.location .body {
  position: relative;
  background: #ecf0ee;
  border-radius: .4em;
  padding: 5px 10px;
  color: #333;
  margin-left: 10%;
}
.communication .mms .messages .msg.location .body:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: #ecf0ee;
  border-right: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-right: -10px;
}
.dashboard .layout {
  display: flex;
  flex: 1;
  background: #ecf0ee;
  /* some basic styles. nothing to do with flexbox */
}
.dashboard .layout .top,
.dashboard .layout .bot,
.dashboard .layout .appointments,
.dashboard .layout .chat {
  padding: 0.25em;
  margin: 0.25em;
  border-radius: 0.25em;
  background: white;
}
.dashboard .layout .vbox {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard .layout .hbox {
  display: flex;
  flex-direction: row;
}
.dashboard .layout .space-between {
  justify-content: space-between;
}
.dashboard .layout .top,
.dashboard .layout .bot {
  height: 60px;
}
.dashboard .layout .main {
  flex: 1;
}
.dashboard .layout .top .dashboards {
  float: left;
  padding: 18px 0 0 10px;
}
.dashboard .layout .top .dashboards > span {
  background: #e7e7e7;
  padding: 8px 15px;
  border-radius: 3px;
  cursor: pointer;
}
.dashboard .layout .top .dashboards > span i {
  display: none;
}
.dashboard .layout .top .dashboards > span.active {
  background: #366b0e !important;
  color: white;
}
.dashboard .layout .top .dashboards > span.active i {
  display: inline-block;
  margin-right: 8px;
}
.dashboard .layout .top .time {
  padding: 10px 20px;
  float: right;
  font-size: 30px;
  color: #1f3e08;
  font-family: 'Fira Code', monospace;
}
.dashboard .layout div.visits {
  flex: 5;
}
.dashboard .layout div.visits .visit-row {
  margin: 0.25em 0.25em 0.50em;
  border-radius: 0.25em;
  background: white;
  padding: 7px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.dashboard .layout div.visits .visit-row .status {
  padding: 3px 10px;
  margin: 3px;
  border-radius: 3px;
  background: #f4f4f4;
}
.dashboard .layout div.visits .visit-row .status i {
  margin-right: 7px;
}
.dashboard .layout div.visits .visit-row .status .meta {
  margin-right: 15px;
}
.dashboard .layout div.visits .visit-row .status.dark {
  color: white;
  background-color: #1f3e08;
}
.dashboard .layout div.visits .visit-row .profile-image {
  flex: 0 0 100px;
}
.dashboard .layout div.visits .visit-row .profile-image > div {
  color: #b1b1b1;
  width: 95px;
  height: 95px;
  padding: 20px 0;
  margin: 3px;
  border-radius: 3px;
  border: 1px solid #edf1ef;
}
.dashboard .layout div.visits .visit-row .profile-image > div > i {
  color: #ddd;
  font-size: 50px;
}
.dashboard .layout div.visits .visit-row .info {
  flex: 1;
}
.dashboard .layout div.visits .visit-row .info .top-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.dashboard .layout div.visits .visit-row .info .top-info .top-info-left {
  flex: 1;
}
.dashboard .layout div.visits .visit-row .info .top-info .top-info-right {
  flex: 0 0 250px;
}
.dashboard .layout div.visits .visit-row .visit-progress {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.dashboard .layout div.visits .visit-row .visit-progress .progress-task {
  flex: 2;
  color: #526556;
  background: #e3e9e6;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 3px;
}
.dashboard .layout div.visits .visit-row .visit-progress .progress-task .timer {
  font-family: 'Fira Code', monospace;
}
.dashboard .layout div.visits .visit-row .visit-progress .progress-task.current-task {
  flex: 3 !important;
  color: white;
  background-color: #1f3e08;
  min-width: 300px;
}
.dashboard .layout div.visits .visit-row .visit-progress .progress-task.completed-task {
  flex: 1 1 !important;
  color: #9e9e9e;
  background-color: #ecf0ee;
}
.dashboard .layout div.appointments {
  flex: 1;
  overflow: hidden;
}
.dashboard .layout div.chat {
  flex: 1.5;
}
.inventory {
  flex-direction: row;
  height: 100%;
}
.inventory .left-column {
  flex: 0 1 auto;
  width: 450px;
  min-width: 350px;
  background-color: white;
  overflow-y: auto;
  padding: 8px;
}
.inventory .content-column {
  flex: 1 1 auto;
}
.inventory table th {
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0.5rem;
}
.inventory table tr td {
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
}
.inventory table tr:last-child td {
  border-bottom: none;
}
.inventory .card .none {
  padding-bottom: 40px;
}
.inventory .card .none em {
  color: #9bb1a0;
}
.inventory .card .none .actions {
  margin-top: 15px;
}
.inventory .card h4 {
  margin-bottom: 10px;
}
.inventory .card .filter-search {
  margin-bottom: 10px;
}
.inventory .card .load-more {
  margin: 10px 0;
}
.inventory .card.list {
  padding: 8px;
}
.inventory .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.inventory .card.list .list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.inventory .card.list .list-tile.active {
  background-color: #ecf0ee !important;
}
.inventory .card.list .list-tile:first-child {
  border-top: 1px solid transparent;
}
.inventory .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.inventory .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.inventory .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.inventory .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.inventory .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.inventory .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.inventory .card.list .list-tile .actions {
  display: none;
  margin-right: 5px;
}
.inventory .card.list .list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.inventory .card.list .list-tile .list-tile-chips {
  margin: 5px 0;
}
.inventory .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.inventory .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.inventory .card.list .list-tile.expanded,
.inventory .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.inventory .card.list .list-tile.expanded .list-tile-subtitle,
.inventory .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.inventory .card.list .list-tile.expanded .chip,
.inventory .card.list .list-tile:hover .chip {
  background: white !important;
}
.inventory .card.list .list-tile.expanded {
  margin: 10px 0;
}
.inventory .card.list .list-tile:hover .actions {
  display: inline-block;
}
.pharmacy {
  flex-direction: row;
  height: 100%;
}
.pharmacy .left-column {
  flex: 0 1 auto;
  width: 450px;
  min-width: 350px;
  background-color: white;
  overflow-y: auto;
  padding: 8px;
}
.pharmacy .content-column {
  flex: 1 1 auto;
}
.pharmacy table th {
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0.5rem;
}
.pharmacy table tr td {
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
}
.pharmacy table tr:last-child td {
  border-bottom: none;
}
.pharmacy .card .none {
  padding-bottom: 40px;
}
.pharmacy .card .none em {
  color: #9bb1a0;
}
.pharmacy .card .none .actions {
  margin-top: 15px;
}
.pharmacy .card h4 {
  margin-bottom: 10px;
}
.pharmacy .card .filter-search {
  margin-bottom: 10px;
}
.pharmacy .card .load-more {
  margin: 10px 0;
}
.pharmacy .card.list {
  padding: 8px;
}
.pharmacy .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.pharmacy .card.list .list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.pharmacy .card.list .list-tile.active {
  background-color: #ecf0ee !important;
}
.pharmacy .card.list .list-tile:first-child {
  border-top: 1px solid transparent;
}
.pharmacy .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.pharmacy .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.pharmacy .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.pharmacy .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.pharmacy .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.pharmacy .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.pharmacy .card.list .list-tile .actions {
  display: none;
  margin-right: 5px;
}
.pharmacy .card.list .list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.pharmacy .card.list .list-tile .list-tile-chips {
  margin: 5px 0;
}
.pharmacy .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.pharmacy .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.pharmacy .card.list .list-tile.expanded,
.pharmacy .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.pharmacy .card.list .list-tile.expanded .list-tile-subtitle,
.pharmacy .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.pharmacy .card.list .list-tile.expanded .chip,
.pharmacy .card.list .list-tile:hover .chip {
  background: white !important;
}
.pharmacy .card.list .list-tile.expanded {
  margin: 10px 0;
}
.pharmacy .card.list .list-tile:hover .actions {
  display: inline-block;
}
.reflaborders {
  flex-direction: row;
  height: 100%;
}
.reflaborders .left-column {
  flex: 0 1 auto;
  width: 450px;
  min-width: 350px;
  background-color: white;
  overflow-y: auto;
  padding: 8px;
}
.reflaborders .content-column {
  flex: 1 1 auto;
}
.reflaborders table th {
  font-size: 1.3rem;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0.5rem;
}
.reflaborders table tr td {
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
}
.reflaborders table tr:last-child td {
  border-bottom: none;
}
.reflaborders .card .none {
  padding-bottom: 40px;
}
.reflaborders .card .none em {
  color: #9bb1a0;
}
.reflaborders .card .none .actions {
  margin-top: 15px;
}
.reflaborders .card h4 {
  margin-bottom: 10px;
}
.reflaborders .card .filter-search {
  margin-bottom: 10px;
}
.reflaborders .card .load-more {
  margin: 10px 0;
}
.reflaborders .card.list {
  padding: 8px;
}
.reflaborders .card.list .card-header {
  padding: 10px 10px 0 8px;
}
.reflaborders .card.list .list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.reflaborders .card.list .list-tile.active {
  background-color: #ecf0ee !important;
}
.reflaborders .card.list .list-tile:first-child {
  border-top: 1px solid transparent;
}
.reflaborders .card.list .list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.reflaborders .card.list .list-tile .list-tile-subtitle {
  color: #778d7c;
}
.reflaborders .card.list .list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.reflaborders .card.list .list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.reflaborders .card.list .list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.reflaborders .card.list .list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.reflaborders .card.list .list-tile .actions {
  display: none;
  margin-right: 5px;
}
.reflaborders .card.list .list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.reflaborders .card.list .list-tile .list-tile-chips {
  margin: 5px 0;
}
.reflaborders .card.list .list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.reflaborders .card.list .list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.reflaborders .card.list .list-tile.expanded,
.reflaborders .card.list .list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.reflaborders .card.list .list-tile.expanded .list-tile-subtitle,
.reflaborders .card.list .list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.reflaborders .card.list .list-tile.expanded .chip,
.reflaborders .card.list .list-tile:hover .chip {
  background: white !important;
}
.reflaborders .card.list .list-tile.expanded {
  margin: 10px 0;
}
.reflaborders .card.list .list-tile:hover .actions {
  display: inline-block;
}
.reflaborders .rotating {
  transform: rotate(360deg);
  transition-duration: 1s;
  transition-delay: now;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(360deg);
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: now;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
.reports.daily-settlement .table th {
  padding: 1rem;
  font-size: 14px;
}
.reports.daily-settlement .table td {
  padding: 0.9rem;
  font-size: 12px;
}
.reports.printable {
  font-size: 1rem;
  counter-reset: page;
}
.reports.printable .page {
  page-break-before: always;
  counter-increment: page;
}
.reports.printable .page-count:after {
  content: " PAGE " counter(page);
}
.reports.printable h1 {
  font-size: 3rem;
}
.reports.printable h2 {
  font-size: 2.5rem;
}
.reports.printable h3 {
  font-size: 2rem;
}
.reports.printable h4 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.reports.printable hr {
  margin: 0;
}
.reports.printable table th {
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.reports.printable table tr td {
  border-bottom: 1px solid #e7e7e7;
  font-size: 1rem;
  padding: 0.2rem 0;
}
.reports.printable table tr:last-child td {
  border-bottom: none;
}
.reports.printable .print-chip::after {
  content: ', ';
}
.reports.printable .print-chip:last-child::after {
  content: '';
}
.reports.printable .icon {
  width: 16px;
  color: #666;
}
.schedule .content-header {
  border-right: 1px solid #ffffff;
  border-bottom: none !important;
}
.schedule .mobile-date {
  padding: 10px;
  text-align: center;
}
.schedule .mobile-date i {
  font-size: 1.125em;
  font-weight: bold;
  cursor: pointer;
}
.schedule .mobile-date i.fa-caret-down {
  font-size: 0.8em;
  margin-left: 3px;
}
.schedule .mobile-date span {
  cursor: pointer;
  padding: 10px;
}
.schedule .details-btn {
  padding: 1.6rem 0 0 0;
}
.schedule .details-btn i.fa-compress {
  padding-right: 1rem;
}
.schedule .mobile-appointment {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  background-color: white;
  margin-bottom: 5px;
}
.schedule .mobile-appointment:first-child {
  border-top: 1px solid transparent;
}
.schedule .mobile-appointment .event-title {
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
  color: black;
}
.schedule .mobile-appointment .event-times {
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
}
.schedule .mobile-appointment .event-times i.fa-check {
  color: #008000;
}
.schedule .mobile-appointment .event-times i.fa-ban {
  color: #e00306;
}
.schedule .mobile-appointment .event-client {
  font-size: 11px;
  margin-top: 5px;
}
.schedule .mobile-appointment .event-client i {
  color: #666;
  margin-left: 2px;
  margin-right: 6px;
}
.schedule .mobile-appointment .event-location {
  margin-top: 5px;
  font-size: 11px;
}
.schedule .mobile-appointment .event-location i {
  color: #666;
  margin-left: 3px;
  margin-right: 6px;
}
.schedule .mobile-appointment .event-location.tabbed {
  margin-top: 0 !important;
  margin-left: 16px;
}
.schedule .mobile-appointment .event-patient {
  font-size: 11px;
}
.schedule .mobile-appointment .event-patient i {
  margin-left: 1px;
  margin-right: 5px;
  color: #666;
}
.schedule-details {
  flex: 0.25;
  max-width: 360px;
  background-color: #ffffff;
  overflow: auto;
  padding: 15px 20px;
}
.schedule-details h3 {
  font-size: 18px;
  font-weight: 400;
  color: #366b0e;
  margin-bottom: 12px;
}
.schedule-details .slidecontainer {
  width: 100%;
  /* Width of the outside container */
  margin-bottom: 20px;
}
.list-tile {
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #ecf0ee;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.list-tile:first-child {
  border-top: 1px solid transparent;
}
.list-tile.force-border {
  border-top: 1px solid #ecf0ee !important;
}
.list-tile .list-tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
}
.list-tile .list-tile-subtitle {
  color: #778d7c;
}
.list-tile .list-tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.list-tile .list-tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.list-tile .list-tile-subtitle span {
  margin-left: 22px;
}
.list-tile .list-tile-subtitle span.description {
  margin-left: auto;
}
.list-tile .actions {
  display: none;
  margin-right: 5px;
}
.list-tile .actions button {
  padding: 0;
  height: auto;
  font-size: 12px;
}
.list-tile .list-tile-chips {
  margin: 5px 0;
}
.list-tile .list-tile-chips .chip {
  cursor: pointer;
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
}
.list-tile .list-tile-chips .chip i {
  margin-right: 6px;
}
.list-tile.expanded,
.list-tile:hover {
  background-color: #ecf0ee !important;
  border-top: 1px solid transparent;
}
.list-tile.expanded .list-tile-subtitle,
.list-tile:hover .list-tile-subtitle {
  color: #545d53;
}
.list-tile.expanded .chip,
.list-tile:hover .chip {
  background: white !important;
}
.list-tile.expanded {
  margin: 10px 0;
}
.list-tile:hover .actions {
  display: inline-block;
}
.list-tile.active {
  background-color: #ecf0ee !important;
}
.assessment-dialog .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.assessment-dialog .group-header h5 {
  margin: 0;
}
.assessment-dialog .group-resource {
  padding: 10px;
  border-bottom: 1px solid #ecf0ee;
}
.assessment-dialog .group-resource:last-child {
  border: none;
}
.form-group .group-header,
.assessment-questions .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.form-group .group-header h5,
.assessment-questions .group-header h5 {
  margin: 0;
}
.form-group .group-resource,
.assessment-questions .group-resource {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #ecf0ee;
}
.form-group .group-resource .pull-left,
.assessment-questions .group-resource .pull-left {
  margin-bottom: 10px;
}
.form-group .group-resource:last-child,
.assessment-questions .group-resource:last-child {
  border: none;
}
.settings-assessments .schedule-group .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.settings-assessments .schedule-group .group-header h5 {
  margin: 0;
}
.settings-assessments .schedule-group .group-resource {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #ecf0ee;
}
.settings-assessments .schedule-group .group-resource .pull-left {
  margin-bottom: 15px;
}
.settings-assessments .schedule-group .group-resource:last-child {
  border: none;
}
.settings-forms .form.editor .header-element {
  padding: 10px 0 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbd0cd;
}
.settings-forms .form.editor .header-element h4 {
  margin: 15px 0 0 0;
}
.settings-forms .form.editor .row-element {
  margin-top: 10px;
}
.settings-forms .form.editor .row-element .rowHeader {
  background-color: #cbd0cd;
  padding: 5px 1rem;
}
.settings-forms .form.editor .columns {
  margin: 0;
  border: 1px solid #cbd0cd;
  min-height: 50px;
}
.settings-forms .form.editor .new-row {
  margin-top: 10px;
}
.settings-forms .form.editor .as-sortable-dragging input {
  width: 100% !important;
}
.settings-forms .form .insert {
  margin: 10px 0;
}
.settings-forms .form .input-group-addon {
  padding: 10px 5px 0 10px;
}
.settings-forms .form .input-group-addon .fa {
  margin-right: 5px;
}
.settings-forms .form-header-element {
  padding: 10px 0 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cbd0cd;
}
.settings-forms .form-header-element h4 {
  margin: 15px 0 6px 0;
}
.settings-forms .file {
  margin-top: 10px;
}
.settings-forms .file i {
  margin-right: 5px;
  font-size: 24px;
  color: green;
  vertical-align: -15%;
}
.settings-locations mark {
  font-size: 1em;
  padding: .1em 0;
}
.reflabs_container .card {
  margin-bottom: 20px;
}
.reflabs_container .hide_secret {
  position: relative;
}
.reflabs_container .hide_secret input {
  padding-right: 40px;
}
.reflabs_container .hide_secret .toggle {
  color: #4199b4;
  cursor: pointer;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.reflabs_container .hide_secret .toggle:before {
  content: "\f06e";
}
.reflabs_container .hide_secret.private input {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
.reflabs_container .hide_secret.private .toggle:before {
  content: "\f070";
}
.settings-memberships .table th {
  padding: 1rem;
  font-size: 14px;
}
.settings-memberships .table td {
  padding: 0.9rem;
  font-size: 12px;
}
#quickbooks_config_locations .draggable,
#quickbooks_config_accounts .draggable {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 6px;
  cursor: grab;
  padding: 16px;
}
#quickbooks_config_locations .draggable:hover,
#quickbooks_config_accounts .draggable:hover {
  border: 2px dashed #999999;
}
#quickbooks_config_locations .dropTarget,
#quickbooks_config_accounts .dropTarget {
  position: relative;
  padding: 18px;
}
#quickbooks_config_locations .dropTarget .dropZone,
#quickbooks_config_accounts .dropTarget .dropZone {
  border-radius: 6px;
  border: 2px dashed #ffffff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#quickbooks_config_locations .dropTarget:hover .dropZone,
#quickbooks_config_accounts .dropTarget:hover .dropZone {
  background-color: red;
  display: none;
}
#quickbooks_config_locations .dropTarget.hovering .dropZone,
#quickbooks_config_accounts .dropTarget.hovering .dropZone {
  border-color: green;
}
.tab-bar {
  display: block;
  position: relative;
  margin-top: 10px;
}
.tab-bar .tab {
  margin-bottom: 0;
}
.tab-bar .tab .tab-item {
  background-color: #f7fbfa;
  border-radius: 0.4rem 0.4rem 0 0;
  margin-left: 20px;
}
.tab-bar .tab .tab-item a {
  background-color: #f7fbfa;
  border-bottom: 0 none;
  padding-bottom: 6px;
  cursor: pointer;
}
.tab-bar .tab .tab-item a.active {
  background-color: #ffffff;
  border-bottom: 0 none;
  padding-bottom: 6px;
}
.tab-bar .tab .tab-item.active {
  background-color: #ffffff;
}
.tab-bar .tab .tab-item.active a {
  background-color: #ffffff;
  border-bottom: 0 none;
  padding-bottom: 6px;
}
.tab-bar .tab .tab-item:last-child {
  margin-right: 20px;
}
.tab-bar .tab .tab-item .fa {
  display: inline-block;
  margin-right: 7px;
}
.tab-bar + .contain > .columns > .column:first-child,
.tab-bar + .columns > .column:first-child {
  padding-top: 0;
}
.cat-inv-items-container {
  border: 0.1rem solid #d9d9d9;
  border-radius: 0.4rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.cat-inv-category-row {
  background-color: #dce0dd;
  color: #404d43;
  font-size: 12px;
  height: 20px;
  vertical-align: middle;
  border-width: 0.1rem 0 0.1rem 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-top: -1px;
  overflow: hidden;
  padding: 0 0.75rem 0 0.5rem;
  position: relative;
}
.cat-inv-item-row {
  height: 30px;
  vertical-align: middle;
  border-width: 0.1rem 0 0.1rem 0;
  border-style: solid;
  border-color: #d9d9d9;
  margin-top: -1px;
  overflow: hidden;
  padding: 0.5rem 0.75rem 0 0.75rem;
  position: relative;
}
.edit-mode .cat-inv-item-row {
  cursor: pointer;
}
.cat-inv-item-row:first-child {
  border-top-width: 0;
}
.cat-inv-item-row:last-child {
  border-bottom-width: 0;
}
.cat-inv-item-row-label {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 200%;
}
.assigned-item .removeItem {
  background-color: #ffc2c2;
  border-radius: 4px;
  color: #c90909;
  display: none;
  height: 26px;
  padding-top: 0.6rem;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 26;
  z-index: 2;
}
.edit-mode .assigned-item:hover {
  background-color: #fff6f6;
}
.edit-mode .assigned-item:hover .removeItem {
  display: block;
}
.is-excluded {
  background-color: #fff3f3;
}
.is-excluded .fa {
  color: #c90909;
}
.new-item-row {
  background-color: #e3fad1;
}
.option-item:hover {
  background-color: #e0e9e5;
}
.settings-schedules .schedule-group .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.settings-schedules .schedule-group .group-header h5 {
  margin: 0;
}
.settings-schedules .schedule-group .group-resource {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #ecf0ee;
}
.settings-schedules .schedule-group .group-resource:last-child {
  border: none;
}
.settings-assessments .schedule-group .group-header {
  background-color: #ecf0ee !important;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.settings-assessments .schedule-group .group-header h5 {
  margin: 0;
}
.settings-assessments .schedule-group .group-resource {
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #ecf0ee;
}
.settings-assessments .schedule-group .group-resource:last-child {
  border: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
button i.fa {
  margin-right: 10px;
}
button i.fa.icon-only {
  margin: 0 6px !important;
}
button.btn-sm i.fa {
  margin-right: 6px;
}
.card {
  position: relative;
}
.card.padded {
  padding: 18px;
  position: relative;
}
.card.tab-header {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
.card.tab-header ul.tab {
  margin-bottom: 0;
}
.card.tab-content {
  padding-top: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.text-muted {
  color: #999999;
}
.text-small {
  font-size: 12px;
}
.menu .menu-item a:active,
.menu .menu-item a.active {
  background: #488f13;
  color: #3b740f;
}
.divider {
  margin: 2rem 0;
  border-bottom: .1rem solid #ededed;
}
.empty > i.fa {
  font-size: 300px;
  opacity: 0.1;
  margin: 100px 50px 25px;
  color: #3c4138;
}
.empty .empty-title {
  font-size: 1.8rem;
  margin: 1.5rem 0 .5rem 0;
}
.empty .empty-meta {
  color: #999999;
}
.empty .empty-action {
  margin-top: 1.5rem;
}
.empty .empty-action i.fa {
  margin-right: 10px;
}
.form-autocomplete mark {
  font-size: 1em;
}
.frame-view {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}
.frame-view .nav-view {
  min-height: 70px;
}
@media only screen and (max-width: 600px) {
  .frame-view .nav-view {
    min-height: auto;
  }
}
.frame-view .no-records {
  color: #999999;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.frame-view .view-divider {
  display: flex;
  flex: 1;
  min-height: 0;
}
.frame-view .view-divider .menu-view {
  min-width: 300px;
  background: linear-gradient(to bottom, #1f3e08 20%, #2b540b 100%);
  overflow: auto;
}
.frame-view .view-divider .menu-view .mobile-menu-toggle i {
  font-size: 19px;
  color: white;
  padding: 6px 10px 4px 14px;
  cursor: pointer;
}
.frame-view .view-divider .menu-view .header {
  padding: 14px 18px 18px 18px;
  border-bottom: 3px solid #488f13;
  background: linear-gradient(to bottom, #1f3e08 20%, #183006 100%);
}
.frame-view .view-divider .menu-view .header h2 {
  margin: 0 40px 0 0;
  padding: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}
.frame-view .view-divider .menu-view .header h2 .icon {
  width: 34px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .menu-view .header h2 .icon {
    width: 24px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .menu-view .header h2 {
    margin-top: 6px;
    font-size: 16px;
  }
}
.frame-view .view-divider .menu-view .header .btn {
  margin-top: 4px;
}
.frame-view .view-divider .menu-view .header.clickable {
  cursor: pointer;
}
.frame-view .view-divider .menu-view .header.clickable:hover {
  background: #1f3e08;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .menu-view .header {
    padding: 8px;
  }
}
.frame-view .view-divider .menu-view .sub-header {
  padding: 12px 18px;
  border-bottom: 1px solid #488f13;
  background: #183006;
}
.frame-view .view-divider .menu-view .sub-header h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}
.frame-view .view-divider .menu-view .sub-header h3 .icon {
  width: 34px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.frame-view .view-divider .menu-view .sub-header input {
  margin-top: 15px;
}
.frame-view .view-divider .menu-view .sub-header.clickable {
  cursor: pointer;
}
.frame-view .view-divider .menu-view .sub-header.clickable:hover {
  background: #1f3e08;
}
.frame-view .view-divider .menu-view .note {
  color: #999999;
  font-size: 0.8em;
  padding-left: 1em;
}
.frame-view .view-divider .menu-view ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.frame-view .view-divider .menu-view ul li.item-placeholder {
  margin: 0;
  padding: 13px 30px 13px 18px;
  border-bottom: 1px solid #2b540b;
  white-space: nowrap;
}
.frame-view .view-divider .menu-view ul li.item {
  margin: 0;
  padding: 13px 30px 13px 18px;
  border-bottom: 1px solid #2b540b;
  cursor: pointer;
  white-space: nowrap;
}
.frame-view .view-divider .menu-view ul li.item .icon {
  float: left;
  width: 34px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 20px;
  color: #ffffff;
}
.frame-view .view-divider .menu-view ul li.item .details {
  float: left;
  width: 260px;
  margin-top: 1px;
}
.frame-view .view-divider .menu-view ul li.item .name {
  color: #ffffff;
  float: left;
  font-size: 14px;
  line-height: 2em;
}
.frame-view .view-divider .menu-view ul li.item .text {
  color: #ffffff;
  font-size: 12px;
}
.frame-view .view-divider .menu-view ul li.item .text div {
  position: relative;
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #151515;
}
.frame-view .view-divider .menu-view ul li.item .text div span {
  display: none;
}
.frame-view .view-divider .menu-view ul li.item .text div:last-child {
  border: none;
}
.frame-view .view-divider .menu-view ul li.item button.icon-only i {
  margin-right: 0;
}
.frame-view .view-divider .menu-view ul li.item.no-hover:hover {
  background-color: transparent !important;
}
.frame-view .view-divider .menu-view ul li.item:hover {
  background-color: #1d3908;
}
.frame-view .view-divider .menu-view ul li.item.active {
  background: linear-gradient(to bottom, #162c06 20%, #142705 100%);
}
.frame-view .view-divider .menu-view ul li.item:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .menu-view {
    width: auto;
  }
}
.frame-view .view-divider .content-view {
  display: flex;
  flex-flow: column;
  flex: 1;
  border-top-left-radius: 0.4rem;
}
.frame-view .view-divider .content-view .content-header {
  min-height: 47px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 0.4rem;
}
.frame-view .view-divider .content-view .content-header *:focus {
  box-shadow: none;
}
.frame-view .view-divider .content-view .content-header h3 {
  margin: 0;
  padding: 16px 50px 0 18px;
  font-size: 16px;
  font-weight: 400;
  color: #366b0e;
}
.frame-view .view-divider .content-view .content-header h3 i.fa {
  margin-right: 8px;
}
.frame-view .view-divider .content-view .content-header h3 i.fa.fa-angle-right {
  margin: 0 8px 0 10px;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .content-view .content-header h3 {
    padding: 12px;
  }
}
.frame-view .view-divider .content-view .content-header .btn-group {
  margin: 12px 15px;
}
.frame-view .view-divider .content-view .content-header ul.toolbar {
  list-style: none;
  margin: 0 6px;
}
.frame-view .view-divider .content-view .content-header ul.toolbar button {
  font-size: 14px;
}
.frame-view .view-divider .content-view .content-header ul.toolbar button i.fa {
  margin-right: 5px;
}
.frame-view .view-divider .content-view .content-header.tabs ul.tab {
  border-bottom: none;
  margin: 14px 20px 0;
}
.frame-view .view-divider .content-view .content-header.tabs ul.tab .tab-item i {
  display: inline-block;
  margin-right: 7px;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .content-view .content-header {
    border-top-left-radius: 0;
  }
  .frame-view .view-divider .content-view .content-header .tab {
    display: none;
  }
}
.frame-view .view-divider .content-view .content-body {
  flex: 1;
  background-color: #ecf0ee;
  overflow: auto;
  z-index: 1;
}
.frame-view .view-divider .content-view .content-body.padded {
  padding: 10px;
}
.frame-view .view-divider .content-view .content-body.no-header {
  border-top-left-radius: 0.4rem;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .content-view .content-body {
    display: block;
    flex: 0 1 auto;
    border-top-left-radius: 0 !important;
  }
  .frame-view .view-divider .content-view .content-body.padded {
    padding: 0;
  }
}
.frame-view .view-divider .content-view .content-footer {
  height: 30px;
  background-color: #FFFFFF;
  border-top: 1px solid #ffffff;
  padding: 6px 16px;
  font-size: 13px;
}
.frame-view .view-divider .content-view .content-footer ul {
  list-style: none;
  margin: 0;
}
.frame-view .view-divider .content-view .content-footer ul li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 11px;
  color: #333;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider .content-view {
    display: block;
    flex: 0 1 auto;
    border-top-left-radius: 0;
  }
}
.frame-view .view-divider .help-view {
  flex: 0.3;
  background-color: #ffffff;
  overflow: auto;
  padding: 30px;
  border-left: 1px solid #ffffff;
}
.frame-view .view-divider .help-section {
  padding: 10px;
}
.frame-view .view-divider .help-section .content-body {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .frame-view .view-divider {
    display: block;
    flex: 0 1 auto;
  }
}
.frame-view .flex-view {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 600px) {
  .frame-view .flex-view {
    display: block;
    flex: 0 1 auto;
  }
}
.frame-view .note {
  color: #656565;
  font-size: 0.9em;
  padding: 0 0.9em;
}
.frame-view .note > .fa {
  margin-right: 10px;
}
.info-bubble {
  position: absolute;
  margin-top: -1.325rem;
}
.info-bubble .bubble-text {
  display: none;
  background-color: #ecf0ee;
  border-radius: 0.5rem;
  border: 2px solid #1f3e08;
  bottom: 2rem;
  font-size: 12px;
  line-height: 1.5rem;
  padding: 1rem;
  position: absolute;
  right: -0.5rem;
}
.info-bubble .bubble-arrow {
  display: none;
  background-color: #ecf0ee;
  border: 2px solid #1f3e08;
  border-right-width: 0;
  border-top-width: 0;
  bottom: 1.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0.2rem;
  transform: rotate(-45deg);
  width: 0.7rem;
}
.info-bubble:hover .bubble-text {
  display: block;
}
.info-bubble:hover .bubble-arrow {
  display: block;
}
.info-bubble .fa {
  font-size: 14px;
  color: #91b774;
  cursor: pointer;
}
.info-bubble.right .bubble-text {
  bottom: auto;
  left: 2rem;
  right: auto;
  top: -0.5rem;
}
.info-bubble.right .bubble-arrow {
  bottom: auto;
  right: -1.2rem;
  top: 0.35rem;
  transform: rotate(45deg);
}
.loading_spinner_container {
  font-size: inherit;
  height: 100%;
  width: 100%;
}
.loading_spinner_container .loading {
  font-size: inherit;
}
.loading_spinner_container .loading:after {
  animation: loading 0.6s infinite linear;
  border-radius: 50%;
  height: 2em;
  left: 50%;
  margin-left: -1.1em;
  margin-top: 1em;
  width: 2em;
}
.loading_spinner_container.white .loading:after {
  color: #ffffff;
}
.loading_overlay {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loading_overlay .loading {
  height: 100%;
}
.loading_overlay .loading:after {
  top: 50%;
  margin-top: -1em;
}
.loading_overlay.top .loading:after {
  top: 100px;
}
.chat-view {
  max-width: 552px;
  background-color: white;
  border-left: 8px solid #1f3e08;
  bottom: 0;
  box-shadow: -10px 5px 30px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 70px;
  width: 40%;
  z-index: 3;
}
.chat-view .chat-conv {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.chat-view .chat-conv .messages-view {
  flex: 1 1 auto;
  overflow-y: auto;
  margin: 0 auto;
  padding: 20px 20px 0;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column-reverse;
}
.chat-view .chat-conv .messages-view .msg {
  margin: 0 0 30px 0;
}
.chat-view .chat-conv .messages-view .msg .from {
  margin-top: 5px;
  color: #777;
  font-size: 12px;
}
.chat-view .chat-conv .messages-view .msg .from i {
  margin-right: 7px;
}
.chat-view .chat-conv .messages-view .msg .from .timestamp {
  font-size: 11px;
  float: right;
  color: #929292;
}
.chat-view .chat-conv .messages-view .msg .body {
  position: relative;
  background: #ecf0ee;
  border-radius: .4em;
  padding: 5px 10px 5px 15px;
}
.chat-view .chat-conv .messages-view .msg .body:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: #ecf0ee;
  border-left: 0;
  border-bottom: 0;
  margin-top: -11px;
  margin-left: -10px;
}
.chat-view .chat-conv .input-view {
  flex: 0 1 auto;
  height: 130px;
  padding: 20px;
  border-top: 1px solid #d5d9d7;
}
header {
  border-bottom: 8px solid #1f3e08;
  min-height: 70px;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #366b0e;
  background: linear-gradient(135deg, #366b0e 50%, #2d590c 100%);
  padding: 0 18px;
}
header h3 {
  margin: 30px 46px 0 0;
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
header img {
  margin: 18px 20px 0 6px;
  float: left;
}
@media only screen and (max-width: 600px) {
  header img {
    margin: 0 5px 0 0;
    width: 40%;
  }
}
header ul.nav-menu {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 30px 0 0 20px;
}
header ul.nav-menu > li {
  display: inline-block;
  margin: 0;
}
header ul.nav-menu > li > a {
  color: #ffffff;
  border-radius: 0.4rem;
  padding: 12px 17px 15px;
  text-decoration: none;
  transition: background 0.2s;
}
header ul.nav-menu > li > a i {
  margin-right: 10px;
}
header ul.nav-menu > li > a i.only-icon {
  margin-right: 0;
}
header ul.nav-menu > li > a i.fa-angle-down {
  margin-left: 6px;
}
header ul.nav-menu > li > a.active {
  background-color: #1f3e08 !important;
  border-top: 3px solid #54a616;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header ul.nav-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
header ul.nav-menu > li > a:focus {
  outline: none;
  box-shadow: none;
}
header ul.nav-menu > li.dropdown {
  margin: 0 12px;
}
header ul.nav-menu > li.dropdown > a {
  cursor: pointer;
  padding: 12px 0 15px;
  text-decoration: none;
}
header ul.nav-menu > li.dropdown > a:hover {
  color: #ffffff;
  background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
  header ul.nav-menu > li.dropdown {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  header ul.nav-menu {
    margin: 0;
  }
  header ul.nav-menu i {
    margin-top: 6px;
  }
}
header ul.nav-menu .nav-menu .fa,
header ul.nav-menu .dropdown .fa {
  margin-right: 6px;
}
@media only screen and (max-width: 600px) {
  header {
    border-bottom: none;
    height: auto;
    min-height: auto;
    padding: 10px;
  }
}
header .blinking {
  animation: blinkingText 1.2s infinite;
}
@keyframes blinkingText {
  0% {
    color: #000;
  }
  49% {
    color: #000;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}
.dropdown .menu.right {
  left: auto;
  right: 0;
}
.prescription .prescription-header h4 {
  margin-bottom: 15px;
}
.prescription .prescription-header.padding {
  margin-bottom: 5px;
}
.prescription .controls {
  margin-bottom: 20px;
}
.prescription .prescription-item.top-divider {
  border-top: 1px solid #e9f0e1;
  margin-top: 15px;
  padding-top: 15px;
}
.prescription .prescription-item > .tile-content {
  padding: 0px;
}
.prescription .prescription-item .row-highlight {
  background-color: #fcf4bb;
}
.prescription .prescription-item .tile-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.prescription .prescription-item .tile-subtitle {
  color: #778d7c;
}
.prescription .prescription-item .tile-subtitle .status {
  font-weight: 800;
}
.prescription .prescription-item .tile-subtitle div.subtitle-group {
  margin-bottom: 5px;
}
.prescription .prescription-item .tile-subtitle i.icon {
  margin-right: 6px;
  width: 16px;
}
.prescription .prescription-item .tile-subtitle span.description {
  margin-left: auto;
}
.prescription .prescription-item .prescription-icon .fa {
  font-size: 14px;
  margin: 5px 0 0 1px;
}
.prescription .prescription-item .prescription-icon .fa.fa-comment {
  font-size: 12px;
}
.prescription .prescription-item .prescription-icon .fa.fa-heartbeat {
  font-size: 13px;
  margin-top: 6px;
}
.prescription .prescription-item .actions {
  float: right;
  color: #778d7c;
  font-size: 12px;
  display: none;
}
.prescription .prescription-item .actions button {
  margin-left: 10px;
}
.prescription .prescription-item .actions button i {
  margin-right: 3px;
}
.prescription .prescription-item .staff {
  color: #999999;
  font-size: 12px;
  margin-left: 10px;
}
.prescription .prescription-item .staff i {
  margin: 0 3px 0 10px;
}
.prescription .prescription-item:hover .actions,
.prescription .prescription-item:hover .staff {
  display: inline;
}
.prescription .prescription-item .comment {
  color: #697d6e;
  font-size: 12px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 8px 10px;
  line-height: 15px;
  font-style: italic;
  white-space: pre-wrap;
}
.prescription .prescription-item .link {
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 5px;
}
.prescription .prescription-item .link i {
  margin-right: 6px;
}
.prescription .prescription-item .link:hover {
  background-color: #ecf0ee;
}
.prescription .prescription-item textarea {
  margin-bottom: 10px;
}
.prescription .prescription-item .postReply {
  margin: 10px 0 0 30px;
}
.prescription .prescription-item .replies {
  margin: 10px 0 0 30px;
  color: #AAA;
  font-size: 11px;
}
.prescription .prescription-item .replies .reply {
  margin-bottom: 10px;
}
.prescription .prescription-item .replies .reply-content {
  color: #697d6e;
  font-size: 12px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 8px 10px;
  line-height: 15px;
  font-style: italic;
  margin-bottom: 5px;
  white-space: pre-wrap;
}
.prescription .prescription-item .replies i {
  color: #CCC;
  margin: 0 5px 0 0;
}
.full-page .sub-head {
  max-width: 280px;
}
.taskstab-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: stretch;
  height: 100%;
}
.taskstab-container .tab-header {
  align-self: flex-start;
  display: flex;
  justify-self: flex-start;
  padding-right: 30px;
  position: relative;
}
.taskstab-container .tab-header .nav-menu {
  margin: -10px 0 0 0;
  position: relative;
  right: auto;
  top: auto;
}
.taskstab-container .sub-head {
  flex-grow: 0;
}
.taskstab-container .sub-head .section-body-row {
  justify-content: center;
  height: 45px;
}
.taskstab-container .sub-head .menu-item {
  white-space: nowrap;
}
.taskstab-container .task-lists .section-body {
  background-color: #ffffff;
}
.taskstab-container > .section-body {
  max-height: calc(100% - 45px);
}
.taskstab-container .tasks-column {
  height: 100%;
}
.taskstab-container .section-body-row {
  border-bottom: 1px solid #dddddd;
}
.actions-container {
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.tasks-view,
.full-page {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: stretch;
}
.tasks-view .tasklists-container,
.full-page .tasklists-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  justify-content: stretch;
}
.task-lists {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: stretch;
}
h1,
h2,
h3,
h4,
h5,
.pull-left {
  margin: 0;
}
.sub-head {
  align-items: stretch;
  background: linear-gradient(to bottom, #244709 20%, #2d590c 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.sub-head .section-header.section-body-row {
  border-bottom: 2px solid #38700f;
}
.sub-head .section-body-row {
  color: #ffffff;
}
.sub-head .section-body-row.fauxlink {
  margin-right: 40px;
}
.sub-head .menu-item {
  border-bottom: 1px solid #2d590c;
  color: #ffffff;
  position: relative;
}
.sub-head .menu-item .list_item_display:hover {
  background: #224209;
}
.sub-head .form-input.list-title {
  margin: -6px 9px -6px 0;
}
.sub-head .nav-menu {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 5px;
}
.sub-head .nav-menu .dropdown-toggle {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.sub-head .nav-menu .menu-item {
  border-bottom-width: 0;
  color: #418211;
}
.sub-head .nav-menu .menu-item .fa {
  margin-right: 8px;
}
.sub-section {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.section-body {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.section-body-row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px 12px 12px 12px;
  position: relative;
}
.section-header {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.section-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.completed-tasks-divider {
  margin: 100px 0 0 15px;
  padding: 10px;
}
.tasks-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: static;
  height: 100%;
}
.tasks-container .sortable-placeholder {
  border: 1px solid green;
}
.task-container {
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 10px 10px 65px;
  position: relative;
}
.task-container .nav-menu {
  position: absolute;
  top: 5px;
  right: 20px;
  margin: 0;
}
.task-container .dropdown-toggle {
  color: #999999;
  padding: 3px 3px 5px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.task-container .menu {
  min-width: 12rem;
  white-space: nowrap;
}
.task-container .menu-item a {
  margin-left: -1.8rem;
  padding-left: 1.8rem;
  padding-right: 18px;
}
.task-container .menu-item .fa {
  text-align: center;
  width: 18px;
}
.task-container .task-drag-handle {
  color: #999999;
  display: none;
  padding: 3px;
  position: absolute;
  right: 36px;
  text-align: center;
  top: 12px;
  width: 20px;
  z-index: 100;
}
.tasks-container:not(.as-sortable-un-selectable) .task-container.incomplete-task-container:hover {
  background-color: #f6fdf0;
}
.tasks-container:not(.as-sortable-un-selectable) .task-container.incomplete-task-container:hover .task-drag-handle {
  display: block;
}
.task-container .task-completed-status {
  color: #4499ee;
  font-size: 24px;
  left: 20px;
  line-height: 1em;
  position: absolute;
  top: 13px;
}
.task-container .task-title-container {
  font-size: 16px;
  margin-right: 50px;
  position: relative;
}
.task-container .task-details-container {
  color: #999999;
  font-size: 12px;
  margin-right: 30px;
  margin-bottom: 10px;
  position: relative;
}
.task-container .task-details-container .text-wrapper {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ffffff;
  line-height: 1.26em;
  margin: 0px 15px 1px 0px;
  padding: 4px 0 4px 9px;
  white-space: pre-line;
  width: inherit;
}
.task-container .task-details-container .text-wrapper.text-preview {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 55px;
}
.task-container .task-details-container .text-wrapper.text-full {
  background-color: #ffffff;
  display: none;
  max-height: 55px;
  overflow: auto;
  transition: max-height 500ms;
}
.task-container .task-details-container .text-wrapper.text-full:hover {
  display: block;
  max-height: 300px;
  transition: max-height 500ms;
  transition-delay: 200ms;
}
.task-container .task-details-container:hover .text-preview {
  display: none !important;
}
.task-container .task-details-container:hover .text-full {
  display: block;
}
.task-container .task-details-container .task-details-placeholder {
  color: #999999;
  font-size: 12px;
  margin-right: 30px;
  padding: 0px 2px 4px 2px;
  width: 98.5%;
}
.task-container .task-details-container .task-details-placeholder .fa-align-left {
  font-size: 13px;
  margin-right: 4px;
  transform: rotateX(180deg);
}
.task-container .text-wrapper {
  cursor: pointer;
  padding: 5px 0 4px 9px;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.task-container.completed-task-container .text-wrapper {
  cursor: default;
}
.task-container .cancel-create-task {
  color: #cc5555;
  font-size: 16px;
  padding: 4px;
  position: absolute;
  top: 9px;
  right: 10px;
}
.task-container.new-task-form {
  background-color: #e3e9e6;
}
.task-container.new-task-form .task-completed-status {
  color: #cccccc;
}
.task-container .form-input.task-title {
  font-size: 16px;
  margin-right: 30px;
  padding-right: 20px;
  width: 95%;
}
.task-container .form-input.task-details {
  color: #777777;
  font-size: 12px;
  line-height: 1.25em;
  margin-top: -1px;
  margin-left: 1px;
  min-height: 90px;
  resize: vertical;
  width: 95%;
}
.task-container .task-attached-client-patient {
  margin-left: 10px;
}
button.btn-sm.btn-icon i.fa {
  margin: 0;
}
.menu.menu-selections {
  display: none;
  left: auto;
  right: 99%;
  top: -5px;
}
.menu > .menu-item.has-menu-selections:hover .menu.menu-selections {
  display: block;
}
.no-action {
  cursor: default;
}
.tasks-container.as-sortable-dragging {
  background-color: #f6fdf0;
  position: absolute;
}
.timeline .timeline-header h4 {
  margin-bottom: 15px;
}
.timeline .timeline-header.padding {
  margin-bottom: 5px;
}
.timeline .controls {
  margin-bottom: 20px;
}
.timeline .timeline-item .tile-subtitle {
  min-height: 24px;
}
.timeline .timeline-item .timeline-icon .fa {
  font-size: 14px;
  margin: 5px 0 0 1px;
}
.timeline .timeline-item .timeline-icon .fa.fa-comment {
  font-size: 12px;
}
.timeline .timeline-item .timeline-icon .fa.fa-heartbeat {
  font-size: 13px;
  margin-top: 6px;
}
.timeline .timeline-item .actions {
  float: right;
  color: #778d7c;
  font-size: 12px;
  display: none;
}
.timeline .timeline-item .actions button {
  margin-left: 10px;
}
.timeline .timeline-item .actions button i {
  margin-right: 3px;
}
.timeline .timeline-item .staff {
  color: #999999;
  font-size: 12px;
  margin-left: 10px;
}
.timeline .timeline-item .staff i {
  margin: 0 3px 0 10px;
}
.timeline .timeline-item:hover .actions,
.timeline .timeline-item:hover .staff {
  display: inline;
}
.timeline .timeline-item .comment {
  color: #697d6e;
  font-size: 12px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 8px 10px;
  line-height: 15px;
  font-style: italic;
  white-space: pre-wrap;
}
.timeline .timeline-item .link {
  color: #778d7c;
  font-size: 13px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 5px;
}
.timeline .timeline-item .link i {
  margin-right: 6px;
}
.timeline .timeline-item .link:hover {
  background-color: #ecf0ee;
}
.timeline .timeline-item textarea {
  margin-bottom: 10px;
}
.timeline .timeline-item .postReply {
  margin: 10px 0 0 30px;
}
.timeline .timeline-item .replies {
  margin: 10px 0 0 30px;
  color: #AAA;
  font-size: 11px;
}
.timeline .timeline-item .replies .reply {
  margin-bottom: 10px;
}
.timeline .timeline-item .replies .reply-content {
  color: #697d6e;
  font-size: 12px;
  border: 1px solid #e9f0e1;
  border-radius: 4px;
  padding: 8px 10px;
  line-height: 15px;
  font-style: italic;
  margin-bottom: 5px;
  white-space: pre-wrap;
}
.timeline .timeline-item .replies i {
  color: #CCC;
  margin: 0 5px 0 0;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
}
.superscript {
  position: relative;
  top: -0.5em;
  font-size: 80%;
}
.status-icon {
  position: relative;
  top: -0.5em;
  font-size: 70%;
  margin-left: 0.5rem;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.text-xs {
  font-size: 0.9rem;
  line-height: normal;
}
.form-input.input-lg {
  height: auto;
  max-height: 8rem;
  overflow: auto;
}
.form-input.disabled {
  background-color: #e3e9e6;
  cursor: not-allowed;
  opacity: .5;
}
.pre-wrap {
  white-space: pre-wrap;
}
.fa.fa-exclamation-triangle {
  color: red;
}
.alert-info {
  border: 2px solid red !important;
  border-radius: 4px;
  padding: 5px 5px 5px 10px;
  margin: 0 0 1em -10px;
}
.field-required {
  border: 1px solid red !important;
}
.field-required-indicator {
  color: red !important;
}
.placeholder .scheduler_default_event_inner {
  display: block !important;
  font-size: 11px;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #e8eee9 10px, #e8eee9 20px);
}
.placeholder .event-title {
  font-size: 11px;
  font-weight: normal;
  margin-top: 3px;
}
.placeholder .event-times {
  font-size: 9.5px;
  color: #525252;
  margin-top: 3px;
}
.block-off div {
  background: transparent !important;
  border: 0 !important;
}
.block-off div .event-title {
  background-color: rgba(255, 255, 255, 0.6) !important;
  padding: 2px 6px;
  color: black !important;
  font-size: 11px;
}
.appointment.checked-in {
  opacity: 0.6;
}
.appointment .scheduler_default_event_inner,
.appointment .scheduler_default_event_float_inner {
  display: block !important;
}
.appointment .scheduler_default_event_inner .event-title,
.appointment .scheduler_default_event_float_inner .event-title {
  font-size: 11px;
  font-weight: normal;
  margin-top: 3px;
}
.appointment .scheduler_default_event_inner .event-times,
.appointment .scheduler_default_event_float_inner .event-times {
  font-size: 9.5px;
  color: #999;
  margin-top: 3px;
}
.appointment .scheduler_default_event_inner .event-times i,
.appointment .scheduler_default_event_float_inner .event-times i {
  margin-left: 2px;
  margin-right: 1px;
}
.appointment .scheduler_default_event_inner .event-times i.fa-check,
.appointment .scheduler_default_event_float_inner .event-times i.fa-check {
  color: #008000;
}
.appointment .scheduler_default_event_inner .event-times i.fa-ban,
.appointment .scheduler_default_event_float_inner .event-times i.fa-ban {
  color: #e00306;
}
.appointment .scheduler_default_event_inner .event-client,
.appointment .scheduler_default_event_float_inner .event-client {
  font-size: 10.5px;
  margin-top: 5px;
}
.appointment .scheduler_default_event_inner .event-client i,
.appointment .scheduler_default_event_float_inner .event-client i {
  color: #999999;
  margin-left: 2px;
  margin-right: 6px;
}
.appointment .scheduler_default_event_inner .event-location,
.appointment .scheduler_default_event_float_inner .event-location {
  font-size: 10.5px;
  margin-top: 2px;
}
.appointment .scheduler_default_event_inner .event-location i,
.appointment .scheduler_default_event_float_inner .event-location i {
  color: #666;
  margin-left: 3px;
  margin-right: 6px;
}
.appointment .scheduler_default_event_inner .event-patient,
.appointment .scheduler_default_event_float_inner .event-patient {
  font-size: 10.5px;
  margin-top: 2px;
}
.appointment .scheduler_default_event_inner .event-patient i,
.appointment .scheduler_default_event_float_inner .event-patient i {
  margin-left: 1px;
  margin-right: 5px;
  color: #666;
}
.appointment .scheduler_default_event_inner .event-patient i.male,
.appointment .scheduler_default_event_float_inner .event-patient i.male,
.appointment .scheduler_default_event_inner .event-patient i.neutered,
.appointment .scheduler_default_event_float_inner .event-patient i.neutered {
  color: #2f4bff;
}
.appointment .scheduler_default_event_inner .event-patient i.female,
.appointment .scheduler_default_event_float_inner .event-patient i.female,
.appointment .scheduler_default_event_inner .event-patient i.spayed,
.appointment .scheduler_default_event_float_inner .event-patient i.spayed {
  color: #ff2084;
}
.lock {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(4, 6, 4, 0.95);
  z-index: 1000;
}
.lock .lock-container {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  max-width: 650px;
  z-index: 100;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  color: #8b91a0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  box-shadow: 10px 10px 69px 0 rgba(0, 0, 0, 0.32);
}
.lock .lock-container h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #2E3338;
  margin: 10px 0;
  font-size: 30px;
  letter-spacing: -1px;
}
.lock .lock-container h5 {
  color: #222;
}
.lock .lock-container .logo {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 200px;
}
.lock .lock-container .top {
  padding: 30px 40px 10px;
}
.lock .lock-container .top .alert {
  margin-top: 25px;
  border-radius: 0;
  padding: 11px;
  background-color: #901616b5;
  color: white;
}
.lock .lock-container .bottom {
  background-color: rgba(3, 8, 16, 0.12);
  padding: 20px 40px 50px;
}
@media only screen and (max-width: 960px) {
  .lock .lock-container {
    width: 90%;
    max-width: none;
  }
  .lock .lock-container .logo {
    position: static;
    top: auto;
    right: auto;
    margin: 20px 0 0 20px;
    max-width: 100%;
  }
  .lock .lock-container .bottom {
    background: transparent;
    padding: 20px 20px 50px;
  }
}
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.calendar-navigator {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: white;
  width: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  margin-bottom: 20px;
}
.calendar-navigator > div.header,
.calendar-navigator div.cal-header {
  width: 100%;
  background: #2f5d0c;
  height: 40px;
  color: white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.calendar-navigator > div.header > *,
.calendar-navigator div.cal-header > * {
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  vertical-align: middle;
}
.calendar-navigator > div.header > i,
.calendar-navigator div.cal-header > i {
  float: left;
  width: 40px;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
}
.calendar-navigator > div.header > i.fa-angle-left,
.calendar-navigator div.cal-header > i.fa-angle-left {
  text-align: left;
}
.calendar-navigator > div.header > i.fa-angle-right,
.calendar-navigator div.cal-header > i.fa-angle-right {
  text-align: right;
  margin-left: -40px;
}
.calendar-navigator > div.header > span,
.calendar-navigator div.cal-header > span {
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
  margin-left: -40px;
  text-align: center;
  padding-right: 40px;
  color: inherit;
}
.calendar-navigator > div.week {
  width: 100%;
}
.calendar-navigator > div.week:first-child {
  border-top: none;
}
.calendar-navigator > div.week > span.day {
  float: left;
  width: 14.28571429%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  font-size: 11.5px;
  text-align: center;
  height: 30px;
  line-height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  background: white;
  color: black;
}
.calendar-navigator > div.week > span.day:first-child {
  border-left: none;
}
.calendar-navigator > div.week > span.day.visible {
  background: rgba(61, 121, 16, 0.11) !important;
}
.calendar-navigator > div.week > span.day.today {
  font-weight: bold;
  color: #488f13;
  text-decoration: underline;
}
.calendar-navigator > div.week > span.day.different-month {
  color: #bbbbbb;
  background-color: #f7f7f7;
}
.calendar-navigator > div.week > span.day.selected {
  background: #2f5d0c !important;
  color: white;
}
.calendar-navigator > div.week.names {
  background-color: #366b0e;
}
.calendar-navigator > div.week.names .day {
  background-color: transparent !important;
}
.calendar-navigator > div.week.names > span {
  color: rgba(255, 255, 255, 0.8);
}
.quick-nav-button {
  margin-bottom: 15px;
}
.modal-footer .error-msg {
  color: #e00306;
  float: left;
  font-size: 12px;
  margin-top: 8px;
}
.modal .modal-container {
  position: relative;
}
.modal .modal-container .modal-body {
  padding-bottom: 0;
  padding-top: 0;
}
form {
  display: block;
  margin-top: 0;
  margin-block-end: 0;
}
.btn-danger {
  background-color: #d80000;
  border-color: #d80000;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background-color: #ffffff;
  border-color: #d80000;
  color: #d80000;
}
.btn-outline-danger {
  background-color: #ffffff;
  border-color: #d80000;
  color: #d80000;
}
.btn-outline-danger:hover,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background-color: #d80000;
  border-color: #d80000;
  color: #ffffff;
}
.error_message {
  color: #cc0000;
  margin: 0 20px 0 20px;
  text-align: center;
}
.secret-text {
  text-security: disc;
  -webkit-text-security: disc;
  -moz-text-security: disc;
}
.element-hover {
  background-color: #ffffff;
}
.element-hover:hover {
  background-color: #d0dad5;
}
.fauxlink {
  color: #366b0e;
  cursor: pointer;
}
.contain,
.content,
.content-body,
.columns,
.column {
  position: relative;
}
.continuous-loader {
  width: 120px;
  height: 20px;
  -webkit-mask: linear-gradient(90deg, #000000 70%, #00000000 0) left 0% / 20% 100%;
  background: linear-gradient(#000000 0 0) left -25% top 0% / 20% 100% no-repeat #dddddd;
  animation: continuous-loader-frames 1s infinite steps(6);
}
@keyframes continuous-loader-frames {
  100% {
    background-position: right -25% top 0;
  }
}
.spinner {
  animation: ci-rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 30px;
  height: 30px;
}
.spinner .path {
  stroke: #366b0e;
  stroke-linecap: round;
  animation: ci-dash 1.5s ease-in-out infinite;
}
@keyframes ci-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ci-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
