/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot?v=4.3.0);
  src: url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c.woff2?v=4.3.0) format("woff2"), url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18.woff?v=4.3.0) format("woff"), url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3.ttf?v=4.3.0) format("truetype"), url(/assets/fonts/font-awesome/fonts/fontawesome-webfont-bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206.svg?v=4.3.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.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;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 28, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 36, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 39, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 42, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 45, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 57, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.pull-right {
  float: right;
}

/* line 75, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.pull-left {
  float: left;
}

/* line 78, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 81, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 84, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 88, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 112, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 118, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 124, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 130, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 136, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 142, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 149, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 157, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 164, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 167, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 170, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.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 */
/* line 175, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 178, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 181, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 184, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 187, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 190, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 193, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 196, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 199, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 202, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 205, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 208, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 211, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 214, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 219, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 222, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 225, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 228, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 231, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 235, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 238, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 241, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 244, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 247, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 250, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 253, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 256, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 259, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 262, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 265, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 269, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 272, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 275, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 278, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 281, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 284, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 287, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 290, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 293, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 296, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 299, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 302, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 305, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 308, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 311, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 314, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 317, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 320, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 323, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 326, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 329, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 332, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 335, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 338, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 341, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 344, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 347, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 351, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 354, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 357, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 362, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 365, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 368, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 371, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 374, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 378, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 381, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 384, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 387, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 390, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 393, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 396, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 399, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 402, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 405, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 408, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 411, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 414, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 417, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 420, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 423, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 426, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 429, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 432, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 435, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 438, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 441, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 444, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 447, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 450, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 453, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 456, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 459, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 462, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 465, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 469, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 472, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 475, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 478, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 481, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 484, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 487, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 490, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 493, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 496, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 499, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 502, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 506, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 509, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 512, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 515, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 518, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 521, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 524, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 527, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 530, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 533, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 536, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 539, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 542, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 545, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 549, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 552, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 555, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 558, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 561, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 565, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 568, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 571, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 574, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 577, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 580, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 583, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 586, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 589, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 592, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 595, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 598, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 601, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 604, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 607, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 610, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 613, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 616, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 619, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 622, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 626, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 629, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 632, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 635, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 638, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 641, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 644, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 647, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 650, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 653, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 656, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 659, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 662, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 665, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 668, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 671, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 674, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 677, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 680, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 683, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 686, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 689, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 692, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 696, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 700, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 703, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 706, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 710, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 714, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 717, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 721, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 724, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 729, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 732, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 735, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 738, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 741, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 744, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 747, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 750, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 753, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 756, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 759, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 762, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 765, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 768, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 771, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 774, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 777, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 780, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 784, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 788, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 792, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 795, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 798, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 802, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 806, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 810, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 813, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 816, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 820, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 823, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 826, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 830, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 833, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 836, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 839, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 842, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 845, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 848, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 851, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 854, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 857, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 860, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 863, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 866, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 869, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 872, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 875, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 878, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 881, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 884, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 887, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 890, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 893, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 896, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 899, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 902, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 905, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 908, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 911, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 914, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 917, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 920, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 924, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 927, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 930, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 933, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 936, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 939, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 943, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 946, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 949, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 952, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 955, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 958, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 961, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 964, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 967, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 970, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 973, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 976, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 979, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 983, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 988, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 991, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 994, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 997, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1001, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1004, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1007, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1010, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1013, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1016, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1019, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1022, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1025, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1028, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1031, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1034, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1037, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1040, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1043, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1046, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1049, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1052, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1055, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1058, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1061, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1064, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1067, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1070, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1073, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1076, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1079, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1082, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1085, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1088, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1091, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1094, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1097, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1100, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1103, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1106, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1109, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1112, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1116, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1120, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1124, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1128, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1131, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1135, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1139, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1145, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1150, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1154, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1158, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1161, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1164, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1167, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1170, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1173, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1176, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1179, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1182, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1185, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1188, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1191, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1194, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1197, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1200, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1203, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1206, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1209, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1212, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1215, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1218, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1221, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1224, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1227, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1230, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1233, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1236, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1239, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1242, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1245, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1248, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1251, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1254, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1257, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1260, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1263, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1266, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1269, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1272, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1276, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1279, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1282, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1285, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1288, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1291, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1294, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1297, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1300, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1303, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1306, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1309, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1313, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1316, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1319, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1322, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1326, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1329, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1332, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1335, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1338, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1341, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1344, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1349, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1353, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1356, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1359, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1362, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1365, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1368, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1371, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1374, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1377, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1380, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1383, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1386, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1389, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1392, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1395, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1398, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1401, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1404, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1407, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1410, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1413, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1416, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1419, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1422, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1425, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1428, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1432, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1436, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1439, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1442, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1445, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1448, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1451, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1454, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1457, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1460, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1463, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1468, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1472, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1476, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1480, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1483, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1486, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1489, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1492, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1499, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1502, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1506, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1510, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1513, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1516, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1519, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1522, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1525, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1529, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1533, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1537, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1540, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1544, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1547, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1550, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1553, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1556, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1559, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1562, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1566, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1569, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1572, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1575, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1578, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1581, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1584, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1587, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1590, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1593, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1596, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1599, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1602, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1605, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1608, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1611, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1614, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1617, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1620, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1623, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1626, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1629, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1632, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1635, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1638, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1641, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1644, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1647, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1650, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1653, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1656, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1659, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1662, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1665, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1668, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1671, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1674, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1677, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1682, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1685, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1688, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1691, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1694, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1697, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1700, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1703, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1706, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1709, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1712, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1715, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1718, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1721, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1724, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1727, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1730, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1733, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1736, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1739, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1742, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1745, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1748, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1751, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1754, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1757, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1760, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1763, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1766, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1769, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1772, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1775, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1778, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1781, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1784, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1787, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1790, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1794, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1797, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1800, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1803, /home/rails/purrinc/vendor/assets/flatkit/fonts/font-awesome/css/font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
body {
  margin: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[hidden], template {
  display: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a {
  background-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a:active {
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a:hover {
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
b, strong {
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
dfn {
  font-style: italic;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
mark {
  color: #000;
  background: #ff0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
small {
  font-size: 80%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
img {
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
figure {
  margin: 1em 40px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
pre {
  overflow: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button {
  overflow: visible;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input {
  line-height: normal;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
legend {
  padding: 0;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
textarea {
  overflow: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
optgroup {
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
td, th {
  padding: 0;
}

@media print {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  thead {
    display: table-header-group;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  img {
    max-width: 100% !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar {
    display: none;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .label {
    border: 1px solid #000;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .table {
    border-collapse: collapse !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a {
  color: #0275d8;
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
img {
  vertical-align: middle;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[role=button] {
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
table {
  background-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
th {
  text-align: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
textarea {
  resize: vertical;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=search] {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-appearance: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
output {
  display: inline-block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h1 {
  font-size: 2.5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h2 {
  font-size: 2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h3 {
  font-size: 1.75rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h4 {
  font-size: 1.5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h5 {
  font-size: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
h6 {
  font-size: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h1 {
  font-size: 2.5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h2 {
  font-size: 2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h3 {
  font-size: 1.75rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h4 {
  font-size: 1.5rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h5 {
  font-size: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.h6 {
  font-size: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dl-horizontal::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: .25rem solid #eceeef;
  border-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote-reverse .blockquote-footer::before {
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.img-rounded {
  border-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: .25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.img-circle {
  border-radius: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.figure {
  display: inline-block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.container {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.container::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .container {
    max-width: 1140px;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.container-fluid {
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.container-fluid::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.row {
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.row::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-1 {
  width: 8.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-2 {
  width: 16.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-3 {
  width: 25%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-4 {
  width: 33.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-5 {
  width: 41.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-6 {
  width: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-7 {
  width: 58.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-8 {
  width: 66.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-9 {
  width: 75%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-10 {
  width: 83.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-11 {
  width: 91.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-12 {
  width: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-0 {
  right: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-1 {
  right: 8.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-2 {
  right: 16.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-3 {
  right: 25%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-4 {
  right: 33.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-5 {
  right: 41.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-6 {
  right: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-7 {
  right: 58.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-8 {
  right: 66.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-9 {
  right: 75%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-10 {
  right: 83.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-11 {
  right: 91.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-pull-12 {
  right: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-0 {
  left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-1 {
  left: 8.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-2 {
  left: 16.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-3 {
  left: 25%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-4 {
  left: 33.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-5 {
  left: 41.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-6 {
  left: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-7 {
  left: 58.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-8 {
  left: 66.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-9 {
  left: 75%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-10 {
  left: 83.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-11 {
  left: 91.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-push-12 {
  left: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-1 {
  margin-left: 8.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-2 {
  margin-left: 16.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-4 {
  margin-left: 33.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-5 {
  margin-left: 41.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-7 {
  margin-left: 58.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-8 {
  margin-left: 66.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-10 {
  margin-left: 83.333333%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-11 {
  margin-left: 91.666667%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-1 {
    width: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-2 {
    width: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-3 {
    width: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-4 {
    width: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-5 {
    width: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-6 {
    width: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-7 {
    width: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-8 {
    width: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-9 {
    width: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-10 {
    width: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-11 {
    width: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-12 {
    width: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-1 {
    right: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-2 {
    right: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-4 {
    right: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-5 {
    right: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-7 {
    right: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-8 {
    right: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-10 {
    right: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-11 {
    right: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-1 {
    left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-2 {
    left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-4 {
    left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-5 {
    left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-7 {
    left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-8 {
    left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-10 {
    left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-11 {
    left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-0 {
    margin-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-1 {
    width: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-2 {
    width: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-3 {
    width: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-4 {
    width: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-5 {
    width: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-6 {
    width: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-7 {
    width: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-8 {
    width: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-9 {
    width: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-10 {
    width: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-11 {
    width: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-12 {
    width: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-1 {
    right: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-2 {
    right: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-4 {
    right: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-5 {
    right: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-7 {
    right: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-8 {
    right: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-10 {
    right: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-11 {
    right: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-0 {
    left: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-1 {
    left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-2 {
    left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-4 {
    left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-5 {
    left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-7 {
    left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-8 {
    left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-10 {
    left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-11 {
    left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-0 {
    margin-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-1 {
    width: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-2 {
    width: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-3 {
    width: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-4 {
    width: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-5 {
    width: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-6 {
    width: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-7 {
    width: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-8 {
    width: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-9 {
    width: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-10 {
    width: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-11 {
    width: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-12 {
    width: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-1 {
    right: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-2 {
    right: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-4 {
    right: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-5 {
    right: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-7 {
    right: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-8 {
    right: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-10 {
    right: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-11 {
    right: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-1 {
    left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-2 {
    left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-4 {
    left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-5 {
    left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-7 {
    left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-8 {
    left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-10 {
    left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-11 {
    left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-0 {
    margin-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    float: left;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-1 {
    width: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-2 {
    width: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-3 {
    width: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-4 {
    width: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-5 {
    width: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-6 {
    width: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-7 {
    width: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-8 {
    width: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-9 {
    width: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-10 {
    width: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-11 {
    width: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-12 {
    width: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-0 {
    right: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-1 {
    right: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-2 {
    right: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-3 {
    right: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-4 {
    right: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-5 {
    right: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-6 {
    right: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-7 {
    right: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-8 {
    right: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-9 {
    right: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-10 {
    right: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-11 {
    right: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-pull-12 {
    right: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-0 {
    left: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-1 {
    left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-2 {
    left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-3 {
    left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-4 {
    left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-5 {
    left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-6 {
    left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-7 {
    left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-8 {
    left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-9 {
    left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-10 {
    left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-11 {
    left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-push-12 {
    left: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-0 {
    margin-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-3 {
    margin-left: 25%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-6 {
    margin-left: 50%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-9 {
    margin-left: 75%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table .table {
  background-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-bordered {
  border: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: #f5f5f5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #dff0d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #d9edf7;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #fcf8e3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f2dede;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  min-height: .01%;
  overflow-x: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-inverse.table-bordered {
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-inverse td, .table-inverse th, .table-inverse thead th {
  border-color: #55595c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow thead {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow td, .table-reflow th {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow td:last-child, .table-reflow th:last-child {
  border-right: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow tr {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.table-reflow tr td, .table-reflow tr th {
  display: block !important;
  border: 1px solid #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control:disabled {
  cursor: not-allowed;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-label {
  padding: .375rem .75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 2.25rem;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .input-group-sm input[type=date].form-control, .input-group-sm input[type=time].form-control, .input-group-sm input[type=datetime-local].form-control, .input-group-sm input[type=month].form-control, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 1.8625rem;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .input-group-lg input[type=date].form-control, .input-group-lg input[type=time].form-control, .input-group-lg input[type=datetime-local].form-control, .input-group-lg input[type=month].form-control, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 3.166667rem;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-static {
  min-height: 2.25rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-static.form-control-lg, .form-control-static.form-control-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .275rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-group {
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox, .radio {
  position: relative;
  display: block;
  margin-bottom: .75rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox label, .radio label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox label input:only-child, .radio label input:only-child {
  position: static;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox + .checkbox, .radio + .radio {
  margin-top: -.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: .75rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=checkbox].disabled, input[type=checkbox]:disabled, input[type=radio].disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox-inline.disabled, .radio-inline.disabled {
  cursor: not-allowed;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.checkbox.disabled label, .radio.disabled label {
  cursor: not-allowed;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.form-control-danger, .form-control-success, .form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.4625rem 1.4625rem;
  background-size: 1.4625rem 1.4625rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-success .checkbox, .has-success .checkbox-inline, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success .text-help, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-success .input-group-addon {
  color: #5cb85c;
  background-color: #eaf6ea;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-success .form-control-feedback {
  color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-success .form-control-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning .text-help, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-warning .input-group-addon {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-warning .form-control-feedback {
  color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-warning .form-control-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger .text-help, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
  color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-danger .input-group-addon {
  color: #d9534f;
  background-color: #fdf7f7;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-danger .form-control-feedback {
  color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.has-danger .form-control-danger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=);
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .input-group > .form-control {
    width: 100%;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn:focus, .btn:hover {
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn.focus {
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary:disabled.focus, .btn-secondary:disabled:focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:focus {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary-outline {
  color: #0275d8;
  background-color: transparent;
  background-image: none;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary-outline.active, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline:focus, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary-outline:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary-outline.disabled.focus, .btn-primary-outline.disabled:focus, .btn-primary-outline:disabled.focus, .btn-primary-outline:disabled:focus {
  border-color: #43a7fd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #43a7fd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary-outline {
  color: #ccc;
  background-color: transparent;
  background-image: none;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary-outline.active, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline:focus, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary-outline.disabled.focus, .btn-secondary-outline.disabled:focus, .btn-secondary-outline:disabled.focus, .btn-secondary-outline:disabled:focus {
  border-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info-outline {
  color: #5bc0de;
  background-color: transparent;
  background-image: none;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info-outline.active, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline:focus, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info-outline.disabled.focus, .btn-info-outline.disabled:focus, .btn-info-outline:disabled.focus, .btn-info-outline:disabled:focus {
  border-color: #b0e1ef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #b0e1ef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success-outline {
  color: #5cb85c;
  background-color: transparent;
  background-image: none;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success-outline.active, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline:focus, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success-outline.disabled.focus, .btn-success-outline.disabled:focus, .btn-success-outline:disabled.focus, .btn-success-outline:disabled:focus {
  border-color: #a3d7a3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning-outline {
  color: #f0ad4e;
  background-color: transparent;
  background-image: none;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning-outline.active, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline:focus, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning-outline.disabled.focus, .btn-warning-outline.disabled:focus, .btn-warning-outline:disabled.focus, .btn-warning-outline:disabled:focus {
  border-color: #f8d9ac;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger-outline {
  color: #d9534f;
  background-color: transparent;
  background-image: none;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger-outline.active, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline:focus, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger-outline.disabled.focus, .btn-danger-outline.disabled:focus, .btn-danger-outline:disabled.focus, .btn-danger-outline:disabled:focus {
  border-color: #eba5a3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
  background-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link, .btn-link:active, .btn-link:focus {
  border-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link:hover {
  border-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.fade.in {
  opacity: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.collapse {
  display: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.collapse.in {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown, .dropup {
  position: relative;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.open > .dropdown-menu {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.open > a {
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: .875rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: .3em solid;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-toolbar {
  margin-left: -5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-toolbar::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn-group {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn .caret {
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-lg > .btn .caret, .btn-lg .caret {
  border-width: .3em .3em 0;
  border-bottom-width: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
  border-width: 0 .3em .3em;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn-group::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .275rem .75rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn > .btn {
  position: relative;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn-group:focus, .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:hover {
  z-index: 3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input > input:checked ~ .c-indicator {
  color: #fff;
  background-color: #0074d9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input > input:focus ~ .c-indicator {
  -webkit-box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
  box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-input + .c-input {
  margin-left: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-checkbox .c-indicator {
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-radio .c-indicator {
  border-radius: 50%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-inputs-stacked .c-input {
  display: inline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-select {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem\9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none\9;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid #ccc;
  -moz-appearance: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-select:focus {
  border-color: #51a7e8;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-select::-ms-expand {
  opacity: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.file-custom::after {
  content: "Choose file...";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-link {
  display: inline-block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-link.disabled {
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-inline .nav-item {
  display: inline-block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-link {
  display: block;
  padding: .5em 1em;
  border: 1px solid transparent;
  border-radius: .25rem .25rem 0 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-pills::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-pills .nav-item {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-pills .nav-link {
  display: block;
  padding: .5em 1em;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-stacked .nav-item {
  display: block;
  float: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar {
  position: relative;
  padding: .5rem 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar {
    border-radius: .25rem;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-full {
  z-index: 1000;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-full {
    border-radius: 0;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-fixed-top {
  top: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-sticky-top {
    border-radius: 0;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-brand > img {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-divider::before {
  content: "\00a0";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-toggleable-sm {
    display: block !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .navbar-toggleable-md {
    display: block !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-nav .nav-item {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-block {
  padding: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-title {
  margin-bottom: .75rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-radius: .25rem .25rem 0 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 .25rem .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-header {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-header:first-child {
  border-radius: .25rem .25rem 0 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 .25rem .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-primary-outline {
  background-color: transparent;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-secondary-outline {
  background-color: transparent;
  border-color: #ccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-info-outline {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-success-outline {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-warning-outline {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-danger-outline {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-inverse .card-footer, .card-inverse .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-inverse .card-blockquote > footer, .card-inverse .card-link, .card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-img {
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-img-top {
  border-radius: .25rem .25rem 0 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.card-img-bottom {
  border-radius: 0 0 .25rem .25rem;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-deck .card {
    display: table-cell;
    width: 1%;
    vertical-align: top;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }
}
@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.breadcrumb {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.breadcrumb::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.breadcrumb > li {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.breadcrumb > li + li::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #818a91;
  content: "/";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.breadcrumb > .active {
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-item {
  display: inline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-link {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.333333;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .275rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager {
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager li {
  display: inline;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager .disabled > span {
  color: #818a91;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager-next > a, .pager-next > span {
  float: right;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pager-prev > a, .pager-prev > span {
  float: left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label:empty {
  display: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-default {
  background-color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-default[href]:focus, .label-default[href]:hover {
  background-color: #687077;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-primary {
  background-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #025aa5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-success {
  background-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-info {
  background-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-danger {
  background-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: .3rem;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.jumbotron-hr {
  border-top-color: #d0d5d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert > p + p {
  margin-top: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-dismissible {
  padding-right: 35px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d0e9c6;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-success hr {
  border-top-color: #c1e2b3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bcdff1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-info hr {
  border-top-color: #a6d5ec;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-info .alert-link {
  color: #245269;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faf2cc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #f7ecb5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebcccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #e4b9b9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress[value] {
  -webkit-appearance: none;
  color: #0074d9;
  border: 0;
  -moz-appearance: none;
  appearance: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress[value]::-webkit-progress-value::before {
  content: attr(value);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress {
    background-color: #eee;
    border-radius: .25rem;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress[width="100%"] {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-striped[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0 ) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media {
  margin-top: 15px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media:first-child {
  margin-top: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-body {
  width: 10000px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-middle {
  vertical-align: middle;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-bottom {
  vertical-align: bottom;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-object {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-right {
  padding-left: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-left {
  padding-right: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item, button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out,-o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-backdrop.in {
  opacity: .5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-header::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-header .close {
  margin-top: -2px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-footer::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .modal-lg {
    width: 900px;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.in {
  opacity: .9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow, .tooltip.tooltip-top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-left .tooltip-arrow, .tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-top .tooltip-arrow, .tooltip.tooltip-bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip.bs-tether-element-attached-right .tooltip-arrow, .tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  line-break: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-bottom, .popover.popover-top {
  margin-top: -10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-bottom .popover-arrow, .popover.popover-top .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-bottom .popover-arrow::after, .popover.popover-top .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-left, .popover.popover-right {
  margin-left: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-left .popover-arrow, .popover.popover-right .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-left .popover-arrow::after, .popover.popover-right .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-top, .popover.popover-bottom {
  margin-top: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-top .popover-arrow::after, .popover.popover-bottom .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-right, .popover.popover-left {
  margin-left: -10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-right .popover-arrow, .popover.popover-left .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover.bs-tether-element-attached-right .popover-arrow::after, .popover.popover-left .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -.7rem -.7rem 0 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover-content {
  padding: 9px 14px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover-arrow, .popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover-arrow {
  border-width: 11px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.popover-arrow::after {
  content: "";
  border-width: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out,-o-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-inner > .carousel-item.active.right, .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-inner > .carousel-item.active.left, .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-inner > .carousel-item.active, .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .active {
  left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .next {
  left: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control .icon-prev::before {
  content: "\2039";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-control .icon-next::before {
  content: "\203a";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pull-xs-left {
  float: left !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pull-xs-right {
  float: right !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-sm-left {
    float: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-sm-right {
    float: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-md-left {
    float: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-md-right {
    float: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-lg-left {
    float: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-lg-right {
    float: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-xl-left {
    float: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-xl-right {
    float: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .pull-xl-none {
    float: none !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-justify {
  text-align: justify !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-xs-left {
  text-align: left !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-xs-right {
  text-align: right !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-md-left {
    text-align: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-md-right {
    text-align: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.font-weight-bold {
  font-weight: 700;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.font-italic {
  font-style: italic;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-muted {
  color: #818a91;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-primary {
  color: #0275d8 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-success {
  color: #5cb85c !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-info {
  color: #5bc0de !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-warning {
  color: #f0ad4e !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.text-danger {
  color: #d9534f !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-faded {
  background-color: #f7f7f9;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-a-0 {
  margin: 0 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-t-0 {
  margin-top: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-r-0 {
  margin-right: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-b-0 {
  margin-bottom: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-l-0 {
  margin-left: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-a-1 {
  margin: 1rem 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-t-1 {
  margin-top: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-r-1 {
  margin-right: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-b-1 {
  margin-bottom: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-l-1 {
  margin-left: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-t-2 {
  margin-top: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-r-2 {
  margin-right: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-b-2 {
  margin-bottom: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-l-2 {
  margin-left: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-a-3 {
  margin: 3rem 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-t-3 {
  margin-top: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-r-3 {
  margin-right: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-b-3 {
  margin-bottom: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-l-3 {
  margin-left: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-a-0 {
  padding: 0 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-t-0 {
  padding-top: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-r-0 {
  padding-right: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-b-0 {
  padding-bottom: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-l-0 {
  padding-left: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-a-1 {
  padding: 1rem 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-t-1 {
  padding-top: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-r-1 {
  padding-right: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-b-1 {
  padding-bottom: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-l-1 {
  padding-left: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-t-2 {
  padding-top: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-r-2 {
  padding-right: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-b-2 {
  padding-bottom: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-l-2 {
  padding-left: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-a-3 {
  padding: 3rem 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-t-3 {
  padding-top: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-r-3 {
  padding-right: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-b-3 {
  padding-bottom: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-l-3 {
  padding-left: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-xl-up {
    display: none !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.hidden-xl-down {
  display: none !important;
}

/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .visible-print-block {
    display: block !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .visible-print-inline {
    display: inline !important;
  }
}
/* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  /* line 5, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap.min.css */
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2016 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
/* line 10, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 10, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 11, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-lg {
  padding-left: 61px;
}

/* line 11, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 12, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-sm {
  padding-left: 38px;
}

/* line 12, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 13, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-xs {
  padding-left: 30px;
}

/* line 13, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 14, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

/* line 14, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 15, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-lg {
  padding-left: 61px;
}

/* line 15, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 16, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-sm {
  padding-left: 38px;
}

/* line 16, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 17, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-xs {
  padding-left: 30px;
}

/* line 17, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 18, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 19, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 20, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 21, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 22, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 22, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 23, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 24, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 24, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 25, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none;
}

/* line 26, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 27, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

/* line 28, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 28, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 29, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 30, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 30, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 31, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

/* line 32, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 33, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

/* line 34, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 34, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 35, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 36, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 36, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 37, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

/* line 38, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 39, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

/* line 40, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 40, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 41, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 42, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 42, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 43, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

/* line 44, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 45, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* line 46, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 46, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 47, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 48, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 49, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

/* line 50, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 51, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

/* line 52, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 52, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 53, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 54, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 54, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 55, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

/* line 56, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 57, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

/* line 58, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 58, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 59, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 60, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 60, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 61, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

/* line 62, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 63, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-github .badge {
  color: #444;
  background-color: #fff;
}

/* line 64, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 64, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 65, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 66, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 66, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 67, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none;
}

/* line 68, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 69, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

/* line 70, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 70, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 71, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 72, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 72, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 73, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

/* line 74, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 75, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

/* line 76, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 76, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 77, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 78, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 78, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 79, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

/* line 80, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 81, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

/* line 82, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 82, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 83, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 84, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 84, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 85, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

/* line 86, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 87, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

/* line 88, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 88, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 89, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 90, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 90, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 91, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
  background-image: none;
}

/* line 92, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 93, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

/* line 94, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 94, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 95, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 96, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 96, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 97, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none;
}

/* line 98, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 99, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

/* line 100, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 100, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 101, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 102, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 102, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 103, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

/* line 104, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 105, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

/* line 106, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 106, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 107, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit:hover {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 108, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 108, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 109, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

/* line 110, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 111, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

/* line 112, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 112, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 113, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud:hover {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 114, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 114, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 115, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

/* line 116, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 117, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

/* line 118, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 118, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 119, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 120, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 120, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 121, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

/* line 122, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 123, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

/* line 124, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 124, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 125, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 126, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 126, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 127, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

/* line 128, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 129, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

/* line 130, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 130, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 131, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 132, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 132, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 133, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

/* line 134, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 135, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

/* line 136, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 136, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 137, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 138, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 138, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 139, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

/* line 140, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 141, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

/* line 142, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 142, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 143, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 144, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 144, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 145, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

/* line 146, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 147, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/bootstrap/dist/css/bootstrap-social.css */
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/fonts/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/fonts/glyphicons/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/glyphicons/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/fonts/glyphicons/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/fonts/glyphicons/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/fonts/glyphicons/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}
/* line 11, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 26, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 29, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 33, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 36, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 39, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 42, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 48, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 51, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 54, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 57, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 60, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 63, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 66, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 69, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 72, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 75, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 78, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 81, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 84, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 87, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 90, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 93, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 96, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 99, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 102, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 105, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 108, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 111, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 114, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 117, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 120, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 123, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 126, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 129, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 132, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 135, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 138, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 141, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 144, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 147, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 150, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 153, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 156, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 159, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 162, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 165, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 168, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 171, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 174, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 177, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 180, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 183, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 186, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 189, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 192, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 195, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 198, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 201, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 204, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 207, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 210, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 213, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 216, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 219, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 222, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 225, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 228, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 231, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 234, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 237, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 240, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 243, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 246, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 249, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 252, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 255, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 258, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 261, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 264, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 267, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 270, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 273, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 276, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 279, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 282, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 285, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 288, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 291, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 294, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 297, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 300, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 303, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 306, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 309, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 312, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 315, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 318, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 321, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 324, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 327, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 330, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 333, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 336, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 339, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 342, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 345, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 348, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 351, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 354, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 357, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 360, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 363, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 366, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 369, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 372, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 375, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 378, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 381, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 384, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 387, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 390, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 393, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 396, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 399, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 402, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 405, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 408, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 411, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 414, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 417, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 420, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 423, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 426, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 429, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 432, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 435, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 438, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 441, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 444, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 447, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 450, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 453, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 456, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 459, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 462, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 465, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 468, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 471, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 474, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 477, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 480, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 483, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 486, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 489, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 492, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 495, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 498, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 501, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 504, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 507, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 510, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 513, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 516, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 519, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 522, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 525, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 528, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 531, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 534, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 537, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 540, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 543, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 546, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 549, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 552, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 555, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 558, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 561, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 564, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 567, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 570, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 573, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 576, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 579, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 582, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 585, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 588, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 591, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 594, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 597, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 600, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 603, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 606, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 609, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 612, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 615, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 618, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 621, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 624, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 627, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 630, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 633, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 636, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 639, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 642, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 645, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 648, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 651, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 654, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 657, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 660, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 663, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 666, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 669, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 672, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 675, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 678, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 681, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 684, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 687, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 690, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 693, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 696, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 699, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 702, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 705, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 708, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 711, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 714, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 717, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 720, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 723, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 726, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 729, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 732, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 735, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 738, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 741, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 744, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 747, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 750, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 753, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 756, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 759, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 762, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 765, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 768, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 771, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 774, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 777, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 780, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 783, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 786, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 789, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 792, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 795, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 798, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 801, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 804, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 807, /home/rails/purrinc/vendor/assets/flatkit/fonts/glyphicons/glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.card, blockquote, pre {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand:hover, .pagination > li > a, a, a:focus, a:hover {
  text-decoration: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[flex], [layout] {
  box-sizing: border-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-1x, .list-icon div, .text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .text-u-c {
  text-transform: uppercase;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .pointer, .ui-check, .ui-switch, a {
  cursor: pointer;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
html {
  background-color: #e0e0e0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
body {
  color: rgba(0, 0, 0, 0.87);
  font-size: .875rem;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label.no-bg, a, pre {
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
:focus {
  outline: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a {
  outline: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a:focus, a:hover {
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
pre {
  background-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
small {
  font-size: 90%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
sup {
  position: relative;
  top: -1em;
  font-size: 75%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pull-center {
  position: absolute;
  left: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.close {
  font-size: 1.3rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-center {
  text-align: center;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-left {
  text-align: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-right {
  text-align: right;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon, .nav-icon, .progress-bar {
  text-align: center;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pull-left {
  float: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pull-right {
  float: right;
}

@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .pull-none-sm {
    float: none !important;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label {
  padding: .25em .5em;
  font-weight: 700;
  background-color: #b8b8b8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-outline, .label.no-bg {
  background-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label.up {
  position: relative;
  top: -10px;
  min-width: 4px;
  min-height: 4px;
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label-lg {
  font-size: 1.33rem;
  padding: 5px 9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label-sm {
  padding: 1px 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.label-xs {
  padding: 0 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item.active > .label, .nav-pills > .active > a > .label {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn {
  font-weight: 500;
  outline: 0 !important;
  border-width: 0;
  padding: .4375rem 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .md-btn:focus {
  outline: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn:not([disabled]).active, .btn:not([disabled]):focus, .btn:not([disabled]):hover {
  box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, 0.2);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn > i.pull-left, .btn > i.pull-right {
  line-height: 1.5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.rounded {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-lg {
  padding: .8125rem 1.25rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-sm {
  padding: .3445rem .75rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-xs {
  padding: .1565rem .5rem;
  font-size: .8rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-outline {
  border-width: 1px;
  box-shadow: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-primary:focus, .btn.b-primary:hover, .btn.primary:focus, .btn.primary:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.accent:focus, .btn.accent:hover, .btn.b-accent:focus, .btn.b-accent:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-warn:focus, .btn.b-warn:hover, .btn.warn:focus, .btn.warn:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-success:focus, .btn.b-success:hover, .btn.success:focus, .btn.success:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-info:focus, .btn.b-info:hover, .btn.info:focus, .btn.info:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-warning:focus, .btn.b-warning:hover, .btn.warning:focus, .btn.warning:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-danger:focus, .btn.b-danger:hover, .btn.danger:focus, .btn.danger:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-dark:focus, .btn.b-dark:hover, .btn.dark:focus, .btn.dark:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-black:focus, .btn.b-black:hover, .btn.black:focus, .btn.black:hover {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-white:focus, .btn.b-white:hover {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.b-light:focus, .btn.b-light:hover {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon {
  padding: 0 !important;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  position: relative;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  line-height: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-xs {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-sm {
  width: 1.775rem;
  height: 1.775rem;
  line-height: 1.775rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-lg {
  width: 3.167rem;
  height: 3.167rem;
  line-height: 3.167rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-social i:last-child {
  top: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-social.active i:first-child, .btn-icon.btn-social:focus i:first-child, .btn-icon.btn-social:hover i:first-child {
  top: -100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-social.active i:last-child, .btn-icon.btn-social:focus i:last-child, .btn-icon.btn-social:hover i:last-child {
  top: 0;
  color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-icon.btn-social-colored i:first-child {
  color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.btn-default, .btn.white {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn.btn-default:not([disabled]).active, .btn.btn-default:not([disabled]):focus, .btn.btn-default:not([disabled]):hover, .btn.white:not([disabled]).active, .btn.white:not([disabled]):focus, .btn.white:not([disabled]):hover {
  box-shadow: inset 0 -10rem 0 rgba(158, 158, 158, 0.1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-default {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-groups .btn {
  margin-bottom: .25rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.btn-fw {
  min-width: 7rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  margin-left: -10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu {
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu > li:not(.dropdown-item) > a {
  display: block;
  padding: 3px 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu > li:not(.dropdown-item) > a:focus, .dropdown-menu > li:not(.dropdown-item) > a:hover {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu > .divider {
  height: 1px;
  margin: .5rem 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal-open-aside, .modal.inactive {
  overflow: visible;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu .active {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.pull-left {
  left: auto !important;
  right: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.pull-right {
  left: auto;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.pull-up {
  top: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.pull-down {
  top: 100% !important;
  left: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropup .dropdown-menu {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropup .dropdown-menu.pull-right {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.datepicker, .dropdown-menu.timepicker {
  padding: 6px;
  font-size: .8rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.datepicker .btn, .dropdown-menu.timepicker .btn {
  font-size: .8rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.datepicker .btn.btn-primary, .dropdown-menu.timepicker .btn.btn-primary {
  background-color: #6887ff;
  color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu.datepicker .btn:not(:hover), .dropdown-menu.timepicker .btn:not(:hover) {
  box-shadow: 0 0 1px transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-item {
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-divider {
  background-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-menu-scale {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.open > .dropdown-menu-scale {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  display: block !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-header {
  padding: 8px 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-submenu {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-submenu:focus > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-bottom: -6px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.popover {
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 543px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .pull-none-xs {
    float: none !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .dropdown-menu.pull-none-xs {
    left: 0;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control {
  border-color: rgba(120, 130, 140, 0.2);
  border-radius: 0;
  min-height: 2.375rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control:focus {
  border-color: rgba(120, 130, 140, 0.3);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control-lg {
  min-height: 3.75rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control-sm {
  min-height: 2rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-control-spin {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.input-group-addon {
  border-color: rgba(120, 130, 140, 0.2) !important;
  background-color: transparent;
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-group-stack .form-control {
  margin-top: -1px;
  position: relative;
  border-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-group-stack .form-control:active, .form-group-stack .form-control:focus {
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-validation .form-control.ng-dirty.ng-invalid {
  border-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-validation .form-control.ng-dirty.ng-valid, .form-validation .form-control.ng-dirty.ng-valid:focus {
  border-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-validation .ui-checks .ng-invalid.ng-dirty + i {
  border-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-file {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.form-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.input-group-sm > .form-control {
  min-height: 1.95rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
option {
  color: #222;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group {
  border-radius: 3px;
  background: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-radius .list-group-item {
  border-radius: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-borders .list-group-item {
  border: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-border .list-group-item:first-child {
  border-top-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-border .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.no-bg .list-group-item {
  background-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group.list-group-gap {
  background: 0 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item {
  border-color: rgba(120, 130, 140, 0.065);
  background: 0 0;
  padding: 12px 16px;
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item.media {
  margin-top: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
  border-color: rgba(120, 130, 140, 0.065);
  border-bottom-color: rgba(120, 130, 140, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item:first-child {
  border-top-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-item:last-child {
  border-bottom-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-alt .list-group-item.active:nth-child(2n+2), .list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-lg .list-group-item {
  padding: 16px 24px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-md .list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-sm .list-group-item {
  padding: 10px 12px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-gap .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-gap .list-group-item:first-child {
  border-top-color: rgba(120, 130, 140, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-group-gap .list-group-item:last-child {
  border-bottom-color: rgba(120, 130, 140, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.list-group-item {
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.list-group-item.hover, a.list-group-item:focus, a.list-group-item:hover {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal .left {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal .right, .modal .top {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal .right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal .top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal .bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.in .bottom, .modal.in .left, .modal.in .right, .modal.in .top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.inactive {
  bottom: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .left, .modal > .right {
  position: fixed;
  z-index: 1055;
  bottom: 0;
  top: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .left {
  left: 0;
  right: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .right {
  left: auto;
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .bottom, .modal > .top {
  position: fixed;
  z-index: 1055;
  left: 0;
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .top {
  top: 0;
  bottom: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal > .bottom {
  top: auto;
  bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-link, .nav-tabs {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal-content, .modal-footer, .modal-header {
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.aside, .modal-content {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.aside-header, .aside-header .close {
  color: inherit !important;
  background-color: transparent !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.aside-footer, .aside-header {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav, .nav-item, .nav-link {
  border: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.aside-title {
  font-size: 1.2rem;
  margin: .45rem 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-right-big {
  -webkit-animation: fadeOutLeftBig .5s;
  animation: fadeOutLeftBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-left-big {
  -webkit-animation: fadeOutRightBig .5s;
  animation: fadeOutRightBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-up-big {
  -webkit-animation: fadeOutUpBig .5s;
  animation: fadeOutUpBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-down-big {
  -webkit-animation: fadeOutDownBig .5s;
  animation: fadeOutDownBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-right {
  -webkit-animation: fadeOutLeft .5s;
  animation: fadeOutLeft .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-left {
  -webkit-animation: fadeOutRight .5s;
  animation: fadeOutRight .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-up {
  -webkit-animation: fadeOutUp .5s;
  animation: fadeOutUp .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .fade-down {
  -webkit-animation: fadeOutDown .5s;
  animation: fadeOutDown .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .flip-x {
  -webkit-animation: flipOutX .5s;
  animation: flipOutX .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .flip-y {
  -webkit-animation: flipOutY .5s;
  animation: flipOutY .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .zoom {
  -webkit-animation: zoomOut .5s;
  animation: zoomOut .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .roll {
  -webkit-animation: rollOut .5s;
  animation: rollOut .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .bounce {
  -webkit-animation: bounceOut .5s;
  animation: bounceOut .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate .rotate {
  -webkit-animation: rotateOut .5s;
  animation: rotateOut .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-right-big {
  -webkit-animation: fadeInRightBig .5s;
  animation: fadeInRightBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-left-big {
  -webkit-animation: fadeInLeftBig .5s;
  animation: fadeInLeftBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-up-big {
  -webkit-animation: fadeInUpBig .5s;
  animation: fadeInUpBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-down-big {
  -webkit-animation: fadeInDownBig .5s;
  animation: fadeInDownBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-right {
  -webkit-animation: fadeInRight .5s;
  animation: fadeInRight .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-left {
  -webkit-animation: fadeInLeft .5s;
  animation: fadeInLeft .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-up {
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .fade-down {
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .flip-x {
  -webkit-animation: flipInX .5s;
  animation: flipInX .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .flip-y {
  -webkit-animation: flipInY .5s;
  animation: flipInY .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .zoom {
  -webkit-animation: zoomIn .5s;
  animation: zoomIn .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .roll {
  -webkit-animation: rollIn .5s;
  animation: rollIn .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .bounce {
  -webkit-animation: bounceIn .5s;
  animation: bounceIn .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.modal.animate.in .rotate {
  -webkit-animation: rotateIn .5s;
  animation: rotateIn .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-md .nav-link {
  padding: .5rem 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-sm .nav-link {
  padding: .25rem .75rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-xs .nav-link {
  padding: .15rem .5rem;
  font-size: 90%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-rounded .nav-link {
  border-radius: 2rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-tabs {
  border-bottom-width: 0;
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-tabs .nav-link {
  background: 0 0 !important;
  color: inherit !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: rgba(120, 130, 140, 0.13);
  border-bottom-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tab-content.tab-alt .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tab-content.tab-alt .tab-pane.active {
  height: auto;
  overflow: visible;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-justified .nav-item {
  display: table-cell;
  width: 1%;
  float: none !important;
  text-align: center;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-lists .nav-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border .nav-link:before {
  content: '';
  position: absolute;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border .nav-link.active:before, .nav-active-border .nav-link:focus:before, .nav-active-border .nav-link:hover:before {
  left: 0;
  right: 0;
  border-bottom-color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border.top .nav-link:before {
  bottom: auto;
  top: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border.left .nav-link {
  float: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border.left .nav-link:before {
  border-bottom-width: 0;
  right: auto;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  left: 0;
  top: 50%;
  bottom: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border.left .nav-link.active:before, .nav-active-border.left .nav-link:focus:before, .nav-active-border.left .nav-link:hover:before {
  top: 0;
  bottom: 0;
  border-left-color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-border.left.right .nav-link:before {
  left: auto;
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.breadcrumb {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.breadcrumb > li + li:before {
  content: '/ ';
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-content::after, .arrow:after, .arrow:before, .list-body:after, .list-item::after, .navside .nav li a::after, .ui-check > i:before {
  content: "";
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar {
  border: none;
  margin: 0;
  padding: 0 1rem;
  flex-shrink: 0;
  min-height: 3.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .up {
  margin: 0 -.6em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-item, .tl-content.panel {
  margin-bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .avatar {
  top: -2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-item {
  margin-right: 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand, .navbar-item, .navbar-nav > .nav-item > .nav-link, .navbar-nav > .nav-link {
  padding: 0;
  line-height: 3.5rem;
  white-space: nowrap;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-md {
  min-height: 4rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-md .navbar-brand, .navbar-md .navbar-item, .navbar-md .navbar-nav > .nav-item > .nav-link, .navbar-md .navbar-nav > .nav-link {
  line-height: 4rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-sm {
  min-height: 3rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-sm .navbar-brand, .navbar-sm .navbar-item, .navbar-sm .navbar-nav > .nav-item > .nav-link, .navbar-sm .navbar-nav > .nav-link {
  line-height: 3rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand img, .navbar-brand svg {
  max-height: 24px;
  vertical-align: -4px;
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand > span {
  display: inline-block;
  line-height: .8;
  margin-left: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand.md img, .navbar-brand.md svg {
  max-height: 32px;
  vertical-align: -8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar-brand.lg img, .navbar-brand.lg svg {
  max-height: 48px;
  vertical-align: -16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pull-center .navbar-brand {
  margin-left: -50%;
  float: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .collapse.in, .navbar .collapsing {
  clear: left;
  padding-bottom: 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .navbar-nav, .collapsing .navbar-nav {
  float: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-item, .collapsing .navbar-nav:not(.navbar-nav-inline) .nav-item {
  float: none;
  margin: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .navbar-nav:not(.navbar-nav-inline) .nav-link, .collapsing .navbar-nav:not(.navbar-nav-inline) .nav-link {
  display: block;
  line-height: 2 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .navbar-form, .collapsing .navbar-form {
  margin: 0 !important;
  padding: .5rem 0;
  float: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .nav-active-border, .collapsing .nav-active-border {
  border-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.collapse.in .dropdown-menu-scale, .collapsing .dropdown-menu-scale {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pager .page-item, .pager > li > a, .pager > li > span, .pagination .page-item, .pagination > li > a, .pagination > li > span {
  color: inherit !important;
  background-color: transparent !important;
  border-color: rgba(120, 130, 140, 0.13) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pager .page-item:focus, .pager .page-item:hover, .pager > li > a:focus, .pager > li > a:hover, .pager > li > span:focus, .pager > li > span:hover, .pagination .page-item:focus, .pagination .page-item:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  border-color: rgba(120, 130, 140, 0.13);
  background-color: rgba(0, 0, 0, 0.065);
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pager .page-item.active, .pager > .active > a, .pager > .active > span, .pagination .page-item.active, .pagination > .active > a, .pagination > .active > span {
  color: #fff !important;
  background-color: #0cc2aa !important;
  border-color: #0cc2aa !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pagination > li {
  display: inline;
  list-style: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pagination > li > a {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pagination > li > a:focus {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

@media (hover: hover) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .pagination > li > a:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress[value]::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress {
  border-radius: .25rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-bar {
  display: inline-block;
  float: left;
  height: 100%;
  border-radius: .25rem;
  background-color: #0074d9;
  font-size: .8em;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar, .avatar img {
  border-radius: 500px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-xxs {
  height: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-xs {
  height: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-sm {
  height: 12px;
  font-size: .8em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.col-0 {
  clear: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row.no-gutter [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row {
  margin-left: -12px;
  margin-right: -12px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-sm {
  margin-left: -8px;
  margin-right: -8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-sm [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-xs {
  margin-left: -4px;
  margin-right: -4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-xs [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}

@media (max-width: 991px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-2 [class*=col] {
    width: 50%;
    float: left;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-2 .col-0 {
    clear: none;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row {
    margin-left: -4px;
    margin-right: -4px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row [class*=col-] {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.panel .table {
  border-color: rgba(120, 130, 140, 0.045) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table-bordered, .table > thead > tr > th {
  border-color: rgba(120, 130, 140, 0.045);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
  padding-left: 16px;
  padding-right: 16px;
  border-color: rgba(120, 130, 140, 0.045);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table > thead > tr > th {
  padding: 10px 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table-condensed tbody > tr > td, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > td, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed thead > tr > th {
  padding: 5px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table-striped > thead > th {
  background-color: rgba(0, 0, 0, 0.025);
  border-right: 1px solid rgba(120, 130, 140, 0.045);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table-striped > thead > th:last-child {
  border-right: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom:after, .arrow.right:after, .arrow.top:after {
  border-right-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.table td.active, .table th.active, .table tr.active, .table-hover tr:hover {
  background-color: rgba(0, 0, 0, 0.065) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow {
  position: absolute;
  z-index: 10;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow:after, .arrow:before {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 9px;
  border-color: transparent;
  border-style: solid;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow:after {
  border-width: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.top.pull-in {
  top: -4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.top:before {
  border-bottom-color: rgba(120, 130, 140, 0.13);
  border-top-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.top:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-bottom-color: inherit;
  border-left-color: transparent;
  border-top-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.right {
  top: 50%;
  right: 0;
  margin-top: -9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.right.pull-in {
  right: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.right:before {
  border-left-color: rgba(120, 130, 140, 0.13);
  border-right-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.right:after {
  top: 1px;
  left: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
  border-right-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom:after, .arrow.left:after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom {
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom.pull-in {
  bottom: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom:before {
  border-top-color: rgba(120, 130, 140, 0.13);
  border-bottom-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.bottom:after {
  top: 0;
  left: 1px;
  border-top-color: inherit;
  border-bottom-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.left.pull-in {
  left: -4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.left:before {
  border-right-color: rgba(120, 130, 140, 0.13);
  border-left-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.left:after {
  top: 1px;
  left: 1px;
  border-top-color: transparent;
  border-right-color: inherit;
  border-left-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.pull-left {
  left: 18px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.pull-right {
  left: auto;
  right: 26px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.pull-top {
  top: 18px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.pull-bottom {
  top: auto;
  bottom: 26px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.arrow.b-accent:before, .arrow.b-danger:before, .arrow.b-dark:before, .arrow.b-info:before, .arrow.b-primary:before, .arrow.b-success:before, .arrow.b-warning:before {
  border-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar img {
  width: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.bottom, .avatar i.right {
  left: auto;
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.bottom, .avatar i.left {
  top: auto;
  bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.on {
  background-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.off {
  background-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.away {
  background-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar i.busy {
  background-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-32 i {
  margin: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-48 i {
  margin: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-56 i {
  margin: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-64 i {
  margin: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-96 i {
  margin: 9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.avatar.w-128 i {
  margin: 14px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-col {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-col > [class*=col-], .row-col > [class*=" col-"] {
  vertical-align: top;
  float: none;
  padding: 0;
  position: static;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-body, .box-footer, .box-header {
  padding: 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-row {
  display: table-row;
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ie .row-body, .row-cell {
  display: table-cell;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-cell {
  vertical-align: top;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.v-m {
  vertical-align: middle !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.v-t {
  vertical-align: top !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.v-b {
  vertical-align: bottom !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.easyPieChart canvas, .navbar .nav-text, .sl-icon > i, .ui-check > i {
  vertical-align: middle;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.v-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col > [class*=col-lg], .row-col > [class*=" col-lg"] {
    display: table-cell;
    height: 100%;
  }
}
@media (min-width: 768px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col > [class*=col-md], .row-col > [class*=" col-md"] {
    display: table-cell;
    height: 100%;
  }
}
@media (min-width: 544px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col > [class*=col-sm], .row-col > [class*=" col-sm"] {
    display: table-cell;
    height: 100%;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.row-col > [class*=col-xs], .row-col > [class*=" col-xs"] {
  display: table-cell;
  height: 100%;
}

@media (max-width: 543px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col-xs {
    display: block;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col-xs .row-body {
    overflow: visible !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .row-col-xs .row-inner {
    position: static;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box, .box-color {
  background-color: #fff;
  position: relative;
  margin-bottom: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-header {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-header h2, .box-header h3, .box-header h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-header h3 {
  font-size: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-header h4 {
  font-size: 15px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-header small {
  display: block;
  margin-top: 4px;
  opacity: .6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-divider {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0 16px;
  height: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check > i, .ui-check > span {
  margin-left: -20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-tool {
  position: absolute;
  right: 16px;
  top: 14px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-shadow, .box-shadow .box, .box-shadow .box-color {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.03);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-shadow-z0, .box-shadow-z0 .box, .box-shadow-z0 .box-color {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-shadow-z1, .box-shadow-z1 .box, .box-shadow-z1 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-shadow-z2, .box-shadow-z2 .box, .box-shadow-z2 .box-color {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-shadow-z3, .box-shadow-z3 .box, .box-shadow-z3 .box-color {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.02);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-radius-1x, .box-radius-1x .box, .box-radius-1x .box-color {
  border-radius: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-radius-2x, .box-radius-2x .box, .box-radius-2x .box-color {
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box-radius-3x, .box-radius-3x .box, .box-radius-3x .box-color {
  border-radius: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check {
  position: relative;
  padding-left: 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input:checked + i:before {
  left: 5px;
  top: 5px;
  width: 6px;
  height: 6px;
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input:checked + span .active {
  display: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input[type=radio] + i, .ui-check input[type=radio] + i:before {
  border-radius: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input[disabled] + i, fieldset[disabled] .ui-check input + i {
  border-color: rgba(134, 143, 152, 0.2);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check input[disabled] + i:before, fieldset[disabled] .ui-check input + i:before {
  background-color: rgba(134, 143, 152, 0.2);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check > i {
  width: 16px;
  height: 16px;
  line-height: 1;
  box-shadow: 0 0 1px rgba(120, 130, 140, 0.35);
  margin-top: -2px;
  display: inline-block;
  margin-right: 4px;
  background-clip: padding-box;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check > i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check > span .active {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check.ui-check-color input:checked + i:before {
  background-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check-md input:checked + i:before {
  left: 6px;
  top: 6px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check-md > i {
  width: 18px;
  height: 18px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check-lg input:checked + i:before {
  width: 12px;
  height: 12px;
  left: 9px;
  top: 9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-check-lg > i {
  width: 30px;
  height: 30px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[layout] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[layout=column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[layout=row] {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[layout-wrap] {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[layout-fill] {
  margin: 0;
  min-height: 100%;
  width: 100%;
}

@-moz-document url-prefix() {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-footer, .app-header {
  left: 0;
  right: 0;
  margin: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[flex] {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[flex-no-shrink] {
  flex-shrink: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
html {
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
body {
  height: auto;
  min-height: 100%;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-aside, .app-fixed .app {
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-aside {
  position: fixed !important;
  z-index: 1030;
  float: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-content {
  box-shadow: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-content::after {
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-header {
  position: fixed;
  top: 0;
  z-index: 1020;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-header ~ .app-body {
  padding-top: 3.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-header.navbar-md ~ .app-body {
  padding-top: 4rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-header.navbar-sm ~ .app-body {
  padding-top: 3rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-body-inner {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-footer:not(.hide) ~ .app-body {
  padding-bottom: 3.125rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-fixed {
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-fixed .app-content {
  position: relative;
  min-height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.app-fixed .app-footer {
  margin-left: 0;
}

@media (min-width: 992px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside {
    opacity: 1;
    display: block !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside, .app-aside .scroll {
    width: 12.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.lg:not(.folded), .app-aside.lg:not(.folded) .scroll {
    width: 13.75rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.lg:not(.hide) ~ .app-content {
    margin-left: 13.75rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.sm:not(.folded), .app-aside.sm:not(.folded) .scroll {
    width: 11.25rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.sm:not(.hide) ~ .app-content {
    margin-left: 11.25rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.folded {
    width: 4rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.folded:not(.hide) ~ .app-content {
    margin-left: 4rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.folded.md {
    width: 5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.folded.md:not(.hide) ~ .app-content {
    margin-left: 5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside:not(.hide) ~ .app-content {
    margin-left: 12.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside .left {
    position: absolute;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .hide-scroll {
    width: auto;
    margin-right: -17px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside.modal {
    width: 100%;
    position: fixed;
    z-index: 1050;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside .left {
    position: fixed;
    width: 304px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app .container, body.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media print {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .app-aside, .app-footer, .app-header, .switcher {
    display: none;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ie9 .app-aside {
  position: static !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ie9 .app-aside .left {
  width: inherit;
  position: absolute;
}

@media (min-width: 992px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container, body.container .container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside {
    left: inherit;
    right: auto;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.lg ~ .app-content .app-header {
    width: 45rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.sm ~ .app-content .app-header {
    width: 47.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.folded ~ .app-content .app-header {
    width: 54.75rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.folded.md ~ .app-content .app-header {
    width: 53.75rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside ~ .app-content .app-header {
    width: 46.25rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-header {
    left: inherit;
    right: auto;
    margin-left: 0;
    width: 58.75rem;
  }
}
@media (min-width: 1200px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.lg ~ .app-content .app-header {
    width: 57.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.sm ~ .app-content .app-header {
    width: 60rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.folded ~ .app-content .app-header {
    width: 67.25rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside.folded.md ~ .app-content .app-header {
    width: 66.25rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-aside ~ .app-content .app-header {
    width: 58.75rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  body.container .app-header {
    width: 71.25rem;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list {
  padding-left: 0;
  padding-right: 0;
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list.no-border {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-item {
  display: block;
  position: relative;
  padding: 12px 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-item::after {
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-border .list-body:after, .pace-inactive {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-item:last-child .list-body:after {
  border: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-border .list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-padding .list-item {
  padding-left: 0;
  padding-right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-left {
  float: left;
  padding-right: 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-left + .list-body {
  margin-left: 56px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-body h3 {
  font-size: 16px;
  margin: 0 0 3px;
  font-weight: 400;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-body:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.inset .list-body:after {
  left: 72px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pace .pace-progress {
  background: #0cc2aa;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #0cc2aa;
  border-left-color: #0cc2aa;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner .4s linear infinite;
  -moz-animation: loading-bar-spinner .4s linear infinite;
  -ms-animation: loading-bar-spinner .4s linear infinite;
  -o-animation: loading-bar-spinner .4s linear infinite;
  animation: loading-bar-spinner .4s linear infinite;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-icon i, .navside .nav li {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside, .navside .nav {
  border: inherit;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside ul {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside [flex] {
  overflow: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li {
  border: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li li a {
  line-height: 2rem;
  padding-left: 3.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li li a .nav-text {
  padding: .4375rem 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li li li a {
  padding-left: 4.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li li li li a {
  padding-left: 5.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li a, .navside .nav-header {
  padding: 0 1rem;
  line-height: 2.25rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li a {
  display: block;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li a::after {
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li a:focus, .navside .nav li a:hover, .navside .nav li.active {
  background-color: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li.active > a {
  background-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav li.active > a .nav-caret i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav-header:focus, .navside .nav-header:hover {
  background-color: transparent !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav-header:after {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-text, .nav-text small, .nav-text span {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .navbar-brand {
  float: none;
  margin-right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-fold {
  padding: .75rem 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-text {
  line-height: 1.125rem;
  padding: .5625rem 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav > li > a .nav-text {
  font-weight: 500;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .nav-text {
  opacity: .75;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navside .active > a > .nav-text, .navside a:focus > .nav-text, .navside a:hover > .nav-text {
  opacity: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .nav-text {
  line-height: 1;
  display: inline-block;
  padding: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .nav-text span.text-xs {
  margin-top: .25rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-icon {
  float: left;
  line-height: inherit;
  margin-right: 1rem;
  top: 0;
  min-width: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-icon i img, .nav-icon i svg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .nav-icon {
  margin-right: .5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-label {
  float: right;
  margin-left: 1rem;
  font-style: normal;
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .nav-label {
  margin-left: .5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-caret {
  float: right;
  margin-left: 1rem;
  opacity: .45;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blur-5, .opacity {
  opacity: .5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-caret i {
  -webkit-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.navbar .nav-caret {
  margin-left: .5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .4s ease 0s;
  transition: max-height .4s ease 0s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.active > .nav-sub {
  max-height: 50rem;
}

@media (min-width: 992px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .hidden-folded, .folded .nav li ul, .folded .nav > li > a .nav-caret, .folded .nav > li > a .nav-text {
    display: none;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav > li > a, .folded .navbar {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded, .folded .scroll {
    width: 4rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.md, .folded.md .scroll {
    width: 5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav > li > a .nav-label {
    position: absolute;
    top: -6px;
    right: 6px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav > li > a .nav-icon {
    float: none;
    line-height: 2.5rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.show-text .nav > li > a .nav-text {
    display: block;
    margin-top: -18px;
    font-size: .85em;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .navbar-brand {
    float: none;
    margin: 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav-stacked .nav {
    margin: 0 12px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav-fold {
    padding: 8px 16px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav-fold .pull-left {
    float: none !important;
    margin: 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded .nav-fold .pull-left img {
    width: 100%;
    height: auto;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand {
    -webkit-transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active, .folded.nav-expand.active .scroll, .folded.nav-expand:focus, .folded.nav-expand:focus .scroll, .folded.nav-expand:hover, .folded.nav-expand:hover .scroll {
    width: 12.5rem !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active > *, .folded.nav-expand:focus > *, .folded.nav-expand:hover > * {
    width: 12.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .hidden-folded, .folded.nav-expand:focus .hidden-folded, .folded.nav-expand:hover .hidden-folded {
    display: block;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .hidden-folded.inline, .folded.nav-expand:focus .hidden-folded.inline, .folded.nav-expand:hover .hidden-folded.inline {
    display: inline-block;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav li ul, .folded.nav-expand:focus .nav li ul, .folded.nav-expand:hover .nav li ul {
    display: inherit;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li:focus > ul, .folded.nav-dropdown .nav > li:hover > ul, .folded.nav-expand.active .nav > li > a .nav-caret, .folded.nav-expand.active .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-caret, .folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand:hover .nav > li > a .nav-caret, .folded.nav-expand:hover .nav > li > a .nav-text, .nav-dropup .nav > li:focus > ul, .nav-dropup .nav > li:hover > ul {
    display: block;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav > li > a, .folded.nav-expand:focus .nav > li > a, .folded.nav-expand:hover .nav > li > a {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav > li > a .nav-text, .folded.nav-expand:focus .nav > li > a .nav-text, .folded.nav-expand:hover .nav > li > a .nav-text {
    font-size: 1em;
    margin: 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav > li > a .nav-label, .folded.nav-expand:focus .nav > li > a .nav-label, .folded.nav-expand:hover .nav > li > a .nav-label {
    position: static;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav > li > a .nav-icon, .folded.nav-expand:focus .nav > li > a .nav-icon, .folded.nav-expand:hover .nav > li > a .nav-icon {
    float: left;
    line-height: inherit;
    margin-right: 16px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .navbar, .folded.nav-expand:focus .navbar, .folded.nav-expand:hover .navbar {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-stacked .nav, .folded.nav-expand:focus .nav-stacked .nav, .folded.nav-expand:hover .nav-stacked .nav {
    margin: 0 8px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-stacked .nav > li > a, .folded.nav-expand:focus .nav-stacked .nav > li > a, .folded.nav-expand:hover .nav-stacked .nav > li > a {
    padding: 0 8px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-fold, .folded.nav-expand:focus .nav-fold, .folded.nav-expand:hover .nav-fold {
    padding: 12px 16px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-fold .pull-left, .folded.nav-expand:focus .nav-fold .pull-left, .folded.nav-expand:hover .nav-fold .pull-left {
    float: left !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-fold .pull-left img, .folded.nav-expand:focus .nav-fold .pull-left img, .folded.nav-expand:hover .nav-fold .pull-left img {
    height: auto;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-fold .pull-left img.w-40, .folded.nav-expand:focus .nav-fold .pull-left img.w-40, .folded.nav-expand:hover .nav-fold .pull-left img.w-40 {
    width: 40px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-expand.active .nav-fold .pull-left img.w-48, .folded.nav-expand:focus .nav-fold .pull-left img.w-48, .folded.nav-expand:hover .nav-fold .pull-left img.w-48 {
    width: 48px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .row-body, .folded.nav-dropdown [flex], .folded.nav-dropdown.modal, .nav-dropup .row-body, .nav-dropup [flex], .nav-dropup.modal {
    overflow: visible !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li > ul, .nav-dropup .nav > li > ul {
    display: none;
    overflow: visible;
    max-height: 999px;
    color: rgba(255, 255, 255, 0.87);
    background-color: rgba(0, 0, 0, 0.87);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    padding: 6px 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li > ul a, .nav-dropup .nav > li > ul a {
    padding-left: 16px !important;
    padding-right: 16px !important;
    min-width: 160px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li > ul li.active ul, .nav-dropup .nav > li > ul li.active ul {
    display: block;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li > ul .nav-text, .nav-dropup .nav > li > ul .nav-text {
    padding: 6px 0 !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li .nav-mega, .nav-dropup .nav > li .nav-mega {
    width: 320px;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li .nav-mega > li, .nav-dropup .nav > li .nav-mega > li {
    width: 160px;
    float: left;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .folded.nav-dropdown .nav > li .nav-mega.nav-mega-3, .nav-dropup .nav > li .nav-mega.nav-mega-3 {
    width: 480px;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.easyPieChart, .nav-center, .sl-icon > i, .ui-icon {
  text-align: center;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-border .nav > li.active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left-color: inherit;
  border-left-width: 3px;
  border-left-style: solid;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav {
  margin: 0 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li > a {
  line-height: 2rem;
  padding: 0 .5rem;
  margin: 2px 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li > a .nav-text {
  padding: .4375rem 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li li a {
  padding-left: 3rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li li li a {
  padding-left: 4rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li li li li a {
  padding-left: 5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87);
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav li a {
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-stacked .nav .nav-header {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-light .nav .nav-icon i img, .nav-light .nav .nav-icon i svg {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-center .nav-icon {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-center .nav-caret {
  position: absolute;
  right: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-center .nav-label {
  position: absolute;
  padding-left: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-center .nav a {
  padding-left: 16px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-center .nav-fold .pull-left {
  float: none !important;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-date, .tl-wrap:before {
  float: left;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-bg .nav-link.active, .nav-active-bg .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f0f0f0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-dark .nav-link.active, .nav-active-dark .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2e3e4e !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-black .nav-link.active, .nav-active-black .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2a2b3c !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-primary .nav-link.active, .nav-active-primary .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #0cc2aa !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-accent .nav-link.active, .nav-active-accent .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #a88add !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-warn .nav-link.active, .nav-active-warn .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #fcc100 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-success .nav-link.active, .nav-active-success .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6cc788 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-info .nav-link.active, .nav-active-info .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #6887ff !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-warning .nav-link.active, .nav-active-warning .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f77a99 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-danger .nav-link.active, .nav-active-danger .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44455 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-light .nav-link.active, .nav-active-light .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #f8f8f8 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-white .nav-link.active, .nav-active-white .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #fff !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-red .nav-link.active, .nav-active-red .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #f44336 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-pink .nav-link.active, .nav-active-pink .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #e91e63 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-purple .nav-link.active, .nav-active-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #9c27b0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-deep-purple .nav-link.active, .nav-active-deep-purple .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #673ab7 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-indigo .nav-link.active, .nav-active-indigo .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #3f51b5 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-blue .nav-link.active, .nav-active-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #2196f3 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-light-blue .nav-link.active, .nav-active-light-blue .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #03a9f4 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-cyan .nav-link.active, .nav-active-cyan .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #00bcd4 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-teal .nav-link.active, .nav-active-teal .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #009688 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-green .nav-link.active, .nav-active-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #4caf50 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-light-green .nav-link.active, .nav-active-light-green .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #8bc34a !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-lime .nav-link.active, .nav-active-lime .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #cddc39 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-yellow .nav-link.active, .nav-active-yellow .nav > li.active > a {
  color: rgba(0, 0, 0, 0.87) !important;
  background-color: #ffeb3b !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-amber .nav-link.active, .nav-active-amber .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ffc107 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-orange .nav-link.active, .nav-active-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff9800 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-deep-orange .nav-link.active, .nav-active-deep-orange .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #ff5722 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-brown .nav-link.active, .nav-active-brown .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #795548 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-blue-grey .nav-link.active, .nav-active-blue-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #607d8b !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav-active-grey .nav-link.active, .nav-active-grey .nav > li.active > a {
  color: rgba(255, 255, 255, 0.87) !important;
  background-color: #424242 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon {
  display: inline-block;
  height: 1em;
  background: 0 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon:before {
  position: relative;
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon:after {
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 2em;
  width: 2em;
  height: 2em;
  top: -1.5em;
  display: block;
  position: relative;
  z-index: 0;
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.b-2x:after {
  border-width: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.b-3x:after {
  border-width: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.switcher, .switcher .sw-btn {
  border: 1px solid rgba(120, 120, 120, 0.1);
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.ui-icon-sm:after {
  width: 1.7em;
  height: 1.7em;
  top: -1.35em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.primary:after {
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.success:after {
  background-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.info:after {
  background-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.warning:after {
  background-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.danger:after {
  background-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.accent:after {
  background-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.dark:after {
  background-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.light:after {
  background-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-icon.white:after {
  background-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
#flotTip, .flotTip, .jqstooltip {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item .bottom, .item .center, .item .top, .item-bg, .item-bg img, .item-overlay {
  position: absolute;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item .top {
  right: 0;
  left: 0;
  top: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item .bottom {
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item .center {
  right: 0;
  left: 0;
  top: 42%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item-overlay {
  right: 0;
  left: 0;
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ie .ie-show, .item-overlay .item:focus, .item-overlay.active, .item:hover .item-overlay {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item-overlay.w-full {
  text-align: center;
  top: 0;
  bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.item-bg img {
  width: 110%;
  left: 50%;
  top: 50%;
  margin-left: -55%;
  margin-top: -55%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blur-5 {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.opacity-3 {
  opacity: .3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.switcher {
  z-index: 1050;
  position: fixed;
  top: 78px;
  right: -240px;
  width: 240px;
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.switcher.active {
  right: -2px;
  z-index: 1060;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.switcher .sw-btn {
  position: absolute;
  left: -43px;
  top: -1px;
  padding: 10px 15px;
  z-index: 1045;
  border-right-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
#sw-demo {
  top: 118px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
#sw-demo.active {
  top: 78px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-icon i {
  margin-right: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.list-icon div {
  line-height: 40px;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.jqstooltip {
  border: 1px solid #000 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.easyPieChart {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.easyPieChart > div {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 40%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.easyPieChart > div img {
  margin-top: -4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
#flotTip, .flotTip {
  padding: 4px 10px;
  border: 1px solid #000 !important;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.legendColorBox > div {
  border: none !important;
  margin: 5px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.legendColorBox > div > div {
  border-radius: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.st-sort-ascent:before {
  content: '\25B2';
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.st-sort-descent:before {
  content: '\25BC';
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.st-selected td {
  background: rgba(0, 0, 0, 0.065);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .btn-default.form-control, .dark .btn-default.form-control, .grey .btn-default.form-control {
  background: 0 0 !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-select-bootstrap > .ui-select-choices {
  overflow-y: scroll;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box .dataTables_wrapper {
  padding-top: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box .dataTables_wrapper > .row {
  margin: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.box .dataTables_wrapper > .row > .col-sm-12 {
  padding: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dataTables_wrapper.form-inline .form-control {
  width: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.footable-odd {
  background-color: rgba(0, 0, 0, 0.025) !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.note-editor {
  border-width: 0 !important;
  overflow: visible !important;
  background-color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.note-toolbar .note-color .dropdown-toggle {
  padding-left: 2px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.note-editor .note-editing-area .note-editable, .note-editor .note-statusbar {
  background-color: transparent !important;
  color: inherit !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.note-toolbar {
  background-color: rgba(120, 130, 140, 0.1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.nav a.waves-effect {
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sortable-placeholder {
  list-style: none;
  border: 1px dashed #fff;
  min-height: 40px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.streamline {
  position: relative;
  border-color: rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.streamline .sl-icon:before, .streamline .sl-item:before, .streamline:after {
  content: '';
  position: absolute;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-left: -4px;
  top: 6px;
  left: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item::after, .ui-switch i:before {
  content: "";
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.streamline:after {
  top: auto;
  bottom: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-icon {
  position: absolute;
  left: -10px;
  z-index: 1;
  border: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item, .sl-left, .ui-switch {
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-icon > i {
  width: 20px;
  height: 20px;
  display: table-cell;
  color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.streamline .sl-icon:before {
  width: 20px;
  height: 20px;
  border-width: 10px;
  margin: 0 !important;
  top: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item::after {
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item:after {
  top: 2px;
  bottom: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-item.b-l {
  margin-left: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-left {
  float: left;
  z-index: 1;
  margin-left: -20px;
  margin-bottom: 24px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-author, .sl-footer {
  margin-bottom: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-left img {
  max-width: 40px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-left + .sl-content {
  margin-left: 36px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-content {
  margin-left: 24px;
  padding-bottom: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.sl-date {
  font-size: .85em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch {
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 30px;
  background-color: #6cc788;
  margin: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch i:after, .ui-switch i:before {
  position: absolute;
  background-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch input {
  position: absolute;
  opacity: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch input:checked + i:before {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 5px;
  border-width: 0;
  border-radius: 5px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch input:checked + i:after {
  margin-left: 15px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch i:before {
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-wrap:before, .ui-switch i:after {
  border-radius: 50%;
  content: "";
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch i:after {
  width: 16px;
  top: 1px;
  bottom: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-md {
  width: 40px;
  height: 24px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-md input:checked + i:after {
  margin-left: 17px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-md i:after {
  width: 22px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-lg {
  width: 50px;
  height: 30px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-lg input:checked + i:after {
  margin-left: 21px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.ui-switch-lg i:after {
  width: 28px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline {
  margin: 0;
  padding: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-t, .m-y {
  margin-top: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-item {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-item::after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.visible-left {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-wrap {
  display: block;
  margin-left: 6em;
  padding: 15px 0 15px 20px;
  border-style: solid;
  border-color: rgba(120, 130, 140, 0.13);
  border-width: 0 0 0 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-wrap::after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-wrap:before {
  top: 15px;
  margin-left: -26px;
  width: 10px;
  height: 10px;
  border-color: inherit;
  border-width: 3px;
  border-style: solid;
  background: #f8f8f8;
  box-shadow: 0 0 0 4px #f0f0f0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-date {
  top: 10px;
  margin-left: -7.5em;
  display: block;
  width: 4.5em;
  text-align: right;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-content {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-t, .p-y {
  padding-top: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-b, .p-y {
  padding-bottom: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-content.block {
  display: block;
  width: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-b, .m-y {
  margin-bottom: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.tl-header {
  display: block;
  width: 12em;
  text-align: center;
  margin-left: 1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-item {
  margin-left: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-item .tl-wrap {
  margin-left: -2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-header {
  width: auto;
  margin-left: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left {
  margin-left: 0;
  margin-right: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left .hidden-left {
  display: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left .visible-left {
  display: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left .tl-wrap {
  float: right;
  margin-right: 0;
  border-left-width: 0;
  border-right-width: 2px;
  padding-left: 0;
  padding-right: 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-l, .p-x {
  padding-left: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-r, .p-x {
  padding-right: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left .tl-wrap:before {
  float: right;
  margin-left: 0;
  margin-right: -26px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.timeline-center .tl-left .tl-date {
  float: right;
  margin-left: 0;
  margin-right: -8.5em;
  text-align: left;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .w-24, .w-32, .w-40, .w-48, .w-56 {
  text-align: center;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lter {
  background-color: rgba(255, 255, 255, 0.035);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dker {
  background-color: rgba(0, 0, 0, 0.035);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light {
  background-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark-white, .white {
  background-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark-white {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black, .danger, .dark, .grey, .info, .primary, .success, .warn, .warning {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black {
  background-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .lt {
  background-color: #2f3044;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .dk {
  background-color: #252635;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .bg {
  background-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark {
  background-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark .lt {
  background-color: #334456;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark .dk {
  background-color: #293846;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark .bg {
  background-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey {
  background-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey .lt {
  background-color: #484848;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey .dk {
  background-color: #3c3c3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey .bg {
  background-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.primary {
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.primary .lt {
  background-color: #0dceb5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.primary .dk {
  background-color: #0bb69f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.primary .bg {
  background-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.accent {
  color: rgba(255, 255, 255, 0.87);
  background-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.accent .lt {
  background-color: #af94e0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.accent .dk {
  background-color: #a180da;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.accent .bg {
  background-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warn {
  background-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warn .lt {
  background-color: #ffc60a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warn .dk {
  background-color: #efb700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warn .bg {
  background-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.success {
  background-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.success .lt {
  background-color: #75cb8f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.success .dk {
  background-color: #63c381;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.success .bg {
  background-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.info {
  background-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.info .lt {
  background-color: #7591ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.info .dk {
  background-color: #5b7dff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.info .bg {
  background-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warning {
  background-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warning .lt {
  background-color: #f886a2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warning .dk {
  background-color: #f66e90;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.warning .bg {
  background-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.danger {
  background-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.danger .lt {
  background-color: #f55060;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.danger .dk {
  background-color: #f3384a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.danger .bg {
  background-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue {
  background-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue .lt {
  background-color: #2d9cf4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue .dk {
  background-color: #1590f2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue .bg {
  background-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.white-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.gd-overlay {
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.bg-auto:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  background-color: inherit;
  border: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.bg-auto.b-l:before {
  margin-left: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-l, .m-x {
  margin-left: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.bg-auto.b-r:before {
  margin-right: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-r, .m-x {
  margin-right: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-bg {
  background-color: transparent !important;
}

@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .no-bg-xs {
    background-color: transparent;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark .box, .dark .white {
  background-color: #354759;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.dark.app {
  background-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .box, .black .white {
  background-color: #313347;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black.app {
  background-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey .box, .grey .white {
  background-color: #4b4b4b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey.app {
  background-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .form-control, .dark .form-control, .grey .form-control {
  background: 0 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .form-control:focus, .dark .form-control:focus, .grey .form-control:focus {
  border-color: rgba(255, 255, 255, 0.125);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .input-group-btn .btn, .dark .input-group-btn .btn, .grey .input-group-btn .btn {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: inherit !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.black .list-group, .dark .list-group, .grey .list-group {
  background-color: transparent;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pos-rlt {
  position: relative;
  z-index: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pos-abt {
  position: absolute;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pos-fix {
  position: fixed !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pos-stc {
  position: static !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.block {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.block.hide {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pull-none {
  float: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.inline {
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.inline-16 {
  width: 16px;
  height: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.inline-24 {
  width: 24px;
  height: 24px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.active > .auto .inline, .active > .inline, .none {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.active > .auto .none, .active > .none {
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hide {
  display: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.show {
  display: block !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.circle, .rounded {
  border-radius: 500px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.clear {
  display: block;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 543px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .pos-stc-xs {
    position: static !important;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-border {
  border-color: transparent;
  border-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-borders {
  border-width: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b {
  border-color: rgba(120, 130, 140, 0.13);
  background-clip: padding-box;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-a {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-2x {
  border-width: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-3x {
  border-width: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-4x {
  border-width: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-5x {
  border-width: 5px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-2x {
  border-top-width: 2px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-3x {
  border-top-width: 3px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-4x {
  border-top-width: 4px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-5x {
  border-top-width: 5px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-2x {
  border-right-width: 2px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-3x {
  border-right-width: 3px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-4x {
  border-right-width: 4px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-5x {
  border-right-width: 5px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-2x {
  border-bottom-width: 2px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-3x {
  border-bottom-width: 3px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-4x {
  border-bottom-width: 4px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-5x {
  border-bottom-width: 5px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-2x {
  border-left-width: 2px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-3x {
  border-left-width: 3px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-4x {
  border-left-width: 4px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-5x {
  border-left-width: 5px !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-primary {
  border-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-primary {
  border-top-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#e7f9f7 {
  border-right-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-primary {
  border-bottom-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-primary {
  border-left-color: #0cc2aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-accent {
  border-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-accent {
  border-top-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#f6f3fc {
  border-right-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-accent {
  border-bottom-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-accent {
  border-left-color: #a88add;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-warn {
  border-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-warn {
  border-top-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#fff9e6 {
  border-right-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-warn {
  border-bottom-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-warn {
  border-left-color: #fcc100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-success {
  border-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-success {
  border-top-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#f0f9f3 {
  border-right-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-success {
  border-bottom-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-success {
  border-left-color: #6cc788;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-info {
  border-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-info {
  border-top-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#f0f3ff {
  border-right-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-info {
  border-bottom-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-info {
  border-left-color: #6887ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-warning {
  border-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-warning {
  border-top-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#fef2f5 {
  border-right-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-warning {
  border-bottom-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-warning {
  border-left-color: #f77a99;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-danger {
  border-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-danger {
  border-top-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#feecee {
  border-right-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-danger {
  border-bottom-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-danger {
  border-left-color: #f44455;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-light {
  border-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-light {
  border-top-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#fefefe {
  border-right-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-light {
  border-bottom-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-light {
  border-left-color: #f8f8f8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-grey {
  border-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-grey {
  border-top-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#ececec {
  border-right-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-grey {
  border-bottom-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-grey {
  border-left-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-dark {
  border-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-dark {
  border-top-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#eaeced {
  border-right-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-dark {
  border-bottom-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-dark {
  border-left-color: #2e3e4e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-black {
  border-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-black {
  border-top-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#eaeaec {
  border-right-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-black {
  border-bottom-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-black {
  border-left-color: #2a2b3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-white {
  border-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-white {
  border-top-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-white {
  border-right-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-white {
  border-bottom-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-white {
  border-left-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-blue {
  border-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-t-blue {
  border-top-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-r-#e9f5fe {
  border-right-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-b-blue {
  border-bottom-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-l-blue {
  border-left-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-b-t {
  border-top-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-b-r {
  border-right-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-b-b {
  border-bottom-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-b-l {
  border-left-width: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.b-dashed {
  border-style: dashed !important;
}

@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .pos-stc-sm {
    position: static !important;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .no-border-xs {
    border-width: 0;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hover-action {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hover-rotate {
  -webkit-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hover-anchor:active .hover-action, .hover-anchor:focus .hover-action, .hover-anchor:hover .hover-action {
  display: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-2x, .h-3x, .h-4x {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hover-anchor:active .hover-rotate, .hover-anchor:focus .hover-rotate, .hover-anchor:hover .hover-rotate {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.hover-top:focus, .hover-top:hover {
  position: relative;
  z-index: 1000;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-a {
  margin: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-r-lg, .m-x-lg {
  margin-right: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-l-lg, .m-x-lg {
  margin-left: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-t-lg, .m-y-lg {
  margin-top: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-b-lg, .m-y-lg {
  margin-bottom: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-a-lg {
  margin: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-r-md, .m-x-md {
  margin-right: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-l-md, .m-x-md {
  margin-left: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-t-md, .m-y-md {
  margin-top: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-b-md, .m-y-md {
  margin-bottom: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-a-md {
  margin: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-r-sm, .m-x-sm {
  margin-right: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-l-sm, .m-x-sm {
  margin-left: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-t-sm, .m-y-sm {
  margin-top: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-b-sm, .m-y-sm {
  margin-bottom: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-a-sm {
  margin: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-r-xs, .m-x-xs {
  margin-right: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-l-xs, .m-x-xs {
  margin-left: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-t-xs, .m-y-xs {
  margin-top: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-b-xs, .m-y-xs {
  margin-bottom: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.m-a-xs {
  margin: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-a {
  padding: 1rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-r-lg, .p-x-lg {
  padding-right: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-l-lg, .p-x-lg {
  padding-left: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-t-lg, .p-y-lg {
  padding-top: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-b-lg, .p-y-lg {
  padding-bottom: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-a-lg {
  padding: 3rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-r-md, .p-x-md {
  padding-right: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-l-md, .p-x-md {
  padding-left: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-t-md, .p-y-md {
  padding-top: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-b-md, .p-y-md {
  padding-bottom: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-a-md {
  padding: 1.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-r-sm, .p-x-sm {
  padding-right: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-l-sm, .p-x-sm {
  padding-left: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-t-sm, .p-y-sm {
  padding-top: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-b-sm, .p-y-sm {
  padding-bottom: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-a-sm {
  padding: 0.5rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-r-xs, .p-x-xs {
  padding-right: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-l-xs, .p-x-xs {
  padding-left: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-t-xs, .p-y-xs {
  padding-top: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-b-xs, .p-y-xs {
  padding-bottom: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.p-a-xs {
  padding: 0.25rem !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.padding {
  padding: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.margin {
  margin-bottom: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.padding-out {
  margin: -1.5rem;
}

@media (max-width: 991px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .no-border-sm {
    border-width: 0;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .padding {
    padding: 1rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .padding-out {
    margin: -1rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .box, .box-color, .margin {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .padding {
    padding: .5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .padding-out {
    margin: -.5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .box, .box-color, .margin {
    margin-bottom: .5rem;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .no-padding-xs {
    padding: 0;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-radius {
  border-radius: 0 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-r-r, .no-r-t {
  border-top-right-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-r-b, .no-r-r {
  border-bottom-right-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-r-b, .no-r-l {
  border-bottom-left-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.no-r-l, .no-r-t {
  border-top-left-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-r, .r-t {
  border-top-right-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-b, .r-r {
  border-bottom-right-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-b, .r-l {
  border-bottom-left-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-l, .r-t {
  border-top-left-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r {
  border-radius: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-2x {
  border-radius: 6px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.r-3x {
  border-radius: 9px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scrollable.hover {
  overflow-y: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scrollable.hover > * {
  margin-top: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scrollable.hover:active, .scrollable.hover:focus, .scrollable.hover:hover {
  overflow: visible;
  overflow-y: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.smart .scrollable {
  overflow-y: auto !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scroll-x, .scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scroll-y {
  overflow-y: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.scroll-x {
  overflow-x: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-1x, .h-2x, .h-3x, .h-4x, .md-btn, .md-btn.md-fab, .text-ellipsis {
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.primary:hover {
  background-color: #0bb69f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-primary:hover {
  color: #0bb69f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-primary, .text-primary-hover a:hover {
  color: #0cc2aa !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.warn:hover {
  background-color: #efb700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-warn:hover {
  color: #efb700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-warn, .text-warn-hover a:hover {
  color: #fcc100 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.accent:hover {
  background-color: #a180da;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-accent:hover {
  color: #a180da;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-accent, .text-accent-hover a:hover {
  color: #a88add !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.success:hover {
  background-color: #63c381;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-success:hover {
  color: #63c381;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-success, .text-success-hover a:hover {
  color: #6cc788 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.info:hover {
  background-color: #5b7dff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-info:hover {
  color: #5b7dff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-info, .text-info-hover a:hover {
  color: #6887ff !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.warning:hover {
  background-color: #f66e90;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-warning:hover {
  color: #f66e90;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-warning, .text-warning-hover a:hover {
  color: #f77a99 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.danger:hover {
  background-color: #f3384a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-danger:hover {
  color: #f3384a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-danger, .text-danger-hover a:hover {
  color: #f44455 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.dark:hover {
  background-color: #293846;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-dark:hover {
  color: #293846;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-dark, .text-dark-hover a:hover {
  color: #2e3e4e !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.blue:hover {
  background-color: #1590f2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
a.text-blue:hover {
  color: #1590f2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-blue, .text-blue-hover a:hover {
  color: #2196f3 !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-white {
  color: #fff !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-white-lt {
  color: rgba(255, 255, 255, 0.54);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-white-dk {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-black {
  color: #000;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-black-lt {
  color: rgba(0, 0, 0, 0.54);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-black-dk {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-muted {
  color: inherit;
  opacity: .6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-color {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._100 {
  font-weight: 100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._200 {
  font-weight: 200;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._300 {
  font-weight: 300;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._400 {
  font-weight: 400;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._500 {
  font-weight: 500;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._600 {
  font-weight: 600;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._700 {
  font-weight: 700;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
._800 {
  font-weight: 800;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text {
  font-size: 1rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-xs {
  font-size: .75rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-sm {
  font-size: .8rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-md {
  font-size: 1.125rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-lg {
  font-size: 1.5rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-2x {
  font-size: 2em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-3x {
  font-size: 3em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-4x {
  font-size: 4em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-h {
  line-height: 1.5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-h-1x {
  line-height: 1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-h-2x {
  line-height: 2em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-1x {
  letter-spacing: 1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-2x {
  letter-spacing: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-3x {
  letter-spacing: 3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-4x {
  letter-spacing: 4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-n-1x {
  letter-spacing: -1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-n-2x {
  letter-spacing: -2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-n-3x {
  letter-spacing: -3px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.l-s-n-4x {
  letter-spacing: -4px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-1x {
  height: 1.5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-2x {
  height: 2.625rem;
  -webkit-line-clamp: 2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-3x {
  height: 3.9375rem;
  -webkit-line-clamp: 3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-4x {
  height: 5.25rem;
  -webkit-line-clamp: 4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-l-t {
  text-decoration: line-through;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-u-l {
  text-decoration: underline;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .md-btn:hover {
  text-decoration: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-ellipsis {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn, .md-check, .md-input ~ label, .w-16, .w-20, .w-24, .w-32, .w-48, .w-56, .w-8 {
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.text-shadow {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-8 {
  width: 8px;
  height: 8px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-16 {
  width: 16px;
  height: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-20 {
  width: 20px;
  height: 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-24 {
  width: 24px;
  height: 24px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-40 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-56 {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-64 {
  width: 64px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-96 {
  width: 96px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-128 {
  width: 128px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-xxs {
  width: 60px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-xs {
  width: 90px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-sm {
  width: 120px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w {
  width: 180px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-md {
  width: 200px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-lg {
  width: 240px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-xl {
  width: 280px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-xxl {
  width: 320px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-full {
  width: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.w-auto {
  width: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-auto {
  height: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-full {
  height: 100%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-v {
  height: 100vh;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.h-v-5 {
  height: 50vh;
}

@media (max-width: 767px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .w-auto-sm {
    width: auto;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .w-full-sm {
    width: 100%;
  }
}
@media (max-width: 543px) {
  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .w-auto-xs {
    width: auto;
  }

  /* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
  .w-full-xs {
    width: 100%;
  }
}
/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 0;
  border-radius: 3px;
  padding: 6px;
  white-space: nowrap;
  font-weight: 700;
  font-style: inherit;
  font-variant: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-flat {
  background: 0 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-flat:not([disabled]):focus, .md-btn.md-flat:not([disabled]):hover {
  background-color: rgba(158, 158, 158, 0.2);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-fab[disabled], .md-btn.md-raised[disabled], .md-btn[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
  cursor: not-allowed;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab {
  line-height: 44px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-offset {
  margin-top: -20px;
  margin-bottom: -20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-cornered {
  border-radius: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-icon {
  padding: 0;
  background: 0 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-raised {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-fab {
  z-index: 20;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: .2s linear;
  transition-property: -webkit-transform,box-shadow;
  transition-property: transform,box-shadow;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-fab, .md-btn.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-fab:not([disabled]):focus, .md-btn.md-fab:not([disabled]):hover, .md-btn.md-raised:not([disabled]):focus, .md-btn.md-raised:not([disabled]):hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-top-left, .md-fab-top-right {
  top: 20px;
  bottom: auto;
  position: absolute;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-top-right {
  right: 20px;
  left: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-fab-top-left {
  right: auto;
  left: 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-btn.md-fab.md-mini {
  width: 40px;
  height: 40px;
  line-height: 28px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red {
  background-color: #f44336;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-100, .red-200, .red-300, .red-400, .red-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-50 {
  background-color: #ffebee;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-100 {
  background-color: #ffcdd2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-200 {
  background-color: #ef9a9a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-300 {
  background-color: #e57373;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-400 {
  background-color: #ef5350;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-500, .red-600, .red-700, .red-800, .red-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-500 {
  background-color: #f44336;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-600 {
  background-color: #e53935;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-700 {
  background-color: #d32f2f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-800 {
  background-color: #c62828;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-900 {
  background-color: #b71c1c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-A100 {
  background-color: #ff8a80;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink, .red-A200, .red-A400, .red-A700 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-A200 {
  background-color: #ff5252;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-A400 {
  background-color: #ff1744;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.red-A700 {
  background-color: #d50000;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink {
  background-color: #e91e63;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-100, .pink-200, .pink-300, .pink-400, .pink-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-50 {
  background-color: #fce4ec;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-100 {
  background-color: #f8bbd0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-200 {
  background-color: #f48fb1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-300 {
  background-color: #f06292;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-400 {
  background-color: #ec407a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-500, .pink-600, .pink-700, .pink-800, .pink-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-500 {
  background-color: #e91e63;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-600 {
  background-color: #d81b60;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-700 {
  background-color: #c2185b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-800 {
  background-color: #ad1457;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-900 {
  background-color: #880e4f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-A100 {
  background-color: #ff80ab;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-A200, .pink-A400, .pink-A700, .purple {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-A200 {
  background-color: #ff4081;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-A400 {
  background-color: #f50057;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.pink-A700 {
  background-color: #c51162;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple {
  background-color: #9c27b0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-100, .purple-200, .purple-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-50 {
  background-color: #f3e5f5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-100 {
  background-color: #e1bee7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-200 {
  background-color: #ce93d8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-300, .purple-400, .purple-500, .purple-600, .purple-700, .purple-800, .purple-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-300 {
  background-color: #ba68c8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-400 {
  background-color: #ab47bc;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-500 {
  background-color: #9c27b0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-600 {
  background-color: #8e24aa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-700 {
  background-color: #7b1fa2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-800 {
  background-color: #6a1b9a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-900 {
  background-color: #4a148c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-A100 {
  background-color: #ea80fc;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple, .purple-A200, .purple-A400, .purple-A700 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-A200 {
  background-color: #e040fb;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-A400 {
  background-color: #d500f9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.purple-A700 {
  background-color: #a0f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple {
  background-color: #673ab7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-50 {
  background-color: #ede7f6;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-100 {
  background-color: #d1c4e9;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-200 {
  background-color: #b39ddb;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-300, .deep-purple-400, .deep-purple-500, .deep-purple-600, .deep-purple-700, .deep-purple-800, .deep-purple-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-300 {
  background-color: #9575cd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-400 {
  background-color: #7e57c2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-500 {
  background-color: #673ab7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-600 {
  background-color: #5e35b1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-700 {
  background-color: #512da8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-800 {
  background-color: #4527a0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-900 {
  background-color: #311b92;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-A100 {
  background-color: #b388ff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-A200, .deep-purple-A400, .deep-purple-A700, .indigo {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-A200 {
  background-color: #7c4dff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-A400 {
  background-color: #651fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-purple-A700 {
  background-color: #6200ea;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo {
  background-color: #3f51b5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-100, .indigo-200, .indigo-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-50 {
  background-color: #e8eaf6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-100 {
  background-color: #c5cae9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-200 {
  background-color: #9fa8da;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-300, .indigo-400, .indigo-500, .indigo-600, .indigo-700, .indigo-800, .indigo-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-300 {
  background-color: #7986cb;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-400 {
  background-color: #5c6bc0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-500 {
  background-color: #3f51b5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-600 {
  background-color: #3949ab;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-700 {
  background-color: #303f9f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-800 {
  background-color: #283593;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-900 {
  background-color: #1a237e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-A100 {
  background-color: #8c9eff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue, .indigo-A200, .indigo-A400, .indigo-A700 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-A200 {
  background-color: #536dfe;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-A400 {
  background-color: #3d5afe;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.indigo-A700 {
  background-color: #304ffe;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-100, .blue-200, .blue-300, .blue-400, .blue-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-50 {
  background-color: #e3f2fd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-100 {
  background-color: #bbdefb;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-200 {
  background-color: #90caf9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-300 {
  background-color: #64b5f6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-400 {
  background-color: #42a5f5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-500, .blue-600, .blue-700, .blue-800, .blue-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-500 {
  background-color: #2196f3;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-600 {
  background-color: #1e88e5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-700 {
  background-color: #1976d2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-800 {
  background-color: #1565c0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-900 {
  background-color: #0d47a1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-A100 {
  background-color: #82b1ff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-A200, .blue-A400, .blue-A700, .light-blue {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-A200 {
  background-color: #448aff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-A400 {
  background-color: #2979ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-A700 {
  background-color: #2962ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue {
  background-color: #03a9f4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-100, .light-blue-200, .light-blue-300, .light-blue-400, .light-blue-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-50 {
  background-color: #e1f5fe;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-100 {
  background-color: #b3e5fc;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-200 {
  background-color: #81d4fa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-300 {
  background-color: #4fc3f7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-400 {
  background-color: #29b6f6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-500, .light-blue-600, .light-blue-700, .light-blue-800, .light-blue-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-500 {
  background-color: #03a9f4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-600 {
  background-color: #039be5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-700 {
  background-color: #0288d1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-800 {
  background-color: #0277bd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-900 {
  background-color: #01579b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-A100 {
  background-color: #80d8ff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-A200 {
  background-color: #40c4ff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-A400 {
  background-color: #00b0ff;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan, .light-blue-A700 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-blue-A700 {
  background-color: #0091ea;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan {
  background-color: #00bcd4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-100, .cyan-200, .cyan-300, .cyan-400, .cyan-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-50 {
  background-color: #e0f7fa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-100 {
  background-color: #b2ebf2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-200 {
  background-color: #80deea;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-300 {
  background-color: #4dd0e1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-400 {
  background-color: #26c6da;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-500, .cyan-600, .cyan-700, .cyan-800, .cyan-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-500 {
  background-color: #00bcd4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-600 {
  background-color: #00acc1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-700 {
  background-color: #0097a7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-800 {
  background-color: #00838f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-900 {
  background-color: #006064;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-A100, .cyan-A200, .cyan-A400, .cyan-A700 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-A100 {
  background-color: #84ffff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-A200 {
  background-color: #18ffff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-A400 {
  background-color: #00e5ff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.cyan-A700 {
  background-color: #00b8d4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal {
  background-color: #009688;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-100, .teal-200, .teal-300, .teal-400, .teal-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-50 {
  background-color: #e0f2f1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-100 {
  background-color: #b2dfdb;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-200 {
  background-color: #80cbc4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-300 {
  background-color: #4db6ac;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-400 {
  background-color: #26a69a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-500, .teal-600, .teal-700, .teal-800, .teal-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-500 {
  background-color: #009688;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-600 {
  background-color: #00897b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-700 {
  background-color: #00796b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-800 {
  background-color: #00695c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-900 {
  background-color: #004d40;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-A100, .teal-A200, .teal-A400, .teal-A700 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-A100 {
  background-color: #a7ffeb;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-A200 {
  background-color: #64ffda;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-A400 {
  background-color: #1de9b6;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.teal-A700 {
  background-color: #00bfa5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green {
  background-color: #4caf50;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-100, .green-200, .green-300, .green-400, .green-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-50 {
  background-color: #e8f5e9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-100 {
  background-color: #c8e6c9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-200 {
  background-color: #a5d6a7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-300 {
  background-color: #81c784;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-400 {
  background-color: #66bb6a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-500, .green-600, .green-700, .green-800, .green-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-500 {
  background-color: #4caf50;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-600 {
  background-color: #43a047;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-700 {
  background-color: #388e3c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-800 {
  background-color: #2e7d32;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-900 {
  background-color: #1b5e20;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-A100, .green-A200, .green-A400, .green-A700, .light-green, .light-green-200, .light-green-300, .light-green-400, .light-green-50, .light-green-500, .light-green-600, .light-green-700 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-A100 {
  background-color: #b9f6ca;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-A200 {
  background-color: #69f0ae;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-A400 {
  background-color: #00e676;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.green-A700 {
  background-color: #00c853;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green {
  background-color: #8bc34a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-50 {
  background-color: #f1f8e9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-100 {
  background-color: #dcedc8;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-200 {
  background-color: #c5e1a5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-300 {
  background-color: #aed581;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-400 {
  background-color: #9ccc65;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-500 {
  background-color: #8bc34a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-600 {
  background-color: #7cb342;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-700 {
  background-color: #689f38;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-800 {
  background-color: #558b2f;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-900 {
  background-color: #33691e;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-A100, .light-green-A200, .light-green-A400, .light-green-A700, .lime, .lime-200, .lime-300, .lime-400, .lime-50, .lime-500, .lime-600, .lime-700, .lime-800 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-A100 {
  background-color: #ccff90;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-A200 {
  background-color: #b2ff59;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-A400 {
  background-color: #76ff03;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.light-green-A700 {
  background-color: #64dd17;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime {
  background-color: #cddc39;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-50 {
  background-color: #f9fbe7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-100 {
  background-color: #f0f4c3;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-200 {
  background-color: #e6ee9c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-300 {
  background-color: #dce775;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-400 {
  background-color: #d4e157;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-500 {
  background-color: #cddc39;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-600 {
  background-color: #c0ca33;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-700 {
  background-color: #afb42b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-800 {
  background-color: #9e9d24;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-900 {
  background-color: #827717;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber, .amber-200, .amber-300, .amber-400, .amber-50, .amber-500, .amber-600, .amber-700, .amber-800, .amber-900, .amber-A100, .amber-A200, .amber-A400, .amber-A700, .lime-A100, .lime-A200, .lime-A400, .lime-A700, .orange, .orange-100, .orange-200, .orange-300, .orange-400, .orange-50, .orange-500, .orange-600, .orange-700, .yellow, .yellow-100, .yellow-200, .yellow-300, .yellow-400, .yellow-50, .yellow-500, .yellow-600, .yellow-700, .yellow-800, .yellow-900, .yellow-A100, .yellow-A200, .yellow-A400, .yellow-A700 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-A100 {
  background-color: #f4ff81;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-A200 {
  background-color: #eeff41;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-A400 {
  background-color: #c6ff00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.lime-A700 {
  background-color: #aeea00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow {
  background-color: #ffeb3b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-50 {
  background-color: #fffde7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-100 {
  background-color: #fff9c4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-200 {
  background-color: #fff59d;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-300 {
  background-color: #fff176;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-400 {
  background-color: #ffee58;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-500 {
  background-color: #ffeb3b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-600 {
  background-color: #fdd835;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-700 {
  background-color: #fbc02d;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-800 {
  background-color: #f9a825;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-900 {
  background-color: #f57f17;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-A100 {
  background-color: #ffff8d;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-A200 {
  background-color: #ff0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-A400 {
  background-color: #ffea00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.yellow-A700 {
  background-color: #ffd600;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber {
  background-color: #ffc107;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-50 {
  background-color: #fff8e1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-100 {
  background-color: #ffecb3;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-200 {
  background-color: #ffe082;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-300 {
  background-color: #ffd54f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-400 {
  background-color: #ffca28;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-500 {
  background-color: #ffc107;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-600 {
  background-color: #ffb300;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-700 {
  background-color: #ffa000;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-800 {
  background-color: #ff8f00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-900 {
  background-color: #ff6f00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-A100 {
  background-color: #ffe57f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-A200 {
  background-color: #ffd740;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-A400 {
  background-color: #ffc400;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.amber-A700 {
  background-color: #ffab00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange {
  background-color: #ff9800;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-50 {
  background-color: #fff3e0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-100 {
  background-color: #ffe0b2;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-200 {
  background-color: #ffcc80;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-300 {
  background-color: #ffb74d;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-400 {
  background-color: #ffa726;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-500 {
  background-color: #ff9800;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-600 {
  background-color: #fb8c00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-700 {
  background-color: #f57c00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-800, .orange-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-800 {
  background-color: #ef6c00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-900 {
  background-color: #e65100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-A100, .orange-A200, .orange-A400, .orange-A700 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-A100 {
  background-color: #ffd180;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-A200 {
  background-color: #ffab40;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-A400 {
  background-color: #ff9100;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.orange-A700 {
  background-color: #ff6d00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange {
  background-color: #ff5722;
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-100, .deep-orange-200, .deep-orange-300, .deep-orange-400, .deep-orange-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-50 {
  background-color: #fbe9e7;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-100 {
  background-color: #ffccbc;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-200 {
  background-color: #ffab91;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-300 {
  background-color: #ff8a65;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-400 {
  background-color: #ff7043;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-500, .deep-orange-600, .deep-orange-700, .deep-orange-800, .deep-orange-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-500 {
  background-color: #ff5722;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-600 {
  background-color: #f4511e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-700 {
  background-color: #e64a19;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-800 {
  background-color: #d84315;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-900 {
  background-color: #bf360c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-A100 {
  background-color: #ff9e80;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-A200 {
  background-color: #ff6e40;
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown, .deep-orange-A400, .deep-orange-A700 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-A400 {
  background-color: #ff3d00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.deep-orange-A700 {
  background-color: #dd2c00;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown {
  background-color: #795548;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-100, .brown-200, .brown-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-50 {
  background-color: #efebe9;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-100 {
  background-color: #d7ccc8;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-200 {
  background-color: #bcaaa4;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey, .brown-300, .brown-400, .brown-500, .brown-600, .brown-700, .brown-800, .brown-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-300 {
  background-color: #a1887f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-400 {
  background-color: #8d6e63;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-500 {
  background-color: #795548;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-600 {
  background-color: #6d4c41;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-700 {
  background-color: #5d4037;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-800 {
  background-color: #4e342e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.brown-900 {
  background-color: #3e2723;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey {
  background-color: #607d8b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-100, .blue-grey-200, .blue-grey-300, .blue-grey-50 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-50 {
  background-color: #eceff1;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-100 {
  background-color: #cfd8dc;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-200 {
  background-color: #b0bec5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-300 {
  background-color: #90a4ae;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-400, .blue-grey-500, .blue-grey-600, .blue-grey-700, .blue-grey-800, .blue-grey-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-400 {
  background-color: #78909c;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-500 {
  background-color: #607d8b;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-600 {
  background-color: #546e7a;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-700 {
  background-color: #455a64;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-800 {
  background-color: #37474f;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.blue-grey-900 {
  background-color: #263238;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-100, .grey-200, .grey-300, .grey-400, .grey-50, .grey-500 {
  color: rgba(0, 0, 0, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-50 {
  background-color: #fafafa;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-100 {
  background-color: #f5f5f5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-200 {
  background-color: #eee;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-300 {
  background-color: #e0e0e0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-400 {
  background-color: #bdbdbd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-500 {
  background-color: #9e9e9e;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-600, .grey-700, .grey-800, .grey-900 {
  color: rgba(255, 255, 255, 0.87);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-600 {
  background-color: #757575;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-700 {
  background-color: #616161;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-800 {
  background-color: #424242;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.grey-900 {
  background-color: #212121;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-form-group {
  padding: 18px 0 24px;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input {
  background: 0 0;
  position: relative;
  z-index: 5;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  width: 100%;
  height: 34px;
  padding: 2px;
  color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input.focus, .md-input:focus {
  border-color: #0cc2aa;
  border-bottom-width: 2px;
  padding-bottom: 1px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input.focus ~ label, .md-input:focus ~ label {
  color: #0cc2aa;
  opacity: 1;
  top: 0 !important;
  font-size: 0.85em !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.float-label .md-input ~ label {
  top: 20px;
  font-size: 1em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.float-label .md-input.has-value ~ label, .float-label .md-input.ng-dirty ~ label, .md-input ~ label {
  top: 0;
  font-size: .85em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input ~ label {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  z-index: 0;
  opacity: .5;
  left: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input.disabled, .md-input[disabled] {
  opacity: .5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
textarea.md-input {
  height: auto;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input-white.focus, .md-input-white:focus {
  border-color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input-white.focus ~ label, .md-input-white:focus ~ label {
  color: #fff;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input-msg {
  position: absolute;
  bottom: 0;
  line-height: 24px;
  font-size: .85em;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check > i, .md-switch i {
  line-height: 1;
  vertical-align: middle;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-input-msg.right {
  right: 0;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check {
  cursor: pointer;
  padding-left: 1.25rem;
  margin: 0;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  margin-left: -1.25rem;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input:checked + i:before {
  border-width: 0;
  background-color: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input:checked + span .active {
  display: inherit;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input[type=radio] + i, .md-check input[type=radio] + i:before {
  border-radius: 50%;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input[type=checkbox]:checked + i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: ' ';
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input[type=radio]:checked + i:after {
  position: absolute;
  left: 6px;
  top: 6px;
  display: table;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  content: ' ';
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check > i:before, .md-switch i:after, .md-switch i:before {
  content: "";
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check input[disabled] + i:before, .md-check input[disabled]:checked + i:before, fieldset[disabled] .md-check input + i:before {
  opacity: .5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check > i {
  width: 0;
  height: 18px;
  margin-left: -20px;
  margin-top: 1px;
  float: left;
  display: inline-block;
  margin-right: 28px;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check > i:before {
  position: absolute;
  width: 18px;
  height: 100%;
  border: 2px solid #9e9e9e;
  border-radius: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-check > i.no-icon:after {
  display: none !important;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch {
  cursor: pointer;
  padding-left: 36px;
  margin: 0;
  min-height: 20px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch input {
  position: absolute;
  cursor: pointer;
  width: 36px;
  height: 20px;
  z-index: 1;
  opacity: 0;
  margin-left: -36px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch input:checked + i:before {
  background: inherit;
  opacity: .5;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch input:checked + i:after {
  background: inherit;
  left: 16px;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch input[disabled] + i:before, fieldset[disabled] .md-switch input + i:before {
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch input[disabled] + i:after, fieldset[disabled] .md-switch input + i:after {
  background-color: #bdbdbd;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch i {
  width: 0;
  height: 18px;
  margin-left: -36px;
  margin-top: -2px;
  display: inline-block;
  margin-right: 44px;
  position: relative;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch i:before {
  left: 1px;
  width: 34px;
  top: 3px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
  background-color: #9e9e9e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.md-switch i:after {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[ui-view].ng-leave {
  display: none;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
[ui-view].ng-leave.smooth {
  display: block;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.smooth.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-right-big.ng-enter {
  -webkit-animation: fadeInRightBig .5s;
  animation: fadeInRightBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-right-big.ng-leave {
  -webkit-animation: fadeOutLeftBig .5s;
  animation: fadeOutLeftBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-left-big.ng-enter {
  -webkit-animation: fadeInLeftBig .5s;
  animation: fadeInLeftBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-left-big.ng-leave {
  -webkit-animation: fadeOutRightBig .5s;
  animation: fadeOutRightBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-up-big.ng-enter {
  -webkit-animation: fadeInUpBig .5s;
  animation: fadeInUpBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-up-big.ng-leave {
  -webkit-animation: fadeOutUpBig .5s;
  animation: fadeOutUpBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-down-big.ng-enter {
  -webkit-animation: fadeInDownBig .5s;
  animation: fadeInDownBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-down-big.ng-leave {
  -webkit-animation: fadeOutDownBig .5s;
  animation: fadeOutDownBig .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in.ng-enter {
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in.ng-leave {
  -webkit-animation: fadeOut .5s;
  animation: fadeOut .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-right.ng-enter {
  -webkit-animation: fadeInRight .5s;
  animation: fadeInRight .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-right.ng-leave {
  -webkit-animation: fadeOutLeft .5s;
  animation: fadeOutLeft .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-left.ng-enter {
  -webkit-animation: fadeInLeft .5s;
  animation: fadeInLeft .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-left.ng-leave {
  -webkit-animation: fadeOutRight .5s;
  animation: fadeOutRight .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-up.ng-enter {
  -webkit-animation: fadeInUp .5s;
  animation: fadeInUp .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-up.ng-leave {
  -webkit-animation: fadeOutUp .5s;
  animation: fadeOutUp .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-down.ng-enter {
  -webkit-animation: fadeInDown .5s;
  animation: fadeInDown .5s;
}

/* line 1, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/app.min.css */
.fade-in-down.ng-leave {
  -webkit-animation: fadeOutDown .5s;
  animation: fadeOutDown .5s;
}

