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





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* line 4, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
:root {
  --primary-color: #394250;
  --accent-color: #da0e0f;
  --navbar-inverse-bg: #394250;
  --navbar-inverse-border: #080808;
  --navbar-inverse-color: #ffffff;
  --navbar-inverse-active-bg: #da0e0f;
  --navbar-inverse-active-color: #ffffff;
}

/* line 14, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse {
  border-radius: 0;
  background: var(--navbar-inverse-bg);
  border-color: var(--navbar-inverse-border);
}

/* line 20, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
/* line 24, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn-primary:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}
/* line 29, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:hover {
  background-color: var(--primary-color);
}

/* line 34, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
a {
  color: var(--primary-color);
}

/* line 38, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
a:focus, a:hover {
  color: var(--primary-color);
}
/* line 40, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
a:focus.nav-link, a:hover.nav-link {
  text-decoration: none;
}

/* line 45, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* line 50, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.pagination {
  margin-top: 0;
}

/* line 54, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.pagination > li > a, .pagination > li > span {
  color: var(--primary-color);
}

/* line 58, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: var(--primary-color);
}

/* line 62, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: var(--navbar-inverse-color);
}

/* line 66, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: var(--navbar-inverse-active-bg) !important;
  color: var(--navbar-inverse-active-color) !important;
}

/* line 71, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: var(--navbar-inverse-color);
}

/* line 75, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.form-inline {
  margin-bottom: 5px;
}

/* line 79, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.password-rule-tooltip + .tooltip > .tooltip-inner {
  background-color: #000000;
  font-size: 12px;
  width: 500px;
}

/* line 85, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.password-rule-tooltip + .tooltip > .tooltip-arrow {
  border-bottom-color: #000000;
}

/* line 89, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
textarea.resize-vertical-only {
  resize: vertical;
}

/* line 92, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn.active {
  color: #fff !important;
  background-color: #394350 !important;
}

/* line 97, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
hr {
  border-top-color: #ccc;
}

/* line 101, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-toggle {
  margin-top: 13px;
  margin-bottom: 13px;
}

/* line 106, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-brand {
  width: 150px;
  height: 50px;
  margin: 5px 15px;
}

/* override float-breakpoint */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 114, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 118, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-header {
    float: none;
  }

  /* line 121, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-brand {
    margin-left: 15px !important;
  }

  /* line 124, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 127, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 1px solid #101010;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  /* line 133, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 136, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 139, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }

  /* line 143, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .nav > li {
    float: none;
  }

  /* line 146, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* line 150, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-right {
    float: none !important;
  }

  /* line 153, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 163, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  /* line 166, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  /* line 169, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  /* line 172, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  /* line 179, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 183, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-header {
    float: left;
  }

  /* line 186, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-brand {
    margin-left: 0 !important;
  }

  /* line 189, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-toggle {
    display: none;
  }

  /* line 192, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-collapse {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* line 200, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 206, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 210, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 213, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 217, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-right {
    position: absolute;
    right: 0;
    background-color: var(--navbar-inverse-bg);
  }

  /* line 222, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* line 228, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn.btn-primary[disabled] {
  background-color: var(--primary-color);
}

/* line 231, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
textarea.resize-vertical-only {
  resize: vertical;
}

/* line 234, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.btn.active {
  color: #fff !important;
  background-color: var(--accent-color) !important;
}

/* line 238, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.table-borderless td, .table-borderless th {
  border: none !important;
}

/* remove hover bg for --navbar-inverse-bg customization */
/* line 243, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
}

/* line 247, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/bootstrap_override.css.scss */
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-0 {
  padding-top: 0px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-0 {
  margin-top: 0px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-5 {
  padding-top: 5px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-5 {
  margin-top: 5px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-10 {
  padding-top: 10px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-10 {
  margin-top: 10px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-15 {
  padding-top: 15px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-15 {
  margin-top: 15px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-20 {
  padding-top: 20px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-20 {
  margin-top: 20px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-25 {
  padding-top: 25px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-25 {
  margin-top: 25px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-t-30 {
  padding-top: 30px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-t-30 {
  margin-top: 30px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-0 {
  padding-right: 0px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-0 {
  margin-right: 0px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-5 {
  padding-right: 5px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-10 {
  padding-right: 10px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-10 {
  margin-right: 10px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-15 {
  padding-right: 15px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-15 {
  margin-right: 15px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-20 {
  padding-right: 20px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-20 {
  margin-right: 20px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-25 {
  padding-right: 25px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-25 {
  margin-right: 25px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-r-30 {
  padding-right: 30px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-r-30 {
  margin-right: 30px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-0 {
  padding-bottom: 0px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-0 {
  margin-bottom: 0px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-5 {
  padding-bottom: 5px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-5 {
  margin-bottom: 5px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-10 {
  padding-bottom: 10px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-15 {
  padding-bottom: 15px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-15 {
  margin-bottom: 15px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-20 {
  padding-bottom: 20px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-20 {
  margin-bottom: 20px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-25 {
  padding-bottom: 25px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-25 {
  margin-bottom: 25px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-b-30 {
  padding-bottom: 30px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-b-30 {
  margin-bottom: 30px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-0 {
  padding-left: 0px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-0 {
  margin-left: 0px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-5 {
  padding-left: 5px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-5 {
  margin-left: 5px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-10 {
  padding-left: 10px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-10 {
  margin-left: 10px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-15 {
  padding-left: 15px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-15 {
  margin-left: 15px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-20 {
  padding-left: 20px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-20 {
  margin-left: 20px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-25 {
  padding-left: 25px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-25 {
  margin-left: 25px;
}

/* line 7, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.p-l-30 {
  padding-left: 30px;
}

/* line 11, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/box.css.scss */
.m-l-30 {
  margin-left: 30px;
}
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #f6a21d;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #f6a21d;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}
/* line 1, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-container {
  background-color: #FFFFFF;
  border-radius: 4px;
  left: 20px;
  padding: 15px;
  width: 350px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
  display: none;
  z-index: 9999999;
  border: 1px solid #7f7f7f;
}

/* line 15, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-body, .eupopup-head {
  color: #333333;
  padding-left: 10px;
}

/* line 20, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-close-button {
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  margin: 0 10px;
}

/* line 28, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-button_1, .eupopup-button_2, .eupopup-button_3 {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
  margin: 0 10px;
  font-weight: bold;
  font-size: 12px;
}
/* line 36, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-button_1:hover, .eupopup-button_1:focus, .eupopup-button_2:hover, .eupopup-button_2:focus, .eupopup-button_3:hover, .eupopup-button_3:focus {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}

/* line 43, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.eupopup-button_5 {
  color: #498de1;
  font-weight: normal;
  font-size: 12px;
}

/* line 49, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/jquery-eu-cookie-law-popup_override.css.scss */
.checkbox-list {
  margin-top: 10px;
  text-align: center;
}
/* line 1, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
select.select2, select.select2-multiple {
  visibility: hidden;
  height: 30px !important;
}

/* line 6, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container .select2-selection--single {
  height: 30px;
}

/* line 10, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2 {
  width: 100% !important;
  max-width: 200px;
}

/* line 16, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.form-inline .select2 {
  width: 200px !important;
}

/* line 22, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.form-horizontal .select2-container--default {
  padding-top: 2px;
}
/* line 24, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.form-horizontal .select2-container--default .select2-selection__arrow {
  top: 3px;
}

/* line 30, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-results__option, .select2-search__field {
  font-size: 12px !important;
}

/* line 35, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-selection--single {
  line-height: 20px;
  padding: 4px 25px 4px 10px;
}
/* line 42, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-dropdown {
  z-index: 1050;
}
/* line 46, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-results__option {
  padding: 3px 8px;
  word-break: break-word;
}
/* line 51, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-results__options[aria-multiselectable=true] .select2-results__option:not(.select2-results__message):before {
  content: '\f096';
  padding-right: 6px;
  font-family: FontAwesome;
}
/* line 59, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  padding-right: 5px;
  content: '\f14a';
}
/* line 65, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background: #fff;
  color: #333;
}
/* line 70, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background: #f5f5f5;
}
/* line 74, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-container--bootstrap .select2-selection__rendered li:not(.select2-search--inline) {
  display: none;
}

/* line 79, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-selectall, .select2-deselectall {
  padding: 3px 8px;
  font-size: 12px;
  display: block;
}

/* line 85, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-button-container {
  text-align: right;
  padding: 4px;
}
/* line 88, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/select2_override.css.scss */
.select2-button-container .btn + .btn {
  margin-left: 4px;
}
/* line 1, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/uppy.css.scss */
.tools {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  display: none;
}
/* line 9, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/uppy.css.scss */
.tools a {
  text-decoration: none;
}

/* line 15, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/uppy.css.scss */
.entry-visible:hover .tools {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}
/*





 */
/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
/* line 49, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}
/* line 58, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 63, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .hide {
  display: none;
}
/* line 67, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}
/* line 72, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
/* line 94, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
/* line 105, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
/* line 116, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* line 123, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
/* line 137, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
/* line 145, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
/* line 156, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
/* line 162, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  /* line 145, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
/* line 186, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
/* line 193, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
/* line 197, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
/* line 201, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 206, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
/* line 209, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
/* line 215, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
/* line 220, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
/* line 224, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
/* line 231, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
/* line 233, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 238, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
/* line 240, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
/* line 247, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
/* line 253, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
/* line 265, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
/* line 268, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
/* line 273, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
/* line 276, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
/* line 265, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
/* line 268, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
/* line 273, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
/* line 276, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
/* line 265, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
/* line 268, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
/* line 273, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
/* line 276, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
/* line 265, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
/* line 268, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
/* line 273, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
/* line 276, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
/* line 284, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
/* line 292, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 300, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
/* line 307, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
/* line 310, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 9, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag {
  width: 20px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.be {
  width: 18px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ch {
  width: 15px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mc {
  width: 19px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ne {
  width: 18px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.np {
  width: 13px;
}
/* line 16, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}
/* line 32, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
/* line 36, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
/* line 40, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
/* line 44, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
/* line 48, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
/* line 52, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
/* line 56, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
/* line 60, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
/* line 64, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
/* line 68, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
/* line 72, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
/* line 76, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
/* line 80, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
/* line 84, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
/* line 88, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
/* line 92, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
/* line 96, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
/* line 100, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
/* line 104, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
/* line 108, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
/* line 112, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
/* line 116, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
/* line 120, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
/* line 124, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
/* line 128, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
/* line 132, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
/* line 136, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
/* line 140, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
/* line 144, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
/* line 148, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
/* line 152, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
/* line 156, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
/* line 160, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
/* line 164, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
/* line 168, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
/* line 172, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
/* line 176, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
/* line 180, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
/* line 184, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
/* line 188, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
/* line 192, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
/* line 196, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
/* line 200, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
/* line 204, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
/* line 208, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
/* line 212, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
/* line 216, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
/* line 220, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
/* line 224, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
/* line 228, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
/* line 232, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
/* line 236, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
/* line 240, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
/* line 244, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
/* line 248, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
/* line 252, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
/* line 256, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
/* line 260, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
/* line 264, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
/* line 268, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
/* line 272, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
/* line 276, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
/* line 280, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
/* line 284, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
/* line 288, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
/* line 292, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
/* line 296, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
/* line 300, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
/* line 304, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
/* line 308, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
/* line 312, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
/* line 316, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
/* line 320, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
/* line 324, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
/* line 328, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
/* line 332, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
/* line 336, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
/* line 340, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
/* line 344, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
/* line 348, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
/* line 352, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
/* line 356, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
/* line 360, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
/* line 364, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
/* line 368, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
/* line 372, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
/* line 376, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
/* line 380, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
/* line 384, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
/* line 388, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
/* line 392, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
/* line 396, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
/* line 400, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
/* line 404, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
/* line 408, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
/* line 412, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
/* line 416, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
/* line 420, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
/* line 424, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
/* line 428, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
/* line 432, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
/* line 436, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
/* line 440, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
/* line 444, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
/* line 448, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
/* line 452, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
/* line 456, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
/* line 460, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
/* line 464, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
/* line 468, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
/* line 472, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
/* line 476, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
/* line 480, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
/* line 484, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
/* line 488, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
/* line 492, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
/* line 496, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
/* line 500, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
/* line 504, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
/* line 508, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
/* line 512, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
/* line 516, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
/* line 520, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
/* line 524, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
/* line 528, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
/* line 532, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
/* line 536, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
/* line 540, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
/* line 544, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
/* line 548, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
/* line 552, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
/* line 556, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
/* line 560, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
/* line 564, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
/* line 568, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
/* line 572, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
/* line 576, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
/* line 580, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
/* line 584, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
/* line 588, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
/* line 592, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
/* line 596, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
/* line 600, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
/* line 604, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
/* line 608, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
/* line 612, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
/* line 616, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
/* line 620, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
/* line 624, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
/* line 628, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
/* line 632, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
/* line 636, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
/* line 640, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
/* line 644, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
/* line 648, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
/* line 652, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
/* line 656, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
/* line 660, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
/* line 664, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
/* line 668, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
/* line 672, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
/* line 676, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
/* line 680, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
/* line 684, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
/* line 688, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
/* line 692, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
/* line 696, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
/* line 700, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
/* line 704, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
/* line 708, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
/* line 712, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
/* line 716, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
/* line 720, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
/* line 724, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
/* line 728, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
/* line 732, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
/* line 736, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
/* line 740, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
/* line 744, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
/* line 748, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
/* line 752, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
/* line 756, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
/* line 760, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
/* line 764, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
/* line 768, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
/* line 772, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
/* line 776, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
/* line 780, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
/* line 784, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
/* line 788, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
/* line 792, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
/* line 796, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
/* line 800, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
/* line 804, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
/* line 808, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
/* line 812, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
/* line 816, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
/* line 820, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
/* line 824, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
/* line 828, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
/* line 832, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
/* line 836, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
/* line 840, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
/* line 844, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
/* line 848, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
/* line 852, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
/* line 856, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
/* line 860, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
/* line 864, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
/* line 868, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
/* line 872, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
/* line 876, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
/* line 880, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
/* line 884, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
/* line 888, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
/* line 892, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
/* line 896, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
/* line 900, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
/* line 904, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
/* line 908, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
/* line 912, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
/* line 916, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
/* line 920, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
/* line 924, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
/* line 928, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
/* line 932, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
/* line 936, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
/* line 940, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
/* line 944, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
/* line 948, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
/* line 952, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
/* line 956, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
/* line 960, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
/* line 964, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
/* line 968, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
/* line 972, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
/* line 976, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
/* line 980, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
/* line 984, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
/* line 988, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
/* line 992, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
/* line 996, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
/* line 1000, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
/* line 1004, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
/* line 1008, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
/* line 1012, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
/* line 1016, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
/* line 1020, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
/* line 1024, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
/* line 1028, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
/* line 1032, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
/* line 1036, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
/* line 1040, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
/* line 1044, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
/* line 1048, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
/* line 1052, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
/* line 1056, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/sprite.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 325, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/assets/flags-38025784bedeb5e4cae496b131c85cabbd95ae0b1c0a3c9d9cb474d7262db04b.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 325, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
  .iti-flag {
    background-image: url(/assets/flags@2x-e21becc4db003c08194a77f3311709fc0002a99be5dd18e8a5ba661c0472dc35.png);
  }
}

/* line 343, /usr/share/rvm/gems/ruby-4.0.1/gems/intl-tel-input-rails-12.3.0/app/assets/stylesheets/intlTelInput.scss */
.iti-flag.np {
  background-color: transparent;
}

/* line 15, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 20, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
body {
  margin-bottom: 60px;
}

/* line 24, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.password-specification {
  font-weight: 400;
  color: #a94442;
}

/* line 29, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.navbar-brand {
  background: url(/uploads/application/logo.jpg) center center no-repeat;
  background-size: contain;
}

/* line 35, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.list-table .form-control {
  max-width: 200px;
}

/* line 40, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-text {
  margin-top: 4px;
}

/* line 44, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-label {
  vertical-align: middle;
}
/* line 47, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-label.required:after {
  content: " *";
  color: #f00;
}
/* line 52, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-label .field_with_errors {
  display: inline-block;
}

/* line 57, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.field_with_errors {
  color: #a94442;
}
/* line 60, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.field_with_errors .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 65, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.field_with_errors .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 73, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.table > tbody > tr > td.control-text {
  padding-top: 12px;
}

/* line 77, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.input-sm {
  font-size: 14px;
  padding: 4px 10px;
}

/* line 82, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.nowrap {
  white-space: nowrap;
}

/* line 86, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 97, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.intl-tel-input {
  display: block;
}

/* line 101, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.policy {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
  color: #636972;
}

/* line 110, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.toggle-password-btn {
  cursor: pointer;
}
/* line 113, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.toggle-password-btn:before {
  content: "\f06e";
}
/* line 117, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.toggle-password-btn.show:before {
  content: "\f070";
}

/* login page */
/* line 124, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
#login .block {
  width: 315px;
  margin: 0 auto;
  padding: 0;
}
/* line 128, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
#login .block.block-extra {
  width: 100%;
  max-width: 655px;
}

/* line 136, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.btn-provider {
  display: inline-block;
  width: 150px;
  font-size: 11px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 144, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.btn-provider {
  background-color: transparent !important;
}

/* line 148, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.btn-invisible-provider {
  border: 2px dashed #ccc;
}

/* line 152, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.btn.btn-invisible-provider:hover {
  color: #333;
  background-color: transparent !important;
}

/* line 158, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.btn.btn-invisible-provider.active {
  color: #333 !important;
  background-color: #b8bec5 !important;
  box-shadow: none;
}

/* line 165, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.inline-block {
  display: inline-block;
}

/* line 169, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.provider-logo {
  max-width: 140px;
  max-height: 45px;
}

/* line 174, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 179, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-checkbox {
  width: auto !important;
  height: auto !important;
  margin: 10px 10px !important;
}

/* line 185, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.control-text {
  margin: 10px 0px;
}

/* line 189, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.form-container .form-group {
  margin-left: 15px;
}

/* line 193, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.form-container .form-group:first-of-type {
  margin-top: 15px;
}

/* line 197, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.pixpalace-version {
  position: absolute;
  padding: 15px;
  bottom: 0;
  width: 100%;
  text-align: right;
}

/* line 205, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 211, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.table > tbody > tr.fields > td, .table > tbody > tr.fields > th {
  vertical-align: middle;
}

/* line 216, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.billing-image-thumb {
  max-width: 100px;
  max-height: 65px;
}

/* line 221, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.display-as-text {
  padding: 0;
  pointer-events: none;
  border: 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: none;
  width: 100%;
}

/* line 232, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #394250;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin: 15px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 247, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
select[readonly] option, select[readonly] optgroup {
  display: none;
}

/* line 252, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.placeholder-italic::-webkit-input-placeholder {
  font-style: italic;
}
/* line 255, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.placeholder-italic:-moz-placeholder {
  font-style: italic;
}
/* line 258, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.placeholder-italic::-moz-placeholder {
  font-style: italic;
}
/* line 261, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.placeholder-italic:-ms-input-placeholder {
  font-style: italic;
}

/* line 266, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.color-muted {
  color: #ddd;
}

/* line 270, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.color-danger {
  color: #da0e0f;
}

/* line 275, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.collapse-icon {
  padding-left: 20px;
  position: relative;
}

/* line 280, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.collapse-icon:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f077";
  color: #444444;
  position: absolute;
  left: 0;
}

/* line 288, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.collapse-icon.collapsed:before {
  content: "\f078";
}

/* line 292, /var/www/pix.v5/vendor/engines/pixpalace/app/assets/stylesheets/pixpalace/application.css.scss */
.provider-permissions {
  display: inline-block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}