/* line 2, /home/rails/purrinc/vendor/assets/flatkit/stylesheets/styles/font.css */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*custom*/
/*@import url(/../../assets/fonts/sanfranciscotext/font.css);*/
/* line 2, /home/rails/purrinc/app/assets/stylesheets/alerts.scss */
#alert-modal .modal-header {
  background-color: #ee6e73;
}
/* line 4, /home/rails/purrinc/app/assets/stylesheets/alerts.scss */
#alert-modal .modal-header .glyphicon {
  font-size: 80px;
  color: white;
}
/* line 9, /home/rails/purrinc/app/assets/stylesheets/alerts.scss */
#alert-modal .modal-body {
  color: #3E495F;
}
/* line 12, /home/rails/purrinc/app/assets/stylesheets/alerts.scss */
#alert-modal .text-danger {
  color: white !important;
  background-color: #ee6e73 !important;
  border-color: #ee6e73 !important;
}

/* line 1, /home/rails/purrinc/app/assets/stylesheets/common.scss */
.devise-page {
  background-color: #2e3e4e;
}

/* line 5, /home/rails/purrinc/app/assets/stylesheets/common.scss */
.onboarding-page {
  background: url(/assets/background-db0f305c663a5da75637b160ddc7ee30d42d2b9cb452b2cb570455470b47bbd1.jpg) repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
