@charset "UTF-8";
/*!
 * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fa)::before {
  content: var(--fa);
  content: var(--fa)/"";
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-less-than {
  --fa: "\<";
}

.fa-equals {
  --fa: "\=";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-question {
  --fa: "\?";
}

.fa-at {
  --fa: "\@";
}

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

.fa-i {
  --fa: "I";
}

.fa-j {
  --fa: "J";
}

.fa-k {
  --fa: "K";
}

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

.fa-v {
  --fa: "V";
}

.fa-w {
  --fa: "W";
}

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-handshake-alt-slash {
  --fa: "\e060";
}

.fa-handshake-simple-slash {
  --fa: "\e060";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-virus {
  --fa: "\e074";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-vest {
  --fa: "\e085";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-clover {
  --fa: "\e139";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-display {
  --fa: "\e163";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-section {
  --fa: "\e447";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-jar {
  --fa: "\e516";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-locust {
  --fa: "\e520";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-rug {
  --fa: "\e569";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-tents {
  --fa: "\e582";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-worm {
  --fa: "\e599";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-pentagon {
  --fa: "\e790";
}

.fa-non-binary {
  --fa: "\e807";
}

.fa-spiral {
  --fa: "\e80a";
}

.fa-mobile-vibrate {
  --fa: "\e816";
}

.fa-single-quote-left {
  --fa: "\e81b";
}

.fa-single-quote-right {
  --fa: "\e81c";
}

.fa-bus-side {
  --fa: "\e81d";
}

.fa-septagon {
  --fa: "\e820";
}

.fa-heptagon {
  --fa: "\e820";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-music {
  --fa: "\f001";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-heart {
  --fa: "\f004";
}

.fa-star {
  --fa: "\f005";
}

.fa-user {
  --fa: "\f007";
}

.fa-user-alt {
  --fa: "\f007";
}

.fa-user-large {
  --fa: "\f007";
}

.fa-film {
  --fa: "\f008";
}

.fa-film-alt {
  --fa: "\f008";
}

.fa-film-simple {
  --fa: "\f008";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-check {
  --fa: "\f00c";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-road {
  --fa: "\f018";
}

.fa-download {
  --fa: "\f019";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-lock {
  --fa: "\f023";
}

.fa-flag {
  --fa: "\f024";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-headphones-alt {
  --fa: "\f025";
}

.fa-headphones-simple {
  --fa: "\f025";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-book {
  --fa: "\f02d";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-print {
  --fa: "\f02f";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-font {
  --fa: "\f031";
}

.fa-bold {
  --fa: "\f032";
}

.fa-italic {
  --fa: "\f033";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-image {
  --fa: "\f03e";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-play {
  --fa: "\f04b";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-eject {
  --fa: "\f052";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-expand {
  --fa: "\f065";
}

.fa-compress {
  --fa: "\f066";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-plane {
  --fa: "\f072";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-comment {
  --fa: "\f075";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-key {
  --fa: "\f084";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-comments {
  --fa: "\f086";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-upload {
  --fa: "\f093";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-phone {
  --fa: "\f095";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-circle {
  --fa: "\f111";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-code {
  --fa: "\f121";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-crop {
  --fa: "\f125";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-info {
  --fa: "\f129";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-file {
  --fa: "\f15b";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-sun {
  --fa: "\f185";
}

.fa-moon {
  --fa: "\f186";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-bug {
  --fa: "\f188";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-bus {
  --fa: "\f207";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-venus {
  --fa: "\f221";
}

.fa-mars {
  --fa: "\f222";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-server {
  --fa: "\f233";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-bed {
  --fa: "\f236";
}

.fa-train {
  --fa: "\f238";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-industry {
  --fa: "\f275";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-map {
  --fa: "\f279";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-handshake-alt {
  --fa: "\f2b5";
}

.fa-handshake-simple {
  --fa: "\f2b5";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-images {
  --fa: "\f302";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-pen {
  --fa: "\f304";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-octagon {
  --fa: "\f306";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-hexagon {
  --fa: "\f312";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-alarm-clock {
  --fa: "\f34e";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-chess {
  --fa: "\f439";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-box {
  --fa: "\f466";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-dna {
  --fa: "\f471";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-pills {
  --fa: "\f484";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vial {
  --fa: "\f492";
}

.fa-vials {
  --fa: "\f493";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-user-alt-slash {
  --fa: "\f506";
}

.fa-user-large-slash {
  --fa: "\f506";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-blender {
  --fa: "\f517";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-church {
  --fa: "\f51d";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-crow {
  --fa: "\f520";
}

.fa-crown {
  --fa: "\f521";
}

.fa-dice {
  --fa: "\f522";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-divide {
  --fa: "\f529";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-memory {
  --fa: "\f538";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-robot {
  --fa: "\f544";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-school {
  --fa: "\f549";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-store {
  --fa: "\f54e";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-archway {
  --fa: "\f557";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-award {
  --fa: "\f559";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-drum {
  --fa: "\f569";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-fill {
  --fa: "\f575";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-fish {
  --fa: "\f578";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grid-horizontal {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-grid-vertical {
  --fa: "\f58e";
}

.fa-headset {
  --fa: "\f590";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-joint {
  --fa: "\f595";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-vector-polygon {
  --fa: "\f5ee";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-poop {
  --fa: "\f619";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-city {
  --fa: "\f64f";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-cross {
  --fa: "\f654";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-om {
  --fa: "\f679";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-socks {
  --fa: "\f696";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-otter {
  --fa: "\f700";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-slash {
  --fa: "\f715";
}

.fa-spider {
  --fa: "\f717";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-toilet-paper-alt {
  --fa: "\f71e";
}

.fa-toilet-paper-blank {
  --fa: "\f71e";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-water {
  --fa: "\f773";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-blog {
  --fa: "\f781";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-pager {
  --fa: "\f815";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-fan {
  --fa: "\f863";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-caravan {
  --fa: "\f8ff";
}

/*!
 * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("font-awesome/fa-solid-900.woff2");
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.eot");
  src: url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("/movie-store/assets/v268026/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: white;
  text-decoration: none;
}
a:hover, a:focus {
  color: white;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .sheet-movie-edition .subsheet-other-editions ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 0) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right,
.notify-inline blockquote.notify-buttons,
.dialog > .title blockquote.close_dialog,
.dialog .dialog-title blockquote.close_dialog,
.sheet > .title blockquote.close-view,
.sheet .sheet-title blockquote.close-view {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.notify-inline blockquote.notify-buttons footer:before,
.dialog > .title blockquote.close_dialog footer:before,
.dialog .dialog-title blockquote.close_dialog footer:before,
.sheet > .title blockquote.close-view footer:before,
.sheet .sheet-title blockquote.close-view footer:before,
blockquote.pull-right small:before,
.notify-inline blockquote.notify-buttons small:before,
.dialog > .title blockquote.close_dialog small:before,
.dialog .dialog-title blockquote.close_dialog small:before,
.sheet > .title blockquote.close-view small:before,
.sheet .sheet-title blockquote.close-view small:before,
blockquote.pull-right .small:before,
.notify-inline blockquote.notify-buttons .small:before,
.dialog > .title blockquote.close_dialog .small:before,
.dialog .dialog-title blockquote.close_dialog .small:before,
.sheet > .title blockquote.close-view .small:before,
.sheet .sheet-title blockquote.close-view .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.notify-inline blockquote.notify-buttons footer:after,
.dialog > .title blockquote.close_dialog footer:after,
.dialog .dialog-title blockquote.close_dialog footer:after,
.sheet > .title blockquote.close-view footer:after,
.sheet .sheet-title blockquote.close-view footer:after,
blockquote.pull-right small:after,
.notify-inline blockquote.notify-buttons small:after,
.dialog > .title blockquote.close_dialog small:after,
.dialog .dialog-title blockquote.close_dialog small:after,
.sheet > .title blockquote.close-view small:after,
.sheet .sheet-title blockquote.close-view small:after,
blockquote.pull-right .small:after,
.notify-inline blockquote.notify-buttons .small:after,
.dialog > .title blockquote.close_dialog .small:after,
.dialog .dialog-title blockquote.close_dialog .small:after,
.sheet > .title blockquote.close-view .small:after,
.sheet .sheet-title blockquote.close-view .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row, .place-home .container-fluid > .panel, .place-browse .container-fluid > .panel, .place-studios .container-fluid > .panel {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .place-home .container-fluid > .panel:before, .place-browse .container-fluid > .panel:before, .place-studios .container-fluid > .panel:before, .row:after, .place-home .container-fluid > .panel:after, .place-browse .container-fluid > .panel:after, .place-studios .container-fluid > .panel:after {
  display: table;
  content: " ";
}
.row:after, .place-home .container-fluid > .panel:after, .place-browse .container-fluid > .panel:after, .place-studios .container-fluid > .panel:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .place-home .container-fluid > .panel.top, .place-browse .container-fluid > .panel.top, .place-studios .container-fluid > .panel.top, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .place-home .container-fluid > .panel.top, .place-browse .container-fluid > .panel.top, .place-studios .container-fluid > .panel.top {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

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

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

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

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

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

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12, .place-home .container-fluid > .panel.top, .place-browse .container-fluid > .panel.top, .place-studios .container-fluid > .panel.top {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .dialog.dialog-ultra-violet-link .table-hover > tbody > tr:hover > iframe, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control, input[type=email],
input[type=password],
input[type=text],
textarea,
select:not([name=sort]) {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
textarea:focus,
select:focus:not([name=sort]) {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder,
select:not([name=sort])::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder:not([name=sort]) {
  color: #999;
}
.form-control::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select:not([name=sort])::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, input[type=email]::-ms-expand,
input[type=password]::-ms-expand,
input[type=text]::-ms-expand,
textarea::-ms-expand,
select:not([name=sort])::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], input[disabled][type=email],
input[disabled][type=password],
input[disabled][type=text],
textarea[disabled],
select[disabled]:not([name=sort]), .form-control[readonly], input[readonly][type=email],
input[readonly][type=password],
input[readonly][type=text],
textarea[readonly],
select[readonly]:not([name=sort]), fieldset[disabled] .form-control, fieldset[disabled] input[type=email],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=text],
fieldset[disabled] textarea,
fieldset[disabled] select:not([name=sort]) {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], input[disabled][type=email],
input[disabled][type=password],
input[disabled][type=text],
textarea[disabled],
select[disabled]:not([name=sort]), fieldset[disabled] .form-control, fieldset[disabled] input[type=email],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=text],
fieldset[disabled] textarea,
fieldset[disabled] select:not([name=sort]) {
  cursor: not-allowed;
}

textarea.form-control,
textarea {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date][type=email],
  input[type=date][type=password],
  input[type=date][type=text],
  input[type=time].form-control,
  input[type=time][type=email],
  input[type=time][type=password],
  input[type=time][type=text],
  input[type=datetime-local].form-control,
  input[type=datetime-local][type=email],
  input[type=datetime-local][type=password],
  input[type=datetime-local][type=text],
  input[type=month].form-control,
  input[type=month][type=email],
  input[type=month][type=password],
  input[type=month][type=text] {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static[type=email],
.input-group-lg > input.form-control-static[type=password],
.input-group-lg > input.form-control-static[type=text],
.input-group-lg > textarea.form-control-static,
.input-group-lg > select.form-control-static:not([name=sort]),
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static[type=email],
.input-group-sm > input.form-control-static[type=password],
.input-group-sm > input.form-control-static[type=text],
.input-group-sm > textarea.form-control-static,
.input-group-sm > select.form-control-static:not([name=sort]),
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type=email],
.input-group-sm > input[type=password],
.input-group-sm > input[type=text],
.input-group-sm > textarea,
.input-group-sm > select:not([name=sort]),
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select:not([name=sort]),
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple]:not([name=sort]),
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm input[type=email],
.form-group-sm input[type=password],
.form-group-sm input[type=text],
.form-group-sm textarea,
.form-group-sm select:not([name=sort]) {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control,
.form-group-sm select:not([name=sort]) {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple]:not([name=sort]) {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type=email],
.input-group-lg > input[type=password],
.input-group-lg > input[type=text],
.input-group-lg > textarea,
.input-group-lg > select:not([name=sort]),
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select:not([name=sort]),
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple]:not([name=sort]),
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg input[type=email],
.form-group-lg input[type=password],
.form-group-lg input[type=text],
.form-group-lg textarea,
.form-group-lg select:not([name=sort]) {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control,
.form-group-lg select:not([name=sort]) {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple]:not([name=sort]) {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback input[type=email],
.has-feedback input[type=password],
.has-feedback input[type=text],
.has-feedback textarea,
.has-feedback select:not([name=sort]) {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input[type=email] + .form-control-feedback,
.input-group-lg > input[type=password] + .form-control-feedback,
.input-group-lg > input[type=text] + .form-control-feedback,
.input-group-lg > textarea + .form-control-feedback,
.input-group-lg > select:not([name=sort]) + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type=email] + .form-control-feedback,
.form-group-lg input[type=password] + .form-control-feedback,
.form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg textarea + .form-control-feedback,
.form-group-lg select:not([name=sort]) + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input[type=email] + .form-control-feedback,
.input-group-sm > input[type=password] + .form-control-feedback,
.input-group-sm > input[type=text] + .form-control-feedback,
.input-group-sm > textarea + .form-control-feedback,
.input-group-sm > select:not([name=sort]) + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type=email] + .form-control-feedback,
.form-group-sm input[type=password] + .form-control-feedback,
.form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm textarea + .form-control-feedback,
.form-group-sm select:not([name=sort]) + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success input[type=email],
.has-success input[type=password],
.has-success input[type=text],
.has-success textarea,
.has-success select:not([name=sort]) {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus, .has-success input[type=email]:focus,
.has-success input[type=password]:focus,
.has-success input[type=text]:focus,
.has-success textarea:focus,
.has-success select:focus:not([name=sort]) {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning input[type=email],
.has-warning input[type=password],
.has-warning input[type=text],
.has-warning textarea,
.has-warning select:not([name=sort]) {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus, .has-warning input[type=email]:focus,
.has-warning input[type=password]:focus,
.has-warning input[type=text]:focus,
.has-warning textarea:focus,
.has-warning select:focus:not([name=sort]) {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error input[type=email],
.has-error input[type=password],
.has-error input[type=text],
.has-error textarea,
.has-error select:not([name=sort]) {
  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);
}
.has-error .form-control:focus, .has-error input[type=email]:focus,
.has-error input[type=password]:focus,
.has-error input[type=text]:focus,
.has-error textarea:focus,
.has-error select:focus:not([name=sort]) {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline input[type=email],
  .form-inline input[type=password],
  .form-inline input[type=text],
  .form-inline textarea,
  .form-inline select:not([name=sort]) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group input[type=email],
  .form-inline .input-group input[type=password],
  .form-inline .input-group input[type=text],
  .form-inline .input-group textarea,
  .form-inline .input-group select:not([name=sort]) {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type=email],
  .form-inline .input-group > input[type=password],
  .form-inline .input-group > input[type=text],
  .form-inline .input-group > textarea,
  .form-inline .input-group > select:not([name=sort]) {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge, .btn-default .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-default .rental-icon {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge, .btn-primary .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-primary .rental-icon {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge, .btn-success .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-success .rental-icon {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge, .btn-info .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-info .rental-icon {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning, .notify-warning .notify-ok {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .notify-warning .notify-ok:focus, .btn-warning.focus, .notify-warning .focus.notify-ok {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover, .notify-warning .notify-ok:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .notify-warning .notify-ok:active, .btn-warning.active, .notify-warning .active.notify-ok, .open > .btn-warning.dropdown-toggle, .notify-warning .open > .dropdown-toggle.notify-ok {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .notify-warning .notify-ok:active:hover, .btn-warning:active:focus, .notify-warning .notify-ok:active:focus, .btn-warning:active.focus, .notify-warning .notify-ok:active.focus, .btn-warning.active:hover, .notify-warning .active.notify-ok:hover, .btn-warning.active:focus, .notify-warning .active.notify-ok:focus, .btn-warning.active.focus, .notify-warning .active.focus.notify-ok, .open > .btn-warning.dropdown-toggle:hover, .notify-warning .open > .dropdown-toggle.notify-ok:hover, .open > .btn-warning.dropdown-toggle:focus, .notify-warning .open > .dropdown-toggle.notify-ok:focus, .open > .btn-warning.dropdown-toggle.focus, .notify-warning .open > .dropdown-toggle.focus.notify-ok {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .notify-warning .disabled.notify-ok:hover, .btn-warning.disabled:focus, .notify-warning .disabled.notify-ok:focus, .btn-warning.disabled.focus, .notify-warning .disabled.focus.notify-ok, .btn-warning[disabled]:hover, .notify-warning [disabled].notify-ok:hover, .btn-warning[disabled]:focus, .notify-warning [disabled].notify-ok:focus, .btn-warning[disabled].focus, .notify-warning [disabled].focus.notify-ok, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .notify-warning .notify-ok:hover, .notify-warning fieldset[disabled] .notify-ok:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .notify-warning .notify-ok:focus, .notify-warning fieldset[disabled] .notify-ok:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .notify-warning .focus.notify-ok, .notify-warning fieldset[disabled] .focus.notify-ok {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge, .notify-warning .notify-ok .badge, .btn-warning .package_cover .cover_details .rental-icon, .notify-warning .notify-ok .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-warning .rental-icon, .package_cover .cover_details .notify-warning .notify-ok .rental-icon, .notify-warning .package_cover .cover_details .notify-ok .rental-icon {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge, .btn-danger .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-danger .rental-icon {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: white;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right, .notify-inline .dropdown-menu.notify-buttons, .dialog > .title .dropdown-menu.close_dialog,
.dialog .dialog-title .dropdown-menu.close_dialog, .sheet > .title .dropdown-menu.close-view,
.sheet .sheet-title .dropdown-menu.close-view {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu, .notify-inline .notify-buttons > .dropdown-menu, .dialog > .title .close_dialog > .dropdown-menu,
.dialog .dialog-title .close_dialog > .dropdown-menu, .sheet > .title .close-view > .dropdown-menu,
.sheet .sheet-title .close-view > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar, .notify-buttons {
  margin-left: -5px;
}
.btn-toolbar:before, .notify-buttons:before, .btn-toolbar:after, .notify-buttons:after {
  display: table;
  content: " ";
}
.btn-toolbar:after, .notify-buttons:after {
  clear: both;
}
.btn-toolbar .btn, .notify-buttons .btn,
.btn-toolbar .btn-group,
.notify-buttons .btn-group,
.btn-toolbar .input-group,
.notify-buttons .input-group {
  float: left;
}
.btn-toolbar > .btn, .notify-buttons > .btn,
.btn-toolbar > .btn-group,
.notify-buttons > .btn-group,
.btn-toolbar > .input-group,
.notify-buttons > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control, .input-group input[type=email],
.input-group input[type=password],
.input-group input[type=text],
.input-group textarea,
.input-group select:not([name=sort]) {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group input[type=email]:focus,
.input-group input[type=password]:focus,
.input-group input[type=text]:focus,
.input-group textarea:focus,
.input-group select:focus:not([name=sort]) {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input[type=email],
.input-group input[type=password],
.input-group input[type=text],
.input-group textarea,
.input-group select:not([name=sort]) {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group input[type=email]:not(:first-child):not(:last-child),
.input-group input[type=password]:not(:first-child):not(:last-child),
.input-group input[type=text]:not(:first-child):not(:last-child),
.input-group textarea:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child):not([name=sort]) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group input[type=email]:first-child,
.input-group input[type=password]:first-child,
.input-group input[type=text]:first-child,
.input-group textarea:first-child,
.input-group select:first-child:not([name=sort]),
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group input[type=email]:last-child,
.input-group input[type=password]:last-child,
.input-group input[type=text]:last-child,
.input-group textarea:last-child,
.input-group select:last-child:not([name=sort]),
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: white;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 0) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 0) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 0) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 0) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 0) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form input[type=email],
  .navbar-form input[type=password],
  .navbar-form input[type=text],
  .navbar-form textarea,
  .navbar-form select:not([name=sort]) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group input[type=email],
  .navbar-form .input-group input[type=password],
  .navbar-form .input-group input[type=text],
  .navbar-form .input-group textarea,
  .navbar-form .input-group select:not([name=sort]) {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > input[type=email],
  .navbar-form .input-group > input[type=password],
  .navbar-form .input-group > input[type=text],
  .navbar-form .input-group > textarea,
  .navbar-form .input-group > select:not([name=sort]) {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 0) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 0) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@media (max-width: 0) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 0) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: white;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: white;
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge, .package_cover .cover_details .rental-icon {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty, .package_cover .cover_details .rental-icon:empty {
  display: none;
}
.btn .badge, .btn .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn .rental-icon {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-xs .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-xs .rental-icon, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-group-xs > .btn .rental-icon {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .package_cover .cover_details .list-group-item.active > .rental-icon, .nav-pills > .active > a > .badge, .package_cover .cover_details .nav-pills > .active > a > .rental-icon {
  color: white;
  background-color: #fff;
}
.list-group-item > .badge, .package_cover .cover_details .list-group-item > .rental-icon {
  float: right;
}
.list-group-item > .badge + .badge, .package_cover .cover_details .list-group-item > .rental-icon + .badge, .package_cover .cover_details .list-group-item > .badge + .rental-icon, .package_cover .cover_details .list-group-item > .rental-icon + .rental-icon {
  margin-right: 5px;
}
.nav-pills > li > a > .badge, .package_cover .cover_details .nav-pills > li > a > .rental-icon {
  margin-left: 3px;
}

a.badge:hover, .package_cover .cover_details a.rental-icon:hover, a.badge:focus, .package_cover .cover_details a.rental-icon:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: white;
}

.alert, .purchase_offer_details {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .purchase_offer_details h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .purchase_offer_details .alert-link {
  font-weight: bold;
}
.alert > p, .purchase_offer_details > p,
.alert > ul,
.purchase_offer_details > ul {
  margin-bottom: 0;
}
.alert > p + p, .purchase_offer_details > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #5f4e31;
  background-color: #f5e79c;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: rgb(247.7232142857, 225.8928571429, 180.7767857143);
}
.alert-warning .alert-link {
  color: rgb(61.3541666667, 50.375, 31.6458333333);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right,
.notify-inline .media > .notify-buttons,
.dialog > .title .media > .close_dialog,
.dialog .dialog-title .media > .close_dialog,
.sheet > .title .media > .close-view,
.sheet .sheet-title .media > .close-view {
  padding-left: 10px;
}

.media-left,
.media > .pull-left,
.notify-inline .notify-wrapper .media > .notify-message,
.notify-inline .notify-wrapper .media > .notify-title {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge, .panel-default > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-default > .panel-heading .rental-icon {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-primary > .panel-heading .rental-icon {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge, .panel-success > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-success > .panel-heading .rental-icon {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge, .panel-info > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-info > .panel-heading .rental-icon {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge, .panel-warning > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-warning > .panel-heading .rental-icon {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .package_cover .cover_details .rental-icon, .package_cover .cover_details .panel-danger > .panel-heading .rental-icon {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .notify-wrapper:before, .clearfix:after, .notify-wrapper:after {
  display: table;
  content: " ";
}
.clearfix:after, .notify-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right, .notify-inline .notify-buttons, .dialog > .title .close_dialog,
.dialog .dialog-title .close_dialog, .sheet > .title .close-view,
.sheet .sheet-title .close-view {
  float: right !important;
}

.pull-left, .notify-inline .notify-wrapper .notify-message, .notify-inline .notify-wrapper .notify-title {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  background: none;
}

label.checkbox, label.radio {
  padding-left: 0;
}

input[type=email], input[type=password], input[type=text], textarea {
  background-color: #80a1c3;
  color: white;
  border-radius: 3px;
  border: 3px solid transparent;
  height: 35px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
  background-color: white;
  color: #90909b;
  border: 3px solid #a6d3fd;
  box-shadow: none;
  -webkit-box-shadow: none;
}
input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #02518e;
  font-style: italic;
}
.dark-theme input[type=email]::-webkit-input-placeholder, .dark-theme input[type=password]::-webkit-input-placeholder, .dark-theme input[type=text]::-webkit-input-placeholder, .dark-theme textarea::-webkit-input-placeholder {
  color: #999999;
}
input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #02518e;
  font-style: italic;
}
.dark-theme input[type=email]::-moz-placeholder, .dark-theme input[type=password]::-moz-placeholder, .dark-theme input[type=text]::-moz-placeholder, .dark-theme textarea::-moz-placeholder {
  color: #999999;
}
input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
  color: #02518e;
  font-style: italic;
}
.dark-theme input[type=email]:-moz-placeholder, .dark-theme input[type=password]:-moz-placeholder, .dark-theme input[type=text]:-moz-placeholder, .dark-theme textarea:-moz-placeholder {
  color: #999999;
}
input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #02518e;
  font-style: italic;
}
.dark-theme input[type=email]:-ms-input-placeholder, .dark-theme input[type=password]:-ms-input-placeholder, .dark-theme input[type=text]:-ms-input-placeholder, .dark-theme textarea:-ms-input-placeholder {
  color: #999999;
}
.dark-theme input[type=email], .dark-theme input[type=password], .dark-theme input[type=text], .dark-theme textarea {
  background-color: #272727;
  color: #CCCCCC;
}

select:not([name=sort]) {
  background-color: transparent;
  color: white;
  border: 2px solid #9bb9d8;
  -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
select:not([name=sort]):focus, select:not([name=sort]) > option {
  background-color: white;
  color: #90909b;
  border: 2px solid #a6d3fd;
}
.dark-theme select:not([name=sort]) {
  background-color: #272727;
  border-color: transparent;
  color: #CCCCCC;
}

.input-group input, .input-group input:focus {
  border-right: 0;
}

.input-group .input-with-addon {
  padding-right: 2px;
}

.input-group-addon {
  border: 3px solid transparent;
  background-color: #80a1c3;
  color: white;
  padding-left: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, background-color ease-in-out 0.15s, color ease-in-out 0.15s;
}
.dark-theme .input-group-addon {
  background-color: #272727;
  color: #CCCCCC;
}

input:focus + .input-group-addon {
  background-color: white;
  color: #90909b;
  border: 3px solid #a6d3fd;
  border-left: 0;
}
.dark-theme input:focus + .input-group-addon {
  background-color: #272727;
  color: #CCCCCC;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #f8b932;
}
.has-error .form-control, .has-error input[type=email],
.has-error input[type=password],
.has-error input[type=text],
.has-error textarea,
.has-error select:not([name=sort]), .has-error .input-group-addon {
  border-color: #f8b932;
}
.has-error .form-control:focus, .has-error input[type=email]:focus,
.has-error input[type=password]:focus,
.has-error input[type=text]:focus,
.has-error textarea:focus,
.has-error select:focus:not([name=sort]), .has-error .form-control:focus + .input-group-addon, .has-error input[type=email]:focus + .input-group-addon,
.has-error input[type=password]:focus + .input-group-addon,
.has-error input[type=text]:focus + .input-group-addon,
.has-error textarea:focus + .input-group-addon,
.has-error select:focus:not([name=sort]) + .input-group-addon, .has-error .input-group-addon:focus, .has-error .input-group-addon:focus + .input-group-addon {
  border-color: #f8b932;
}
.has-error .input-group-addon {
  color: #555;
  background-color: #80a1c3;
}
.dark-theme .has-error .input-group-addon {
  background-color: #272727;
  color: #CCCCCC;
}

textarea:focus:invalid,
select:focus:invalid {
  border-color: inherit;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.alert, .purchase_offer_details {
  padding: 8px 8px 8px 14px;
}

label {
  font-weight: normal;
}

.pagination ul li {
  display: inline-block;
}

.pagination-centered {
  text-align: center;
}

.form-horizontal .form-group {
  margin-bottom: 8px;
}

th {
  color: black;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 0;
}

.table > thead > tr > th {
  border-bottom: 0;
}

.table > tbody + tbody {
  border-top: 0;
}

/* columns of same height styles */
.container-xs-height {
  display: table;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

[class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row, .place-home .container-fluid > .panel, .place-browse .container-fluid > .panel, .place-studios .container-fluid > .panel, .form-group, .form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}

.alert.alert-danger, .alert-danger.purchase_offer_details {
  background-color: #f8b932;
  color: black;
  border: none;
}
.alert.alert-danger b, .alert-danger.purchase_offer_details b, .alert.alert-danger strong, .alert-danger.purchase_offer_details strong {
  color: black;
  font-weight: bold;
  display: block;
}
.alert.alert-danger a, .alert-danger.purchase_offer_details a {
  color: black !important;
  text-decoration: underline !important;
}

.alert.alert-warning a, .alert-warning.purchase_offer_details a, .alert.alert-info a, .alert-info.purchase_offer_details a {
  color: black !important;
  text-decoration: underline !important;
}

.dropdown-menu {
  min-width: 100%;
  background-color: #fff;
  color: #000;
}

.dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background-color: grey;
  border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: dimgrey;
}

.caret {
  border-top-width: 6px;
  border-right-width: 6px;
  border-left-width: 6px;
}

select[disabled].transparent-disabled, input[disabled].transparent-disabled {
  background-color: transparent;
}

.btn[disabled] {
  pointer-events: none;
}

/*
 * jQueryUI styling.
 */
/* 
 * Special class for dynamically applied jQueryUI styling to avoid the dreaded 
 * "flash of unstyled content" problem that occurs because styles are applied
 * at the end of page loading.
 *
 * After the page is loaded, anything with the .jqueryui-nofouc class will be 
 * have this class removed to disable the display:none style, causing it to be
 * revealed.
 */
.jqueryui-nofouc {
  display: none;
}

.ui-progressbar {
  border: 1px solid #dddddd;
  background: #eeeeee;
  height: 1.5em;
  text-align: center;
}

.ui-progressbar .ui-progressbar-value {
  border: 1px solid #60A3B9;
  background: #7EC1ED;
  height: 100%;
}

/* Dialog-related */
.ui-dialog {
  position: absolute;
}

.ui-dialog-titlebar {
  display: none;
}

.ui-dialog-buttonpane {
  text-align: center;
}

.ui-dialog-buttonset {
  display: inline-block;
}

.ui-dialog-buttonset button {
  margin: 10px;
}

/* The widget overlay blocks out the rest of the interface behind a modal dialog. */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  background-color: black;
}

/* Slider-related */
.ui-slider {
  position: relative;
  text-align: left;
  background-color: #a2a0a0;
  /*
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
      border: 1px solid #cccccc;
      background: #f6f6f6;
      font-weight: bold;
      color: #1c94c4;
  }

  .ui-state-default a,
  .ui-state-default a:link,
  .ui-state-default a:visited {
      color: #1c94c4;
      text-decoration: none;
  }
  */
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 31px;
  background-color: #eeeeee;
  border: 2px solid #333542;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 #333542;
  box-shadow: 0 0 5px 0 #333542;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-slider-horizontal {
  height: 7px;
  margin: 15px 5px 25px 5px;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -12px;
  margin-left: -5px;
}
.ui-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #5683b2;
}
.ui-slider.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * smartbanner.js v1.14.3 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: clamp(84px, 16.8vw, 210px);
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/
}

.smartbanner__exit {
  position: absolute;
  top: calc(50% - clamp(6px, 1.2vw, 15px));
  left: clamp(9px, 1.8vw, 22.5px);
  display: block;
  margin: 0;
  width: clamp(12px, 2.4vw, 30px);
  height: clamp(12px, 2.4vw, 30px);
  border: 0;
  text-align: center;
}

.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: clamp(12px, 2.4vw, 30px);
  background: #767676;
  content: " ";
}

.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smartbanner__icon {
  position: absolute;
  top: clamp(10px, 2vw, 25px);
  left: clamp(30px, 6vw, 75px);
  width: clamp(64px, 12.8vw, 160px);
  height: clamp(64px, 12.8vw, 160px);
  border-radius: clamp(15px, 3vw, 37.5px);
  background-size: clamp(64px, 12.8vw, 160px) clamp(64px, 12.8vw, 160px);
}

.smartbanner__info {
  position: absolute;
  top: clamp(10px, 2vw, 25px);
  left: clamp(104px, 20.8vw, 260px);
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: clamp(64px, 12.8vw, 160px);
  align-items: center;
  color: #000;
}

.smartbanner__info__title {
  font-size: clamp(14px, 2.8vw, 35px);
}

.smartbanner__info__author, .smartbanner__info__price {
  font-size: clamp(12px, 2.4vw, 30px);
}

.smartbanner__button {
  position: absolute;
  top: clamp(32px, 6.4vw, 80px);
  right: clamp(10px, 2vw, 25px);
  z-index: 1;
  display: block;
  padding: 0 clamp(10px, 2vw, 25px);
  min-width: 10%;
  border-radius: clamp(5px, 1vw, 12.5px);
  background: #f3f3f3;
  font-size: clamp(18px, 3.6vw, 45px);
  text-align: center;
}
.smartbanner__button, .smartbanner__button:visited, .smartbanner__button:focus {
  color: #1474fc;
  text-decoration: none;
}

.smartbanner__button__label {
  text-align: center;
}

.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131;
}

.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}

.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3;
}

.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}

.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold;
}

.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
}

.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}

.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}


/* fonts.com support - BEGIN */
/*!
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/
@font-face {
  font-family: "Univers LT W01 45 Light";
  src: url("/movie-store/assets/v268026/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/2b61512c-069e-4111-bb23-9a918f94a74d.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/ecf89914-1896-43f6-a0a0-fe733d1db6e7.woff") format("woff"), url("/movie-store/assets/v268026/fonts/11b816e7-d678-48dd-bc75-560de9c19049.svg#11b816e7-d678-48dd-bc75-560de9c19049") format("svg"), url("/movie-store/assets/v268026/fonts/7628f343-8c36-4707-9559-8feb86c0462f.ttf") format("truetype");
}
@font-face {
  font-family: "UniversLTW01-45LightObl";
  src: url("/movie-store/assets/v268026/fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/63bd7ad7-ab01-47e6-8cba-e2298391f89b.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/e77f713a-7f78-4d74-b299-5ca4242176b9.woff") format("woff"), url("/movie-store/assets/v268026/fonts/ffbd82f1-3d16-4dfc-8a55-df71c332b658.svg#ffbd82f1-3d16-4dfc-8a55-df71c332b658") format("svg"), url("/movie-store/assets/v268026/fonts/90e56276-5fa2-4640-be25-8f42f40e4e8b.ttf") format("truetype");
}
@font-face {
  font-family: "UniversLTW01-55Oblique";
  src: url("/movie-store/assets/v268026/fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/783e01cd-5eb8-41d7-a380-a18673f2983b.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/90c17e08-290d-4eba-ab33-77c81c1f559d.woff") format("woff"), url("/movie-store/assets/v268026/fonts/caa7a31a-310f-4020-8311-89816a31472f.svg#caa7a31a-310f-4020-8311-89816a31472f") format("svg"), url("/movie-store/assets/v268026/fonts/d93b9eab-632d-4aaf-b7fa-5c17060d62fc.ttf") format("truetype");
}
@font-face {
  font-family: "Univers LT W01 55 Roman";
  src: url("/movie-store/assets/v268026/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/b5c30ea8-0700-4fd2-aa12-cc45074693a9.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/7b95cb9a-a288-4405-97a0-13095f56a903.woff") format("woff"), url("/movie-store/assets/v268026/fonts/ac8280da-3de5-456d-bd77-8f01665452a9.svg#ac8280da-3de5-456d-bd77-8f01665452a9") format("svg"), url("/movie-store/assets/v268026/fonts/c7481806-4ea4-40db-a623-7bc352bbbe43.ttf") format("truetype");
}
@font-face {
  font-family: "Univers LT W01 65 Bold";
  src: url("/movie-store/assets/v268026/fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/db1c462f-8890-4a11-9de5-36872279e20a.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/b993da84-c1f6-474a-8f00-8aa797b3de8f.woff") format("woff"), url("/movie-store/assets/v268026/fonts/9178e351-95c5-4913-9eeb-fd0645a18c2d.svg#9178e351-95c5-4913-9eeb-fd0645a18c2d") format("svg"), url("/movie-store/assets/v268026/fonts/58403ef6-4c15-4280-b4b6-9acf50804f4f.ttf") format("truetype");
}
@font-face {
  font-family: "UniversLTW01-65BoldObli";
  src: url("/movie-store/assets/v268026/fonts/1e70cef5-4838-4826-a99f-e182b86fe21d.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/1e70cef5-4838-4826-a99f-e182b86fe21d.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/322d336b-2d02-42f6-a24f-200c98b82a7c.woff") format("woff"), url("/movie-store/assets/v268026/fonts/6d63e0ba-5ef0-4803-9fbe-686603f3771d.svg#6d63e0ba-5ef0-4803-9fbe-686603f3771d") format("svg"), url("/movie-store/assets/v268026/fonts/32ed3859-e789-4a3f-96fd-b67231f1929f.ttf") format("truetype");
}
@font-face {
  font-family: "Eurostile LT W01";
  font-weight: bold;
  font-style: normal;
  src: url("/movie-store/assets/v268026/fonts/2875a4c5-c0c4-4832-a7fb-a5b061b74e36.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/2875a4c5-c0c4-4832-a7fb-a5b061b74e36.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/789587e7-8c31-4431-9352-a6d402ed168e.woff") format("woff"), url("/movie-store/assets/v268026/fonts/5c7a99f2-1760-495e-9fb8-23d9b962d378.svg#5c7a99f2-1760-495e-9fb8-23d9b962d378") format("svg"), url("/movie-store/assets/v268026/fonts/1d4bb752-c44e-4b94-8f59-337c93a3c296.ttf") format("truetype");
}
@font-face {
  font-family: "Eurostile LT W01";
  font-weight: bold;
  font-style: italic;
  src: url("/movie-store/assets/v268026/fonts/8563afca-295d-4b5c-a868-4782824a788e.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/8563afca-295d-4b5c-a868-4782824a788e.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/0ae7b4e6-c435-4943-a889-f3ccfc1ba274.woff") format("woff"), url("/movie-store/assets/v268026/fonts/13138981-0907-42b8-b38d-7394323221dc.svg#13138981-0907-42b8-b38d-7394323221dc") format("svg"), url("/movie-store/assets/v268026/fonts/97ab57be-1a19-4138-b7f2-3335e7d5ed90.ttf") format("truetype");
}
@font-face {
  font-family: "Eurostile LT W01";
  font-weight: normal;
  font-style: normal;
  src: url("/movie-store/assets/v268026/fonts/f7799177-ca74-46ea-b025-8f09fd62bbd5.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/f7799177-ca74-46ea-b025-8f09fd62bbd5.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/107efc32-dbde-4122-8cce-09804dbd6b27.woff") format("woff"), url("/movie-store/assets/v268026/fonts/6c7b1a65-90a2-4c75-836d-fd765979640b.svg#6c7b1a65-90a2-4c75-836d-fd765979640b") format("svg"), url("/movie-store/assets/v268026/fonts/ba131ef8-64e5-4aa7-87b9-8e296c81babf.ttf") format("truetype");
}
@font-face {
  font-family: "Eurostile LT W01";
  font-weight: normal;
  font-style: italic;
  src: url("/movie-store/assets/v268026/fonts/886a7744-bf65-47ab-899a-fd945711ae7d.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/886a7744-bf65-47ab-899a-fd945711ae7d.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/4f930811-3f09-426f-a82f-bdb0cf2af86a.woff") format("woff"), url("/movie-store/assets/v268026/fonts/9d71d51d-0c0f-460e-af07-9b3a592886f2.svg#9d71d51d-0c0f-460e-af07-9b3a592886f2") format("svg"), url("/movie-store/assets/v268026/fonts/0352033b-9caf-41c7-b1da-2f03ae972f53.ttf") format("truetype");
}
@font-face {
  font-family: "Eurostile LT W01 Medium";
  src: url("/movie-store/assets/v268026/fonts/f7799177-ca74-46ea-b025-8f09fd62bbd5.eot?#iefix");
  src: url("/movie-store/assets/v268026/fonts/f7799177-ca74-46ea-b025-8f09fd62bbd5.eot?#iefix") format("eot"), url("/movie-store/assets/v268026/fonts/107efc32-dbde-4122-8cce-09804dbd6b27.woff") format("woff"), url("/movie-store/assets/v268026/fonts/6c7b1a65-90a2-4c75-836d-fd765979640b.svg#6c7b1a65-90a2-4c75-836d-fd765979640b") format("svg"), url("/movie-store/assets/v268026/fonts/ba131ef8-64e5-4aa7-87b9-8e296c81babf.ttf") format("truetype");
}
/*
Names of Font Families available for use in CSS font-family: declarations...
font-family:'Univers LT W01 45 Light';
font-family:'UniversLTW01-45LightObl';
font-family:'Univers LT W01 55 Roman';
font-family:'UniversLTW01-55Oblique';
font-family:'Univers LT W01 65 Bold';
font-family:'UniversLTW01-65BoldObli';

font-family:'Eurostile LT W01';
font-family:'Eurostile LT W01 Medium'; // a version where enabling bold doesn't have too much effect 
*/
/* fonts.com support - END */
/**
 * The Kaleidescape font.
 * This is not available in many weights.
 */
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_regular.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_regular_italic.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_regular_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_regular_bold.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_regular_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_regular_bold_italic.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_regular_bold_italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_light.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_light_italic.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_light_italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_book.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_book_italic.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_book_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_semibold.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Kaleidescape";
  src: url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_semibold_italic.woff2") format("woff2"), url("/movie-store/assets/v268026/fonts/kaleidescape_condensed_semibold_italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: condensed;
}
html {
  background-color: black;
  -webkit-text-size-adjust: none; /* ensure text uses same font size on iOS devices as on desktop, to avoid layout issues */
}

body {
  font-family: Kaleidescape, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #666666;
}

#scroll-root {
  overflow-y: scroll; /* always use scrollbar so that the right-margin in Navigation can be stable */
  overflow-x: auto; /* allow a horizontal scrollbar (should be only if screen width is less than $MIN_PAGE_WIDTH) */
  height: 100vh;
  height: 100dvh; /* on mobile devices, size based on the actual height based on current toolbar visibility, instead of just the max theoretical height that 100vh uses  */
  -webkit-overflow-scrolling: touch;
  position: relative; /* needed for offsetParent logic in Scrolling.js */
}
.with-smart-banner #scroll-root {
  height: calc(var(--wh, 100vh) - clamp(84px, 16.8vw, 210px));
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

button, .btn:focus, .btn:active:focus, .btn.active:focus, .ui-dialog {
  outline: 0;
}

p {
  margin-bottom: 1em;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

strong {
  font-weight: bold;
}

input[disabled],
textarea[disabled],
input[readonly] {
  background-color: #EBEBE4;
  color: #999999;
}

#container {
  width: auto;
  min-width: 1280px;
  margin: 0 auto;
  background: black;
  position: relative;
}
.responsive #container {
  min-width: unset;
}
html.lt_ie9 #container {
  background: transparent url("/movie-store/assets/v268026/images/page/bg-outer.png") repeat-y;
  padding: 0 7px;
}

#content {
  position: relative;
  min-height: max(350px, 100vh - 69px - 42px);
}

/**
 * Style the purchase transfer effect.
 *
 * This is used to draw attention to the downloads link after a sucessful
 * purchase.
 */
.purchase_transfer_effect {
  background: rgba(115, 154, 188, 0.4);
  z-index: 6;
}

.cover_image_wrapper:hover .snipe-description, .package_cover.disabled .snipe-description {
  left: 0;
}

.snipe-icon-wrapper {
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 98.6842105263%;
  height: 32px;
  cursor: default !important;
  overflow: hidden;
  display: block;
}
.snipe-icon-wrapper .snipe-description {
  z-index: 1;
  display: block;
  position: absolute;
  left: 227px;
  bottom: 0px;
  height: 32px;
  width: 228px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: auto;
  -webkit-transition: left 0.35s 0s;
  -moz-transition: left 0.35s 0s;
  transition: left 0.35s 0s;
}
.snipe-icon-wrapper.snipe-wish_list .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/wish_list_detail.svg");
}
.snipe-icon-wrapper.snipe-cart .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/cart_detail.svg");
}
.snipe-icon-wrapper.snipe-rental .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/rental_detail.svg");
}
.snipe-icon-wrapper.snipe-rental .snipe-description .snipe-line-1 {
  position: absolute;
  top: 3px;
  left: 32px;
  font-size: 10.67px;
  font-weight: bold;
  color: white;
}
.snipe-icon-wrapper.snipe-rental .snipe-description .snipe-line-2 {
  position: absolute;
  top: 17px;
  left: 32px;
  font-size: 9.33333333px;
  color: white;
}
.snipe-icon-wrapper.snipe-4k .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/4k_detail.svg");
}
.snipe-icon-wrapper.snipe-preorder-4k .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/preorder_4k_detail.svg");
}
.snipe-icon-wrapper.snipe-hd .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/hd_detail.svg");
}
.snipe-icon-wrapper.snipe-bluray .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/bluray_detail.svg");
}
.snipe-icon-wrapper.snipe-preorder-hd .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/preorder_hd_detail.svg");
}
.snipe-icon-wrapper.snipe-sd .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/sd_detail.svg");
}
.snipe-icon-wrapper.snipe-dvd .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/dvd_detail.svg");
}
.snipe-icon-wrapper.snipe-preorder-sd .snipe-description {
  background-image: url("/movie-store/assets/v268026/images/ownership/preorder_sd_detail.svg");
}
.snipe-icon-wrapper.snipe-none .snipe-description {
  display: none;
}

.ownership_comment {
  display: block;
}
.ownership_comment .ownership_title {
  font-style: italic;
}

.purchase_offer_details {
  display: block;
  background-color: #e1e8ef;
  border: 1px solid #c2c2c2;
  color: #666;
}
.purchase_offer_details .ownership_title {
  font-style: italic;
}

.dropdown .caret {
  opacity: 0.5;
}

.quality-icon {
  display: inline-block;
  object-fit: contain;
  height: 13px;
  position: relative;
  top: 2px;
}
.quality-icon:after {
  content: " ";
}

.no_wrap {
  white-space: nowrap;
}

.clear {
  clear: both;
}

.list {
  display: inline;
  padding: 0;
  margin: 0;
}
.list li {
  display: inline;
}
.list.list-comma li:after {
  content: ", ";
}
.list.list-comma li.list-item-none:after {
  content: "";
}
.list.list-comma li.list-item-semicolon:after {
  content: "; ";
}
.list.list-comma li:last-child:after {
  content: "";
}
.list.list-grammar li:after {
  content: ", ";
}
.list.list-grammar li.list-item-none:after {
  content: "";
}
.list.list-grammar li.list-item-semicolon:after {
  content: "; ";
}
.list.list-grammar li:last-child:after {
  content: "";
}
.list.list-grammar li:nth-last-child(2):after {
  content: " and ";
}
.list.list-grammar li:last-child:after {
  content: "";
}

.dropdown-menu .selected {
  text-decoration: none;
  color: #000000;
}
.dropdown-menu .selected a {
  background-color: rgb(82.4152542373, 93.9533898305, 112.0847457627);
}

.ownership_comment ul li {
  font-style: italic;
}
.ownership_comment ul li:after {
  font-style: normal;
}
.ownership_comment ul li:before {
  font-style: normal;
}
.ownership_comment ul .ownership_title {
  font-style: italic;
}
.ownership_comment ul .ownership_class {
  font-style: normal;
}

.alert, .purchase_offer_details {
  margin-bottom: 10px;
}

.alert-info {
  color: #666666;
  background-color: #eeeeee;
  border-color: #e9e9e9;
}

.popover-trigger {
  border-bottom: 1px dashed #999;
}

.popover-trigger-content {
  display: none;
}

.nav-text {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}

.fixed {
  position: fixed;
}

.place-home .container-fluid, .place-browse .container-fluid, .place-studios .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.place-home .container-fluid > .panel, .place-browse .container-fluid > .panel, .place-studios .container-fluid > .panel {
  margin-left: 0;
  margin-right: 0;
}
.place-home .container-fluid > .panel.top, .place-browse .container-fluid > .panel.top, .place-studios .container-fluid > .panel.top {
  width: 100% !important;
  float: inherit;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.place-home .panel, .place-browse .panel, .place-studios .panel {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.place-home .result-row, .place-browse .result-row, .place-studios .result-row {
  margin-top: 0;
}
.place-home .result-row .header, .place-browse .result-row .header, .place-studios .result-row .header {
  margin-top: 10px;
}
.place-home .result-row + .result-row, .place-browse .result-row + .result-row, .place-studios .result-row + .result-row {
  margin-top: 0;
}
.place-home .result-row + .result-row .header, .place-browse .result-row + .result-row .header, .place-studios .result-row + .result-row .header {
  margin-top: 0px;
}
.place-home .header, .place-browse .header, .place-studios .header {
  height: 43px;
  line-height: 41px;
  padding: 0 20px;
  font-size: 24px;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.place-home .header .view-all-link, .place-home .header .action-link, .place-browse .header .view-all-link, .place-browse .header .action-link, .place-studios .header .view-all-link, .place-studios .header .action-link {
  font-size: 16px;
}
.place-home .panel .style-collection .header, .place-browse .panel .style-collection .header, .place-studios .panel .style-collection .header {
  color: #EEEEEE;
  font-size: 24px;
  padding-left: 20px;
}
.place-home .panel .package_covers, .place-browse .panel .package_covers, .place-studios .panel .package_covers {
  overflow: hidden;
}
.place-home .panel .package_covers .cover_image, .place-browse .panel .package_covers .cover_image, .place-studios .panel .package_covers .cover_image {
  box-shadow: none;
}

.place-home, .place-studios {
  min-height: 1600px;
}

.place-holder {
  min-height: 1600px;
}

.panel-container {
  background: #13548c;
}
.panel-container:after {
  content: "";
  display: table;
  clear: both;
}

.left-panel {
  float: left;
  width: 250px;
  padding-bottom: 20px;
  text-align: center;
}

.right-panel {
  margin-left: 250px;
  padding: 30px 20px 10px 30px;
  overflow: auto;
}
input[type=radio], input[type=checkbox] {
  position: relative;
  left: 25px;
  opacity: 0;
}
input[type=radio] + span:before, input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  background-color: #d3dae1;
  padding: 5px;
  height: 25px;
  width: 25px;
  vertical-align: -5px;
  margin-right: 10px;
}
input[type=radio]:checked + span:before, input[type=checkbox]:checked + span:before {
  background-color: #5683b2;
}
input[type=radio][disabled] + span:before, input[type=checkbox][disabled] + span:before {
  opacity: 0.5;
}
input[type=radio][disabled]:checked + span:before, input[type=checkbox][disabled]:checked + span:before {
  opacity: 0.5;
}
input[type=radio][disabled] + span, input[type=checkbox][disabled] + span {
  opacity: 0.5;
}
input[type=radio].hidden + span:before, input[type=radio][disabled].hidden + span:before, input[type=checkbox].hidden + span:before, input[type=checkbox][disabled].hidden + span:before {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type=radio].empty-label, input[type=checkbox].empty-label {
  display: none;
}
input[type=radio].empty-label + span:before, input[type=checkbox].empty-label + span:before {
  margin-right: 0;
}

input[type=radio] + span:before {
  box-shadow: 0 0 0 2px #626363;
  border-radius: 50%;
}
input[type=radio]:checked + span:before {
  border: 2px solid white;
}

input[type=checkbox] + span:before {
  border: 2px solid #626363;
  border-radius: 5px;
}
input[type=checkbox]:checked + span:before {
  background-image: url("/movie-store/assets/v268026/images/page/check.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.input-white input[type=checkbox] + span:before, .input-white input[type=checkbox]:checked + span:before {
  background-color: #cfd3d7;
}
.input-white input[type=checkbox] + span:before {
  border: 2px solid #5c7e93;
}
.input-white input[type=checkbox]:checked + span:before {
  background-image: url("/movie-store/assets/v268026/images/page/check-black.svg");
}
.input-white.dimmed input[type=checkbox] + span, .input-white.dimmed input[type=checkbox] + span:before {
  opacity: 0.85;
}
.input-white.secondary input[type=checkbox]:checked + span:before {
  background-image: url("/movie-store/assets/v268026/images/page/check-dark-grey.svg");
}

.input-subsheet input[type=radio] + span:before {
  background-color: white;
  box-shadow: 0 0 0 2px #537f95;
}
.input-subsheet input[type=radio]:checked + span:before {
  background-color: #13548c;
  border: 5px solid white;
}
.input-subsheet input[type=checkbox] + span:before {
  background-color: #13548c;
  border: 2px solid #537f95;
}
.input-subsheet.dimmed input[type=checkbox] + span, .input-subsheet.dimmed input[type=checkbox] + span:before {
  opacity: 0.85;
}
.input-subsheet.secondary input[type=checkbox]:checked + span:before {
  opacity: 0.4;
}

.auto-fixed {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.autoadjust {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sla-title {
  text-align: center;
}

.sla-attention {
  font-weight: bold;
}

.cursor_pointer {
  cursor: pointer;
}

div:focus {
  outline: 0;
}

.credit-card {
  border-radius: 2px;
  border: 1px solid #c4d5e8;
  margin: 3px 1px 4px 1px;
}

.btn .strikethrough-price {
  opacity: 0.5;
  text-decoration: line-through;
  padding-right: 3px;
}

/**
 * An .overlay, when .overlay-open, prevents interaction with the underlying page, fading in
 * visually after a short delay with a partially-transparent background.
 *
 * It can be contrained to just the containing, positioned parent using .overlay-absolute.
 *
 * Multiple .overlay's may be used, for example to occlude just a .sheet or .dialog.
 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background-color 0.5s ease-out 0s, visibility 0s linear 0.5s, opacity 0s linear 0.5s;
  -moz-transition: background-color 0.5s ease-out 0s, visibility 0s linear 0.5s, opacity 0s linear 0.5s;
  transition: background-color 0.5s ease-out 0s, visibility 0s linear 0.5s, opacity 0s linear 0.5s;
}
.overlay.overlay-absolute {
  position: absolute;
}
.overlay.overlay-open, html.view-legacy.busy .overlay.overlay-legacy, html.view-legacy.modal-open .overlay.overlay-legacy, html.busy .sheet.open > .overlay, html.busy .dialog.open > .overlay, .place.open:not(.active) > .overlay, .place.open:not(.active) > div > .overlay, .sheet.open:not(.active) > .overlay, .sheet.open:not(.active) > div > .overlay, .dialog.open:not(.active) > .overlay, .dialog.open:not(.active) > div > .overlay {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}

html.video-playing .place.open:not(.active) > .overlay, html.video-playing .place.open:not(.active) > div > .overlay, html.video-playing .sheet.open:not(.active) > .overlay, html.video-playing .sheet.open:not(.active) > div > .overlay, html.video-playing .dialog.open:not(.active) > .overlay, html.video-playing .dialog.open:not(.active) > div > .overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

html.mobile .overlay {
  cursor: pointer;
}

.smartbanner {
  z-index: 7;
}

.navbar-fixed-top {
  margin: 0 auto;
  width: auto;
}
.with-smart-banner .navbar-fixed-top {
  top: clamp(84px, 16.8vw, 210px);
}

.navbar.navbar-primary {
  background: #fff;
  font-size: 17px;
  overflow: visible;
  min-height: 69px;
  height: 69px;
  z-index: 5;
}
.navbar.navbar-primary.navbar-black {
  background: #000;
}
.navbar.navbar-primary.navbar-black .navbar-brand-title {
  color: white;
}
.navbar.navbar-primary .navbar-brand {
  height: 69px;
  padding: 10px 10px 0 20px;
  outline: none;
}
.navbar.navbar-primary .navbar-brand img {
  height: 46px;
}
.navbar.navbar-primary .navbar-inner {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: center;
  left: 0;
  min-width: 1280px;
  z-index: -1;
}
.navbar.navbar-primary > div {
  min-width: 1280px;
}
.responsive .navbar.navbar-primary .navbar-inner, .responsive .navbar.navbar-primary > div {
  min-width: unset;
}
.navbar.navbar-primary .navbar-nav {
  float: right;
}
.navbar.navbar-primary .navbar-nav > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.navbar.navbar-primary .navbar-nav > li.active:after, .navbar.navbar-primary .navbar-nav > li.open:after, .navbar.navbar-primary .navbar-nav > li:last-child:after {
  display: none;
}
.navbar.navbar-primary .navbar-nav > li > a, .navbar.navbar-primary .navbar-nav > li > a:focus, .navbar.navbar-primary .navbar-nav > li > a:hover {
  color: #525252;
  padding: 5px 15px;
  background: none;
  outline: 0;
}
@media screen and (max-width: 1280px) and (min-width: 1080px) {
  .responsive .navbar.navbar-primary .navbar-nav > li > a, .responsive .navbar.navbar-primary .navbar-nav > li > a:focus, .responsive .navbar.navbar-primary .navbar-nav > li > a:hover {
    padding: 5px calc(5vw - 49px);
  }
}
@media screen and (max-width: 1079px) {
  .responsive .navbar.navbar-primary .navbar-nav > li > a, .responsive .navbar.navbar-primary .navbar-nav > li > a:focus, .responsive .navbar.navbar-primary .navbar-nav > li > a:hover {
    padding: 5px;
  }
}
.navbar.navbar-primary .navbar-nav > li:hover > a .caret, .navbar.navbar-primary .navbar-nav > li.open > a .caret, .navbar.navbar-primary .navbar-nav > li.open > a:hover .caret, .navbar.navbar-primary .navbar-nav > li > a.nav-login:hover .caret {
  color: #fbb822;
}
.navbar.navbar-primary .navbar-nav > li.disabled > a, .navbar.navbar-primary .navbar-nav > li.disabled > a:hover {
  color: #999;
}
.navbar.navbar-primary .navbar-nav > li > a > span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.navbar.navbar-primary .navbar-nav > li.nav-kai > a > span {
  text-transform: none;
}
.navbar.navbar-primary .navbar-nav > li > a > span:hover, .navbar.navbar-primary .navbar-nav > li.active > a > span, .navbar.navbar-primary .navbar-nav > li.ai-option:hover > a > span {
  text-decoration: none;
  border-bottom: 3px solid #FDB518;
}
.navbar.navbar-primary .caret {
  position: relative;
  top: -2px;
  left: 1px;
  border-top: 7px solid;
  border-left: 6px solid transparent;
  border-right: 7px solid transparent;
  opacity: 1;
}
.navbar.navbar-primary .dropdown .dropdown-menu {
  margin: 0;
  border: 1px solid rgba(81, 90, 105, 0.95);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.navbar.navbar-primary .dropdown .dropdown-menu .divider {
  margin: 6px 15px;
  background: rgba(81, 90, 105, 0.95);
}
.navbar.navbar-primary .dropdown .dropdown-menu li > a {
  color: white;
}
.navbar.navbar-primary .dropdown .dropdown-menu li.highlight-first-letter > a:first-letter {
  color: #ebbb35;
}
.navbar.navbar-primary .dropdown .dropdown-menu li.active > a {
  color: #FFB612;
  background: none;
}
.navbar.navbar-primary .dropdown .dropdown-menu li > a:hover {
  background: linear-gradient(to right, #515A69 95%, #515A69 95%);
}
.navbar.navbar-primary .dropdown .dropdown-menu li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  cursor: pointer;
}
.navbar.navbar-primary .dropdown .dropdown-menu .disabled a, .navbar.navbar-primary .dropdown .dropdown-menu .disabled a:hover, .navbar.navbar-primary .dropdown .dropdown-menu .disabled a:focus {
  color: #999999;
}
.navbar.navbar-primary .dropdown .dropdown-menu .disabled a:hover, .navbar.navbar-primary .dropdown .dropdown-menu .disabled a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.navbar.navbar-primary .dropdown .dropdown-menu-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 69px);
}
.with-smart-banner .navbar.navbar-primary .dropdown .dropdown-menu-scroll {
  max-height: calc(var(--wh, 100vh) - 69px - clamp(84px, 16.8vw, 210px));
}
.navbar.navbar-primary .dropdown .dropdown-menu-scroll-safari-ipad {
  overflow-y: auto;
  max-height: calc(100vh - 69px - 48px);
}
.navbar.navbar-primary .navbar.center .container .navbar-inner .nav {
  float: none;
  display: inline-block;
}
.navbar.navbar-primary .collection_annotation {
  color: rgb(255, 182, 18);
  font-weight: bold;
  margin-left: 3px;
}
.navbar.navbar-primary .navbar-search {
  padding: 18px 20px 18px 0px;
  margin: 0;
}
.navbar.navbar-primary .navbar-search input[type=text] {
  color: #90909b;
  background-color: white;
  background-image: url("/movie-store/assets/v268026/images/sidebar/Icon_search.svg");
  background-repeat: no-repeat;
  background-position: 8px 6px;
  padding-left: 30px;
  width: 200px;
  height: 33px;
  border: 2px solid #cbcbcb;
  border-radius: 4px;
  font-size: 12px;
  box-shadow: none;
  -webkit-transition: width 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: width 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: width 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.navbar.navbar-primary .navbar-search input[type=text]::-webkit-input-placeholder {
  color: #90909b;
}
.navbar.navbar-primary .navbar-search input[type=text]::-moz-placeholder {
  color: #90909b;
}
.navbar.navbar-primary .navbar-search input[type=text]:-moz-placeholder {
  color: #90909b;
}
.navbar.navbar-primary .navbar-search input[type=text]:-ms-input-placeholder {
  color: #90909b;
}
.navbar.navbar-primary .navbar-search input[type=text]:focus {
  width: 250px;
  border-color: #525252;
}
.navbar.navbar-primary .navbar-search.active input:not(:focus) {
  border-color: #EEE;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #EEE;
}
.navbar.navbar-primary .navbar-search.placeholder input[type=text] {
  color: #888888;
}
.navbar.navbar-primary .navbar-search .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.navbar.navbar-primary.kaleidescape_logo_only {
  margin-bottom: 40px;
}
.navbar.navbar-primary.kaleidescape_logo_only .navbar-nav, .navbar.navbar-primary.kaleidescape_logo_only .navbar-search {
  display: none;
}
.navbar.navbar-primary.kaleidescape_logo_only .navbar-left {
  position: absolute;
  left: 50%;
  margin-left: -128px;
}
.navbar.navbar-primary.kaleidescape_logo_only .navbar-brand {
  padding: 10px 10px 0 10px;
}
@media screen and (min-width: 513px) and (max-width: 1023px) {
  .responsive .navbar.navbar-primary.kaleidescape_logo_only {
    margin-bottom: calc(7.8125vw - 40px);
  }
}
@media screen and (max-width: 512px) {
  .responsive .navbar.navbar-primary.kaleidescape_logo_only {
    margin-bottom: 0;
  }
}
@media screen and (orientation: landscape) and (max-height: 600px) and (min-height: 350px) and (min-width: 513px) {
  .responsive .navbar.navbar-primary.kaleidescape_logo_only {
    margin-bottom: calc(20vh - 80px);
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) and (min-width: 513px) {
  .responsive .navbar.navbar-primary.kaleidescape_logo_only {
    margin-bottom: 0;
  }
}
.navbar.navbar-primary.navbar-black {
  background: #000;
}
.navbar.navbar-primary.navbar-black .navbar-brand-title {
  color: #EEEEEE;
}
.navbar.navbar-primary.navbar-black .navbar-nav > li > a, .navbar.navbar-primary.navbar-black .navbar-nav > li > a:focus, .navbar.navbar-primary.navbar-black .navbar-nav > li > a:hover, .navbar.navbar-primary.navbar-black .navbar-nav > li.active > a, .navbar.navbar-primary.navbar-black .navbar-nav > li.active > a:hover {
  color: #EEEEEE;
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text] {
  color: #EEEEEE;
  background-color: black;
  background-image: url("/movie-store/assets/v268026/images/sidebar/Icon_search_white.svg");
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text]::-webkit-input-placeholder {
  color: #BBBBBB;
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text]::-moz-placeholder {
  color: #BBBBBB;
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text]:-moz-placeholder {
  color: #BBBBBB;
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text]:-ms-input-placeholder {
  color: #BBBBBB;
}
.navbar.navbar-primary.navbar-black .navbar-search input[type=text]:focus {
  border-color: #EEEEEE;
}
.navbar.navbar-primary .ai-option .ai-logo {
  width: 24px;
  height: 24px;
  transition: opacity 0.2s ease;
}
.navbar.navbar-primary .ai-option .ai-logo-video {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.2s ease;
  display: none;
}
.navbar.navbar-primary .ai-option .ai-text {
  margin-left: 8px;
}

@media screen and (max-width: 810px) {
  .responsive .navbar-search, .responsive .navbar-custom-nav {
    display: none;
  }
}

.navbar-gutter {
  height: 69px;
}
.navbar-gutter.kaleidescape_logo_only {
  height: 69px;
}

.navbar-custom {
  margin-right: 0;
}

.navbar-custom-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.navbar-custom-left {
  display: flex;
  justify-content: flex-start;
}

.navbar-custom-middle {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-custom-nav {
  float: left;
  margin-right: 15px;
}

.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 3px;
  overflow-y: auto;
  max-height: calc(100vh - 69px - 51px);
}
.with-smart-banner .dropdown-submenu .dropdown-menu {
  max-height: calc(var(--wh, 100vh) - 69px - clamp(84px, 16.8vw, 210px) - 51px);
}
.dropdown-submenu > a, .dropdown-submenu > a:hover, .dropdown-submenu > a:focus {
  background-color: transparent !important;
}
.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu.dropdown-submenu-hiding > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/**
 * General styling for pages that use sections to divide up content.
 */
body.body-sections #content, .place-sections {
  padding: 0;
}
body.body-sections #content .navbar-sections, .place-sections .navbar-sections {
  margin: 0 0 20px 0;
}
body.body-sections #content .navbar-sections a, .place-sections .navbar-sections a {
  outline: 0;
}
body.body-sections #content .navbar-sections.navbar-sections-nogap, .place-sections .navbar-sections.navbar-sections-nogap {
  margin-bottom: 0px;
}
body.body-sections #content nav, .place-sections nav {
  border: 0;
  border-radius: 0;
  background-color: #13548c;
  box-shadow: 0 6px 6px -4px #0d0d10;
  text-align: center;
  z-index: 3;
  background: linear-gradient(to bottom, #262626, #000);
}
body.body-sections #content nav .nav, .place-sections nav .nav {
  display: inline-block;
  float: none;
}
body.body-sections #content nav .nav li, .place-sections nav .nav li {
  display: inline-block;
  float: none;
}
body.body-sections #content nav .nav li:first-child, .place-sections nav .nav li:first-child {
  margin-left: 18px;
}
body.body-sections #content nav .nav li:last-child, .place-sections nav .nav li:last-child {
  margin-right: 18px;
}
body.body-sections #content nav .nav li a, .place-sections nav .nav li a {
  color: white;
  position: relative;
  background-color: transparent;
}
body.body-sections #content nav .nav li a:hover, body.body-sections #content nav .nav li a:active, body.body-sections #content nav .nav li a:focus, .place-sections nav .nav li a:hover, .place-sections nav .nav li a:active, .place-sections nav .nav li a:focus {
  color: white;
  background-color: transparent;
}
body.body-sections #content nav .nav li.active a span, .place-sections nav .nav li.active a span {
  position: relative;
}
body.body-sections #content nav .nav li.active a span::after, .place-sections nav .nav li.active a span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 3px;
  background-color: #FDB518;
}
body.body-sections #content .section, .place-sections .section {
  margin: 20px auto;
  padding: 0;
  max-width: 1024px;
  color: white;
}
body.body-sections #content .section.section-narrow, .place-sections .section.section-narrow {
  max-width: 600px;
}
.dark-theme body.body-sections #content .section, .dark-theme .place-sections .section {
  border-width: 1px;
  border-style: solid;
  border-color: #555555;
  border-radius: 5px;
}
body.body-sections #content .section > .title, .place-sections .section > .title {
  line-height: 1.25em;
  background-color: #13548c;
  padding: 10px 20px;
  font-size: 24px;
}
.dark-theme body.body-sections #content .section > .title, .dark-theme .place-sections .section > .title {
  background-color: #222222;
  color: #FFFFFF;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #555555;
}
@media screen and (max-width: 650px) {
  .responsive body.body-sections #content .section > .title, .responsive .place-sections .section > .title {
    font-size: calc(2vw + 11px);
  }
}
.dark-theme body.body-sections #content .section > .title, .dark-theme .place-sections .section > .title {
  font-size: 22px;
}
@media screen and (max-width: 550px) {
  .dark-theme.responsive body.body-sections #content .section > .title, .dark-theme.responsive .place-sections .section > .title {
    font-size: calc(2vw + 11px);
  }
}
body.body-sections #content .section > .content, .place-sections .section > .content {
  padding: 17px 20px;
  background-color: #5d82a6;
}
.dark-theme body.body-sections #content .section > .content, .dark-theme .place-sections .section > .content {
  background-color: #111111;
  color: #CCCCCC;
}
body.body-sections #content .section > .content .row, body.body-sections #content .section > .content .place-home .container-fluid > .panel, .place-home body.body-sections #content .section > .content .container-fluid > .panel, body.body-sections #content .section > .content .place-browse .container-fluid > .panel, .place-browse body.body-sections #content .section > .content .container-fluid > .panel, body.body-sections #content .section > .content .place-studios .container-fluid > .panel, .place-studios body.body-sections #content .section > .content .container-fluid > .panel, .place-sections .section > .content .row, .place-sections .section > .content .place-home .container-fluid > .panel, .place-home .place-sections .section > .content .container-fluid > .panel, .place-sections .section > .content .place-browse .container-fluid > .panel, .place-browse .place-sections .section > .content .container-fluid > .panel, .place-sections .section > .content .place-studios .container-fluid > .panel, .place-studios .place-sections .section > .content .container-fluid > .panel {
  margin-bottom: 20px;
}
body.body-sections #content .section > .content .row:last-child, body.body-sections #content .section > .content .place-home .container-fluid > .panel:last-child, .place-home body.body-sections #content .section > .content .container-fluid > .panel:last-child, body.body-sections #content .section > .content .place-browse .container-fluid > .panel:last-child, .place-browse body.body-sections #content .section > .content .container-fluid > .panel:last-child, body.body-sections #content .section > .content .place-studios .container-fluid > .panel:last-child, .place-studios body.body-sections #content .section > .content .container-fluid > .panel:last-child, .place-sections .section > .content .row:last-child, .place-sections .section > .content .place-home .container-fluid > .panel:last-child, .place-home .place-sections .section > .content .container-fluid > .panel:last-child, .place-sections .section > .content .place-browse .container-fluid > .panel:last-child, .place-browse .place-sections .section > .content .container-fluid > .panel:last-child, .place-sections .section > .content .place-studios .container-fluid > .panel:last-child, .place-studios .place-sections .section > .content .container-fluid > .panel:last-child {
  margin-bottom: 0;
}
body.body-sections #content .section > .content .btn.btn-default, .place-sections .section > .content .btn.btn-default {
  border-color: #9bb9d8;
}
body.body-sections #content .section > .content .alert a, body.body-sections #content .section > .content .purchase_offer_details a, .place-sections .section > .content .alert a, .place-sections .section > .content .purchase_offer_details a {
  color: black;
  text-decoration: underline;
}
body.body-sections #content .section > .content .alert a.btn, body.body-sections #content .section > .content .purchase_offer_details a.btn, .place-sections .section > .content .alert a.btn, .place-sections .section > .content .purchase_offer_details a.btn {
  text-decoration: none !important;
}
body.body-sections #content .section > .footer, .place-sections .section > .footer {
  background-color: #5d82a6;
  border-top: 1px solid #9bb9d8;
  border-radius: 0 0 3px 3px;
  padding: 20px;
}
.dark-theme body.body-sections #content .section > .footer, .dark-theme .place-sections .section > .footer {
  background-color: #222222;
  border-top-color: #555555;
}
body.body-sections #content .section > .title:first-child, body.body-sections #content .section > .content:first-child, body.body-sections #content .section > .footer:first-child, .place-sections .section > .title:first-child, .place-sections .section > .content:first-child, .place-sections .section > .footer:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
body.body-sections #content .section > .title:last-child, body.body-sections #content .section > .content:last-child, body.body-sections #content .section > .footer:last-child, .place-sections .section > .title:last-child, .place-sections .section > .content:last-child, .place-sections .section > .footer:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.body-sections #content .section .navbar, .place-sections .section .navbar {
  background: #13548c;
}
body.body-sections #content a.anchor, .place-sections a.anchor {
  display: block;
  position: relative;
  top: -79px;
}

#nprogress {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  overflow: hidden;
  z-index: 9999;
}
#nprogress .bar {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
}
html.modal-open #nprogress .bar {
  background: #fff;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
html.modal-open #nprogress .peg {
  box-shadow: 0 0 10px #fff, 0 0 5px #fff;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.floating-popover, .popover.popover-titled .popover-content, .sheet-movie-edition .metadata-popover, .multiple-download-quality-popup-selector, .single-download-quality-popup-selector, .option-hint {
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #0d395f;
  z-index: 1060;
  position: relative;
}
.floating-popover > .title, .popover.popover-titled .popover-content > .title, .sheet-movie-edition .metadata-popover > .title, .multiple-download-quality-popup-selector > .title, .single-download-quality-popup-selector > .title, .option-hint > .title {
  background-color: #4f83b6;
  color: #dcdcdc;
  border-radius: 10px 10px 0 0;
  padding: 10px 14px;
}
.floating-popover > .content, .popover.popover-titled .popover-content > .content, .sheet-movie-edition .metadata-popover > .content, .multiple-download-quality-popup-selector > .content, .single-download-quality-popup-selector > .content, .option-hint > .content {
  background-color: #13548c;
  color: #dcdcdc;
  border-radius: 0 0 10px 10px;
}
.floating-popover > .content label + .popover, .popover.popover-titled .popover-content > .content label + .popover, .sheet-movie-edition .metadata-popover > .content label + .popover, .multiple-download-quality-popup-selector > .content label + .popover, .single-download-quality-popup-selector > .content label + .popover, .option-hint > .content label + .popover {
  position: relative;
  top: -1px;
}

.floating-popover-black, .place-account-systems .ip-popover, .place-account-systems .status-popover, body.body_registration .system-popover, downloads-page .general-popover, deliveries-page .general-popover {
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 3px 3px 10px #333333;
  z-index: 1060;
  position: relative;
}
.floating-popover-black > .content, .place-account-systems .ip-popover > .content, .place-account-systems .status-popover > .content, body.body_registration .system-popover > .content, downloads-page .general-popover > .content, deliveries-page .general-popover > .content {
  background-color: black;
  color: #eeeeee;
  border-radius: 10px;
}
.floating-popover-black > .content label + .popover, .place-account-systems .ip-popover > .content label + .popover, .place-account-systems .status-popover > .content label + .popover, body.body_registration .system-popover > .content label + .popover, downloads-page .general-popover > .content label + .popover, deliveries-page .general-popover > .content label + .popover {
  position: relative;
  top: -1px;
}

.filter-bar-container {
  height: 49px;
}

.filter-bar {
  background-color: #1E2127;
  padding: 10px 20px 10px 15px;
  z-index: 3;
  position: absolute;
  width: 100%;
  color: white;
  display: flex;
  justify-content: space-between;
}
.filter-bar .btn-toolbar, .filter-bar .notify-buttons {
  margin-left: 0px;
}
.filter-bar .btn-group {
  margin-left: 10px;
  position: static;
}
.filter-bar .btn-group .btn-group {
  margin-bottom: 0;
  margin-left: 0;
}
.filter-bar .btn-group.btn-group-bottom {
  margin-bottom: 0;
}
.filter-bar .btn.btn-default {
  background-color: #323944;
  border: 2px solid #525252;
  color: white;
  font-size: 14px;
  margin-top: 10px;
}
.filter-bar .btn.btn-default:not(.dropdown-toggle) {
  border-radius: 6px;
}
.filter-bar .btn.btn-default.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.filter-bar .btn.btn-default:hover {
  color: white;
  background-color: rgb(93.2203389831, 106.2711864407, 126.7796610169);
}
.filter-bar .btn.btn-default.active {
  background-color: #ffc002;
  color: black;
}
.filter-bar .btn.btn-default.active:hover {
  background-color: rgb(205.4406779661, 210.5423728814, 218.5593220339);
}
.filter-bar .btn.btn-default.active.sort-order, .filter-bar .btn.btn-default.active.sort-order ~ .dropdown-toggle {
  background-color: #323944;
  color: white;
  overflow: hidden;
  min-width: max-content;
}
.filter-bar .btn.btn-default.active.sort-order:hover, .filter-bar .btn.btn-default.active.sort-order ~ .dropdown-toggle:hover {
  background-color: rgb(93.2203389831, 106.2711864407, 126.7796610169);
}
.filter-bar .btn.btn-default.active.sort-order .filter-name, .filter-bar .btn.btn-default.active.sort-order ~ .dropdown-toggle .filter-name {
  color: #ffc002;
}
.filter-bar .btn.btn-default.active.sort-order {
  padding-right: 9px;
}
.filter-bar .btn.btn-default.active.RTcontrol, .filter-bar .btn.btn-default.active.CSMcontrol {
  background-color: rgb(205.4406779661, 210.5423728814, 218.5593220339);
}
.filter-bar .btn.btn-default.active .cancel-icon {
  height: 13px;
  float: right;
  margin: 3px -3px 5px 5px;
}
.filter-bar .btn.btn-default .caret-wrapper {
  display: inline-block;
  padding-left: 8px;
}
.filter-bar .btn.btn-default.RTcontrol {
  width: 40px;
  display: flex;
  justify-content: center;
}
.filter-bar .btn.btn-default.CSMcontrol {
  width: 62px;
  display: flex;
  justify-content: center;
}
.filter-bar .btn.btn-default[disabled], .filter-bar .btn.btn-default.disabled {
  opacity: 0.2;
}
.filter-bar .btn-group > .btn-group:not(:first-child) > .btn,
.filter-bar .btn-group > .btn:last-child:not(:first-child),
.filter-bar .btn-group > .dropdown-toggle:not(:first-child),
.filter-bar .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-left-width: 0;
}
.filter-bar .btn-group > .btn:first-child {
  margin-left: 0;
}
.filter-bar input[type=checkbox] + span:before, .filter-bar input[type=checkbox]:checked + span:before {
  background-color: #323944;
}
.filter-bar .dropdown-menu {
  min-width: 0;
  background-color: #323944;
  border-radius: 5px;
  border: solid 1px rgb(93.2203389831, 106.2711864407, 126.7796610169);
}
.filter-bar .dropdown-menu a {
  color: white;
}
.filter-bar .dropdown-menu a:hover {
  background-color: rgb(93.2203389831, 106.2711864407, 126.7796610169);
  color: white;
}
.filter-bar .dropdown-menu .close-option {
  text-align: right;
  margin-right: 4px;
}
.filter-bar .dropdown-menu .close-option a {
  display: inline-block;
  color: rgb(176.0508474576, 184.1779661017, 196.9491525424);
  padding: 3px;
  border: solid 1px rgb(93.2203389831, 106.2711864407, 126.7796610169);
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
}
.filter-bar .dropdown-menu .close-option a:hover {
  background-color: rgb(93.2203389831, 106.2711864407, 126.7796610169);
}
.filter-bar .dropdown-multiselect input[type=checkbox] {
  left: 16px;
  margin: 1px 0;
}
.filter-bar .dropdown-multiselect input[type=checkbox] + span:before {
  width: 17px;
  height: 17px;
  background-size: contain;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: -3px;
}
.filter-bar .dropdown-multiselect input[type=checkbox] + span {
  padding-right: 14px;
}
.filter-bar .dropdown-multiselect label {
  cursor: pointer;
  display: block;
  margin: 3px;
  padding: 0;
  color: white;
}
.filter-bar .dropdown-multiselect label:hover input[type=checkbox] + span:before {
  background-color: rgb(93.2203389831, 106.2711864407, 126.7796610169);
}
.filter-bar .dropdown-multiselect .quality-icon {
  height: 15px;
  margin-right: 5px;
  top: -2px;
}

.filter-bar-summary {
  color: white;
  margin-left: 5px;
  margin-bottom: 10px;
}
.filter-bar-summary .filter-bar-summary-item {
  background-color: #ffc002;
  color: black;
  -webkit-transition: color 1s ease-in 2s;
  -moz-transition: color 1s ease-in 2s;
  transition: color 1s ease-in 2s;
}
.filter-bar-summary .btn-toolbar, .filter-bar-summary .notify-buttons {
  margin-top: -10px;
}

.filter-bar-controls {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
  margin-top: -10px;
}
.filter-bar-controls .btn-group {
  margin-bottom: 0;
}
.filter-bar-controls .btn-toolbar, .filter-bar-controls .notify-buttons {
  display: flex;
  justify-content: flex-start;
}

.filter-bar-options {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}
.filter-bar-options .filter-bar-options {
  height: 33px;
  overflow: hidden;
}
.filter-bar-options .filter-bar-options.open {
  height: auto;
}

.filter-bar-sort {
  min-width: max-content;
  text-align: right;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0;
  margin-top: -10px;
}

.filter-bar-options-wrapper .filter-bar-options .btn img,
.filter-bar-controls .btn img {
  height: 20px;
  position: relative;
  top: -1px;
}
.filter-bar-options-wrapper .filter-bar-options .btn img.left,
.filter-bar-controls .btn img.left {
  left: -5px;
}
.filter-bar-options-wrapper .filter-bar-options .btn img.right,
.filter-bar-controls .btn img.right {
  left: 5px;
}
.filter-bar-options-wrapper .filter-bar-options .btn img.rt-logo,
.filter-bar-controls .btn img.rt-logo {
  margin-bottom: 2px;
  width: 43px;
}
.filter-bar-options-wrapper .filter-bar-options .btn img.csm-logo,
.filter-bar-controls .btn img.csm-logo {
  height: 22px;
  width: 48px;
}

.filter-bar-options + .filter-bar-controls {
  border-top: 1px solid #d3dae1;
  padding-top: 10px;
}

.filter-bar-controls label {
  height: 33px;
  margin-bottom: 0;
  padding-top: 4px;
}
.filter-bar-controls .btn-toolbar, .filter-bar-controls .notify-buttons {
  flex-grow: 1;
  flex-shrink: 1;
}

.option-hint {
  border-color: white;
  background-color: white;
  color: black;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: smaller;
}
.option-hint:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -5px;
}
.option-hint:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -5px;
}
.option-hint:before {
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0px;
  left: 20px;
}
.option-hint:after {
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 1px;
  left: 20px;
}
.option-hint .selection {
  font-weight: bold;
}

.btn {
  border-width: 2px;
  border-style: solid;
  border-color: #567e95;
  border-radius: 4px;
  height: 33px;
  font-size: 14px;
}
.dark-theme .btn {
  border-color: #272727;
}

.btn.btn-xs, .btn-group-xs > .btn {
  height: auto;
}

.btn span.price:before, .btn .package_cover .cover_details .purchase-price-wrapper span.offer-price:before, .package_cover .cover_details .purchase-price-wrapper .btn span.offer-price:before, .btn .package_cover .cover_details .rental-price-wrapper span.offer-price:before, .package_cover .cover_details .rental-price-wrapper .btn span.offer-price:before {
  content: " | ";
  color: rgba(0, 0, 0, 0.5);
}

.btn-default, .btn.dropdown-toggle {
  background: 0 0;
  color: white;
}
.btn-default:hover, .btn.dropdown-toggle:hover {
  color: white;
  background-color: rgb(161.4787234043, 186.585106383, 201.0212765957);
}
.btn-default span.price:before, .btn-default .package_cover .cover_details .purchase-price-wrapper span.offer-price:before, .package_cover .cover_details .purchase-price-wrapper .btn-default span.offer-price:before, .btn-default .package_cover .cover_details .rental-price-wrapper span.offer-price:before, .package_cover .cover_details .rental-price-wrapper .btn-default span.offer-price:before, .btn.dropdown-toggle span.price:before, .btn.dropdown-toggle .package_cover .cover_details .purchase-price-wrapper span.offer-price:before, .package_cover .cover_details .purchase-price-wrapper .btn.dropdown-toggle span.offer-price:before, .btn.dropdown-toggle .package_cover .cover_details .rental-price-wrapper span.offer-price:before, .package_cover .cover_details .rental-price-wrapper .btn.dropdown-toggle span.offer-price:before {
  content: " | ";
  color: white;
}

.btn-toggled {
  background-color: #a1bbc9;
}
.btn-toggled:hover {
  background-color: #567e95;
}

.alert .btn.pull-right, .alert .notify-inline .btn.notify-buttons, .notify-inline .alert .btn.notify-buttons, .alert .dialog > .title .btn.close_dialog, .dialog > .title .alert .btn.close_dialog,
.alert .dialog .dialog-title .btn.close_dialog,
.dialog .dialog-title .alert .btn.close_dialog, .alert .sheet > .title .btn.close-view, .sheet > .title .alert .btn.close-view,
.alert .sheet .sheet-title .btn.close-view,
.sheet .sheet-title .alert .btn.close-view, .purchase_offer_details .btn.pull-right, .purchase_offer_details .notify-inline .btn.notify-buttons, .notify-inline .purchase_offer_details .btn.notify-buttons, .purchase_offer_details .dialog > .title .btn.close_dialog, .dialog > .title .purchase_offer_details .btn.close_dialog,
.purchase_offer_details .dialog .dialog-title .btn.close_dialog,
.dialog .dialog-title .purchase_offer_details .btn.close_dialog, .purchase_offer_details .sheet > .title .btn.close-view, .sheet > .title .purchase_offer_details .btn.close-view,
.purchase_offer_details .sheet .sheet-title .btn.close-view,
.sheet .sheet-title .purchase_offer_details .btn.close-view {
  margin-left: 10px;
}

.alert.alert-info .btn.btn-default, .alert-info.purchase_offer_details .btn.btn-default {
  color: black !important;
  border-color: #666 !important;
}
.alert.alert-info .btn.btn-default:hover, .alert-info.purchase_offer_details .btn.btn-default:hover {
  background-color: #666 !important;
  color: white !important;
}

.alert.alert-warning .btn.btn-default, .alert-warning.purchase_offer_details .btn.btn-default {
  color: black !important;
  border-color: #666 !important;
}
.alert.alert-warning .btn.btn-default:hover, .alert-warning.purchase_offer_details .btn.btn-default:hover {
  background-color: #666 !important;
  color: white !important;
}

.alert.alert-danger .btn.btn-default, .alert-danger.purchase_offer_details .btn.btn-default {
  color: black !important;
  border-color: #666 !important;
}
.alert.alert-danger .btn.btn-default:hover, .alert-danger.purchase_offer_details .btn.btn-default:hover {
  background-color: #666 !important;
  color: white !important;
}

.btn-primary {
  color: black;
  background-color: #ffc002;
}
.btn-primary:hover {
  color: black;
  background-color: rgb(206, 154.7035573123, 0);
}
.dark-theme .btn-primary:active, .dark-theme .btn-primary:focus {
  color: #FFFFFF;
  background-color: #5a5a5a;
}

.btn-white {
  color: black;
  background-color: white;
  border-color: #567e96;
}
.btn-white:focus, .btn-white.focus {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(39.5381355932, 57.9279661017, 68.9618644068);
}
.btn-white:hover {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(63.6983050847, 93.3254237288, 111.1016949153);
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: black;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(63.6983050847, 93.3254237288, 111.1016949153);
}
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
  color: black;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(39.5381355932, 57.9279661017, 68.9618644068);
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
  background-color: white;
  border-color: #567e96;
}
.btn-white .badge, .btn-white .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-white .rental-icon {
  color: white;
  background-color: black;
}

.btn-danger {
  color: white;
  background-color: #a00000;
  border-color: #a08080;
}
.btn-danger:focus, .btn-danger.focus {
  color: white;
  background-color: #6d0000;
  border-color: rgb(91.8175675676, 68.6824324324, 68.6824324324);
}
.btn-danger:hover {
  color: white;
  background-color: #6d0000;
  border-color: rgb(129.7459459459, 97.0540540541, 97.0540540541);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #6d0000;
  background-image: none;
  border-color: rgb(129.7459459459, 97.0540540541, 97.0540540541);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: white;
  background-color: rgb(73.3, 0, 0);
  border-color: rgb(91.8175675676, 68.6824324324, 68.6824324324);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #a00000;
  border-color: #a08080;
}
.btn-danger .badge, .btn-danger .package_cover .cover_details .rental-icon, .package_cover .cover_details .btn-danger .rental-icon {
  color: #a00000;
  background-color: white;
}

.purchase-button-group {
  width: 100%;
  text-align: center;
}

.btn-wide {
  width: 100%;
  padding: 4px 0px;
}
.btn-wide.dropdown {
  position: relative;
}
.btn-wide > .btn:first-child {
  display: block;
}
.btn-wide.dropdown > :first-child {
  position: absolute;
  left: 0;
  right: 59px;
}
.btn-wide .dropdown-toggle {
  width: 60px;
  float: right;
}

.btn-inverse {
  color: #ffffff;
  border: 1px solid #444444;
  background-color: #3a3a3a;
  background-image: -webkit-linear-gradient(top, #3a3a3a 0%, #222222 100%);
  background-image: linear-gradient(to bottom,#3a3a3a 0%, #222222 100%);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #333333;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9 ;
}

.btn-default.disabled,
.btn-default[disabled] {
  background-color: inherit;
  border-color: inherit;
  opacity: 0.3;
}

.dropdown-menu {
  border-radius: 0px;
}

.original-price {
  text-decoration: line-through;
  padding-right: 0.25em;
}

.package_covers .original-price {
  display: none;
}

.btn-primary .discounted-price {
  color: white;
  font-weight: bold;
}

.package_covers .buy-btn-with-quality .upgrade-price {
  position: relative;
  left: -10px;
}

.title .btn {
  position: relative;
  top: -3px;
}

.btn-dimmed {
  color: white !important;
  background-color: transparent !important;
  border-color: #ccc !important;
  opacity: 0.2 !important;
  box-shadow: none !important;
}

.place:not(.open) {
  display: none;
}

.sheet {
  position: fixed;
  top: 100%;
  bottom: 0px;
  width: 950px;
  left: 50%;
  margin-left: -475px;
  background-color: #13548c;
  overflow-y: auto;
  visibility: hidden;
  z-index: 7;
  -webkit-transition: top 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  -moz-transition: top 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: top 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
}
.sheet.open {
  top: 35px;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s, 0s;
  -moz-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
}
.with-smart-banner .sheet.open {
  top: calc(clamp(84px, 16.8vw, 210px) + 35px);
}
.sheet > .title,
.sheet .sheet-title {
  position: fixed;
  height: 48px;
  width: 950px;
  color: #dcdcdc;
  background-color: #4f83b6;
  padding: 0 22px;
  font-size: 24px;
  line-height: 48px;
  z-index: 3;
}
.sheet > .title .close-view,
.sheet .sheet-title .close-view {
  background: 0 0;
  border: 0;
  height: 100%;
  padding: 0;
}
.sheet > .title h1,
.sheet .sheet-title h1 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
.sheet > .content,
.sheet .sheet-content {
  color: #fff;
  background-color: #13548c;
  margin-top: 48px;
}
.sheet .sheet-content {
  padding-top: 48px;
  margin-top: 0;
}
.sheet a:not(.btn) {
  color: #8dc6fc;
  text-decoration: underline;
}
.sheet .dropdown-menu a {
  color: inherit;
  text-decoration: none;
}
.sheet .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.sheet hr {
  border-top: 1px solid #6b8a95;
}
.sheet .panel-container {
  position: relative;
}
.sheet .left-panel {
  position: absolute;
  z-index: 2;
  height: 100%;
  background-color: #13548c;
  box-shadow: 15px 0 15px -8px rgb(12.9056603774, 57.0566037736, 95.0943396226);
}
.sheet .right-panel {
  min-height: 1300px;
}
.sheet .subsheet {
  position: absolute;
  top: 0px;
  left: -1000px;
  width: 600px;
  z-index: 1;
  background-color: #13548c;
  height: 100%;
  box-shadow: 15px 0 15px -8px rgb(12.9056603774, 57.0566037736, 95.0943396226);
  -webkit-transition: left 0.35s ease-out 0s;
  -moz-transition: left 0.35s ease-out 0s;
  transition: left 0.35s ease-out 0s;
}
.sheet .subsheet.open {
  left: 250px;
}
.sheet .subsheet.fullwidth {
  width: 682px;
}
.sheet .subsheet .sections > li.subsheet-title {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 20px;
  padding-left: 0;
}
.sheet .left-panel .button-list {
  margin: 0px 0px 0px 12px;
  border: none;
}
.sheet .left-panel .button-list .btn {
  display: block;
  margin: 0;
  border-width: 1px 0 0 0;
  text-align: left;
  border-radius: 0;
  border-color: #567e95;
  background-color: transparent;
  color: white;
  line-height: 20px;
}
.sheet .left-panel .button-list .btn .secondary-text {
  color: #ebebeb;
  font-size: 13px;
  float: right;
}
.sheet .left-panel .button-list .btn .dual-pricing-text {
  float: right;
}
.sheet .left-panel .button-list .btn .secondary-text-crossed {
  color: #ebebeb;
  opacity: 0.7;
  text-align: right;
  font-size: 13px;
  text-decoration: line-through;
  padding: 0px 4px 0px 0px;
  float: left;
}
.sheet .left-panel .button-list .btn:hover, .sheet .left-panel .button-list .btn.active:hover {
  background-color: #a1bbc9;
  box-shadow: none;
}
.sheet .left-panel .button-list .btn:hover .secondary-text, .sheet .left-panel .button-list .btn:hover .secondary-text-crossed, .sheet .left-panel .button-list .btn.active:hover .secondary-text, .sheet .left-panel .button-list .btn.active:hover .secondary-text-crossed {
  color: white;
}
.sheet .left-panel .button-list .btn.active {
  background-color: rgb(75.8, 125.2, 164.4);
  box-shadow: none;
}
.sheet .left-panel .button-list .btn.active .secondary-text, .sheet .left-panel .button-list .btn.active .secondary-text-crossed {
  color: #e4eaf0;
}
.sheet .left-panel .button-list .btn .glyphicon {
  position: relative;
  top: 3px;
}
.sheet .left-panel .button-list .btn:last-child {
  border-width: 1px 0 1px 0;
}
.sheet .left-panel .imposter-btn {
  text-align: left;
  margin: 1px 0px 1px 12px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
}
.sheet .left-panel .quality-list {
  margin-top: 17px;
  margin-bottom: 5px;
}
.sheet .left-panel .quality-list .quality-icon {
  margin-left: 0px;
  top: 0px;
}

html.video-playing .sheet {
  overflow-y: hidden !important;
}

.dialog.dialog-disc-to-digital-report {
  width: 800px !important;
  height: 275px !important;
}

.button-container {
  text-align: right;
}

.button-container button {
  margin-right: 3px;
}

.dialog {
  display: none;
  z-index: 7;
}
.dialog.open {
  display: block;
}
.dark-theme .dialog {
  border-width: 1px;
  border-style: solid;
  border-color: #555555;
  border-radius: 2px;
}
.dialog > .title,
.dialog .dialog-title {
  height: 48px;
  color: #dcdcdc;
  background-color: #4f83b6;
  padding: 0 22px;
  font-size: 24px;
  line-height: 48px;
}
.dark-theme .dialog > .title,
.dark-theme .dialog .dialog-title {
  background-color: #222222;
  color: #FFFFFF;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #555555;
}
@media screen and (max-width: 500px) {
  .responsive .dialog > .title,
  .responsive .dialog .dialog-title {
    padding: 0 calc(4vw + 2px);
  }
}
@media screen and (max-width: 650px) {
  .responsive .dialog > .title,
  .responsive .dialog .dialog-title {
    font-size: calc(2vw + 11px);
  }
}
.dark-theme .dialog > .title,
.dark-theme .dialog .dialog-title {
  font-size: 22px;
}
@media screen and (max-width: 550px) {
  .dark-theme.responsive .dialog > .title,
  .dark-theme.responsive .dialog .dialog-title {
    font-size: calc(2vw + 11px);
  }
}
.dialog > .title .close_dialog,
.dialog .dialog-title .close_dialog {
  background: 0 0;
  border: 0;
  height: 100%;
  padding: 0;
}
.dialog > .content,
.dialog .dialog-content {
  color: #fff;
  background-color: #13548c;
  padding: 37px 29px;
}
.dark-theme .dialog > .content,
.dark-theme .dialog .dialog-content {
  background-color: #111111;
  color: #CCCCCC;
}
@media screen and (max-width: 500px) {
  .responsive .dialog > .content,
  .responsive .dialog .dialog-content {
    padding: calc(6vw + 7px) calc(4vw + 9px);
  }
}
.dialog a {
  color: #8dc6fc;
  text-decoration: underline;
}
.dialog a.btn {
  text-decoration: none;
  color: white;
}
.dialog .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.dialog hr {
  border-top: 1px solid #6b8a95;
}

.dialog .message .system-name {
  font-style: italic;
}

.dialog.dialog-payment-method {
  max-width: 800px;
}
.dialog.dialog-payment-method .address_form > .container-fluid > .row > .col-sm-6, .dialog.dialog-payment-method .place-home .address_form > .container-fluid > .panel > .col-sm-6, .place-home .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6, .dialog.dialog-payment-method .place-browse .address_form > .container-fluid > .panel > .col-sm-6, .place-browse .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6, .dialog.dialog-payment-method .place-studios .address_form > .container-fluid > .panel > .col-sm-6, .place-studios .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.dialog.dialog-payment-method .container-fluid .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.dialog.dialog-payment-method .btn-toolbar, .dialog.dialog-payment-method .notify-buttons {
  float: right;
}
@media screen and (max-width: 767px) {
  .responsive .dialog.dialog-payment-method .btn-toolbar, .responsive .dialog.dialog-payment-method .notify-buttons {
    float: unset;
    margin-top: 8px;
    text-align: center;
  }
  .responsive .dialog.dialog-payment-method .btn-toolbar .btn-group, .responsive .dialog.dialog-payment-method .notify-buttons .btn-group {
    float: unset;
  }
  .responsive .dialog.dialog-payment-method .btn-toolbar .test-button, .responsive .dialog.dialog-payment-method .notify-buttons .test-button {
    width: 100%;
  }
  .responsive .dialog.dialog-payment-method .btn-toolbar .test-button .btn, .responsive .dialog.dialog-payment-method .notify-buttons .test-button .btn {
    float: unset;
  }
}
@media screen and (max-width: 767px) {
  .responsive .dialog.dialog-payment-method .payment-main-col > .col-sm-6 + .col-sm-6 {
    border-top: solid 1px #555555;
    border-bottom: solid 1px #555555;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 5px;
  }
  .responsive .dialog.dialog-payment-method .address_form > .container-fluid > .row > .col-sm-6, .responsive .dialog.dialog-payment-method .place-home .address_form > .container-fluid > .panel > .col-sm-6, .place-home .responsive .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6, .responsive .dialog.dialog-payment-method .place-browse .address_form > .container-fluid > .panel > .col-sm-6, .place-browse .responsive .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6, .responsive .dialog.dialog-payment-method .place-studios .address_form > .container-fluid > .panel > .col-sm-6, .place-studios .responsive .dialog.dialog-payment-method .address_form > .container-fluid > .panel > .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.dialog.dialog-payment-method img.selected {
  box-shadow: 0px 0px 15px #fff;
}
.dialog.dialog-payment-method .popover {
  font-size: 14px;
}

.dialog.dialog-address .address_form > .container-fluid > .row > .col-sm-6, .dialog.dialog-address .place-home .address_form > .container-fluid > .panel > .col-sm-6, .place-home .dialog.dialog-address .address_form > .container-fluid > .panel > .col-sm-6, .dialog.dialog-address .place-browse .address_form > .container-fluid > .panel > .col-sm-6, .place-browse .dialog.dialog-address .address_form > .container-fluid > .panel > .col-sm-6, .dialog.dialog-address .place-studios .address_form > .container-fluid > .panel > .col-sm-6, .place-studios .dialog.dialog-address .address_form > .container-fluid > .panel > .col-sm-6 {
  width: 100%;
}
.dialog.dialog-address .btn-toolbar, .dialog.dialog-address .notify-buttons {
  margin-top: 15px;
}
.dialog.dialog-address .btn-toolbar .btn-group, .dialog.dialog-address .notify-buttons .btn-group {
  float: none;
}

.dialog.dialog-address-alert .address {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 1em 1em;
}

.dialog.dialog-login {
  max-width: 500px;
}
.dialog.dialog-login.dialog-login-extended {
  max-width: unset;
  width: 800px;
}
.dialog.dialog-login.dialog-login-extended .content {
  padding: 0;
}
.dialog.dialog-login.dialog-login-extended .panel-container {
  background: url("/movie-store/assets/v268026/images/page/panel-background-fade.png") 400px bottom no-repeat, linear-gradient(to top, #13548c, #13548c) 400px bottom no-repeat, url("/movie-store/assets/v268026/images/page/panel-background.png") 400px 0 repeat-y, #13548c;
  background-size: 29px 150px, 29px 150px, auto, auto;
}
.dark-theme .dialog.dialog-login.dialog-login-extended .panel-container {
  background: #222222;
}
.dialog.dialog-login.dialog-login-extended .left-panel {
  width: 400px;
  padding: 30px 10px;
}
.dialog.dialog-login.dialog-login-extended .left-panel .covers-image {
  height: 200px;
  margin: 10px auto;
}
.dialog.dialog-login.dialog-login-extended .left-panel h2 {
  margin-top: 0;
  color: #dcdcdc;
  font-size: 115%;
}
.dialog.dialog-login.dialog-login-extended .left-panel img {
  display: block;
}
.dialog.dialog-login.dialog-login-extended .right-panel {
  padding-top: 75px;
}

.dialog.dialog-download-schedule {
  width: 525px;
}
.dialog.dialog-download-schedule .paragraph {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.dialog.dialog-download-schedule .dropdown-menu {
  max-height: 200px;
  overflow: auto;
  text-align: right;
}
.dialog.dialog-download-schedule .dropdown-menu a {
  text-decoration: none;
}
.dialog.dialog-download-schedule .timezone .dropdown-menu {
  width: 450px;
}

.dialog.dialog-checkbox .message-with-icon {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
.dialog.dialog-checkbox .agreement {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 20px;
}

.dialog.dialog-pair-download-settings .form-group {
  padding-bottom: 10px;
}
.dialog.dialog-pair-download-settings .form-group .label-container {
  padding-top: 5px;
}

.dialog.dialog-referral-email .content {
  padding: 22px 29px 15px 29px;
}
.dialog.dialog-referral-email .btn-primary:focus {
  color: black;
  background-color: #ffc002;
}
.dialog.dialog-referral-email .sample-email {
  background-color: white;
  color: black;
  padding: 8px 8px 8px 14px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.dialog.dialog-referral-email .sample-email p {
  margin-bottom: 0;
}
.dialog.dialog-referral-email .sample-email p + p {
  margin-top: 10px;
}
.dialog.dialog-referral-email .sample-email a {
  text-decoration: none;
}
.dialog.dialog-referral-email .dialog-error {
  margin: 6px 10px 0 0;
}

.dialog.dialog-referral-history .content {
  padding: 22px 29px 15px 29px;
}
.dialog.dialog-referral-history .referrals {
  margin-bottom: 15px;
  max-height: 500px;
  overflow-y: auto;
}

.dialog.dialog-password-reset-request {
  max-width: 500px;
}
.dialog.dialog-password-reset-request .prompt {
  padding-bottom: 12px;
}

.dialog.dialog-referral-code-change .message {
  color: #b9d4f0;
}
.dialog.dialog-referral-code-change .referral-code {
  font-size: 18px;
}
.dialog.dialog-referral-code-change .code-short {
  color: #ffc002;
  word-wrap: break-word;
}
.dialog.dialog-referral-code-change .warning {
  color: #ffc002;
}
.dialog.dialog-referral-code-change .warning:before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  margin: 0 0 0 5px;
  width: 25px;
  height: 22px;
  background-image: url("/movie-store/assets/v268026/images/page/icon-alert-white-border.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left;
}

.dialog.dialog-generic ul {
  margin-bottom: 1em;
}

.subsheet-purchase {
  padding: 37px 29px;
}
.subsheet-purchase .sections > li {
  padding: 15px;
}
.subsheet-purchase .sections > li + li {
  padding: 10px 15px;
}
.subsheet-purchase .sections > li:first-child {
  padding-top: 0;
}
.subsheet-purchase .sections > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.subsheet-purchase .sections > li:empty {
  display: none;
}
.subsheet-purchase .sections > li .paragraph {
  margin-top: 1em;
}
.subsheet-purchase .sections > li .paragraph:first-child {
  margin-top: 0;
}
.subsheet-purchase .sections > li .paragraph-narrow {
  max-width: 83.333%;
}
.subsheet-purchase .sections > li > .alert:only-child, .subsheet-purchase .sections > li > .purchase_offer_details:only-child {
  /* remove some unwanted margin on alerts in their own <li> */
  margin-bottom: 0px;
}
.subsheet-purchase .sections > li.season-pass p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.subsheet-purchase .sections > li.season-pass p:last-child {
  margin-bottom: 0;
}
.subsheet-purchase .quality-icon {
  height: 15px;
}
.subsheet-purchase .collapser-wrapper .section-header {
  margin: 0 0 15px 0;
}
.subsheet-purchase .collapser-wrapper .section-footer {
  margin-top: 15px;
  position: relative;
  left: 10px;
  font-style: italic;
}
.subsheet-purchase .rental-notice {
  margin-top: 15px;
  position: relative;
  left: 10px;
  font-style: italic;
}
.subsheet-purchase .rental-availability-prompt {
  margin-top: 4px;
}
.subsheet-purchase .rental-availability-prompt hr {
  margin: 11px 0;
}
.subsheet-purchase .text-section {
  padding: 20px 15px 0 15px;
}
.subsheet-purchase .text-section p {
  margin-bottom: 0;
}
.subsheet-purchase h2 {
  font-weight: bold;
  font-size: 100%;
  margin-top: 0;
}
.subsheet-purchase .row, .subsheet-purchase .place-home .container-fluid > .panel, .place-home .subsheet-purchase .container-fluid > .panel, .subsheet-purchase .place-browse .container-fluid > .panel, .place-browse .subsheet-purchase .container-fluid > .panel, .subsheet-purchase .place-studios .container-fluid > .panel, .place-studios .subsheet-purchase .container-fluid > .panel {
  margin-left: 0;
}
.subsheet-purchase .row > *, .subsheet-purchase .place-home .container-fluid > .panel > *, .place-home .subsheet-purchase .container-fluid > .panel > *, .subsheet-purchase .place-browse .container-fluid > .panel > *, .place-browse .subsheet-purchase .container-fluid > .panel > *, .subsheet-purchase .place-studios .container-fluid > .panel > *, .place-studios .subsheet-purchase .container-fluid > .panel > * {
  padding-left: 0;
  padding-right: 0;
}
.subsheet-purchase .radio, .subsheet-purchase .checkbox {
  padding-left: 0;
}
.subsheet-purchase .purchase-version {
  padding: 0 15px 15px 15px;
}
.subsheet-purchase .purchase-qualities, .subsheet-purchase .system-downloads {
  display: flex;
  flex-wrap: nowrap;
}
.subsheet-purchase .purchase-qualities {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.subsheet-purchase .purchase-qualities input[type=radio] + span {
  position: relative;
  left: 5px;
}
.subsheet-purchase .purchase-includes {
  position: relative;
  left: 15px;
}
.subsheet-purchase .purchase-includes .purchase-includes-text {
  font-style: italic;
}
.subsheet-purchase .purchase-includes .popover img {
  margin-right: 4px;
}
.subsheet-purchase .purchase-summary-box {
  display: inline-grid;
  float: right;
}
.subsheet-purchase .purchase-summary-data {
  min-width: 228px;
  font-size: 14px;
  padding-left: 4px;
}
.subsheet-purchase .summary-price {
  float: right;
}
.subsheet-purchase .purchase-summary-row {
  margin: 0px 0px 9px 15px;
}
.subsheet-purchase .promotion-info {
  background-color: #f5e79c;
  color: #5f4e31;
  padding: 6px 12px;
  border-radius: 3px;
  margin: 0px 0px 8px 15px;
  font-size: 14px;
  width: 544px;
  left: 15px;
}
.subsheet-purchase .purchase-includes-standalone .purchase-includes {
  left: 15px;
}
.subsheet-purchase .purchase-includes-standalone .purchase-includes .purchase-includes-text {
  font-style: normal;
}
.subsheet-purchase .system-selection {
  margin-top: 1em;
  margin-bottom: 1em;
}
.subsheet-purchase .system-name, .subsheet-purchase .system-warnings, .subsheet-purchase .system-download-qualities {
  position: relative;
  top: 5px;
}
.subsheet-purchase .system-download-qualities {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.subsheet-purchase .system-download-mode .btn {
  min-width: 175px;
  margin-bottom: 2px;
  text-align: left;
  white-space: normal;
}
.subsheet-purchase .system-download-mode .btn .caret {
  float: right;
  position: relative;
  top: 7px;
}
.subsheet-purchase .purchase-titles-dropdown {
  background-color: rgba(174, 185, 207, 0.4);
  display: block;
  color: white;
  margin-left: 15px;
  width: 544px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 4px 3px;
}
.subsheet-purchase .purchase-list-button {
  background-color: rgba(174, 185, 207, 0);
  border: none;
}
.subsheet-purchase .purchase-list-content {
  padding-left: 25px;
}
.subsheet-purchase .media-type-description {
  color: #dcdcdc;
  font-size: 120%;
}
.subsheet-purchase .deemphasize {
  color: #81b7d9;
}
.subsheet-purchase .deemphasize i {
  font-size: 80%;
}
.subsheet-purchase .deemphasize .glyphicon {
  color: #fff;
}
.subsheet-purchase .movie-credit-icon-wrapper {
  padding-left: 15px;
}
.subsheet-purchase .movie-credit-icon {
  display: table-cell;
  width: 44px;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  color: #13548c;
  background-color: #a3cae7;
  border: 3px solid #13548c;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #4e83a7;
  font-size: 110%;
}
.subsheet-purchase .alert-details {
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1), margin 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s, padding 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s;
  -moz-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1), margin 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s, padding 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s;
  transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1), margin 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s, padding 0.2s cubic-bezier(0, 1.05, 0, 1) 0.6s;
  max-height: 0;
  padding: 0 14px;
  margin: 0;
  border: 0;
  overflow-y: auto;
}
.subsheet-purchase .alert-details .movie-title.struck {
  text-decoration: line-through;
}
.subsheet-purchase .alert-details .movie-price {
  text-align: right;
}
.subsheet-purchase .expanded .alert-details {
  -webkit-transition: max-height 0.8s ease-in, margin 0.2s ease-in, padding 0.2s ease-in;
  -moz-transition: max-height 0.8s ease-in, margin 0.2s ease-in, padding 0.2s ease-in;
  transition: max-height 0.8s ease-in, margin 0.2s ease-in, padding 0.2s ease-in;
  max-height: 290px;
  margin-top: 1em;
  padding: 7px 14px;
}
.subsheet-purchase .single-title-system-download-quality-selector {
  max-width: 452px;
  text-indent: -30px;
  margin-left: 60px;
  margin-bottom: 5px;
}
.subsheet-purchase .single-title-system-download-quality-selector label {
  margin-bottom: 0px;
}
.subsheet-purchase .updates-list-item {
  max-width: 385px;
  text-indent: -15px;
  margin-left: 30px;
}
.subsheet-purchase .system-list {
  padding-bottom: 10px;
}
.subsheet-purchase .system-list:last-child {
  padding-bottom: 5px;
}
.subsheet-purchase .purchase-includes span .quality-icon {
  margin-left: 6px;
}
.subsheet-purchase .purchase-includes span .quality-icon + .quality-icon {
  margin-left: 5px;
}
.subsheet-purchase .download-qualities {
  text-indent: 0;
}
.subsheet-purchase .download-qualities:before {
  content: "​";
}
.subsheet-purchase .download-qualities .download-quality-list span + span:before {
  content: ",";
}
.subsheet-purchase .download-qualities .download-quality-list .quality-icon {
  margin-left: 5px;
}
.subsheet-purchase .download-qualities .popover {
  top: -2px;
  margin-left: 4px;
}
.subsheet-purchase .purchase-savings {
  clear: right;
  padding: 5px 10px;
  margin-top: 10px;
  min-width: 150px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  color: #81b7d9;
}
.subsheet-purchase .cart-price-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.subsheet-purchase .cart-price-wrapper div.row > div:first-child, .subsheet-purchase .cart-price-wrapper .place-home .container-fluid > div.panel > div:first-child, .place-home .subsheet-purchase .cart-price-wrapper .container-fluid > div.panel > div:first-child, .subsheet-purchase .cart-price-wrapper .place-browse .container-fluid > div.panel > div:first-child, .place-browse .subsheet-purchase .cart-price-wrapper .container-fluid > div.panel > div:first-child, .subsheet-purchase .cart-price-wrapper .place-studios .container-fluid > div.panel > div:first-child, .place-studios .subsheet-purchase .cart-price-wrapper .container-fluid > div.panel > div:first-child {
  font-weight: bold;
}
.subsheet-purchase .cart-price-wrapper div.line-above {
  border-top: 1px solid #3d7a9e;
}
.subsheet-purchase .shipping-address select {
  height: unset;
  padding: 2px 0;
  font-size: 0.75em;
}
.subsheet-purchase .shipping-address .address {
  margin: 4px;
}
.subsheet-purchase .download-mode-explanation {
  position: absolute;
  top: 50%;
  left: 95%;
}
.subsheet.fullwidth .download-mode-explanation {
  left: 82%;
}

.single-download-quality-popup-selector {
  min-width: 200px;
  max-width: 325px;
}
.single-download-quality-popup-selector > .content {
  padding: 12px 12px 12px 0px;
}
.single-download-quality-popup-selector > .content .btn-toolbar, .single-download-quality-popup-selector > .content .notify-buttons {
  margin-top: 5px;
  text-align: center;
}
.single-download-quality-popup-selector > .content .btn-toolbar .btn, .single-download-quality-popup-selector > .content .notify-buttons .btn {
  float: none;
}
.single-download-quality-popup-selector > .content label + span.popover {
  top: -2px;
}
.single-download-quality-popup-selector input[type=radio] + span:before, .single-download-quality-popup-selector input[type=checkbox] + span:before {
  margin-right: 5px;
}
.single-download-quality-popup-selector .extras {
  font-size: 12px;
}
.single-download-quality-popup-selector .quality-icon {
  height: 15px;
  margin-left: 5px;
  top: -3px;
}
.single-download-quality-popup-selector:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.single-download-quality-popup-selector:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.single-download-quality-popup-selector:before {
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  right: 19px;
}
.single-download-quality-popup-selector:after {
  border-bottom: 7px solid #4f83b6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 1px;
  right: 19px;
}

.multiple-download-quality-popup-selector {
  min-width: 350px;
  max-width: 700px;
}
.multiple-download-quality-popup-selector > .content {
  overflow: hidden;
}
.multiple-download-quality-popup-selector > .content .btn-toolbar, .multiple-download-quality-popup-selector > .content .notify-buttons {
  margin-top: 15px;
  text-align: right;
}
.multiple-download-quality-popup-selector > .content .movie-editions-wrapper {
  max-height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 12px;
}
.multiple-download-quality-popup-selector > .content .movie-editions-wrapper thead {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #13548c;
}
.multiple-download-quality-popup-selector > .content .movie-editions-wrapper thead tr:first-child > * {
  padding-top: 12px;
}
.multiple-download-quality-popup-selector > .content .movie-editions-wrapper tfoot {
  position: sticky;
  bottom: 0;
  z-index: 2;
  background-color: #13548c;
}
.multiple-download-quality-popup-selector > .content .movie-editions-wrapper tfoot td {
  padding-bottom: 12px;
}
.multiple-download-quality-popup-selector > .content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.multiple-download-quality-popup-selector > .content table .quality-feature-multi {
  border-color: #4e7fa9;
  border-width: 1px 0;
  border-style: solid;
}
.multiple-download-quality-popup-selector > .content table .quality-feature-multi-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left-width: 1px;
}
.multiple-download-quality-popup-selector > .content table .quality-feature-multi-first.quality-feature-sdr {
  position: relative;
  left: 6px;
}
.multiple-download-quality-popup-selector > .content table .quality-feature-multi-first.quality-feature-sdr .quality-icon {
  left: -6px;
}
.multiple-download-quality-popup-selector > .content table .quality-feature-multi-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right-width: 1px;
}
.multiple-download-quality-popup-selector > .content thead tr:last-child td {
  border-bottom: 1px solid #4f83b6;
}
.multiple-download-quality-popup-selector > .content td.title {
  text-align: left;
  max-width: 425px;
  min-width: 215px;
}
.multiple-download-quality-popup-selector > .content td.warning {
  width: 30px;
  text-align: right;
}
.multiple-download-quality-popup-selector > .content td.quality-resolution {
  text-align: center;
  width: 47px;
}
.multiple-download-quality-popup-selector > .content td.quality-resolution .quality-icon {
  top: 4px;
  z-index: 1;
}
.multiple-download-quality-popup-selector > .content td.quality-feature {
  text-align: center;
  line-height: 24px;
  width: 47px;
}
.multiple-download-quality-popup-selector > .content td.quality-feature .quality-icon {
  top: -1.5px;
}
.multiple-download-quality-popup-selector > .content .quality-icon {
  height: 15px;
}
.multiple-download-quality-popup-selector > .content td.quality {
  text-align: center;
  padding-top: 5px;
  width: 47px;
}
.multiple-download-quality-popup-selector:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.multiple-download-quality-popup-selector:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.multiple-download-quality-popup-selector:before {
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  right: 65px;
}
.multiple-download-quality-popup-selector:after {
  border-bottom: 7px solid #4f83b6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 1px;
  right: 65px;
}

.download-quality-warnings .popover-content > div + div {
  margin-top: 8px;
}
.download-quality-warnings.warning .info-icon {
  display: none;
}
.download-quality-warnings.info .warning-icon, .dialog.dialog-ultra-violet-link iframe.download-quality-warnings .warning-icon {
  display: none;
}

.subsheet-update {
  padding: 37px 29px;
}
.subsheet-update .sections > li {
  border-bottom: 1px solid #3d7a9e;
  padding: 20px 15px;
}
.subsheet-update .sections > li:first-child {
  padding-top: 0;
}
.subsheet-update .sections > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.subsheet-update .sections > li:empty {
  display: none;
}
.subsheet-update .update-reason {
  margin-top: 3px;
  margin-left: 14px;
}
.subsheet-update .update-reason .update-quality {
  font-weight: bold;
}
.subsheet-update .update-reason li {
  margin: 5px 0;
}
.subsheet-update .update-reason .list-unstyled li, .subsheet-update .update-reason .sheet-movie-edition .subsheet-other-editions ul li, .sheet-movie-edition .subsheet-other-editions .subsheet-update .update-reason ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.subsheet-update .update-reason .popover {
  top: -1px;
}
.subsheet-update .update-reason .download-quality-list {
  margin-left: 1px;
}
.subsheet-update .update-reason .download-quality-list .popover {
  top: 0;
}
.subsheet-update .section-header {
  font-weight: bold;
  margin-bottom: 10px;
}
.subsheet-update .label-summary {
  color: #81b7d9;
}
.subsheet-update .label-summary i {
  font-size: 80%;
}
.subsheet-update .label-summary .glyphicon {
  color: #fff;
}
.subsheet-update .title-system-row-view {
  max-width: 452px;
  text-indent: -30px;
  margin-left: 50px;
}
.subsheet-update .title-system-row-view .action-icon-wrapper {
  position: relative;
  left: 28px;
  top: 1px;
}
.subsheet-update .title-system-row-view .action-icon-wrapper label {
  width: 28px;
}
.subsheet-update .download-quality-list > span + span:before {
  content: ",";
}
.subsheet-update .download-quality-list .quality-icon {
  height: 15px;
  top: -1.5px;
  margin-left: 4px;
}
.subsheet-update .download-quality-list .quality-icon + .quality-icon {
  margin-left: 1px;
}

.subsheet-delete {
  padding: 37px 29px;
}
.subsheet-delete .sections > li {
  border-bottom: 1px solid #3d7a9e;
  padding: 20px 15px;
}
.subsheet-delete .sections > li:first-child {
  padding-top: 0;
}
.subsheet-delete .sections > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.subsheet-delete .sections > li:empty {
  display: none;
}
.subsheet-delete .sections > li.subsheet-instructions {
  font-size: 15px;
  color: #72B8DD;
}
.subsheet-delete .system-name {
  font-weight: bold;
  font-size: 13px;
}
.subsheet-delete .system-note {
  color: #B9D4F0;
  font-size: 11px;
}
.subsheet-delete .qualities {
  font-size: 11px;
  line-height: 15px;
}
.subsheet-delete .qualities .qualities-row {
  display: flex;
}
.subsheet-delete .qualities .quality {
  color: #B9D4F0;
  width: 200px;
}
.subsheet-delete .qualities .quality input[type=checkbox] + span:before {
  margin-right: 0px;
  position: relative;
  top: 2px;
}
.subsheet-delete .qualities .quality input[disabled] + span {
  opacity: 1;
}
.subsheet-delete .qualities .quality img.quality-icon {
  margin: 0 2px 0 2px;
}
.subsheet-delete .qualities .quality label {
  margin-bottom: 0px;
}
.subsheet-delete .qualities .quality .quality-note {
  margin-left: 42px;
}
.subsheet-delete .qualities .qualities-row:first-child {
  margin-top: 10px;
  height: 37px;
}
.subsheet-delete .qualities .qualities-row:last-child {
  height: auto;
}

.subsheet-bundle-offer {
  padding: 37px 29px;
}
.subsheet-bundle-offer .sections > li {
  border-bottom: 1px solid #3d7a9e;
  padding: 20px 15px;
}
.subsheet-bundle-offer .sections > li:first-child {
  padding-top: 0;
}
.subsheet-bundle-offer .sections > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.subsheet-bundle-offer .sections > li:empty {
  display: none;
}
.subsheet-bundle-offer .sections > li.subsheet-offer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subsheet-bundle-offer .sections > li.subsheet-offer > div .bundle-name, .subsheet-bundle-offer .sections > li.subsheet-offer > div .unit-price {
  font-weight: bold;
}

/*
 * Package Covers styling.
 */
.package_covers {
  padding: 0 10px;
  /*
   * Ensure that the action tile image is vertically aligned
   * with the cover iamges even though there is no data in
   * the foooter.
   */
}
.package_covers.package_grid {
  padding-bottom: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
@media screen and (min-width: 1265px) {
  .package_covers.package_grid {
    width: 1265px;
  }
}
@media screen and (min-width: 1514px) {
  .package_covers.package_grid {
    width: 1514px;
  }
}
@media screen and (min-width: 1763px) {
  .package_covers.package_grid {
    width: 1763px;
  }
}
@media screen and (min-width: 2012px) {
  .package_covers.package_grid {
    width: 2012px;
  }
}
@media screen and (min-width: 2261px) {
  .package_covers.package_grid {
    width: 2261px;
  }
}
@media screen and (min-width: 2510px) {
  .package_covers.package_grid {
    width: 2510px;
  }
}
.package_covers.package_grid .package_cover {
  margin-top: 20px;
}
.package_covers.package_grid .package_cover .package_browse_show_dialog {
  padding: 4px 0;
}
.package_covers.package_grid .package_cover_fake {
  width: 245px;
  height: 0;
}
.package_covers .filtered_results_notice {
  text-align: center;
  padding: 0;
  margin: 10px;
}
.package_covers .action-tile-wrapper {
  margin-bottom: auto !important;
}

.package_cover {
  display: inline-block;
}
.package_cover .cover_image_center {
  display: flex;
  justify-content: center;
}
.package_cover > a:hover {
  text-decoration: none;
}
.package_cover .action-tile {
  margin: 2px;
  height: 321px;
  align-items: center;
  background-color: #16181E;
  color: #FDB516;
  font-size: 20px;
}
.package_cover .cover_image_align {
  display: table;
}
.package_cover .cover_image_wrapper {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
}
.package_cover .cover_image_wrapper .quality-icon {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 5px;
  height: 27px;
  width: auto;
}
.package_cover .cover_image_wrapper .quality-icon + .quality-icon {
  right: 48px;
}
.package_cover .cover_image_wrapper .snipe-icon {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
}
.package_cover .cover_image_wrapper::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/movie-store/assets/v268026/images/page/cover-placeholder.svg");
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0;
}
.package_cover .cover_image_wrapper.lazysizes .cover_image_inner_wrapper, .package_cover .cover_image_wrapper.lazysizes-loading .cover_image_inner_wrapper, .package_cover .cover_image_wrapper.lazysizes-loaded.image-loading .cover_image_inner_wrapper {
  opacity: 0;
  transform: scale(0.8);
}
.package_cover .cover_image_wrapper.lazysizes::before, .package_cover .cover_image_wrapper.lazysizes-loading::before, .package_cover .cover_image_wrapper.lazysizes-loaded.image-loading::before {
  opacity: 1;
}
.package_cover .cover_image_wrapper.lazysizes .cover_image_inner_wrapper, .package_cover .cover_image_wrapper.lazysizes-loading .cover_image_inner_wrapper, .package_cover .cover_image_wrapper.lazysizes-loaded .cover_image_inner_wrapper {
  transition: all 700ms ease-in-out 0ms;
}
.package_cover .cover_image_wrapper.lazysizes::before, .package_cover .cover_image_wrapper.lazysizes-loading::before, .package_cover .cover_image_wrapper.lazysizes-loaded::before {
  transition: all 350ms ease-in 700ms;
}
.package_cover .cover_image_wrapper.image-failed::before {
  opacity: 1;
}
.package_cover .package-cover-show-footer {
  display: none;
}
.show_package_footer .package-cover-show-footer {
  margin-left: 4px;
  display: block;
}

.package_cover .cover_details {
  font-size: 12px;
  color: #888;
  padding: 1px 0 2px 0;
  margin-bottom: 2px;
}
.package_cover .cover_details .row, .package_cover .cover_details .place-home .container-fluid > .panel, .place-home .package_cover .cover_details .container-fluid > .panel, .package_cover .cover_details .place-browse .container-fluid > .panel, .place-browse .package_cover .cover_details .container-fluid > .panel, .package_cover .cover_details .place-studios .container-fluid > .panel, .place-studios .package_cover .cover_details .container-fluid > .panel {
  margin: 0 0;
}
.package_cover .cover_details .col-xs-6, .package_cover .cover_details .col-xs-12, .package_cover .cover_details .place-home .container-fluid > .panel.top, .place-home .package_cover .cover_details .container-fluid > .panel.top, .package_cover .cover_details .place-browse .container-fluid > .panel.top, .place-browse .package_cover .cover_details .container-fluid > .panel.top, .package_cover .cover_details .place-studios .container-fluid > .panel.top, .place-studios .package_cover .cover_details .container-fluid > .panel.top, .package_cover .cover_details .col-xs-8, .package_cover .cover_details .col-xs-4 {
  padding: 0;
}
.package_cover .cover_details .col-xs-6 > div, .package_cover .cover_details .col-xs-12 > div, .package_cover .cover_details .place-home .container-fluid > .panel.top > div, .place-home .package_cover .cover_details .container-fluid > .panel.top > div, .package_cover .cover_details .place-browse .container-fluid > .panel.top > div, .place-browse .package_cover .cover_details .container-fluid > .panel.top > div, .package_cover .cover_details .place-studios .container-fluid > .panel.top > div, .place-studios .package_cover .cover_details .container-fluid > .panel.top > div, .package_cover .cover_details .col-xs-8 > div, .package_cover .cover_details .col-xs-4 > div {
  height: 17px;
  margin: 1px 0 1px 0;
}
.package_cover .cover_details .rt, .package_cover .cover_details .rating, .package_cover .cover_details .season, .package_cover .cover_details .price, .package_cover .cover_details .purchase-price-wrapper .offer-price, .package_cover .cover_details .rental-price-wrapper .offer-price, .package_cover .cover_details .collection-tag {
  white-space: nowrap;
}
.package_cover .cover_details .rt, .package_cover .cover_details .price, .package_cover .cover_details .purchase-price-wrapper .offer-price, .package_cover .cover_details .rental-price-wrapper .offer-price, .package_cover .cover_details .rating, .package_cover .cover_details .details, .package_cover .cover_details .collection-tag {
  color: #ebebeb;
}
.package_cover .cover_details .rental-time-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 11px;
}
.package_cover .cover_details .rental-icon {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 10px;
  font-weight: normal;
  color: #000;
  background-color: #DCDCDC;
  margin-right: 4px;
  padding: 0 6px;
}
.package_cover .cover_details .rental-icon .check-icon {
  margin: 0 4px 0 -1px;
  height: 15px;
  width: auto;
}
.package_cover .cover_details .quality-wrapper {
  display: none;
  white-space: nowrap;
}
.package-cover-show-quality .package_cover .cover_details .quality-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.package_cover .cover_details .quality-wrapper .quality-icon {
  top: 0px;
}
.package_cover .cover_details .quality-wrapper .quality-icon + .season {
  margin-left: 5px;
}
.package_cover .cover_details .label-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.package_cover .cover_details .purchase-price-wrapper, .package_cover .cover_details .rental-price-wrapper {
  display: none;
}
.package-cover-show-purchase-price .package_cover .cover_details .purchase-price-wrapper,
.package-cover-show-rental-price .package_cover .cover_details .rental-price-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.package_cover .cover_details .purchase-price-wrapper .offer-price .base-price, .package_cover .cover_details .rental-price-wrapper .offer-price .base-price {
  opacity: 0.7;
  text-align: right;
  text-decoration: line-through;
  padding: 0px 5px 0px 0px;
  display: inline;
}
.package_cover .cover_details .purchase-price-wrapper .details, .package_cover .cover_details .rental-price-wrapper .details {
  display: none;
}
html:not(.mobile) .package_cover:hover .cover_details .purchase-price-wrapper .details,
html.mobile .package_cover.cover_selected .cover_details .purchase-price-wrapper .details {
  display: block;
}
html:not(.mobile) .package_cover:hover .cover_details .purchase-price-wrapper .details ~ .offer-price,
html.mobile .package_cover.cover_selected .cover_details .purchase-price-wrapper .details ~ .offer-price {
  display: none;
}

.package_cover .cover_details .rt-wrapper {
  display: none;
}
.package-cover-show-rt .package_cover .cover_details .rt-wrapper {
  display: flex;
}

.package_cover .cover_details .rt-critic-wrapper {
  display: none;
}
.package-cover-show-rt .package_cover .cover_details .rt-wrapper .rt-critic-wrapper {
  display: block;
}

.package_cover .cover_details .rt-audience-wrapper {
  display: none;
}
.package-cover-show-rt .package_cover .cover_details .rt-wrapper .rt-audience-wrapper {
  display: block;
}
.package-cover-show-rt .package_cover .cover_details .rt-wrapper .rt-audience-wrapper:not(:first-child) {
  margin-left: 6px;
}

.package_cover .cover_details .rating-wrapper {
  display: none;
}
.package-cover-show-rating .package_cover .cover_details .rating-wrapper {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.package-cover-show-rating.package-cover-show-rt .package_cover .cover_details .rating-wrapper {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.package_cover .cover_details .rt:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  content: "";
  background-size: auto 16px;
  background-repeat: no-repeat;
}
.package_cover .cover_details .rt.fresh:before {
  margin-left: 1px;
  background-image: url("/movie-store/assets/v268026/images/rt/RT_Fresh_Tomato_RGB.svg");
}
.package_cover .cover_details .rt.rotten:before {
  margin-left: 1px;
  margin-right: 1px;
  background-image: url("/movie-store/assets/v268026/images/rt/RT_Rotten_Splat_RGB.svg");
}
.package_cover .cover_details .rt.full-popcorn:before {
  width: 13px;
  background-image: url("/movie-store/assets/v268026/images/rt/RT_Audience_RedPopcorn_RGB.svg");
}
.package_cover .cover_details .rt.empty-popcorn:before {
  width: 22px;
  background-image: url("/movie-store/assets/v268026/images/rt/RT_Audience_GreenPopcorn_RGB.svg");
}
.package_cover .cover_details .rt span, .package_cover .cover_details .rt:after {
  position: relative;
  top: -4px;
}
.package_cover .cover_details .rt:after {
  content: "%";
}
.package_cover .cover_details .rt.unknown {
  display: none;
}
.package_cover .cover_details .rating.unknown {
  display: none;
}
.package_cover .cover_details .rating:before {
  display: inline-block;
  height: 16px;
  width: 65px;
  content: "";
  background-size: auto 16px;
  background-repeat: no-repeat;
}
.package-cover-show-rating .package_cover .cover_details .rating-wrapper .rating:before {
  background-position: left;
}

.package-cover-show-rating.package-cover-show-rt .package_cover .cover_details .rating-wrapper .rating:before {
  background-position: right;
}

.package_cover .cover_details .rating.age2:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age2_k.svg");
}
.package_cover .cover_details .rating.age3:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age3_k.svg");
}
.package_cover .cover_details .rating.age4:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age4_k.svg");
}
.package_cover .cover_details .rating.age5:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age5_k.svg");
}
.package_cover .cover_details .rating.age6:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age6_k.svg");
}
.package_cover .cover_details .rating.age7:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age7_k.svg");
}
.package_cover .cover_details .rating.age8:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age8_k.svg");
}
.package_cover .cover_details .rating.age9:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age9_k.svg");
}
.package_cover .cover_details .rating.age10:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age10_k.svg");
}
.package_cover .cover_details .rating.age11:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age11_k.svg");
}
.package_cover .cover_details .rating.age12:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age12_k.svg");
}
.package_cover .cover_details .rating.age13:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age13_k.svg");
}
.package_cover .cover_details .rating.age14:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age14_k.svg");
}
.package_cover .cover_details .rating.age15:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age15_k.svg");
}
.package_cover .cover_details .rating.age16:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age16_k.svg");
}
.package_cover .cover_details .rating.age17:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age17_k.svg");
}
.package_cover .cover_details .rating.age18:before {
  background-image: url("/movie-store/assets/v268026/images/csm/CS_age18_k.svg");
}
.package_cover .unavailable_message {
  text-align: center;
  color: white;
}

.multiselect-cover-image-wrapper {
  margin: 2px;
}
.multiselect-cover-image-wrapper .btn-group .btn.btn-default {
  min-width: 110px;
  background-color: #323944;
  border-color: #525252;
  color: white;
}

.cover-small .package_cover {
  width: 132px;
  margin: 5px 10px 0 10px;
}
.cover-small .package_cover .image-failed img.cover_image {
  height: 189px;
  width: 132px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.cover-small .package_cover .image-failed img.cover_image::before, .cover-small .package_cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 179px;
  width: 122px;
}
.cover-small .package_cover img.cover_image {
  max-width: 132px;
  max-height: 189px;
}
.cover-small .package_cover .cover_image_align {
  height: 189px;
}
.cover-small .package_cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.cover-small .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.cover-small .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.cover-small .package_cover .cover_image_align .cover_image_wrapper::before {
  background-size: 132px 189px;
}
.cover-small .rotating-cover {
  width: 132px;
  margin: 5px 10px 0 10px;
}
.cover-small .rotating-cover .image-failed img.cover_image {
  height: 189px;
  width: 132px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.cover-small .rotating-cover .image-failed img.cover_image::before, .cover-small .rotating-cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 179px;
  width: 122px;
}
.cover-small .rotating-cover img.cover_image {
  max-width: 132px;
  max-height: 189px;
}
.cover-small .rotating-cover .cover_image_align {
  height: 189px;
}
.cover-small .rotating-cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.cover-small .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.cover-small .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.cover-small .rotating-cover .cover_image_align .cover_image_wrapper::before {
  background-size: 132px 189px;
}

.cover-medium .package_cover {
  width: 225px;
  margin: 5px 10px 0 10px;
}
.cover-medium .package_cover .image-failed img.cover_image {
  height: 321px;
  width: 225px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.cover-medium .package_cover .image-failed img.cover_image::before, .cover-medium .package_cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 311px;
  width: 215px;
}
.cover-medium .package_cover img.cover_image {
  max-width: 225px;
  max-height: 321px;
}
.cover-medium .package_cover .cover_image_align {
  height: 321px;
}
.cover-medium .package_cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.cover-medium .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.cover-medium .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.cover-medium .package_cover .cover_image_align .cover_image_wrapper::before {
  background-size: 225px 321px;
}
.cover-medium .package_cover .cover_image_center {
  cursor: pointer;
}
.cover-medium .package_cover .cover_image, .cover-medium .package_cover .snipe-icon {
  margin: 2px;
}
.cover-medium .package_cover .cover_image_align {
  width: 229px;
  height: 325px;
}
.cover-medium .rotating-cover {
  width: 225px;
  margin: 5px 10px 0 10px;
}
.cover-medium .rotating-cover .image-failed img.cover_image {
  height: 321px;
  width: 225px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.cover-medium .rotating-cover .image-failed img.cover_image::before, .cover-medium .rotating-cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 311px;
  width: 215px;
}
.cover-medium .rotating-cover img.cover_image {
  max-width: 225px;
  max-height: 321px;
}
.cover-medium .rotating-cover .cover_image_align {
  height: 321px;
}
.cover-medium .rotating-cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.cover-medium .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.cover-medium .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.cover-medium .rotating-cover .cover_image_align .cover_image_wrapper::before {
  background-size: 225px 321px;
}
.cover-medium.cover_selected .cover_image {
  border: 2px solid #FFB612;
  outline: 1px solid #FFB612; /* make the border actually 3px, without affecting sizing of anything */
  border-radius: 5px;
  box-sizing: content-box;
  margin: 0;
}
.cover-medium.disabled {
  cursor: auto;
}
.cover-medium.disabled .cover_image_inner_wrapper {
  opacity: 0.4;
  background-color: #000;
}

.cover-large .package_cover, .cover-large .rotating-cover {
  width: 250px;
  margin: 5px 10px 0 10px;
}
.cover-large .package_cover .image-failed img.cover_image, .cover-large .rotating-cover .image-failed img.cover_image {
  height: 357px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.cover-large .package_cover .image-failed img.cover_image::before, .cover-large .package_cover .image-failed img.cover_image::after, .cover-large .rotating-cover .image-failed img.cover_image::before, .cover-large .rotating-cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 347px;
  width: 240px;
}
.cover-large .package_cover img.cover_image, .cover-large .rotating-cover img.cover_image {
  max-width: 250px;
  max-height: 357px;
}
.cover-large .package_cover .cover_image_align, .cover-large .rotating-cover .cover_image_align {
  height: 357px;
}
.cover-large .package_cover .cover_image_align .cover_image_wrapper, .cover-large .rotating-cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.cover-large .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper, .cover-large .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.cover-large .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before, .cover-large .rotating-cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.cover-large .package_cover .cover_image_align .cover_image_wrapper::before, .cover-large .rotating-cover .cover_image_align .cover_image_wrapper::before {
  background-size: 250px 357px;
}

.rotating-cover {
  position: relative;
}
.cover-small .rotating-cover, .cover-medium .rotating-cover, .cover-large .rotating-cover {
  position: relative;
  margin: 5px auto 0 auto;
}
.rotating-cover .rotating-cover-empty {
  width: 100%;
  height: 100%;
}
.rotating-cover img, .rotating-cover .rotating-cover-empty {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.rotating-cover .rotate-cover-enter {
  opacity: 0.01;
  -webkit-transition: opacity 1.5s ease-in;
  -moz-transition: opacity 1.5s ease-in;
  transition: opacity 1.5s ease-in;
}
.rotating-cover .rotate-cover-enter.rotate-cover-enter-active {
  opacity: 1;
}
.rotating-cover .rotate-cover-leave {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-out;
  -moz-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}
.rotating-cover .rotate-cover-leave.rotate-cover-leave-active {
  opacity: 0.01;
}

/**
 * Movie Edition Sheet styling
 */
.sheet-movie-edition .sheet-content .movie_cover {
  margin-top: 10px;
  margin-bottom: 7px;
  height: auto;
  display: inline-block;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align {
  display: table;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper {
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
  display: table-cell;
  position: relative;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .quality-icon {
  height: 27px;
  width: auto;
  right: 5px;
  bottom: 5px;
  top: auto;
  position: absolute;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .quality-icon + .quality-icon {
  right: 48px;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .snipe-icon-wrapper {
  height: 40px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .snipe-description {
  height: 40px;
  width: 285px;
  background-size: contain;
  top: 0;
  bottom: 0;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .snipe-icon {
  height: 40px;
  width: 40px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .rental .snipe-description .snipe-line-1 {
  position: absolute;
  top: 4px;
  left: 40px;
  font-size: 13.3333px;
  font-weight: bold;
  color: white;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .rental .snipe-description .snipe-line-2 {
  position: absolute;
  top: 21px;
  left: 40px;
  font-size: 11.6666px;
  color: white;
}
.sheet-movie-edition .sheet-content .movie_cover .cover_image_align .cover_image_wrapper .cover_image {
  max-width: 225px;
  max-height: 321px;
}
.sheet-movie-edition .sheet-content .sheet-title {
  color: #dcdcdc;
  background-color: #5685b4;
  padding: 0 15px;
}
.sheet-movie-edition .sheet-content .quality-icon {
  top: -1.5px;
  margin-left: 4px;
}
.sheet-movie-edition .sheet-content .quality-icon + .quality-icon {
  margin-left: 1px;
}
.sheet-movie-edition .sheet-content .quality-list {
  display: inline-block;
  text-indent: 0;
}
.sheet-movie-edition .sheet-content .quality-list .quality-icon {
  margin-left: 4px;
  height: 17px;
}
.sheet-movie-edition .sheet-content .vertical-icon-wrapper {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.sheet-movie-edition .sheet-content .vertical-icon-wrapper .quality-icon {
  top: 0;
  margin-left: 5px;
}
.sheet-movie-edition .sheet-content .vertical-icon-wrapper .quality-icon + .quality-icon {
  margin-top: 1px;
  margin-left: 5px;
}
.sheet-movie-edition .sheet-content .left-panel .popover-content {
  left: 102px;
}
.sheet-movie-edition .sheet-content .left-panel .package-offer-active {
  text-align: left;
  padding: 12px 5px 0px;
  margin: 0 35px 0px 35px;
  font-size: 8pt;
  color: #81b7d9;
}
.sheet-movie-edition .sheet-content .left-panel .package-offer-active:empty {
  display: none;
}
.sheet-movie-edition .sheet-content .left-panel .bundle-offer, .sheet-movie-edition .sheet-content .left-panel .season-pass {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #567e95;
}
.sheet-movie-edition .sheet-content .left-panel .bundle-offer {
  padding-bottom: 25px;
}
.sheet-movie-edition .sheet-content .left-panel .bundle-offer span {
  font-weight: bold;
}
.sheet-movie-edition .sheet-content .left-panel .bundle-offer a {
  text-decoration: none;
  color: #FFB612;
}
.sheet-movie-edition .sheet-content .left-panel .season-pass {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.sheet-movie-edition .sheet-content .left-panel .movie-properties {
  text-align: left;
  padding: 12px 15px 2px;
  margin: 0 20px 0 20px;
  font-size: 8pt;
}
.sheet-movie-edition .sheet-content .left-panel .movie-properties:empty {
  display: none;
}
.sheet-movie-edition .sheet-content .left-panel .movie-properties img {
  float: left;
  padding: 3px;
}
.sheet-movie-edition .sheet-content .left-panel .movie-properties .deemphasize {
  color: #81b7d9;
}
.sheet-movie-edition .sheet-content .left-panel .movie-properties > p, .sheet-movie-edition .sheet-content .left-panel .movie-properties > div {
  padding: 0px 5px;
}
.sheet-movie-edition .sheet-content .left-panel .sign-in {
  padding: 20px;
  color: #b0c3d7;
}
.sheet-movie-edition .sheet-content .left-panel .sign-in a {
  color: inherit;
}
.sheet-movie-edition .sheet-content .left-panel .price-list {
  margin-top: 15px;
}
.sheet-movie-edition .sheet-content .left-panel .price-list .quality-icon:first-child {
  margin-left: 0;
}
.sheet-movie-edition .sheet-content .left-panel .price-list-wrapper .price-list {
  margin-top: 0px;
}
.sheet-movie-edition .sheet-content .left-panel .price-list-wrapper .price-list-title {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sheet-movie-edition .sheet-content .left-panel .price-list-wrapper .price-list-title:after {
  content: ":";
}
.sheet-movie-edition .sheet-content .movie-ownership {
  margin-top: 30px;
}
.sheet-movie-edition .sheet-content .movie-details {
  margin-bottom: 20px;
}
.sheet-movie-edition .sheet-content .movie-details h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 100%;
}
.sheet-movie-edition .sheet-content .movie-details.content-warning {
  margin-bottom: 0;
  font-size: 13px;
}
.sheet-movie-edition .sheet-content .fact-row {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.sheet-movie-edition .sheet-content .fact-row > div {
  vertical-align: middle;
  line-height: 1.35;
  height: 17px;
}
.sheet-movie-edition .sheet-content .fact-row > div img {
  border: 0;
  height: 17px;
}
.sheet-movie-edition .sheet-content .fact-row img.quality-icon, .sheet-movie-edition .sheet-content .fact-row .rating img {
  position: relative;
  top: -2px;
}
.sheet-movie-edition .sheet-content .fact-row > div + div:before {
  content: "•";
  padding: 0 4px;
}
.sheet-movie-edition .sheet-content .fact-row > div.rating-icon + div:before {
  content: "";
  padding: 0 9px 0 0;
}
.sheet-movie-edition .sheet-content .fact-row > div.quality-list:before {
  content: "";
  padding: 0 7px 0 0;
}
.sheet-movie-edition .sheet-content .rating {
  cursor: help;
}
.sheet-movie-edition .sheet-content .rating img + .popover-content {
  margin-bottom: 8px;
}
.sheet-movie-edition .sheet-content .rating .popover-content {
  min-height: 0px !important;
  padding: 8px;
  background-color: #4f83b6;
  z-index: 1;
}
.sheet-movie-edition .sheet-content .rating .popover-content:before {
  border-top-color: #4f83b6;
}
.sheet-movie-edition .sheet-content .synopsis {
  white-space: pre-wrap;
}
.sheet-movie-edition .sheet-content .collapsible a {
  text-decoration: underline;
}
.sheet-movie-edition .sheet-content .collapsible .collapsible-target {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.8s cubic-bezier(0, 1.05, 0, 1);
}
.sheet-movie-edition .sheet-content .collapsible .collapsible-target.expanded {
  max-height: 1000px;
  -webkit-transition: max-height 0.8s ease-in;
  -moz-transition: max-height 0.8s ease-in;
  transition: max-height 0.8s ease-in;
}
.sheet-movie-edition .sheet-content .row-section {
  margin-bottom: 10px;
  /*
   * Hack: local adjustment to the grid column widths.
   * The Kaleidscape font is a bit wider than the previous font,
   * and the label "Kaleidescape Scenes" in the first column was
   * wrapping.
   */
}
.sheet-movie-edition .sheet-content .row-section .rental-warning {
  margin-left: 10px;
  font-style: italic;
  font-size: 12px;
  opacity: 0.65;
}
.sheet-movie-edition .sheet-content .row-section > .col-xs-3 {
  width: 27%;
}
.sheet-movie-edition .sheet-content .row-section > .col-xs-9 {
  width: 73%;
}
.sheet-movie-edition .sheet-content .category-section {
  padding-bottom: 10px;
}
.sheet-movie-edition .sheet-content .category-section .quality-icon {
  margin-left: 0px;
  height: 17px;
  top: 0;
  margin-right: 4px;
}
.sheet-movie-edition .sheet-content .row-section a,
.sheet-movie-edition .sheet-content .category-section a {
  color: inherit;
  text-decoration: none;
}
.sheet-movie-edition .sheet-content .row-section a:hover,
.sheet-movie-edition .sheet-content .category-section a:hover {
  color: inherit;
  text-decoration: underline;
}
.sheet-movie-edition .sheet-content .row-section ul,
.sheet-movie-edition .sheet-content .category-section ul {
  margin-bottom: 0;
}
.sheet-movie-edition .sheet-content .row-section .category-contents li,
.sheet-movie-edition .sheet-content .category-section .category-contents li {
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.sheet-movie-edition .sheet-content .row-section .list-unstyled li, .sheet-movie-edition .sheet-content .row-section .subsheet-other-editions ul li, .sheet-movie-edition .subsheet-other-editions .sheet-content .row-section ul li,
.sheet-movie-edition .sheet-content .category-section .list-unstyled li,
.sheet-movie-edition .sheet-content .category-section .subsheet-other-editions ul li,
.sheet-movie-edition .subsheet-other-editions .sheet-content .category-section ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.sheet-movie-edition .sheet-content .row-section .list-unstyled li div, .sheet-movie-edition .sheet-content .row-section .subsheet-other-editions ul li div, .sheet-movie-edition .subsheet-other-editions .sheet-content .row-section ul li div,
.sheet-movie-edition .sheet-content .category-section .list-unstyled li div,
.sheet-movie-edition .sheet-content .category-section .subsheet-other-editions ul li div,
.sheet-movie-edition .subsheet-other-editions .sheet-content .category-section ul li div {
  text-indent: 0;
}
.sheet-movie-edition .sheet-content .category {
  font-weight: bold;
}
.sheet-movie-edition .sheet-content .external-links {
  margin: 15px 10px 15px -15px;
}
.sheet-movie-edition .sheet-content .external-links sup {
  font-size: 170%;
  top: 0.25em;
}
.sheet-movie-edition .sheet-content .external-links .rotten-tomatoes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
}
.sheet-movie-edition .sheet-content .external-links .rotten-tomatoes .score-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.sheet-movie-edition .sheet-content .external-links .rotten-tomatoes .score-wrapper:not(:first-child) {
  margin-left: 12px;
}
.sheet-movie-edition .sheet-content .external-links .rotten-tomatoes .score-wrapper img {
  float: left;
  height: 30px;
  padding-right: 6px;
}
.sheet-movie-edition .sheet-content .external-links .rotten-tomatoes-none {
  text-align: center;
  height: 56px;
  width: 200px;
}
.sheet-movie-edition .sheet-content .external-links .trailer {
  text-align: center;
  height: 100%;
  width: 200px;
}
.sheet-movie-edition .sheet-content .external-links .trailer .wrapper {
  float: left;
  width: 100%;
  height: 40px;
}
.sheet-movie-edition .sheet-content .external-links .trailer .wrapper div {
  width: 100%;
  margin: 10px auto;
}
.sheet-movie-edition .sheet-content .external-links .trailer img {
  padding-right: 17px;
  height: 40px;
  vertical-align: center;
}
.sheet-movie-edition .sheet-content .external-links .common-sense-media {
  text-align: center;
  height: 56px;
  width: 200px;
  position: relative;
  padding-top: 28px;
}
.sheet-movie-edition .sheet-content .external-links .common-sense-media > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sheet-movie-edition .sheet-content .external-links .common-sense-media .common-sense-label {
  font-size: 12px;
  font-style: oblique;
  line-height: 15px;
  margin-bottom: 3px;
}
.sheet-movie-edition .sheet-content .external-links .common-sense-media img {
  height: 24px;
}
.sheet-movie-edition .sheet-content .external-links .common-sense-media.btn[disabled] img {
  height: 20px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sheet-movie-edition .sheet-content .external-links .google {
  display: table;
  height: 56px;
  width: 200px;
}
.sheet-movie-edition .sheet-content .external-links .google a {
  color: inherit;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
.sheet-movie-edition .subsheet-other-editions {
  padding: 37px 29px;
  width: 300px;
}
.sheet-movie-edition .subsheet-other-editions ul {
  font-weight: 120%;
}
.sheet-movie-edition .subsheet-other-editions ul a:hover, .sheet-movie-edition .subsheet-other-editions ul a.active, .sheet-movie-edition .subsheet-other-editions ul a:focus {
  background: linear-gradient(to right, #6483a8, #13548c);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.sheet-movie-edition .metadata-popover {
  min-width: 190px;
}
.sheet-movie-edition .metadata-popover:before {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  margin-top: -7px;
}
.sheet-movie-edition .metadata-popover:after {
  content: " ";
  display: block;
  position: absolute;
  top: 22px;
  margin-top: -7px;
}
.sheet-movie-edition .metadata-popover:before {
  border-right: 7px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
}
.sheet-movie-edition .metadata-popover:after {
  border-right: 7px solid #4f83b6;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -5px;
}
.sheet-movie-edition .metadata-popover > .title {
  font-weight: bold;
}
.sheet-movie-edition .metadata-popover > .content {
  padding: 12px 8px 0px 12px;
}
.sheet-movie-edition .metadata-popover > .content .rental-warning {
  font-style: italic;
  font-size: 80%;
  padding-bottom: 12px;
}
.sheet-movie-edition .no-rental .rental-warning {
  display: none;
}

@-webkit-keyframes pulse {
  from, 80% {
    -webkit-transform: scale(1);
    opacity: 0.75;
  }
  90% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.75;
  }
}
@-moz-keyframes pulse {
  from, 80% {
    -moz-transform: scale(1);
    opacity: 0.75;
  }
  90% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.75;
  }
}
@keyframes pulse {
  from, 80% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
}
.pulse {
  opacity: 0.75;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

downloads-page .section .content, deliveries-page .section .content {
  padding: 12px 14px;
}
downloads-page .section.at-top, deliveries-page .section.at-top {
  margin-top: 0 !important;
}
downloads-page .auto-fixed, deliveries-page .auto-fixed {
  position: sticky;
  top: 69px;
  z-index: 3;
}
downloads-page .message, deliveries-page .message {
  text-align: center;
  padding-top: 20px;
  color: white;
}
downloads-page .title .btn-group, deliveries-page .title .btn-group {
  vertical-align: inherit;
  float: none;
  margin-left: 6px;
}
downloads-page .title .btn-toolbar, downloads-page .title .notify-buttons, deliveries-page .title .btn-toolbar, deliveries-page .title .notify-buttons {
  position: relative;
  top: -2px;
}
downloads-page .title .btn, deliveries-page .title .btn {
  vertical-align: middle;
  top: 0;
}
downloads-page .title .btn-text, deliveries-page .title .btn-text {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -4px;
}
downloads-page .title .delivery-status, deliveries-page .title .delivery-status {
  margin-right: 10px;
  font-style: italic;
  font-size: smaller;
}
downloads-page .title .delivery-status::before, deliveries-page .title .delivery-status::before {
  content: "Status: ";
}
downloads-page .anchor, deliveries-page .anchor {
  z-index: -1;
}
downloads-page .anchor:before, deliveries-page .anchor:before {
  display: block;
  content: " ";
  margin-top: -116px;
  height: 116px;
  visibility: hidden;
}
downloads-page .queue .container-fluid, deliveries-page .queue .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
downloads-page .queue ul, deliveries-page .queue ul {
  margin-top: 0px;
}
downloads-page .queue ul li.entry, deliveries-page .queue ul li.entry {
  padding: 7px 0;
  position: relative;
}
downloads-page .queue ul li.entry.ui-sortable-helper, deliveries-page .queue ul li.entry.ui-sortable-helper {
  background-color: rgba(115, 154, 188, 0.8);
}
downloads-page .queue ul li.entry.ui-sortable-helper.faded, deliveries-page .queue ul li.entry.ui-sortable-helper.faded {
  mask-image: none;
}
downloads-page .queue ul li.entry.faded, deliveries-page .queue ul li.entry.faded {
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
}
downloads-page .queue ul li.entry.faded:hover, deliveries-page .queue ul li.entry.faded:hover {
  mask-image: none;
}
downloads-page .queue ul li.entry.faded:focus-within, deliveries-page .queue ul li.entry.faded:focus-within {
  mask-image: none;
}
downloads-page .queue ul li.entry .glyphicon:focus, deliveries-page .queue ul li.entry .glyphicon:focus {
  outline: none;
}
downloads-page .queue ul li.entry .download-row, deliveries-page .queue ul li.entry .download-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
}
downloads-page .queue ul li.entry .download-row .entry-cover-wrapper, deliveries-page .queue ul li.entry .download-row .entry-cover-wrapper {
  flex-shrink: 0;
  width: 58px;
  height: 84px;
  margin-top: 3px;
  display: flex; /* use flex to vertically-center the img within */
}
downloads-page .queue ul li.entry .download-row .entry-cover-wrapper img, deliveries-page .queue ul li.entry .download-row .entry-cover-wrapper img {
  max-width: 58px;
  max-height: 84px;
  object-fit: contain;
}
downloads-page .queue ul li.entry .download-row .entry-details, deliveries-page .queue ul li.entry .download-row .entry-details {
  flex-grow: 1;
  flex-shrink: 1;
}
downloads-page .queue ul li.entry .download-row .entry-details .package-title, deliveries-page .queue ul li.entry .download-row .entry-details .package-title {
  display: block;
  font-size: 19px;
}
downloads-page .queue ul li.entry .download-row .entry-details .media-quality-icon, deliveries-page .queue ul li.entry .download-row .entry-details .media-quality-icon {
  line-height: 0px;
  margin: 4px 0;
}
downloads-page .queue ul li.entry .download-row .entry-details .media-quality-icon .quality-icon, deliveries-page .queue ul li.entry .download-row .entry-details .media-quality-icon .quality-icon {
  margin-right: 4px;
  height: 18px;
  top: 0;
}
downloads-page .queue ul li.entry .download-row .entry-details .download-status, deliveries-page .queue ul li.entry .download-row .entry-details .download-status {
  font-size: 13px;
  margin: 4px 0;
}
downloads-page .queue ul li.entry .download-row .entry-details .progress-bar-outer, deliveries-page .queue ul li.entry .download-row .entry-details .progress-bar-outer {
  width: 50%;
  height: 6px;
  background-color: #13548c;
  border-radius: 3px;
  margin: 4px 0;
}
downloads-page .queue ul li.entry .download-row .entry-details .progress-bar-outer .progress-bar-inner, deliveries-page .queue ul li.entry .download-row .entry-details .progress-bar-outer .progress-bar-inner {
  background-color: #ffad00;
  border-radius: 3px;
  height: 100%;
}
downloads-page .queue ul li.entry .download-row .entry-buttons, deliveries-page .queue ul li.entry .download-row .entry-buttons {
  flex-shrink: 0;
}
downloads-page .queue ul li.entry .download-row .entry-buttons .alert-icon, deliveries-page .queue ul li.entry .download-row .entry-buttons .alert-icon {
  margin-right: 4px;
}
downloads-page .queue ul .popover .glyphicon-info-sign, deliveries-page .queue ul .popover .glyphicon-info-sign {
  position: relative;
  font-size: 115%;
  top: 4px;
  left: 2px;
}
downloads-page .queue ul .sortable_placeholder, deliveries-page .queue ul .sortable_placeholder {
  background-color: rgba(153, 153, 153, 0.8);
  height: 101px;
  padding: 10px 0;
}
downloads-page .queue ul .handle, deliveries-page .queue ul .handle {
  touch-action: none;
}
downloads-page .system-name-tab, deliveries-page .system-name-tab {
  max-width: 250px;
  vertical-align: bottom;
}
downloads-page .address, deliveries-page .address {
  margin-left: 20px;
}
downloads-page .alert-info, deliveries-page .alert-info {
  color: black;
}
downloads-page .alert-info strong, deliveries-page .alert-info strong {
  color: black;
  font-weight: bold;
  display: block;
}
downloads-page .alert-info .learn-more-link, deliveries-page .alert-info .learn-more-link {
  display: inline-block;
  color: #005490;
}
downloads-page .alert-danger .learn-more-link, deliveries-page .alert-danger .learn-more-link {
  color: #005490;
  display: inline-block;
}
downloads-page .fa-warning, deliveries-page .fa-warning {
  color: #FFCD36;
}
downloads-page .control-bar, deliveries-page .control-bar {
  margin: -20px auto -20px auto;
  height: 66px;
  line-height: 66px;
  vertical-align: middle;
  background-color: #000000;
  padding: 0 20px;
  max-width: 1024px;
}
.dark-theme downloads-page .control-bar, .dark-theme deliveries-page .control-bar {
  margin-bottom: 0;
}
downloads-page .control-bar .status, deliveries-page .control-bar .status {
  color: #ffffff;
  margin-top: 3px;
  margin-left: 1px;
  display: inline-block;
}
downloads-page .control-bar .glyphicon-question-sign:before, deliveries-page .control-bar .glyphicon-question-sign:before {
  font-size: 16px;
  vertical-align: -12%;
  color: grey;
}
downloads-page .control-bar .btn-group, deliveries-page .control-bar .btn-group {
  margin-left: 10px;
}
downloads-page .control-bar .dropdown-menu, deliveries-page .control-bar .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  text-align: right;
}
downloads-page .expand-bar, deliveries-page .expand-bar {
  margin: auto;
  margin-bottom: -20px;
  min-height: 45px;
  line-height: 45px;
  max-width: 1024px;
  display: flex;
  justify-content: center;
}
downloads-page .expand-bar .link, deliveries-page .expand-bar .link {
  color: #7EC6FF;
  text-decoration: underline;
}
downloads-page .popover-item, deliveries-page .popover-item {
  position: relative;
}
downloads-page .popover-item.alert-icon .glyphicon-info-sign, deliveries-page .popover-item.alert-icon .glyphicon-info-sign {
  position: relative;
  font-size: 115%;
  top: 4px;
  left: 2px;
}
downloads-page .general-popover, deliveries-page .general-popover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  position: absolute;
  border-color: grey;
  line-height: normal !important;
}
downloads-page .general-popover.active, deliveries-page .general-popover.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
}
downloads-page .general-popover > .content, deliveries-page .general-popover > .content {
  padding: 8px 8px 8px 12px;
}
downloads-page .general-popover.failure-warning, deliveries-page .general-popover.failure-warning {
  width: 150px;
  top: 24px;
  left: -70px;
}
downloads-page .general-popover.failure-warning:before, deliveries-page .general-popover.failure-warning:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.failure-warning:after, deliveries-page .general-popover.failure-warning:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.failure-warning:before, deliveries-page .general-popover.failure-warning:before {
  border-bottom: 7px solid grey;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 69px;
}
downloads-page .general-popover.failure-warning:after, deliveries-page .general-popover.failure-warning:after {
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 2px;
  left: 69px;
}
downloads-page .general-popover.waiting-status, deliveries-page .general-popover.waiting-status {
  width: 260px;
  top: 26px;
  left: -29px;
}
downloads-page .general-popover.waiting-status:before, deliveries-page .general-popover.waiting-status:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.waiting-status:after, deliveries-page .general-popover.waiting-status:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.waiting-status:before, deliveries-page .general-popover.waiting-status:before {
  border-bottom: 7px solid grey;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 30px;
}
downloads-page .general-popover.waiting-status:after, deliveries-page .general-popover.waiting-status:after {
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 2px;
  left: 30px;
}
downloads-page .general-popover.learn-more, deliveries-page .general-popover.learn-more {
  width: 468px;
  top: 23px;
  left: -329px;
}
downloads-page .general-popover.learn-more:before, deliveries-page .general-popover.learn-more:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.learn-more:after, deliveries-page .general-popover.learn-more:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.learn-more:before, deliveries-page .general-popover.learn-more:before {
  border-bottom: 7px solid grey;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 365px;
}
downloads-page .general-popover.learn-more:after, deliveries-page .general-popover.learn-more:after {
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 2px;
  left: 365px;
}
downloads-page .general-popover.learn-more b, deliveries-page .general-popover.learn-more b {
  color: white !important;
  display: inline !important;
}
downloads-page .general-popover.icon-alert, deliveries-page .general-popover.icon-alert {
  width: 252px;
  top: -113px;
  left: -111px;
}
downloads-page .general-popover.icon-alert:before, deliveries-page .general-popover.icon-alert:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.icon-alert:after, deliveries-page .general-popover.icon-alert:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
downloads-page .general-popover.icon-alert:before, deliveries-page .general-popover.icon-alert:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid grey;
  top: auto;
  bottom: -7px;
  left: 114px;
}
downloads-page .general-popover.icon-alert:after, deliveries-page .general-popover.icon-alert:after {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid black;
  top: auto;
  bottom: -5px;
  left: 114px;
}
downloads-page .general-popover.icon-alert > .content, deliveries-page .general-popover.icon-alert > .content {
  padding: 10px;
  text-align: center;
}
downloads-page .general-popover.icon-alert.preorder-or-stalled, deliveries-page .general-popover.icon-alert.preorder-or-stalled {
  top: -80px;
  left: -111px;
}

deliveries-page .content > div:first-child {
  margin-bottom: 8px;
  position: relative;
}
deliveries-page .content > div:first-child:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -6px;
  right: 0px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}
deliveries-page .queue ul {
  margin-top: 0;
  margin-bottom: 10px;
}
deliveries-page .queue ul li.entry {
  padding: 4px 0;
  border-bottom: solid 0.5px #7893b1;
}
deliveries-page .queue ul li.entry .delivery-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
deliveries-page .queue ul li.entry .delivery-row .package {
  flex-grow: 1;
}
deliveries-page .queue ul li.entry .delivery-row .qualities {
  display: block;
  width: 100px;
  margin-right: 5px;
  text-align: right;
}
deliveries-page .queue ul li.entry .delivery-row .qualities .quality-icon {
  top: -2px;
  margin-left: 3px;
  height: 15px;
}
deliveries-page .alert, deliveries-page .purchase_offer_details {
  margin-bottom: 0;
}
deliveries-page .title .btn {
  top: -3px;
}

downloads-page ul {
  margin-top: 10px;
  margin-bottom: 0;
}
downloads-page ul li.entry + li.entry:before {
  content: "";
  position: absolute;
  left: 69px;
  top: 0px;
  right: 5px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

body.body_registration #content img {
  float: right;
  margin-left: 1em;
  width: 422px;
  height: 280px;
}
body.body_registration #content .warning_next_to_img {
  margin-right: 472px;
  padding: 8px 12px;
}
body.body_registration #content label.required {
  font-weight: bold;
}
body.body_registration #content input[type=radio] + span {
  font-weight: bold;
}
body.body_registration #content #reg_sla + .uneditable_text_area {
  height: 300px;
  margin-bottom: 5px;
  display: block;
  padding: 5px;
  overflow-y: scroll;
  border: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
.dark-theme body.body_registration #content #reg_sla + .uneditable_text_area {
  border-color: #999999;
}
body.body_registration #content #reg_system_name {
  max-width: 523px;
}
body.body_registration #content #reg_agreement {
  margin-top: 0px;
}
body.body_registration #content #reg_sla_section a {
  text-decoration: underline;
}
body.body_registration #content #reg_sla_section p {
  margin: 0;
}
body.body_registration #content .container-fluid {
  padding-left: 5px;
  padding-right: 5px;
}
body.body_registration #content .address_form .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.body_registration #content #reg_account_fields input {
  max-width: 370px;
  display: inline-block;
}
body.body_registration #content #reg_account_fields label {
  width: 150px;
}
body.body_registration #content #restoration_information .form-group {
  margin-bottom: 0;
}
body.body_registration .warning {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
body.body_registration .warning:last-child {
  margin-bottom: 0px;
}
body.body_registration .warning .message {
  flex: 1;
}
body.body_registration .warning .icon {
  background-image: url("/movie-store/assets/v268026/images/page/icon-alert-white-border.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left;
  content: "";
  width: 30px;
  height: 22px;
  vertical-align: -25%;
}
body.body_registration .warning .system-name {
  font-weight: bold;
}
body.body_registration .warning .emphasis {
  font-weight: bold;
}
body.body_registration .popover-item {
  position: relative;
}
body.body_registration .system-popover {
  width: 350px;
  white-space: normal;
  position: absolute;
  top: 20px;
  left: -30px;
  background-color: black;
  padding: 10px;
  border-color: grey;
}
body.body_registration .system-popover:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
body.body_registration .system-popover:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
body.body_registration .system-popover:before {
  border-bottom: 7px solid grey;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 30px;
}
body.body_registration .system-popover:after {
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 1px;
  left: 30px;
}
body.body_registration .server {
  display: flex;
  justify-content: space-between;
}
body.body_registration .server .serial {
  padding-left: 5px;
}
body.body_registration .ultra_violet_library_creation_form {
  margin-top: 8px;
}
body.body_registration .form-subgroup {
  padding-left: 35px;
}
body.body_registration .footer .btn-toolbar, body.body_registration .footer .notify-buttons {
  text-align: center;
}
body.body_registration input[type=radio] + span:before {
  width: 14px;
  height: 14px;
  vertical-align: 0;
}

body.body_registration_onscreen_offers #registration_container, body.body_registration_thank_you #registration_container {
  padding: 20px 40px;
}
body.body_registration_onscreen_offers #registration_container img, body.body_registration_thank_you #registration_container img {
  float: right;
  padding: 0 0 1em 50px;
}
body.body_registration_onscreen_offers #content .container-fluid, body.body_registration_thank_you #content .container-fluid {
  padding-top: 1em;
}
body.body_registration_onscreen_offers .alert, body.body_registration_onscreen_offers .purchase_offer_details, body.body_registration_thank_you .alert, body.body_registration_thank_you .purchase_offer_details {
  background-color: white;
  color: black;
  margin-right: 14px;
}
body.body_registration_onscreen_offers input[type=checkbox]:checked + span:before, body.body_registration_thank_you input[type=checkbox]:checked + span:before {
  background-color: inherit;
}
body.body_registration_onscreen_offers .footer, body.body_registration_thank_you .footer {
  text-align: center;
}
body.body_registration_onscreen_offers .footer p, body.body_registration_thank_you .footer p {
  margin: 0.75em;
  color: #FFB612;
  font-weight: bold;
}
body.body_registration_onscreen_offers .col-xs-1 > label, body.body_registration_thank_you .col-xs-1 > label {
  min-width: 55px;
}
@media screen and (max-width: 767px) {
  body.body_registration_onscreen_offers .col-xs-1 > label, body.body_registration_thank_you .col-xs-1 > label {
    position: absolute;
    right: 0;
  }
}

body.body_registration_thank_you .footer {
  border-top: 1px solid #9bb9d8;
  padding-top: 20px;
  margin-top: 20px;
}
body.body_registration_thank_you p a {
  text-decoration: underline;
}

body.body_registration_mobile_app_setup #content {
  min-height: calc(100vh - 180px);
  max-width: 550px;
  margin: auto;
  z-index: 1;
}
@media screen and (orientation: landscape) and (max-height: 650px) {
  body.body_registration_mobile_app_setup #content {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  body.body_registration_mobile_app_setup #content {
    min-height: calc(100vh - 230px);
  }
}
body.body_registration_mobile_app_setup #content::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: max(60vh, 60%);
  background-image: url("/movie-store/assets/v268026/images/appstore/MobileApp-Control_896x1776.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: -1;
  opacity: 0.15;
}
body.body_registration_mobile_app_setup #content .textsection {
  margin: auto;
  padding: 0 10px 100px 10px;
  max-width: 400px;
  text-align: center;
}
@media screen and (orientation: landscape) and (max-height: 650px) {
  body.body_registration_mobile_app_setup #content .textsection {
    max-width: unset;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  body.body_registration_mobile_app_setup #content .textsection {
    padding-bottom: 25vh 0;
  }
}
body.body_registration_mobile_app_setup #content .textsection h1 {
  font-size: 24px;
  color: #739ABC;
  text-align: center;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  body.body_registration_mobile_app_setup #content .textsection h1 {
    margin-top: 0;
  }
}
body.body_registration_mobile_app_setup #content .textsection .linkarea {
  margin: auto;
  max-width: 350px;
  color: white;
}
body.body_registration_mobile_app_setup #content .textsection .linkarea .appstorelink {
  margin: 36px 0;
}
body.body_registration_mobile_app_setup #content .textsection .linkarea .appstorelink img {
  display: inline-block;
  height: 50px;
  margin: 4px 2px;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  body.body_registration_mobile_app_setup #content .textsection .linkarea .appstorelink img {
    width: 120px;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  body.body_registration_mobile_app_setup #content .textsection .linkarea .appstorelink {
    margin: 3vh 0;
  }
}
body.body_registration_mobile_app_setup #content .textsection .linkarea .linkheader {
  font-size: 10px;
}
body.body_registration_mobile_app_setup #content .textsection .linkarea .btnlink {
  border: solid 1px #999;
  border-radius: 12px;
  font-size: 11px;
  padding: 8px;
  margin: 3px 0 36px 0;
  background-color: black;
}
body.body_registration_mobile_app_setup #content .textsection p {
  color: white;
  text-align: center;
  margin: 1em 0;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  body.body_registration_mobile_app_setup #content .textsection p {
    margin: 1vh 0;
  }
}

body.body-disney-opt-in #content {
  padding: 20px 40px;
}
body.body-disney-opt-in #content img {
  float: right;
  margin-left: 1em;
}
body.body-disney-opt-in #content .uneditable_text_area {
  height: 300px;
  margin-bottom: 15px;
  display: block;
  padding: 5px;
  overflow-y: scroll;
  border: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
body.body-disney-opt-in #content input[type=radio] + span, body.body-disney-opt-in #content input[type=checkbox] + span {
  font-weight: bold;
}
body.body-disney-opt-in #content a:not(.btn) {
  text-decoration: underline;
}

.place-account-settings .section .title .btn {
  margin: 1px -5px 0 0;
}
.place-account-settings .section .content {
  padding: 25px 15px 25px 40px;
}
.place-account-settings .section .billing-tabs {
  box-shadow: none;
  margin: 0;
  border-top: 4px solid #5d82a6;
}
.place-account-settings .section .billing-tabs ul {
  position: absolute;
  left: 0;
  bottom: -7px;
}
.place-account-settings .section .billing-tabs ul li.active a {
  background-color: #5d82a6;
  box-shadow: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 8px 15px;
}

.place-account-settings .address-section .subtitle {
  font-weight: bold;
}
.place-account-settings .address-section .address {
  margin: 5px 5px 5px 0;
}
.place-account-settings .address-section .default_address {
  margin-bottom: 20px;
  padding-left: 0;
}
.place-account-settings .address-section .grid > div {
  margin-top: 30px;
  min-height: 200px;
  padding-left: 0;
}
.place-account-settings .address-section .grid > div:nth-child(1),
.place-account-settings .address-section .grid > div:nth-child(2),
.place-account-settings .address-section .grid > div:nth-child(3),
.place-account-settings .address-section .grid > div:nth-child(4) {
  margin-top: 0px;
}

.place-account-systems .pair-section > .content {
  background-color: #13548c;
  padding-top: 0px;
}
.place-account-systems .pair-section > .content .title {
  background-color: #5d82a6;
}
.place-account-systems .pair-section > .content .system {
  font-weight: bold;
}
.place-account-systems .pair-section > .content .section {
  margin-top: 0px;
}
.place-account-systems .pair-section > .content .section:last-child {
  margin-bottom: 0px;
}

.place-account-systems {
  /*
   * The three columns warranty, last-contact, status are
   * col-xs-2 columns, which gives them widths of 16.67%.
   * We need a bit more space for status, so override
   * these widths here.
   *
   * This will break if the grid classes for this columns
   * are changed.
   */
}
.place-account-systems .btn-primary {
  background-color: #fcc134;
}
.place-account-systems .section > .title {
  display: flex;
  overflow: visible;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.place-account-systems .section > .content {
  color: #b9d4f0;
}
.place-account-systems .section > .content .component-headings {
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}
.place-account-systems .section > .content .component-headings:first-child {
  margin-top: 0px;
}
.place-account-systems .section > .content .message > a {
  color: #7ec6ff;
}
.place-account-systems .system-tray .storage-summary {
  color: #b9d4f0;
  margin: 0 10px;
}
.place-account-systems .system-tray .btn {
  vertical-align: top;
}
.place-account-systems .system-tray .btn-group {
  height: 1em;
}
.place-account-systems .system-section .storage {
  margin-bottom: 15px;
}
.place-account-systems .storage-summary {
  font-size: 15px;
}
.place-account-systems .storage-summary .leader {
  font-weight: bold;
}
.place-account-systems .component, .place-account-systems a.bi-link {
  color: #b9d4f0;
}
.place-account-systems .component.offline, .place-account-systems .component.offline a.bi-link {
  color: rgba(185, 212, 240, 0.6);
}
.place-account-systems a.bi-link {
  margin-left: 5px;
}
.place-account-systems .component, .place-account-systems .component > a {
  margin-bottom: 0 !important;
  /* When status text and remove link are together, disable text-wrapping on the status text */
}
.place-account-systems .component .status .with-remove-link, .place-account-systems .component > a .status .with-remove-link {
  display: flex;
}
.place-account-systems .component .status .with-remove-link .status-text, .place-account-systems .component > a .status .with-remove-link .status-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.place-account-systems .component .status .with-remove-link .remove-link, .place-account-systems .component > a .status .with-remove-link .remove-link {
  flex: 1;
  white-space: nowrap;
  margin-left: 6px;
}
.place-account-systems .component .remove-link::before, .place-account-systems .component > a .remove-link::before {
  content: url("/movie-store/assets/v268026/images/page/icon-small-x.svg");
  cursor: pointer;
}
.place-account-systems .component .remove-link a, .place-account-systems .component > a .remove-link a {
  text-decoration: underline;
  color: white;
}
.place-account-systems .component .component-text, .place-account-systems .component > a .component-text {
  font-weight: bold;
}
.place-account-systems .component.abnormal .status-text {
  color: #ffc002;
}
.place-account-systems .system-status-wrapper {
  font-size: 15px;
  line-height: 1.428571429;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.place-account-systems .system-status-wrapper .warning > span:first-child,
.place-account-systems .system-status-wrapper .info > span:first-child,
.place-account-systems .system-status-wrapper .dialog.dialog-ultra-violet-link iframe > span:first-child,
.dialog.dialog-ultra-violet-link .place-account-systems .system-status-wrapper iframe > span:first-child {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
  margin: 0 10px;
  cursor: pointer;
}
.place-account-systems .system-status-wrapper .warning > span:first-child:before,
.place-account-systems .system-status-wrapper .info > span:first-child:before,
.place-account-systems .system-status-wrapper .dialog.dialog-ultra-violet-link iframe > span:first-child:before,
.dialog.dialog-ultra-violet-link .place-account-systems .system-status-wrapper iframe > span:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  width: 30px;
  height: 22px;
}
.place-account-systems .system-status-wrapper .warning > span:first-child {
  color: #ffcd36;
}
.place-account-systems .system-status-wrapper .warning > span:first-child:before {
  background-image: url("/movie-store/assets/v268026/images/page/icon-alert-white-border.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left;
}
.place-account-systems .system-status-wrapper .info > span:first-child:before, .place-account-systems .system-status-wrapper .dialog.dialog-ultra-violet-link iframe > span:first-child:before, .dialog.dialog-ultra-violet-link .place-account-systems .system-status-wrapper iframe > span:first-child:before {
  background-image: url("/movie-store/assets/v268026/images/page/icon-info.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left;
}
.place-account-systems .system-status-wrapper .info > span.no-action, .place-account-systems .system-status-wrapper .dialog.dialog-ultra-violet-link iframe > span.no-action, .dialog.dialog-ultra-violet-link .place-account-systems .system-status-wrapper iframe > span.no-action {
  text-decoration: none;
  cursor: auto;
}
.place-account-systems .system-status-wrapper .system-name {
  font-weight: bold;
}
.place-account-systems .system-status {
  position: relative;
}
.place-account-systems .status-popover {
  width: 300px;
  white-space: normal;
  position: absolute;
  top: 26px;
  left: -100px;
  border-color: grey;
}
.place-account-systems .status-popover:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.place-account-systems .status-popover:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.place-account-systems .status-popover:before {
  border-bottom: 7px solid grey;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 150px;
}
.place-account-systems .status-popover:after {
  border-bottom: 7px solid black;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 1px;
  left: 150px;
}
.place-account-systems .status-popover > .content {
  padding: 8px 8px 8px 14px;
}
.place-account-systems .status-popover > .content .message {
  margin-top: 10px;
}
.multiple-warnings .content .message-summary {
  display: inline !important;
  color: #ffcd36;
  font-weight: bold;
}
.multiple-warnings .content .message-summary:after {
  content: ":";
}

.place-account-systems .status-popover > .content .message-summary {
  display: none;
}
.place-account-systems .status-popover > .content p:last-child {
  margin-bottom: 0;
}
.place-account-systems .status-popover a {
  text-decoration: underline;
  color: #7ec6ff;
}
.place-account-systems .component-status.info, .place-account-systems .dialog.dialog-ultra-violet-link iframe.component-status, .dialog.dialog-ultra-violet-link .place-account-systems iframe.component-status {
  position: relative;
}
.place-account-systems .component-status.info > span:first-child:before, .place-account-systems .dialog.dialog-ultra-violet-link iframe.component-status > span:first-child:before, .dialog.dialog-ultra-violet-link .place-account-systems iframe.component-status > span:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: -12%;
  width: 16px;
  height: 16px;
  background-image: url("/movie-store/assets/v268026/images/page/icon-alert-white-border.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left;
}
.place-account-systems .component-status.info .status-popover, .place-account-systems .dialog.dialog-ultra-violet-link iframe.component-status .status-popover, .dialog.dialog-ultra-violet-link .place-account-systems iframe.component-status .status-popover {
  left: -149px;
}
.place-account-systems .warranty .expired {
  color: rgba(185, 212, 240, 0.6);
  padding-left: 25px;
}
.place-account-systems .warranty, .place-account-systems .last-contact {
  width: 15%;
}
.place-account-systems .status {
  width: 20%;
}
.place-account-systems .ip-popover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  position: absolute;
  border-color: grey;
  line-height: normal !important;
}
.place-account-systems .ip-popover.active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
}
.place-account-systems .ip-popover > .content {
  padding: 8px 8px 8px 12px;
}

.place-account-purchase-history .content.allow-notes {
  padding-right: 10px;
}
.place-account-purchase-history .alert-wrapper.allow-notes {
  padding-right: 10px;
}
.place-account-purchase-history table {
  margin-top: 10px;
}
.place-account-purchase-history table .col_note {
  display: none;
}
.allow-notes .col_note {
  display: table-cell !important;
}

.place-account-purchase-history table td, .place-account-purchase-history table th {
  color: white;
  padding-bottom: 5px;
}
.place-account-purchase-history table td.message, .place-account-purchase-history table th.message {
  padding-left: 20px;
}
.place-account-purchase-history table td.col_note, .place-account-purchase-history table th.col_note {
  width: 10px;
  border-top: none !important;
  border-bottom: none !important;
  padding-left: 3px;
}
.place-account-purchase-history table tbody > tr:first-child > * {
  border-top: 1px solid #9bb9d8;
  padding-top: 6px;
}
.place-account-purchase-history table tbody > tr:last-child > * {
  border-bottom: 1px solid #9bb9d8;
}
.place-account-purchase-history table tfoot > tr:first-child > .col_footnote, .place-account-purchase-history table tfoot > tr:first-child > .col_amount {
  border-top: 1px solid #9bb9d8;
  padding-top: 10px;
}
.place-account-purchase-history table tfoot > tr:not(:first-child) > .col_amount:not(:first-child) {
  border-top: 1px solid #9bb9d8;
  padding-top: 10px;
}
.place-account-purchase-history table tfoot > tr:last-child > .col_amount:not(:first-child) {
  border-bottom: 3px double #9bb9d8;
  padding-bottom: 10px;
}
.place-account-purchase-history table .original_price {
  opacity: 0.7;
  text-decoration: line-through;
  text-align: right;
}
.place-account-purchase-history table .retail-price {
  display: inline-block;
  min-width: 46px;
}
.place-account-purchase-history .invoice_footer_details {
  padding-left: 10px;
}
.place-account-purchase-history .invoice_footer_details > div {
  margin: 5px 25px 5px 0px;
}
.place-account-purchase-history .col_quality {
  min-width: 40px;
}
.place-account-purchase-history .col_quality img {
  height: 15px;
  position: relative;
  top: -2px;
}
.place-account-purchase-history .col_amount {
  text-align: right;
  padding-left: 30px;
  white-space: nowrap;
}
.place-account-purchase-history .col_item {
  text-align: left;
  width: 100%;
}
.place-account-purchase-history .col_quantity {
  text-align: right;
}
.place-account-purchase-history th, .place-account-purchase-history td {
  padding-bottom: 1em;
}
.place-account-purchase-history .shipping_row_with_tracking td, .place-account-purchase-history .shipping_row_with_tracking th {
  padding-bottom: 0px;
}

.place-account-offers .movie-title {
  font-style: italic;
}
.place-account-offers.place-sections .section .content .movie-credit-detail {
  background-color: white;
  padding: 20px;
  margin: 0 0 15px 0;
  border-radius: 3px;
  color: black;
}
.place-account-offers.place-sections .section .content .movie-credit-detail > .row, .place-account-offers.place-sections .section .content .place-home .movie-credit-detail.container-fluid > .panel, .place-home .place-account-offers.place-sections .section .content .movie-credit-detail.container-fluid > .panel, .place-account-offers.place-sections .section .content .place-browse .movie-credit-detail.container-fluid > .panel, .place-browse .place-account-offers.place-sections .section .content .movie-credit-detail.container-fluid > .panel, .place-account-offers.place-sections .section .content .place-studios .movie-credit-detail.container-fluid > .panel, .place-studios .place-account-offers.place-sections .section .content .movie-credit-detail.container-fluid > .panel {
  position: relative;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .badge-container {
  position: absolute;
  top: -3px;
  left: 3px;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .table-container {
  margin-left: 95px;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .table-container.button-on-right {
  margin-right: 140px;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .button-container {
  position: absolute;
  right: 0;
  top: 15px;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .button-container a {
  color: black !important;
  border-color: #666 !important;
  text-decoration: none;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .button-container a:hover {
  background-color: #666 !important;
  color: white !important;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .row.header, .place-account-offers.place-sections .section .content .movie-credit-detail .place-home .container-fluid > .header.panel, .place-home .place-account-offers.place-sections .section .content .movie-credit-detail .container-fluid > .header.panel, .place-account-offers.place-sections .section .content .movie-credit-detail .place-browse .container-fluid > .header.panel, .place-browse .place-account-offers.place-sections .section .content .movie-credit-detail .container-fluid > .header.panel, .place-account-offers.place-sections .section .content .movie-credit-detail .place-studios .container-fluid > .header.panel, .place-studios .place-account-offers.place-sections .section .content .movie-credit-detail .container-fluid > .header.panel {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.place-account-offers.place-sections .section .content .movie-credit-detail .movie-credit-detail-count {
  background-color: #005895;
  border: 5px solid white;
  -webkit-box-shadow: 0 0 0 5px #4f83a7;
  box-shadow: 0 0 0 5px #4f83a7;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  color: white;
  font-size: 18pt;
}
.place-account-offers.place-sections .section .content .movie-credit-detail.warning {
  border: 3px solid #ffb900;
}
.place-account-offers.place-sections .section .content .movie-credit-detail.warning .movie-credit-detail-count {
  background-color: #ffb900;
  -webkit-box-shadow: 0 0 0 5px #c38700;
  box-shadow: 0 0 0 5px #c38700;
}
.place-account-offers package-carousel .header {
  background-color: #13548c;
  height: 43px;
  line-height: 41px;
  padding: 0 17px;
  font-size: 16px;
  color: white;
}
.place-account-offers package-carousel .carousel.content {
  padding: 0;
}
.place-account-offers package-carousel .carousel.content .package_covers {
  padding: 0 35px 20px 35px;
}
.place-account-offers package-carousel .carousel.content span {
  color: white;
}
.place-account-offers package-carousel .slick-prev,
.place-account-offers package-carousel .slick-next {
  background-image: -webkit-linear-gradient(right, #5d82a6 0%, #5d82a6 20%, rgba(93, 130, 166, 0) 100%);
  background-image: linear-gradient(to left, #5d82a6 0%, #5d82a6 20%, rgba(93, 130, 166, 0) 100%);
}

account-offers-page .section package-carousel .content {
  padding-left: 0;
  padding-right: 0;
}
account-offers-page .section .season {
  color: white;
}

.place-account-ultra-violet .section .content.ultra-violet-banner {
  padding: 25px;
}
.place-account-ultra-violet .section .content.ultra-violet-banner img {
  display: block;
  margin: 20px auto;
}

.place-account-dealer .condition span, .place-account-dealer .demo-collection span, .place-account-dealer .demo-link span, .place-account-dealer .demo-hdr span {
  line-height: 30px;
}
.place-account-dealer .condition a, .place-account-dealer .demo-collection a, .place-account-dealer .demo-link a, .place-account-dealer .demo-hdr a {
  color: black !important;
  border-color: #666 !important;
  text-decoration: none !important;
}
.place-account-dealer .condition a:hover, .place-account-dealer .demo-collection a:hover, .place-account-dealer .demo-link a:hover, .place-account-dealer .demo-hdr a:hover {
  background-color: #666 !important;
  color: white !important;
}
.place-account-dealer .glyphicon {
  position: relative;
  top: 2px;
}
.place-account-dealer .glyphicon-ok {
  color: green;
}
.place-account-dealer .glyphicon-remove {
  color: red;
}

.place-account-purchase-history .rental_note {
  font-weight: normal;
}

.place-account-referrals .description {
  max-width: 860px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.place-account-referrals .description .title {
  text-align: center;
  background-color: inherit;
  font-size: 30px;
  color: #F0F0F0;
}
.place-account-referrals .description .subtitle {
  text-align: center;
  background-color: inherit;
  font-size: 18px;
  color: #5D82A6;
}
.place-account-referrals .description .content {
  background-color: inherit;
  font-size: 15px;
  line-height: 21px;
  padding: 0;
  margin-top: 10px;
  color: #BDBDBD;
  text-align: left;
}
.place-account-referrals .description .content b {
  font-weight: normal;
  color: white;
}
.place-account-referrals .description .footer {
  border: none;
  background-color: inherit;
  padding: 0;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 15px;
  line-height: 25px;
}
.place-account-referrals .description .footer a {
  color: #5D82A6;
}
.place-account-referrals .info-panels {
  max-width: 860px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  font-size: 18px;
}
.place-account-referrals .info-panels .section {
  margin-left: 5px;
  margin-right: 5px;
}
.place-account-referrals .info-panels .section:first-child {
  max-width: 640px;
  margin-left: 0;
  flex-grow: 3;
}
.place-account-referrals .info-panels .section:last-child {
  margin-right: 0;
  flex-grow: 1;
}
.place-account-referrals .info-panels .ref-link {
  font-weight: bold;
}
.place-account-referrals .info-panels .ref-link .token {
  color: #ffc002;
}
.place-account-referrals .info-panels .ref-link-32 {
  font-size: 32px;
  line-height: 32px;
}
.place-account-referrals .info-panels .ref-link-30 {
  font-size: 30px;
  line-height: 30px;
}
.place-account-referrals .info-panels .ref-link-28 {
  font-size: 28px;
  line-height: 28px;
}
.place-account-referrals .info-panels .ref-link-26 {
  font-size: 26px;
  line-height: 26px;
}
.place-account-referrals .info-panels .row, .place-account-referrals .info-panels .place-home .container-fluid > .panel, .place-home .place-account-referrals .info-panels .container-fluid > .panel, .place-account-referrals .info-panels .place-browse .container-fluid > .panel, .place-browse .place-account-referrals .info-panels .container-fluid > .panel, .place-account-referrals .info-panels .place-studios .container-fluid > .panel, .place-studios .place-account-referrals .info-panels .container-fluid > .panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.place-account-referrals .info-panels .row .text-column, .place-account-referrals .info-panels .place-home .container-fluid > .panel .text-column, .place-home .place-account-referrals .info-panels .container-fluid > .panel .text-column, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .text-column, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .text-column, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .text-column, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .text-column {
  width: 530px;
}
.place-account-referrals .info-panels .row .heading, .place-account-referrals .info-panels .place-home .container-fluid > .panel .heading, .place-home .place-account-referrals .info-panels .container-fluid > .panel .heading, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .heading, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .heading, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .heading, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .heading {
  margin-bottom: 4px;
}
.place-account-referrals .info-panels .row .message, .place-account-referrals .info-panels .place-home .container-fluid > .panel .message, .place-home .place-account-referrals .info-panels .container-fluid > .panel .message, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .message, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .message, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .message, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .message {
  font-size: 15px;
  line-height: 21px;
  color: #b9d4f0;
}
.place-account-referrals .info-panels .row a.change-link, .place-account-referrals .info-panels .place-home .container-fluid > .panel a.change-link, .place-home .place-account-referrals .info-panels .container-fluid > .panel a.change-link, .place-account-referrals .info-panels .place-browse .container-fluid > .panel a.change-link, .place-browse .place-account-referrals .info-panels .container-fluid > .panel a.change-link, .place-account-referrals .info-panels .place-studios .container-fluid > .panel a.change-link, .place-studios .place-account-referrals .info-panels .container-fluid > .panel a.change-link {
  color: #7ec6ff;
  font-size: 15px;
}
.place-account-referrals .info-panels .row .button-column, .place-account-referrals .info-panels .place-home .container-fluid > .panel .button-column, .place-home .place-account-referrals .info-panels .container-fluid > .panel .button-column, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .button-column, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .button-column, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .button-column, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .button-column {
  width: 60px;
}
.place-account-referrals .info-panels .row .button-column.heading-offset, .place-account-referrals .info-panels .place-home .container-fluid > .panel .button-column.heading-offset, .place-home .place-account-referrals .info-panels .container-fluid > .panel .button-column.heading-offset, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .button-column.heading-offset, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .button-column.heading-offset, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .button-column.heading-offset, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .button-column.heading-offset {
  margin-top: 25px;
}
.place-account-referrals .info-panels .row .btn-primary:focus, .place-account-referrals .info-panels .place-home .container-fluid > .panel .btn-primary:focus, .place-home .place-account-referrals .info-panels .container-fluid > .panel .btn-primary:focus, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .btn-primary:focus, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .btn-primary:focus, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .btn-primary:focus, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .btn-primary:focus {
  color: black;
  background-color: #ffc002;
}
.place-account-referrals .info-panels .row .btn, .place-account-referrals .info-panels .place-home .container-fluid > .panel .btn, .place-home .place-account-referrals .info-panels .container-fluid > .panel .btn, .place-account-referrals .info-panels .place-browse .container-fluid > .panel .btn, .place-browse .place-account-referrals .info-panels .container-fluid > .panel .btn, .place-account-referrals .info-panels .place-studios .container-fluid > .panel .btn, .place-studios .place-account-referrals .info-panels .container-fluid > .panel .btn {
  padding: 0;
}
.place-account-referrals .info-panels .row > *, .place-account-referrals .info-panels .place-home .container-fluid > .panel > *, .place-home .place-account-referrals .info-panels .container-fluid > .panel > *, .place-account-referrals .info-panels .place-browse .container-fluid > .panel > *, .place-browse .place-account-referrals .info-panels .container-fluid > .panel > *, .place-account-referrals .info-panels .place-studios .container-fluid > .panel > *, .place-studios .place-account-referrals .info-panels .container-fluid > .panel > * {
  display: flex;
  flex-direction: column;
}
.place-account-referrals .info-panels .row:before, .place-account-referrals .info-panels .place-home .container-fluid > .panel:before, .place-home .place-account-referrals .info-panels .container-fluid > .panel:before, .place-account-referrals .info-panels .place-browse .container-fluid > .panel:before, .place-browse .place-account-referrals .info-panels .container-fluid > .panel:before, .place-account-referrals .info-panels .place-studios .container-fluid > .panel:before, .place-studios .place-account-referrals .info-panels .container-fluid > .panel:before, .place-account-referrals .info-panels .row:after, .place-account-referrals .info-panels .place-home .container-fluid > .panel:after, .place-home .place-account-referrals .info-panels .container-fluid > .panel:after, .place-account-referrals .info-panels .place-browse .container-fluid > .panel:after, .place-browse .place-account-referrals .info-panels .container-fluid > .panel:after, .place-account-referrals .info-panels .place-studios .container-fluid > .panel:after, .place-studios .place-account-referrals .info-panels .container-fluid > .panel:after {
  content: none;
}
.place-account-referrals .info-panels .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 220px;
}
.place-account-referrals .info-panels .content .no-bottom-margin {
  margin-bottom: 0;
}
.place-account-referrals .info-panels .content .heading {
  font-size: 15px;
  font-weight: bold;
}
.place-account-referrals .info-panels .my-referrals .item {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.place-account-referrals .info-panels .my-referrals .value {
  font-size: 30px;
}
.place-account-referrals .page-content a {
  text-decoration: underline;
}

#password-reset-page .section .container {
  max-width: 500px;
  min-height: 290px;
}
#password-reset-page .section .prompt {
  padding-bottom: 10px;
}

.sheet.sheet-complete-my-collection .left-panel .rotating-cover {
  margin-top: 10px;
  margin-bottom: 7px;
  height: 321px;
  display: inline-block;
}
.sheet.sheet-complete-my-collection .right-panel .sections > li {
  border-bottom: 1px solid #3d7a9e;
  padding-bottom: 10px;
}
.sheet.sheet-complete-my-collection .right-panel .sections > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sheet.sheet-complete-my-collection .right-panel .sections > li .view-price {
  float: right;
}
.sheet.sheet-complete-my-collection .right-panel .sections > li .base-price {
  opacity: 0.7;
  text-align: right;
  text-decoration: line-through;
  padding: 0px 5px 0px 0px;
  display: inline;
  margin-top: 2px;
}
.sheet.sheet-complete-my-collection .right-panel .section-title {
  padding: 5px 0 0 0;
  margin: 0 0 0.5em 0;
  font-size: 16px;
  font-weight: bold;
}
.sheet.sheet-complete-my-collection .right-panel .no-selection {
  padding-left: 15px;
}
.sheet.sheet-complete-my-collection .right-panel .content li {
  margin-bottom: 5px;
}
.sheet.sheet-complete-my-collection .right-panel .content li a {
  color: inherit;
  font-size: smaller;
}
.sheet.sheet-complete-my-collection .right-panel .content li a.package {
  font-size: inherit;
  text-decoration: none;
}
.sheet.sheet-complete-my-collection .right-panel div.filter-explanation-text {
  height: 1.5em;
}
.sheet.sheet-complete-my-collection .right-panel div.explanation-text {
  height: 6em;
  vertical-align: middle;
  display: table-cell;
}
.sheet.sheet-complete-my-collection .right-panel table {
  width: 640px;
}
.sheet.sheet-complete-my-collection .right-panel thead tr.select-buttons td {
  font-weight: bold;
  padding-bottom: 10px;
}
.sheet.sheet-complete-my-collection .right-panel thead tr:last-child td {
  border-bottom: 1px solid #4f83b6;
}
.sheet.sheet-complete-my-collection .right-panel td {
  vertical-align: top;
}
.sheet.sheet-complete-my-collection .right-panel td.section-title {
  padding-top: 10px;
}
.sheet.sheet-complete-my-collection .right-panel td.title {
  text-align: left;
  padding-top: 10px;
}
.sheet.sheet-complete-my-collection .right-panel td.title .quality-list {
  line-height: 12px;
}
.sheet.sheet-complete-my-collection .right-panel td.title .quality-list .quality-icon {
  height: 15px;
  margin-right: 3px;
  top: 0;
}
.sheet.sheet-complete-my-collection .right-panel td.price, .sheet.sheet-complete-my-collection .right-panel .package_cover .cover_details .purchase-price-wrapper td.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet.sheet-complete-my-collection .right-panel td.offer-price, .sheet.sheet-complete-my-collection .right-panel .package_cover .cover_details .rental-price-wrapper td.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet.sheet-complete-my-collection .right-panel td.offer-price {
  padding-top: 10px;
  width: 55px;
  text-align: right;
  padding-right: 5px;
}
.sheet.sheet-complete-my-collection .right-panel td.selector {
  padding-top: 7px;
  width: 25px;
}
.sheet.sheet-complete-my-collection .right-panel td.warning {
  padding-top: 10px;
  width: 35px;
  /* hacks to fix positioning of info/warning icons */
}
.sheet.sheet-complete-my-collection .right-panel td.warning > * {
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  top: 2px;
}
.sheet.sheet-complete-my-collection .right-panel td.warning > * img {
  position: relative;
  top: -3px;
}
.sheet.sheet-complete-my-collection .right-panel .warning-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 12pt;
}
.sheet.sheet-complete-my-collection .right-panel .warning-list {
  padding-left: 10px;
  padding-top: 5px;
}
.sheet.sheet-complete-my-collection .right-panel .list-unstyled span.price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul span.price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul span.price, .sheet.sheet-complete-my-collection .right-panel .list-unstyled .package_cover .cover_details .purchase-price-wrapper span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet.sheet-complete-my-collection .right-panel .list-unstyled span.offer-price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul .package_cover .cover_details .purchase-price-wrapper span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul span.offer-price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul .package_cover .cover_details .purchase-price-wrapper span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul span.offer-price, .sheet.sheet-complete-my-collection .right-panel .list-unstyled .package_cover .cover_details .rental-price-wrapper span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet.sheet-complete-my-collection .right-panel .list-unstyled span.offer-price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul .package_cover .cover_details .rental-price-wrapper span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul span.offer-price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul .package_cover .cover_details .rental-price-wrapper span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul span.offer-price {
  float: right;
  margin-right: 5px;
}
.sheet.sheet-complete-my-collection .right-panel .list-unstyled label ~ span.price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul label ~ span.price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul label ~ span.price, .sheet.sheet-complete-my-collection .right-panel .list-unstyled .package_cover .cover_details .purchase-price-wrapper label ~ span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet.sheet-complete-my-collection .right-panel .list-unstyled label ~ span.offer-price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul .package_cover .cover_details .purchase-price-wrapper label ~ span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul label ~ span.offer-price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul .package_cover .cover_details .purchase-price-wrapper label ~ span.offer-price, .package_cover .cover_details .purchase-price-wrapper .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul label ~ span.offer-price, .sheet.sheet-complete-my-collection .right-panel .list-unstyled .package_cover .cover_details .rental-price-wrapper label ~ span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet.sheet-complete-my-collection .right-panel .list-unstyled label ~ span.offer-price, .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul .package_cover .cover_details .rental-price-wrapper label ~ span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet.sheet-complete-my-collection .right-panel .sheet-movie-edition .subsheet-other-editions ul label ~ span.offer-price, .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul .package_cover .cover_details .rental-price-wrapper label ~ span.offer-price, .package_cover .cover_details .rental-price-wrapper .sheet-movie-edition .subsheet-other-editions .sheet.sheet-complete-my-collection .right-panel ul label ~ span.offer-price {
  margin-top: 2px;
}
@media screen and (min-height: 600px) {
  .sheet.sheet-complete-my-collection.show-offers-summary {
    overflow-y: hidden;
  }
  .sheet.sheet-complete-my-collection.show-offers-summary div.filter-explanation-text ~ .movie-editions-pickers {
    height: calc(100vh - 151px - 7.5em);
  }
  .with-smart-banner .sheet.sheet-complete-my-collection.show-offers-summary div.filter-explanation-text ~ .movie-editions-pickers {
    height: calc(var(--wh, 100vh) - 151px - 7.5em - clamp(84px, 16.8vw, 210px));
  }
  .sheet.sheet-complete-my-collection.show-offers-summary .movie-editions-pickers {
    height: calc(100vh - 151px - 6em);
    overflow-y: auto;
    margin: 0 -20px 0 0;
    padding: 0 0 20px 0;
  }
  .with-smart-banner .sheet.sheet-complete-my-collection.show-offers-summary .movie-editions-pickers {
    height: calc(var(--wh, 100vh) - 151px - 6em - clamp(84px, 16.8vw, 210px));
  }
}

.place-help .section .subtitle {
  font-weight: bold;
  margin-top: 1em;
}
.place-help .section .content .faq {
  font-size: 100%;
  padding: 0 10px;
  margin-bottom: 1em;
}
.place-help .section .content .faq .question {
  padding: 10px 10px 10px 20px;
  margin: 0 0 0.5em 0;
  background: rgb(235, 235, 235);
  color: black;
  border-radius: 3px;
  font-size: 120%;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.place-help .section .content .faq .question:before {
  content: "\e080";
  position: relative;
  top: 2px;
  left: -10px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.place-help .section .content .faq .question:hover {
  background-color: white;
}
.place-help .section .content .faq.open .question:before {
  content: "\e114";
}
.place-help .section .content .faq .question ~ * {
  margin: 0 40px 0.5em 40px;
}
.place-help .section .content .faq ul {
  padding-left: 40px;
}
.place-help .section .content .faq ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 0.3em;
}
.place-help .section .content .faq ul li ul li {
  list-style-type: circle;
}
.place-help .section .content .faq ol {
  padding-left: 40px;
}
.place-help .section .content .faq ol > li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 0.3em;
}
.place-help .section .content .faq span.ui_label {
  font-weight: bold;
}
.place-help .section .content a {
  font-weight: bold;
  text-decoration: underline;
}
.place-help .section .content a:not(.open) + .faq > :not(.question) {
  display: none;
}
.place-help .section .content a.open + .faq {
  margin-bottom: 2em;
}
.place-help .gear-icon.gear-icon-white {
  vertical-align: middle;
}
.place-help .gear-icon.gear-icon-white svg path {
  fill: #fff;
}
.place-help .gear-icon.gear-icon-white svg text {
  fill: #fff;
}

body.body_browse_offers #content {
  padding: 0 14px;
}
body.body_browse_offers #content .title {
  margin: 0 -14px;
}
body.body_browse_offers .alert, body.body_browse_offers .purchase_offer_details {
  text-align: center;
  background-color: rgb(249, 249, 249);
  border: 1px solid rgb(205, 205, 205);
}
body.body_browse_offers .overview {
  padding: 10px;
}
body.body_browse_offers .overview img {
  float: left;
  padding: 20px;
}
body.body_browse_offers .overview p {
  margin-top: 20px;
}
body.body_browse_offers .offers {
  margin-top: 20px;
  padding-top: 2px;
  background: url("/movie-store/assets/v268026/images/marketing/offers/table_bg_top.png") left top no-repeat, url("/movie-store/assets/v268026/images/marketing/offers/table_bg_bottom.png") left bottom no-repeat, url("/movie-store/assets/v268026/images/marketing/offers/table_bg.png");
  width: 746px;
}
body.body_browse_offers .offers .row, body.body_browse_offers .offers .place-home .container-fluid > .panel, .place-home body.body_browse_offers .offers .container-fluid > .panel, body.body_browse_offers .offers .place-browse .container-fluid > .panel, .place-browse body.body_browse_offers .offers .container-fluid > .panel, body.body_browse_offers .offers .place-studios .container-fluid > .panel, .place-studios body.body_browse_offers .offers .container-fluid > .panel {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
  height: 50px;
}
body.body_browse_offers .offers .row > *, body.body_browse_offers .offers .place-home .container-fluid > .panel > *, .place-home body.body_browse_offers .offers .container-fluid > .panel > *, body.body_browse_offers .offers .place-browse .container-fluid > .panel > *, .place-browse body.body_browse_offers .offers .container-fluid > .panel > *, body.body_browse_offers .offers .place-studios .container-fluid > .panel > *, .place-studios body.body_browse_offers .offers .container-fluid > .panel > * {
  display: table-cell;
  height: 100%;
  padding: 0;
  text-align: center;
}
body.body_browse_offers .offers .row.header, body.body_browse_offers .offers .place-home .container-fluid > .header.panel, .place-home body.body_browse_offers .offers .container-fluid > .header.panel, body.body_browse_offers .offers .place-browse .container-fluid > .header.panel, .place-browse body.body_browse_offers .offers .container-fluid > .header.panel, body.body_browse_offers .offers .place-studios .container-fluid > .header.panel, .place-studios body.body_browse_offers .offers .container-fluid > .header.panel {
  height: 69px;
  border-bottom: 3px solid rgb(145, 145, 148);
}
body.body_browse_offers .offers .row.header .col-md-8, body.body_browse_offers .offers .place-home .container-fluid > .header.panel .col-md-8, .place-home body.body_browse_offers .offers .container-fluid > .header.panel .col-md-8, body.body_browse_offers .offers .place-browse .container-fluid > .header.panel .col-md-8, .place-browse body.body_browse_offers .offers .container-fluid > .header.panel .col-md-8, body.body_browse_offers .offers .place-studios .container-fluid > .header.panel .col-md-8, .place-studios body.body_browse_offers .offers .container-fluid > .header.panel .col-md-8 {
  margin: 0;
}
body.body_browse_offers .offers .row.price, body.body_browse_offers .offers .place-home .container-fluid > .price.panel, .place-home body.body_browse_offers .offers .container-fluid > .price.panel, body.body_browse_offers .offers .place-browse .container-fluid > .price.panel, .place-browse body.body_browse_offers .offers .container-fluid > .price.panel, body.body_browse_offers .offers .place-studios .container-fluid > .price.panel, .place-studios body.body_browse_offers .offers .container-fluid > .price.panel, body.body_browse_offers .offers .package_cover .cover_details .purchase-price-wrapper .row.offer-price, .package_cover .cover_details .purchase-price-wrapper body.body_browse_offers .offers .row.offer-price, body.body_browse_offers .offers .place-home .package_cover .cover_details .purchase-price-wrapper .container-fluid > .panel.offer-price, .place-home .package_cover .cover_details .purchase-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .purchase-price-wrapper .place-home .container-fluid > .panel.offer-price, .package_cover .cover_details .purchase-price-wrapper .place-home body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .place-browse .package_cover .cover_details .purchase-price-wrapper .container-fluid > .panel.offer-price, .place-browse .package_cover .cover_details .purchase-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .purchase-price-wrapper .place-browse .container-fluid > .panel.offer-price, .package_cover .cover_details .purchase-price-wrapper .place-browse body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .place-studios .package_cover .cover_details .purchase-price-wrapper .container-fluid > .panel.offer-price, .place-studios .package_cover .cover_details .purchase-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .purchase-price-wrapper .place-studios .container-fluid > .panel.offer-price, .package_cover .cover_details .purchase-price-wrapper .place-studios body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .rental-price-wrapper .row.offer-price, .package_cover .cover_details .rental-price-wrapper body.body_browse_offers .offers .row.offer-price, body.body_browse_offers .offers .place-home .package_cover .cover_details .rental-price-wrapper .container-fluid > .panel.offer-price, .place-home .package_cover .cover_details .rental-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .rental-price-wrapper .place-home .container-fluid > .panel.offer-price, .package_cover .cover_details .rental-price-wrapper .place-home body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .place-browse .package_cover .cover_details .rental-price-wrapper .container-fluid > .panel.offer-price, .place-browse .package_cover .cover_details .rental-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .rental-price-wrapper .place-browse .container-fluid > .panel.offer-price, .package_cover .cover_details .rental-price-wrapper .place-browse body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .place-studios .package_cover .cover_details .rental-price-wrapper .container-fluid > .panel.offer-price, .place-studios .package_cover .cover_details .rental-price-wrapper body.body_browse_offers .offers .container-fluid > .panel.offer-price, body.body_browse_offers .offers .package_cover .cover_details .rental-price-wrapper .place-studios .container-fluid > .panel.offer-price, .package_cover .cover_details .rental-price-wrapper .place-studios body.body_browse_offers .offers .container-fluid > .panel.offer-price {
  height: 60px;
  color: rgb(110, 153, 205);
  text-transform: uppercase;
  font-size: 30px;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}
body.body_browse_offers .offers .row.download, body.body_browse_offers .offers .place-home .container-fluid > .download.panel, .place-home body.body_browse_offers .offers .container-fluid > .download.panel, body.body_browse_offers .offers .place-browse .container-fluid > .download.panel, .place-browse body.body_browse_offers .offers .container-fluid > .download.panel, body.body_browse_offers .offers .place-studios .container-fluid > .download.panel, .place-studios body.body_browse_offers .offers .container-fluid > .download.panel {
  height: 90px;
  font-size: 14px;
}
body.body_browse_offers .offers .row.download > *, body.body_browse_offers .offers .place-home .container-fluid > .download.panel > *, .place-home body.body_browse_offers .offers .container-fluid > .download.panel > *, body.body_browse_offers .offers .place-browse .container-fluid > .download.panel > *, .place-browse body.body_browse_offers .offers .container-fluid > .download.panel > *, body.body_browse_offers .offers .place-studios .container-fluid > .download.panel > *, .place-studios body.body_browse_offers .offers .container-fluid > .download.panel > * {
  text-align: left;
}
body.body_browse_offers .offers .col-md-4 {
  width: 51px;
  margin: 0 10px;
}
body.body_browse_offers .offers .col-md-2 {
  width: 134px;
  margin: 0 17px;
}
body.body_browse_offers .offers .col-md-8 {
  width: 638px;
  margin: 0 17px;
}
body.body_browse_offers .offers .span {
  background-color: white;
  height: 45px;
  border: 2px solid rgb(225, 225, 225);
  border-radius: 5px;
  line-height: 42px;
}

.ultra_violet_logo {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.dialog.dialog-ultra-violet-link .content {
  padding-bottom: 0.5em;
}
.dialog.dialog-ultra-violet-link iframe {
  width: 100%;
  height: 675px;
  border: none;
  background-color: black;
}

.dialog.dialog-ultra-violet-library-creation .form-horizontal .container-fluid {
  margin-bottom: 20px;
}
.dialog.dialog-ultra-violet-library-creation .form-horizontal .container-fluid .uneditable-input {
  line-height: 36px;
}
.dialog.dialog-ultra-violet-library-creation .switch_dialog {
  padding-top: 25px;
}

.dialog.dialog-ultra-violet-unlink iframe {
  display: none;
}

.dialog.dialog-ultra-violet-manage-user-consent img {
  padding-left: 1em;
  margin-bottom: 1em;
}
.dialog.dialog-ultra-violet-manage-user-consent .ultra_violet_logo {
  padding-bottom: 1em;
  height: auto;
}

.dialog.dialog-ultra-violet-link-prompt .ultra_violet_logo {
  width: 100%;
  padding: 0 25% 2em 25%;
}

.dialog.dialog-ultra-violet-link-success .ultra_violet_logo {
  width: 100%;
  padding-bottom: 2em;
}

.notify-bottom-center-root {
  left: 0 !important;
  width: 100%;
  z-index: 8 !important;
  pointer-events: none;
}

.notify-bottom-center {
  padding: 10px 25px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-colour: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
  white-space: nowrap;
  width: 820px;
  margin: 0 auto;
  min-height: 30px;
  pointer-events: auto;
}

.notifyjs-wrapper, .notifyjs-container {
  cursor: auto !important;
}

.notify-info {
  color: #666;
  background-color: #fbfbfb;
  border-color: #DDDDDD;
}
.notify-info .btn-default {
  color: black;
}

.notify-warning {
  color: #C09853;
  background-color: #FCF8E3;
  border-color: #FBEED5;
}
.notify-warning .notify-cancel {
  color: black;
}

.notify-title {
  font-weight: bold;
}

.notify-inline .notify-wrapper .notify-title {
  display: inline-block;
  line-height: 30px;
  margin-right: 20px;
}
.notify-inline .notify-wrapper .notify-message {
  display: inline-block;
  white-space: pre-wrap;
  line-height: 22px;
  padding: 4px 0;
}
.notify-block .notify-buttons {
  text-align: right;
}

.dialog.dialog-sla .error_messages {
  padding-top: 1em;
}
.dialog.dialog-sla .uneditable_text_area {
  width: 100%;
  height: 300px;
  display: block;
  font-size: 100%;
  overflow-y: scroll;
  border: 1px solid #eee;
  margin-bottom: 1em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  -webkit-overflow-scrolling: touch;
}

.dialog.dialog-common-sense-media .content {
  padding: 20px 15px;
}
.dialog.dialog-common-sense-media .review_wrapper {
  max-height: 600px;
  overflow-y: auto;
}
.dialog.dialog-common-sense-media .review_info {
  padding: 15px;
  position: relative;
}
.dialog.dialog-common-sense-media .review_info h1 {
  font-weight: bold;
  margin-top: 1em;
  font-size: 14px;
}
.dialog.dialog-common-sense-media .review_info h1:first-child {
  margin-top: 0px;
}
.dialog.dialog-common-sense-media .review_info .subtitle {
  clear: left;
  font-size: 14px;
}
.dialog.dialog-common-sense-media .review_info div {
  font-size: 12px;
}
.dialog.dialog-common-sense-media .review_info .csm_logo {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 36px;
}
.dialog.dialog-common-sense-media .review_info .age-wrapper {
  float: left;
  height: 36px;
}
.dialog.dialog-common-sense-media .review_info .age-wrapper img {
  position: absolute;
  top: 0;
  height: 36px;
}
.dialog.dialog-common-sense-media .review_info .video_review {
  clear: both;
  float: right;
  height: 238px;
  margin: 0 0 10px 10px;
}
.dialog.dialog-common-sense-media .review_info ul.talking_points {
  padding-left: 15px;
}
.dialog.dialog-common-sense-media .review_info ul.talking_points li {
  font-size: 12px;
  list-style-type: disc;
}
.dialog.dialog-common-sense-media .review_info .csm_grid {
  margin-top: 10px;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_item {
  margin-bottom: 5px;
  margin-right: 50px;
  cursor: pointer;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_icon {
  height: 22px;
  width: 22px;
  vertical-align: middle;
  position: relative;
  display: none;
  top: -2px;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating {
  display: inline-block;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating li {
  display: inline-block;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating li:before {
  content: "";
  border-radius: 100%;
  display: inline-block;
  height: 11px;
  width: 11px;
  background-color: #316c9c;
  margin-left: 3px;
  vertical-align: middle;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_1 li:nth-child(1):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_2 li:nth-child(1):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_3 li:nth-child(1):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_4 li:nth-child(1):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_5 li:nth-child(1):before {
  background-color: white;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_2 li:nth-child(2):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_3 li:nth-child(2):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_4 li:nth-child(2):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_5 li:nth-child(2):before {
  background-color: white;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_3 li:nth-child(3):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_4 li:nth-child(3):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_5 li:nth-child(3):before {
  background-color: white;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_4 li:nth-child(4):before, .dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_5 li:nth-child(4):before {
  background-color: white;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_rating.csm_grid_rating_5 li:nth-child(5):before {
  background-color: white;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_label {
  font-weight: bold;
  font-size: 13px;
  margin-left: 2px;
}
.dialog.dialog-common-sense-media .review_info .csm_grid .csm_grid_description {
  display: none;
  margin-left: 28px;
}

/*
 * Rotten Tomatoes Dialog Styling
 */
.dialog.dialog-rotten-tomatoes .content {
  padding: 0;
}
.dialog.dialog-rotten-tomatoes .footer {
  padding: 15px;
  text-align: center;
}
.dialog.dialog-rotten-tomatoes .footer button {
  float: right;
  position: relative;
  top: -6px;
}
.dialog.dialog-rotten-tomatoes .dialog_wrapper {
  position: relative;
}
.dialog.dialog-rotten-tomatoes .scores {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}
.dialog.dialog-rotten-tomatoes .scores a {
  border: 0;
  display: inline-block;
  text-decoration: none;
}
.dialog.dialog-rotten-tomatoes .scores .critic_score, .dialog.dialog-rotten-tomatoes .scores .audience_score {
  margin-bottom: 20px;
}
.dialog.dialog-rotten-tomatoes .scores .rt_icon, .dialog.dialog-rotten-tomatoes .scores .score_value {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}
.dialog.dialog-rotten-tomatoes .scores .score_value {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 40px;
}
.dialog.dialog-rotten-tomatoes .scores .score_value::after {
  content: "%";
}
.dialog.dialog-rotten-tomatoes .scores .meter {
  width: 188px;
  height: 20px;
  background-color: #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
}
.dialog.dialog-rotten-tomatoes .scores .meter .bar {
  height: 20px;
  border-radius: 5px 0 0 5px;
}
.dialog.dialog-rotten-tomatoes .scores .meter .bar.fresh {
  background-color: #fa320a;
}
.dialog.dialog-rotten-tomatoes .scores .meter .bar.rotten {
  background-color: #0ac855;
}
.dialog.dialog-rotten-tomatoes h1, .dialog.dialog-rotten-tomatoes a.h1 {
  font-weight: bold;
  margin-top: 0em;
  font-size: 14px;
  display: block;
}
.dialog.dialog-rotten-tomatoes h2 {
  font-variant: small-caps;
  margin-top: 0.5em;
  font-size: 14px;
}
.dialog.dialog-rotten-tomatoes .review_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-left: 240px;
}
.dialog.dialog-rotten-tomatoes .review_info {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 2px solid #4f83b6;
}
.dialog.dialog-rotten-tomatoes .review_info div {
  font-size: 12px;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews {
  max-height: 400px;
  min-height: 250px;
  overflow-y: auto;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review {
  position: relative;
  margin-top: 1em;
  margin-right: 1em;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .rt_icon {
  position: absolute;
  height: 30px;
  left: 0px;
  top: 0 px;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper {
  margin-left: 35px;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper a.review_text {
  color: inherit;
  text-decoration: none;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper a.review_text:hover {
  text-decoration: underline;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .attribution, .dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .authored_attribution {
  margin-left: 10px;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .attribution .source::after, .dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .authored_attribution .source::after {
  content: ",";
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .attribution .source, .dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .authored_attribution .source {
  font-style: italic;
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .authored_attribution::before {
  content: "–";
}
.dialog.dialog-rotten-tomatoes .review_info .reviews .review .text_wrapper .authored_attribution .reviewer::after {
  content: ",";
}

.dialog.dialog-trailer {
  width: 900px;
}

.dialog.dialog-banner-video {
  max-width: 100vw;
}

.dialog.dialog-trailer .title, .dialog.dialog-banner-video .title {
  background-color: #363636;
  color: #999999;
}
.dialog.dialog-trailer .content, .dialog.dialog-banner-video .content {
  padding: 10px 8px;
  background-color: #212121;
}
.dialog.dialog-trailer video, .dialog.dialog-banner-video video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 48px - 20px); /* 20px = padding of .content */
}
.dialog.dialog-trailer .play-again, .dialog.dialog-banner-video .play-again {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  background-image: url("/movie-store/assets/v268026/images/page/watch_again.svg");
  background-size: auto 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  z-index: 1;
}
.dialog.dialog-trailer .play-again:hover, .dialog.dialog-banner-video .play-again:hover {
  opacity: 1;
}
.dialog.dialog-trailer .dialog_wrapper, .dialog.dialog-banner-video .dialog_wrapper {
  position: relative;
}

#footer {
  width: auto;
  min-height: 42px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 11px;
}
@media screen and (max-width: 650px) {
  .responsive #footer {
    padding: 10px calc(3vw + 0.5px);
  }
}
@media screen and (max-width: 500px) {
  .responsive #footer {
    font-size: calc(1.5vw + 3.5px);
  }
}
#footer ul {
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 550px) {
  .responsive #footer ul {
    justify-content: center;
  }
  .responsive #footer ul li.last-nonsocial {
    border: 0;
  }
  .responsive #footer ul li.social {
    flex-basis: 100%;
    padding: 0;
  }
}
#footer li {
  border-right: 1px solid #999;
  padding: 0 10px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .responsive #footer li {
    padding: 0 calc(1vw + 3.5px);
  }
}
#footer li.social {
  border: 0;
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  padding: 0 15px;
  justify-content: center;
}
#footer li.social a {
  display: inline-block;
}
#footer li:last-child {
  padding-right: 5px;
}
#footer a {
  text-decoration: none;
  color: #cecdcd;
}
#footer a svg {
  width: 18px;
  height: 18px;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer a:hover svg path {
  fill: #fff !important;
}

.carousel {
  width: 100%;
  position: relative;
}
.carousel.fader .item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1960ms 40ms, visibility 0s 2s;
}
.carousel.fader .item.item-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1960ms 40ms, visibility 0s 0s;
}
.carousel.fader .item a, .carousel.fader .item img, .carousel.fader .item video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  outline: none;
}
.carousel.fader .item .video-container-playable:hover::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  z-index: 1;
  background-image: url("/movie-store/assets/v268026/images/page/ic_play_circle_outline_white_48px.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
}
.carousel.fader .item .video-watch-full {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 5px 15px 3px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  border-radius: 3px 0px 0px 0px; /* round corner at top-left only */
}
.carousel.fader .item .video-watch-full .glyphicon {
  top: 2px;
  margin-right: 4px;
}
.carousel.fader .item .video-watch-full:hover {
  opacity: 1;
}
.carousel.slider {
  overflow: hidden;
}
.carousel.slider .items-track {
  width: 50000px;
  overflow: hidden;
  white-space: nowrap;
}
.carousel.slider .items {
  display: flex;
  position: relative;
  transition: left 0.5s;
}
.carousel.slider .items .item {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.carousel .prev, .carousel .next {
  position: absolute;
  display: block;
  height: 100%;
  width: 12%;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  background-color: transparent;
  top: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  text-align: right;
}
.carousel .prev:hover, .carousel .prev:focus, .carousel .next:hover, .carousel .next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.carousel .prev:before, .carousel .next:before {
  content: "";
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel.banners .prev, .carousel.banners .next {
  height: 80%;
  top: 10%;
}
.carousel .prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carousel .next {
  right: 0;
  left: auto;
}
.carousel:hover .prev, .carousel:hover .next {
  background-image: url("/movie-store/assets/v268026/images/page/equal-triangle.svg");
  background-image: url("/movie-store/assets/v268026/images/page/equal-triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.carousel .dots {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -30px;
  width: auto;
  height: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.carousel .dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  text-indent: -999px;
}
.carousel .dots li button {
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.carousel .dots li button:hover, .carousel .dots li button:focus {
  outline: none;
}
.carousel .dots li.active {
  background: #ffffff;
  border-radius: 10px;
}

.carousel.banners {
  height: 37.5vw;
  min-height: 480px;
  margin-bottom: 50px;
}

.carousel.package-row .header a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.carousel.package-row .header a:hover {
  text-decoration: underline;
}
.carousel.package-row .prev, .carousel.package-row .next {
  width: 80px;
  color: #fff;
  background-image: -webkit-linear-gradient(right, black 0%, black 20%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to left, black 0%, black 20%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  margin-top: 0;
}
.carousel.package-row .prev:before, .carousel.package-row .next:before {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 45%;
  right: 20px;
  width: 25px;
  height: 29px;
}
.carousel.package-row .prev:hover, .carousel.package-row .next:hover {
  background-size: 100%;
}
.carousel.package-row:hover .prev:before, .carousel.package-row:hover .next:before {
  background-image: url("/movie-store/assets/v268026/images/page/equal-triangle.svg");
}

.package-row-wrapper.LazyLoad {
  min-height: 440px;
  /*
  &.is-visible {
      min-height: unset;
  }

  .package-row-lazyload-inner.LazyLoad {
      min-height: 397px;

      &.is-visible {
          min-height: unset;
      }
  }
  */
}
.package-row-wrapper .carousel-placeholder {
  height: 397px;
  width: 100%;
  background-repeat: repeat-x;
  background-image: url("/movie-store/assets/v268026/images/page/carousel-cover-placeholder.svg");
}

/**
 * Popovers are pure-CSS overlays that appear on :hover over the specified elements, and setup as
 * follows:
 *
 * <span class="popover popover-top popover-small">
 *     Hover over me!
 *     <span class="popover-content">
 *         I'm the popover :)
 *     </span>
 * </span>
 *
 * The use of pure-CSS allows the content of the popup to change dynamically without requiring
 * any javascript. The one downside is that the .popover-content is subject to any overflow
 * specified in the parent chain.
 *
 * The .popover currently appears on .popover:hover, and stays visible on .popover-content:hover.
 *
 * Current .popover configurations include:
 *   .popover-top: Locate the .popover-content above.
 *   .popover-left: Locate the .popover-content to the left.
 *   .popover-right: Locate the .popover-content to the right.
 *   .popover-bottom: Locate the .popover-content below.
 *   .popover-small: A 150x40 .popover-content intended for a small amount of text.
 *   .popover-large: A 250x60 .popover-content intended for a larger amount of text. When
 *                   positioned as a .popover-left, this widget grows downward instead of trying
 *                   to vertically centre itself relative to the .popover.
 *   .popover-very-large: A 320x60 version
 *   .popover-very-wide: A 380x60 version
 *   .popover-align-right: Shift the .popover-content to the left so that the arrow is right
 *                         aligned and still pointing at the centre of .popover.
 *   .popover-align-left: Shift the .popover-content to the right so that the arrow is left
 *                         aligned and still pointing at the centre of .popover.
 *   .popover-align-middle: Keep the .popover-content centred so that the arrow is at the centre
 *                          of both the .popover and the .popover-content. This is the default.
 *   .popover-titled: Uses styling which mimics .floating-popover (Kaleidescape's blue background, with separate title and content)
 *   .popover-click: For pop-overs that open on click instead of hover
 *   .popover-fix: Use in conjunction with .popover-click when the pop-over may spill outside the parent
 *                 (I think that is the purpose -- this is existing functionality from 10 years ago which I have moved
 *                 into it's own CSS classs and which I am documenting -- mvc 2024-03-07.)
 *
 * Other classes can be added as required.
 */
.popover {
  position: relative;
  text-indent: 0;
}
.popover .popover-target {
  position: relative;
  display: inline-block;
}
.popover .popover-target:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted #739ABC;
}
.popover .popover-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s linear 0.3s;
  color: white;
  background-color: black;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1060;
  line-height: normal;
  white-space: normal;
}
.popover .popover-content:before {
  content: " ";
  display: block;
  position: absolute;
}
.popover.popover-top .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content {
  left: 50%;
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 7px;
}
.popover.popover-top .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover .popover-content:before {
  border-top: 7px solid black;
  border-bottom: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: auto;
  bottom: -6px;
}
.popover.popover-bottom .popover-content {
  left: 50%;
  top: 100%;
  bottom: auto;
  margin-top: 7px;
  margin-bottom: auto;
}
.popover.popover-bottom .popover-content:before {
  border-top: none;
  border-bottom: 7px solid black;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -6px;
  bottom: auto;
}
.popover.popover-left .popover-content {
  right: 100%;
  margin-right: 7px;
}
.popover.popover-left .popover-content:before {
  border-left: 7px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -6px;
}
.popover.popover-left.popover-small .popover-content {
  top: 50%;
  line-height: 20px;
  height: 40px;
  min-width: 150px;
  margin-top: -20px;
}
.popover.popover-left.popover-small .popover-content:before {
  top: 50%;
  margin-top: -7px;
}
.popover.popover-left.popover-large .popover-content {
  top: 0px;
  min-width: 350px;
}
.popover.popover-left.popover-large .popover-content:before {
  margin-top: -2px;
}
.popover.popover-right .popover-content {
  left: 100%;
  margin-left: 7px;
}
.popover.popover-right .popover-content:before {
  border-right: 7px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -6px;
}
.popover.popover-right.popover-small .popover-content {
  top: 50%;
  line-height: 20px;
  height: 40px;
  min-width: 150px;
  margin-top: -20px;
}
.popover.popover-right.popover-small .popover-content:before {
  top: 50%;
  margin-top: -7px;
}
.popover.popover-right.popover-large .popover-content {
  top: 0px;
  min-width: 350px;
}
.popover.popover-right.popover-large .popover-content:before {
  margin-top: -2px;
}
.popover.popover-top.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .popover.popover-bottom.popover-small .popover-content {
  min-height: 40px;
  width: 150px;
}
.popover.popover-top.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content, .popover.popover-top.popover-small.popover-align-middle .popover-content, .popover.popover-bottom.popover-small .popover-content, .popover.popover-bottom.popover-small.popover-align-middle .popover-content {
  margin-left: -75px;
}
.popover.popover-top.popover-small .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small .popover-content:before, .popover.popover-top.popover-small.popover-align-middle .popover-content:before, .popover.popover-bottom.popover-small .popover-content:before, .popover.popover-bottom.popover-small.popover-align-middle .popover-content:before {
  left: 50%;
  margin-left: -7px;
}
.popover.popover-top.popover-small.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content, .popover.popover-bottom.popover-small.popover-align-right .popover-content {
  margin-left: -137px;
}
.popover.popover-top.popover-small.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-right .popover-content:before, .popover.popover-bottom.popover-small.popover-align-right .popover-content:before {
  left: 100%;
  margin-left: -20px;
}
.popover.popover-top.popover-small.popover-align-left .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content, .popover.popover-bottom.popover-small.popover-align-left .popover-content {
  margin-left: -12px;
}
.popover.popover-top.popover-small.popover-align-left .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-small.popover-align-left .popover-content:before, .popover.popover-bottom.popover-small.popover-align-left .popover-content:before {
  left: 12px;
}
.popover.popover-top.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .popover.popover-bottom.popover-large .popover-content {
  min-height: 60px;
  width: 250px;
}
.popover.popover-top.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content, .popover.popover-top.popover-large.popover-align-middle .popover-content, .popover.popover-bottom.popover-large .popover-content, .popover.popover-bottom.popover-large.popover-align-middle .popover-content {
  margin-left: -125px;
}
.popover.popover-top.popover-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large .popover-content:before, .popover.popover-top.popover-large.popover-align-middle .popover-content:before, .popover.popover-bottom.popover-large .popover-content:before, .popover.popover-bottom.popover-large.popover-align-middle .popover-content:before {
  left: 50%;
  margin-left: -7px;
}
.popover.popover-top.popover-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content, .popover.popover-bottom.popover-large.popover-align-right .popover-content {
  margin-left: -237px;
}
.popover.popover-top.popover-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-large.popover-align-right .popover-content:before, .popover.popover-bottom.popover-large.popover-align-right .popover-content:before {
  left: 100%;
  margin-left: -20px;
}
.popover.popover-top.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .popover.popover-bottom.popover-very-large .popover-content {
  min-height: 60px;
  width: 320px;
}
.popover.popover-top.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content, .popover.popover-top.popover-very-large.popover-align-middle .popover-content, .popover.popover-bottom.popover-very-large .popover-content, .popover.popover-bottom.popover-very-large.popover-align-middle .popover-content {
  margin-left: -160px;
}
.popover.popover-top.popover-very-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large .popover-content:before, .popover.popover-top.popover-very-large.popover-align-middle .popover-content:before, .popover.popover-bottom.popover-very-large .popover-content:before, .popover.popover-bottom.popover-very-large.popover-align-middle .popover-content:before {
  left: 50%;
  margin-left: -7px;
}
.popover.popover-top.popover-very-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content, .popover.popover-bottom.popover-very-large.popover-align-right .popover-content {
  margin-left: -307px;
}
.popover.popover-top.popover-very-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-large.popover-align-right .popover-content:before, .popover.popover-bottom.popover-very-large.popover-align-right .popover-content:before {
  left: 100%;
  margin-left: -20px;
}
.popover.popover-top.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .popover.popover-bottom.popover-very-wide .popover-content {
  min-height: 60px;
  width: 380px;
}
.popover.popover-top.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content, .popover.popover-top.popover-very-wide.popover-align-middle .popover-content, .popover.popover-bottom.popover-very-wide .popover-content, .popover.popover-bottom.popover-very-wide.popover-align-middle .popover-content {
  margin-left: -190px;
}
.popover.popover-top.popover-very-wide .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide .popover-content:before, .popover.popover-top.popover-very-wide.popover-align-middle .popover-content:before, .popover.popover-bottom.popover-very-wide .popover-content:before, .popover.popover-bottom.popover-very-wide.popover-align-middle .popover-content:before {
  left: 50%;
  margin-left: -7px;
}
.popover.popover-top.popover-very-wide.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content, .popover.popover-bottom.popover-very-wide.popover-align-right .popover-content {
  margin-left: -367px;
}
.popover.popover-top.popover-very-wide.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(1):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(2):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content:before, .multiple-download-quality-popup-selector > .content .movie-editions-wrapper tr:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .popover.popover-very-wide.popover-align-right .popover-content:before, .popover.popover-bottom.popover-very-wide.popover-align-right .popover-content:before {
  left: 100%;
  margin-left: -20px;
}
.popover:not(.popover-click):hover .popover-content, .popover:not(.popover-click) .popover-content:hover, .popover.open .popover-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.popover.popover-click:focus {
  outline: none;
}
.popover.popover-click:focus .popover-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.popover p:last-child {
  margin-bottom: 0;
}
.popover.popover-titled .popover-content {
  padding: 0;
  position: absolute;
}
.popover.popover-titled .popover-content > .title {
  font-weight: bold;
}
.popover.popover-titled .popover-content > .content {
  padding: 12px 8px 10px 12px;
}
.popover.popover-titled.popover-bottom .popover-content:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.popover.popover-titled.popover-bottom .popover-content:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  margin-top: -7px;
}
.popover.popover-titled.popover-bottom .popover-content:before {
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 0px;
  left: 50%;
}
.popover.popover-titled.popover-bottom .popover-content:after {
  border-bottom: 7px solid #4f83b6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 1px;
  left: 50%;
}
.popover.popover-titled.popover-bottom .popover-content:after {
  margin-left: -7px;
}

html.mobile .popover {
  cursor: pointer;
}

.collapser-wrapper {
  border-bottom: 1px solid #3d7a9e;
  transition: height 500ms ease-in-out;
  overflow: hidden;
}
.collapser-wrapper .collapser-contents .header {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 15px;
  cursor: pointer;
}
.collapser-wrapper .collapser-contents .header .title {
  margin-left: 11px;
}
.collapser-wrapper .collapser-contents .header .collapser-icon-wrapper {
  transition: transform 500ms ease-in-out;
  height: 24px;
  margin-left: -5px;
}
.collapser-wrapper .collapser-contents .body {
  padding: 15px 15px 15px 45px;
  border-top: 1px dashed #3d7a9e;
}
.collapser-wrapper .collapser-contents .popover {
  bottom: 5px;
}
.collapser-wrapper .collapser-contents .popover-content {
  position: fixed;
  max-width: 350px;
}

/*
 * Grid Package Covers styling.
 */
.browse-page-view .banner-container, .browse-page-view .toast-banner-container, .landing-page-view .banner-container, .landing-page-view .toast-banner-container {
  top: 69px;
  z-index: 2;
  min-height: 77px;
}
.browse-page-view .toast-banner-container, .landing-page-view .toast-banner-container {
  min-height: 50px;
  margin-top: 20px;
}
.browse-page-view .banner, .browse-page-view .banner-alert, .landing-page-view .banner, .landing-page-view .banner-alert {
  background-color: rgba(50, 57, 68, 0.95);
  padding: 10px 20px 10px 15px;
  width: 100%;
  min-height: 71px;
  color: #FFB612;
}
.browse-page-view .banner .banner-message, .browse-page-view .banner-alert .banner-message, .browse-page-view .banner .banner-summary, .browse-page-view .banner-alert .banner-summary, .landing-page-view .banner .banner-message, .landing-page-view .banner-alert .banner-message, .landing-page-view .banner .banner-summary, .landing-page-view .banner-alert .banner-summary {
  margin-left: 5px;
  font-size: 17px;
}
.browse-page-view .banner .banner-message, .browse-page-view .banner-alert .banner-message, .landing-page-view .banner .banner-message, .landing-page-view .banner-alert .banner-message {
  overflow: hidden;
  padding-top: 11px;
}
.browse-page-view .banner .banner-message.two-line-message > div + div, .browse-page-view .banner-alert .banner-message.two-line-message > div + div, .landing-page-view .banner .banner-message.two-line-message > div + div, .landing-page-view .banner-alert .banner-message.two-line-message > div + div {
  font-size: 14px;
}
.browse-page-view .banner .banner-message > div:first-child, .browse-page-view .banner-alert .banner-message > div:first-child, .landing-page-view .banner .banner-message > div:first-child, .landing-page-view .banner-alert .banner-message > div:first-child {
  font-size: larger;
  display: block;
}
.browse-page-view .banner .banner-message > div:only-child, .browse-page-view .banner-alert .banner-message > div:only-child, .landing-page-view .banner .banner-message > div:only-child, .landing-page-view .banner-alert .banner-message > div:only-child {
  display: block;
}
.browse-page-view .banner .banner-message > div a, .browse-page-view .banner-alert .banner-message > div a, .landing-page-view .banner .banner-message > div a, .landing-page-view .banner-alert .banner-message > div a {
  color: #FFB612;
}
.browse-page-view .banner .one-line-message, .browse-page-view .banner-alert .one-line-message, .landing-page-view .banner .one-line-message, .landing-page-view .banner-alert .one-line-message {
  display: table-cell;
  height: 48px;
  vertical-align: middle;
}
.browse-page-view .banner .two-rows, .browse-page-view .banner-alert .two-rows, .landing-page-view .banner .two-rows, .landing-page-view .banner-alert .two-rows {
  padding-top: 7px;
}
@media screen and (min-width: 700px) {
  .browse-page-view .banner .banner-summary, .browse-page-view .banner-alert .banner-summary, .landing-page-view .banner .banner-summary, .landing-page-view .banner-alert .banner-summary {
    float: right;
  }
}
.browse-page-view .banner .banner-summary .banner-summary-col, .browse-page-view .banner-alert .banner-summary .banner-summary-col,
.browse-page-view .banner .banner-summary .banner-summary-col-table,
.browse-page-view .banner-alert .banner-summary .banner-summary-col-table, .landing-page-view .banner .banner-summary .banner-summary-col, .landing-page-view .banner-alert .banner-summary .banner-summary-col,
.landing-page-view .banner .banner-summary .banner-summary-col-table,
.landing-page-view .banner-alert .banner-summary .banner-summary-col-table {
  padding: 0 8px;
  text-align: right;
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
}
.browse-page-view .banner .banner-summary .banner-summary-col-table > div, .browse-page-view .banner-alert .banner-summary .banner-summary-col-table > div, .landing-page-view .banner .banner-summary .banner-summary-col-table > div, .landing-page-view .banner-alert .banner-summary .banner-summary-col-table > div {
  display: table;
}
.browse-page-view .banner .banner-summary .banner-summary-col-table > div > div, .browse-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div, .landing-page-view .banner .banner-summary .banner-summary-col-table > div > div, .landing-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div {
  display: table-row;
}
.browse-page-view .banner .banner-summary .banner-summary-col-table > div > div > div, .browse-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div > div, .landing-page-view .banner .banner-summary .banner-summary-col-table > div > div > div, .landing-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div > div {
  display: table-cell;
}
.browse-page-view .banner .banner-summary .banner-summary-col-table > div > div > div:last-child, .browse-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div > div:last-child, .landing-page-view .banner .banner-summary .banner-summary-col-table > div > div > div:last-child, .landing-page-view .banner-alert .banner-summary .banner-summary-col-table > div > div > div:last-child {
  text-align: left;
  padding-left: 5px;
}
.browse-page-view .banner .btn-toolbar, .browse-page-view .banner-alert .btn-toolbar, .browse-page-view .banner .notify-buttons, .browse-page-view .banner-alert .notify-buttons, .landing-page-view .banner .btn-toolbar, .landing-page-view .banner-alert .btn-toolbar, .landing-page-view .banner .notify-buttons, .landing-page-view .banner-alert .notify-buttons {
  margin-top: 8px;
  margin-right: 10px;
  float: left;
}
.browse-page-view .banner .btn-toolbar.pull-right, .browse-page-view .banner-alert .btn-toolbar.pull-right, .browse-page-view .landing-page-view .banner-alert .btn-toolbar.pull-right, .landing-page-view .browse-page-view .banner-alert .btn-toolbar.pull-right, .browse-page-view .banner .pull-right.notify-buttons, .browse-page-view .banner-alert .pull-right.notify-buttons, .browse-page-view .landing-page-view .banner-alert .pull-right.notify-buttons, .landing-page-view .browse-page-view .banner-alert .pull-right.notify-buttons, .browse-page-view .banner .sheet > .title .btn-toolbar.close-view, .browse-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .browse-page-view .landing-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .landing-page-view .browse-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .sheet > .title .browse-page-view .banner .btn-toolbar.close-view, .sheet > .title .browse-page-view .banner-alert .btn-toolbar.close-view, .sheet > .title .browse-page-view .landing-page-view .banner-alert .btn-toolbar.close-view, .landing-page-view .sheet > .title .browse-page-view .banner-alert .btn-toolbar.close-view, .browse-page-view .banner .sheet > .title .notify-buttons.close-view, .browse-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .browse-page-view .landing-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .landing-page-view .browse-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .sheet > .title .browse-page-view .banner .notify-buttons.close-view, .sheet > .title .browse-page-view .banner-alert .notify-buttons.close-view, .sheet > .title .browse-page-view .landing-page-view .banner-alert .notify-buttons.close-view, .landing-page-view .sheet > .title .browse-page-view .banner-alert .notify-buttons.close-view,
.browse-page-view .banner .sheet .sheet-title .btn-toolbar.close-view,
.browse-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.browse-page-view .landing-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.landing-page-view .browse-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.sheet .sheet-title .browse-page-view .banner .btn-toolbar.close-view,
.sheet .sheet-title .browse-page-view .banner-alert .btn-toolbar.close-view,
.sheet .sheet-title .browse-page-view .landing-page-view .banner-alert .btn-toolbar.close-view,
.landing-page-view .sheet .sheet-title .browse-page-view .banner-alert .btn-toolbar.close-view,
.browse-page-view .banner .sheet .sheet-title .notify-buttons.close-view,
.browse-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.browse-page-view .landing-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.landing-page-view .browse-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.sheet .sheet-title .browse-page-view .banner .notify-buttons.close-view,
.sheet .sheet-title .browse-page-view .banner-alert .notify-buttons.close-view,
.sheet .sheet-title .browse-page-view .landing-page-view .banner-alert .notify-buttons.close-view,
.landing-page-view .sheet .sheet-title .browse-page-view .banner-alert .notify-buttons.close-view, .browse-page-view .banner .dialog > .title .btn-toolbar.close_dialog, .browse-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .browse-page-view .landing-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .landing-page-view .browse-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .dialog > .title .browse-page-view .banner .btn-toolbar.close_dialog, .dialog > .title .browse-page-view .banner-alert .btn-toolbar.close_dialog, .dialog > .title .browse-page-view .landing-page-view .banner-alert .btn-toolbar.close_dialog, .landing-page-view .dialog > .title .browse-page-view .banner-alert .btn-toolbar.close_dialog, .browse-page-view .banner .dialog > .title .notify-buttons.close_dialog, .browse-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .browse-page-view .landing-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .landing-page-view .browse-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .dialog > .title .browse-page-view .banner .notify-buttons.close_dialog, .dialog > .title .browse-page-view .banner-alert .notify-buttons.close_dialog, .dialog > .title .browse-page-view .landing-page-view .banner-alert .notify-buttons.close_dialog, .landing-page-view .dialog > .title .browse-page-view .banner-alert .notify-buttons.close_dialog,
.browse-page-view .banner .dialog .dialog-title .btn-toolbar.close_dialog,
.browse-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.browse-page-view .landing-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.landing-page-view .browse-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.dialog .dialog-title .browse-page-view .banner .btn-toolbar.close_dialog,
.dialog .dialog-title .browse-page-view .banner-alert .btn-toolbar.close_dialog,
.dialog .dialog-title .browse-page-view .landing-page-view .banner-alert .btn-toolbar.close_dialog,
.landing-page-view .dialog .dialog-title .browse-page-view .banner-alert .btn-toolbar.close_dialog,
.browse-page-view .banner .dialog .dialog-title .notify-buttons.close_dialog,
.browse-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.browse-page-view .landing-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.landing-page-view .browse-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.dialog .dialog-title .browse-page-view .banner .notify-buttons.close_dialog,
.dialog .dialog-title .browse-page-view .banner-alert .notify-buttons.close_dialog,
.dialog .dialog-title .browse-page-view .landing-page-view .banner-alert .notify-buttons.close_dialog,
.landing-page-view .dialog .dialog-title .browse-page-view .banner-alert .notify-buttons.close_dialog, .browse-page-view .banner .notify-inline .notify-buttons, .browse-page-view .banner-alert .notify-inline .notify-buttons, .browse-page-view .landing-page-view .banner-alert .notify-inline .notify-buttons, .landing-page-view .browse-page-view .banner-alert .notify-inline .notify-buttons, .notify-inline .browse-page-view .banner .notify-buttons, .notify-inline .browse-page-view .banner-alert .notify-buttons, .notify-inline .browse-page-view .landing-page-view .banner-alert .notify-buttons, .landing-page-view .notify-inline .browse-page-view .banner-alert .notify-buttons, .landing-page-view .banner .btn-toolbar.pull-right, .landing-page-view .browse-page-view .banner-alert .btn-toolbar.pull-right, .browse-page-view .landing-page-view .banner-alert .btn-toolbar.pull-right, .landing-page-view .banner-alert .btn-toolbar.pull-right, .landing-page-view .banner .pull-right.notify-buttons, .landing-page-view .browse-page-view .banner-alert .pull-right.notify-buttons, .browse-page-view .landing-page-view .banner-alert .pull-right.notify-buttons, .landing-page-view .banner-alert .pull-right.notify-buttons, .landing-page-view .banner .sheet > .title .btn-toolbar.close-view, .landing-page-view .browse-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .browse-page-view .landing-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .landing-page-view .banner-alert .sheet > .title .btn-toolbar.close-view, .sheet > .title .landing-page-view .banner .btn-toolbar.close-view, .sheet > .title .landing-page-view .browse-page-view .banner-alert .btn-toolbar.close-view, .browse-page-view .sheet > .title .landing-page-view .banner-alert .btn-toolbar.close-view, .sheet > .title .landing-page-view .banner-alert .btn-toolbar.close-view, .landing-page-view .banner .sheet > .title .notify-buttons.close-view, .landing-page-view .browse-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .browse-page-view .landing-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .landing-page-view .banner-alert .sheet > .title .notify-buttons.close-view, .sheet > .title .landing-page-view .banner .notify-buttons.close-view, .sheet > .title .landing-page-view .browse-page-view .banner-alert .notify-buttons.close-view, .browse-page-view .sheet > .title .landing-page-view .banner-alert .notify-buttons.close-view, .sheet > .title .landing-page-view .banner-alert .notify-buttons.close-view,
.landing-page-view .banner .sheet .sheet-title .btn-toolbar.close-view,
.landing-page-view .browse-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.browse-page-view .landing-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.landing-page-view .banner-alert .sheet .sheet-title .btn-toolbar.close-view,
.sheet .sheet-title .landing-page-view .banner .btn-toolbar.close-view,
.sheet .sheet-title .landing-page-view .browse-page-view .banner-alert .btn-toolbar.close-view,
.browse-page-view .sheet .sheet-title .landing-page-view .banner-alert .btn-toolbar.close-view,
.sheet .sheet-title .landing-page-view .banner-alert .btn-toolbar.close-view,
.landing-page-view .banner .sheet .sheet-title .notify-buttons.close-view,
.landing-page-view .browse-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.browse-page-view .landing-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.landing-page-view .banner-alert .sheet .sheet-title .notify-buttons.close-view,
.sheet .sheet-title .landing-page-view .banner .notify-buttons.close-view,
.sheet .sheet-title .landing-page-view .browse-page-view .banner-alert .notify-buttons.close-view,
.browse-page-view .sheet .sheet-title .landing-page-view .banner-alert .notify-buttons.close-view,
.sheet .sheet-title .landing-page-view .banner-alert .notify-buttons.close-view, .landing-page-view .banner .dialog > .title .btn-toolbar.close_dialog, .landing-page-view .browse-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .browse-page-view .landing-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .landing-page-view .banner-alert .dialog > .title .btn-toolbar.close_dialog, .dialog > .title .landing-page-view .banner .btn-toolbar.close_dialog, .dialog > .title .landing-page-view .browse-page-view .banner-alert .btn-toolbar.close_dialog, .browse-page-view .dialog > .title .landing-page-view .banner-alert .btn-toolbar.close_dialog, .dialog > .title .landing-page-view .banner-alert .btn-toolbar.close_dialog, .landing-page-view .banner .dialog > .title .notify-buttons.close_dialog, .landing-page-view .browse-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .browse-page-view .landing-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .landing-page-view .banner-alert .dialog > .title .notify-buttons.close_dialog, .dialog > .title .landing-page-view .banner .notify-buttons.close_dialog, .dialog > .title .landing-page-view .browse-page-view .banner-alert .notify-buttons.close_dialog, .browse-page-view .dialog > .title .landing-page-view .banner-alert .notify-buttons.close_dialog, .dialog > .title .landing-page-view .banner-alert .notify-buttons.close_dialog,
.landing-page-view .banner .dialog .dialog-title .btn-toolbar.close_dialog,
.landing-page-view .browse-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.browse-page-view .landing-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.landing-page-view .banner-alert .dialog .dialog-title .btn-toolbar.close_dialog,
.dialog .dialog-title .landing-page-view .banner .btn-toolbar.close_dialog,
.dialog .dialog-title .landing-page-view .browse-page-view .banner-alert .btn-toolbar.close_dialog,
.browse-page-view .dialog .dialog-title .landing-page-view .banner-alert .btn-toolbar.close_dialog,
.dialog .dialog-title .landing-page-view .banner-alert .btn-toolbar.close_dialog,
.landing-page-view .banner .dialog .dialog-title .notify-buttons.close_dialog,
.landing-page-view .browse-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.browse-page-view .landing-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.landing-page-view .banner-alert .dialog .dialog-title .notify-buttons.close_dialog,
.dialog .dialog-title .landing-page-view .banner .notify-buttons.close_dialog,
.dialog .dialog-title .landing-page-view .browse-page-view .banner-alert .notify-buttons.close_dialog,
.browse-page-view .dialog .dialog-title .landing-page-view .banner-alert .notify-buttons.close_dialog,
.dialog .dialog-title .landing-page-view .banner-alert .notify-buttons.close_dialog, .landing-page-view .banner .notify-inline .notify-buttons, .landing-page-view .browse-page-view .banner-alert .notify-inline .notify-buttons, .browse-page-view .landing-page-view .banner-alert .notify-inline .notify-buttons, .landing-page-view .banner-alert .notify-inline .notify-buttons, .notify-inline .landing-page-view .banner .notify-buttons, .notify-inline .landing-page-view .browse-page-view .banner-alert .notify-buttons, .browse-page-view .notify-inline .landing-page-view .banner-alert .notify-buttons, .notify-inline .landing-page-view .banner-alert .notify-buttons {
  margin-right: 0px;
  margin-left: 10px;
}
.browse-page-view .banner .btn-default, .browse-page-view .banner-alert .btn-default, .landing-page-view .banner .btn-default, .landing-page-view .banner-alert .btn-default {
  background-color: #323944;
  border-color: #666;
  color: #fff;
}
.browse-page-view .banner .btn-primary, .browse-page-view .banner-alert .btn-primary, .landing-page-view .banner .btn-primary, .landing-page-view .banner-alert .btn-primary {
  color: #323944;
  border-color: #666;
  background-color: #FFB612;
}
.browse-page-view .banner .price-box, .browse-page-view .banner-alert .price-box, .landing-page-view .banner .price-box, .landing-page-view .banner-alert .price-box {
  display: block;
  float: left;
  margin-right: 5px;
  padding-top: 8px;
  font-size: 14px;
  color: white;
}
.browse-page-view .banner .total-price, .browse-page-view .banner-alert .total-price, .landing-page-view .banner .total-price, .landing-page-view .banner-alert .total-price {
  display: block;
  font-weight: bold;
}
.browse-page-view .banner .savings-display, .browse-page-view .banner-alert .savings-display, .landing-page-view .banner .savings-display, .landing-page-view .banner-alert .savings-display {
  display: block;
  padding-left: 4px;
}
.browse-page-view .banner .purchase-button, .browse-page-view .banner-alert .purchase-button, .landing-page-view .banner .purchase-button, .landing-page-view .banner-alert .purchase-button {
  float: right;
  visibility: visible;
}
.browse-page-view .banner .banner-title, .browse-page-view .banner-alert .banner-title, .landing-page-view .banner .banner-title, .landing-page-view .banner-alert .banner-title {
  text-align: center;
  width: 1100px;
  margin: auto;
}
.browse-page-view .banner .multi-select, .browse-page-view .banner-alert .multi-select, .landing-page-view .banner .multi-select, .landing-page-view .banner-alert .multi-select {
  float: left;
  margin-left: 18px;
}
.browse-page-view .banner.report, .browse-page-view .report.banner-alert, .landing-page-view .banner.report, .landing-page-view .report.banner-alert {
  color: white;
  font-size: 15px;
  min-height: unset;
  background-color: black;
  width: max-content;
  margin: auto;
}
.browse-page-view .banner.report p, .browse-page-view .report.banner-alert p, .landing-page-view .banner.report p, .landing-page-view .report.banner-alert p {
  text-align: left;
  margin: 15px 0;
  padding: 0;
  max-width: 770px;
}
.browse-page-view .banner.report div > p, .browse-page-view .report.banner-alert div > p, .landing-page-view .banner.report div > p, .landing-page-view .report.banner-alert div > p {
  margin-bottom: 0;
}
.browse-page-view .banner.report h2, .browse-page-view .report.banner-alert h2, .landing-page-view .banner.report h2, .landing-page-view .report.banner-alert h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 0;
}
.browse-page-view .banner.report strong, .browse-page-view .report.banner-alert strong, .browse-page-view .banner.report a, .browse-page-view .report.banner-alert a, .landing-page-view .banner.report strong, .landing-page-view .report.banner-alert strong, .landing-page-view .banner.report a, .landing-page-view .report.banner-alert a {
  color: #FFB612;
}
.browse-page-view .banner-alert, .landing-page-view .banner-alert {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: rgba(255, 182, 18, 0.95);
  padding: 0 20px 0 15px;
  margin: 0 auto;
  min-height: 50px;
  border-radius: 4px;
  color: #323944;
}
@media screen and (min-width: 1016px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 960px;
  }
}
@media screen and (min-width: 1265px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 1205px;
  }
}
@media screen and (min-width: 1514px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 1450px;
  }
}
@media screen and (min-width: 1763px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 1695px;
  }
}
@media screen and (min-width: 2012px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 1940px;
  }
}
@media screen and (min-width: 2261px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 2185px;
  }
}
@media screen and (min-width: 2510px) {
  .browse-page-view .banner-alert, .landing-page-view .banner-alert {
    width: 2430px;
  }
}
.browse-page-view .banner-alert .banner-message, .landing-page-view .banner-alert .banner-message {
  margin: auto 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.browse-page-view .banner-alert .banner-message .warning-icon, .landing-page-view .banner-alert .banner-message .warning-icon {
  margin: -3px 15px 0 2px;
}
.browse-page-view .banner-alert .banner-message .help-link a, .landing-page-view .banner-alert .banner-message .help-link a {
  color: #323944;
}

.browse-page-auto-fixed {
  top: 69px;
  z-index: 3;
}

.browse-page-view {
  display: block;
  min-height: max(350px, 100vh - 69px - 42px);
  /* Support an alternate style for the banners/nav/filterbar, which is a solid color with borders, and non-fixed/sticky position */
}
.browse-page-view .carousel {
  margin-bottom: 10px;
}
.browse-page-view .navbar-filter {
  border: 0;
  border-radius: 0;
  background-color: #13548c;
  text-align: center;
  margin-bottom: 0;
  box-shadow: 0 6px 6px -4px #0d0d10;
  z-index: 4;
}
.browse-page-view .navbar-filter .nav {
  display: inline-block;
  float: none;
}
.browse-page-view .navbar-filter .nav li {
  display: inline-block;
  float: none;
}
.browse-page-view .navbar-filter .nav li:first-child {
  margin-left: 18px;
}
.browse-page-view .navbar-filter .nav li:last-child {
  margin-right: 18px;
}
.browse-page-view .navbar-filter .nav li a {
  color: white;
}
.browse-page-view .navbar-filter .nav li a:hover, .browse-page-view .navbar-filter .nav li a:active, .browse-page-view .navbar-filter .nav li a:focus {
  color: white;
  background-color: transparent;
}
.browse-page-view .navbar-filter .nav li.active a {
  border-left: 1px solid #3b6c93;
  border-right: 1px solid #3b6c93;
  background-color: #669bcd;
  box-shadow: 0 0 10px 0 rgb(6.8113207547, 30.1132075472, 50.1886792453);
}
.browse-page-view .browse-page-banners-nonfixed {
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
}
.browse-page-view .browse-page-banners-nonfixed nav {
  background: black;
  box-shadow: none;
}
.browse-page-view .browse-page-banners-nonfixed .banner-container, .browse-page-view .browse-page-banners-nonfixed .toast-banner-container {
  border-top: solid 1px #555;
}
.browse-page-view .header {
  color: white;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 24px;
}
.browse-page-view .subtitle {
  color: white;
  font-size: 15px;
  padding: 0 20px 5px 20px;
  margin-top: -5px;
}
.browse-page-view .subtitle em {
  color: #FFB612;
  font-style: normal;
}
.browse-page-view .subtitle em a {
  color: #FFB612;
  text-decoration: underline;
}
.browse-page-view .browse-count {
  font-size: 0.8em;
  color: #ccc;
}
.browse-page-view h2.group-label {
  padding: 20px 20px 0 20px;
  margin: 0;
  color: white;
  font-size: 26px;
}
.browse-page-view div.group-label {
  padding: 3px 20px 0 20px;
  margin: 0;
  color: white;
  font-size: 15px;
  font-weight: normal;
}
.browse-page-view div.group-label + div.group-label {
  padding-top: 0px;
}
.browse-page-view div.group-label strong {
  color: #FFB612;
}
.browse-page-view .result-row + .group-label {
  border-top: solid 1px #555;
  margin-top: 20px;
}
.browse-page-view h2.group-label ~ .result-row .header {
  margin-top: 10px;
  font-size: 20px;
}
.browse-page-view package-carousel {
  display: block;
}
.browse-page-view package-carousel .header.title {
  font-size: 15px;
  color: white;
  z-index: 3;
}
.browse-page-view p {
  display: block;
  text-align: center;
  color: white;
  padding: 0;
  margin: 0;
}
.browse-page-view p a, .browse-page-view p a:hover, .browse-page-view p a:link, .browse-page-view p a:active {
  color: white;
  text-decoration: underline;
}
.browse-page-view p:first-of-type {
  padding-top: 20px;
}
.browse-page-view p:last-of-type {
  padding-bottom: 20px;
}

.place-unsupported-territory a {
  text-decoration: underline;
}

.empty-rentals-message p {
  padding-top: 6ex;
}
.empty-rentals-message a.rentals-browse-link {
  font-weight: bold;
  font-size: 2;
}

.content > .view-page-button-bar {
  background-color: black;
  margin-bottom: 17px;
}
.content > .view-page-button-bar .buttons {
  padding-top: 30px;
  padding-bottom: 0px;
}

.view-page-banner, .view-page-button-bar {
  position: relative;
}
.view-page-banner .buttons, .view-page-button-bar .buttons {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-around;
}
.view-page-banner .buttons.two-buttons, .view-page-button-bar .buttons.two-buttons {
  justify-content: space-between;
}
.view-page-banner .two-buttons > div:first-child, .view-page-button-bar .two-buttons > div:first-child {
  visibility: hidden;
}
.view-page-banner .btn, .view-page-button-bar .btn {
  background-color: #ffc002;
  color: black;
}
.view-page-banner .btn:hover, .view-page-button-bar .btn:hover {
  background-color: rgb(205.4406779661, 210.5423728814, 218.5593220339);
}

.view-page-banner .banner-img img {
  width: 100%;
  height: auto;
  margin: 0px;
}
.view-page-banner .banner-img + .banner-text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  max-height: 100%;
}
.view-page-banner .banner-img + .banner-text p {
  padding: 20px 0;
}
.view-page-banner .banner-text {
  overflow-y: auto;
  padding: 0px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  text-align: center;
}
.view-page-banner .banner-text p {
  text-align: left;
  display: inline-block;
  max-width: 1200px;
  white-space: pre-line;
  padding: 0 0 10px 0;
}
.view-page-banner .banner-text p.banner-text-collaped {
  max-height: 200px;
  overflow: hidden;
  mask: linear-gradient(to bottom, rgb(0, 0, 0) 0, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 0) 100% 50%/100% 100% repeat-x;
  padding-bottom: 0;
}
.view-page-banner .banner-text .showMoreButton, .view-page-banner .banner-text .showLessButton {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.view-page-banner .banner-text .showMoreButton {
  margin-top: -20px;
}
.view-page-banner .banner-text .showLessButton {
  margin-top: -10px;
}
.view-page-banner .banner-text .btn-group {
  margin-bottom: 15px;
}

.view-page-banner-footer {
  color: white;
  font-size: 15px;
  text-align: center;
  margin-top: 2px;
}

.view-page-warning {
  color: white;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}

.pagination-wrapper {
  display: block;
  text-align: center;
}
.pagination-wrapper .pagination > li:first-child > a {
  border-radius: 4px 0 0 4px;
}
.pagination-wrapper .pagination > li:last-child > a {
  border-radius: 0 4px 4px 0;
}
.pagination-wrapper .pagination > li.disabled > a, .pagination-wrapper .pagination > li.disabled > a:focus, .pagination-wrapper .pagination > li.disabled > a:hover, .pagination-wrapper .pagination > li.disabled > span, .pagination-wrapper .pagination > li.disabled > span:focus, .pagination-wrapper .pagination > li.disabled > span:hover {
  cursor: default;
}
.pagination-wrapper .pagination > li > span, .pagination-wrapper .pagination > li > span:focus, .pagination-wrapper .pagination > li span:hover {
  background-color: transparent;
  border: 0;
  color: transparent;
}
.pagination-wrapper .pagination > li > a, .pagination-wrapper .pagination > li > a:focus {
  background-color: transparent;
  border: 2px solid rgba(81, 90, 105, 0.05);
  color: white;
}
.pagination-wrapper .pagination > li.disabled > a, .pagination-wrapper .pagination > li.disabled > a:focus, .pagination-wrapper .pagination > li.disabled > a:hover, .pagination-wrapper .pagination > li.disabled > span, .pagination-wrapper .pagination > li.disabled > span:focus, .pagination-wrapper .pagination > li.disabled > span:hover {
  background-color: transparent;
  border: 2px solid rgba(81, 90, 105, 0.05);
  color: white;
}
.pagination-wrapper .pagination > li:not(.disabled) > a:hover {
  background-color: #165e93;
  border: 2px solid rgba(81, 90, 105, 0.05);
  color: white;
}
.pagination-wrapper .pagination > li.active > a, .pagination-wrapper .pagination > li.active > a:hover, .pagination-wrapper .pagination > li.active > a:focus {
  z-index: auto;
  background-color: #165e93;
  border: 2px solid rgba(81, 90, 105, 0.05);
  color: white;
}

.dolby-atmos th {
  color: white;
}
.dolby-atmos td:first-child {
  text-align: left;
}
.dolby-atmos td {
  text-align: center;
}
.dolby-atmos td, .dolby-atmos th {
  padding: 4px;
}
.dolby-atmos tbody > tr:nth-of-type(odd) {
  background-color: rgb(117.687250996, 149.0488047809, 179.562749004); /* #669bcd; */ /*#3b6c93;*/
}

#error-page a {
  color: #7ec6ff;
  text-decoration: underline;
}

.place-browse .title, .place-studios .title {
  font-size: 30px;
  height: auto;
  line-height: auto;
  padding: 5px 20px;
  position: relative;
  color: white;
}
.place-browse .title span, .place-studios .title span {
  text-align: center;
}
.place-browse .title .title-text, .place-studios .title .title-text {
  text-align: center;
  font-size: 24px;
}
.place-browse .title .title-text h1, .place-studios .title .title-text h1 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  display: inline;
}
.place-browse .title .title-text .title-main-text, .place-studios .title .title-text .title-main-text {
  font-size: 30px;
  color: white;
}
.place-browse .title .title-text .title-subtitle-text, .place-studios .title .title-text .title-subtitle-text {
  margin-top: -3px;
}
.place-browse .title .btn-toolbar, .place-browse .title .notify-buttons, .place-studios .title .btn-toolbar, .place-studios .title .notify-buttons {
  position: absolute;
  right: 20px;
  top: 10px;
}
.place-browse .title .btn-toolbar .title-context-link, .place-browse .title .notify-buttons .title-context-link, .place-studios .title .btn-toolbar .title-context-link, .place-studios .title .notify-buttons .title-context-link {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: 6px;
}
.place-browse .title .btn, .place-studios .title .btn {
  color: white;
  border-color: #525252;
  background-color: #323944;
  padding: 5px 15px;
  position: static;
}
.place-browse .title .btn-primary, .place-studios .title .btn-primary {
  color: #323944;
  border-color: #666;
  background-color: #FFB612;
}

.place-studios .studios {
  display: grid;
  grid-template-columns: repeat(auto-fill, 225px);
  justify-content: center;
  place-items: center;
  row-gap: 50px;
  column-gap: 50px;
  margin-top: 20px;
}
.place-studios .studio {
  display: flex;
  height: 321px;
  width: 225px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.place-studios a.logo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.place-studios a.name-only {
  font-size: 24px;
}

.place-ai-chat {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
}
.place-ai-chat .place-ai-chat-knockout-root,
.place-ai-chat .place-ai-chat-react-root {
  height: 100%;
}
.place-ai-chat .place-ai-chat-react-root {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 1px #334155;
  border-radius: 16px;
  overflow: hidden;
}
.place-ai-chat .title-main-text {
  color: #f8fafc;
  font-family: Kaleidescape, Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 20px 15px;
}
.place-ai-chat .title-main-text .fa-solid {
  margin-right: 8px;
  background: linear-gradient(135deg, #3b82f6 0%, #10b981 100%);
  background-clip: text;
  color: transparent;
  padding: 2px 0;
}
.place-ai-chat .chat-header, .place-ai-chat .chat-body {
  background-color: #1e293b;
  border-bottom: solid 1px #334155;
}
.place-ai-chat .chat-body {
  flex-grow: 1;
  min-height: 350px;
  display: flex;
  flex-direction: row;
}
.place-ai-chat .chat-body > * {
  height: 100%;
  flex-basis: 0;
  flex-grow: 1;
}
.place-ai-chat .chat-left {
  display: flex;
  flex-direction: column;
}
.place-ai-chat .chat-left > * {
  padding: 10px 15px;
}
.place-ai-chat .chat-disclaimer {
  font-size: 12px;
  font-style: italic;
  color: #999999;
}
.place-ai-chat .chat-disclaimer a {
  color: inherit;
  text-decoration: underline;
}
.place-ai-chat .chat-messages {
  flex-grow: 1;
  overflow-y: auto;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.place-ai-chat .chat-messages .chat-disclaimer {
  padding: 6px 6px 0 6px;
}
.place-ai-chat .chat-messages .chat-message {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
  margin: 10px 0;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text {
  padding: 12px 16px;
  border-radius: 18px;
  background-color: #1e293b;
  border: solid 1px #334155;
  line-height: 1.6;
  white-space: pre-wrap;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text ul {
  margin: 10px 0px;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text ul li {
  margin-bottom: 4px;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text a {
  font-weight: bold;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text table {
  margin: 8px 0;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text table th, .place-ai-chat .chat-messages .chat-message .chat-message-text table td {
  color: white;
  border: solid 1px white;
}
.place-ai-chat .chat-messages .chat-message .chat-message-text .streaming-indicator {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #10b981;
  animation: pulse 1s infinite;
}
.place-ai-chat .chat-messages .chat-message .chat-message-icon {
  flex-shrink: 0;
  background-color: red;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-ai-chat .chat-messages .chat-message.chat-message-user {
  align-self: flex-end;
}
.place-ai-chat .chat-messages .chat-message.chat-message-user .chat-message-text {
  border-color: #3b82f6;
}
.place-ai-chat .chat-messages .chat-message.chat-message-user .chat-message-icon {
  background-color: #3b82f6;
}
.place-ai-chat .chat-messages .chat-message.chat-message-ai {
  align-self: flex-start;
}
.place-ai-chat .chat-messages .chat-message.chat-message-ai .chat-message-text {
  border-color: #10b981;
}
.place-ai-chat .chat-messages .chat-message.chat-message-ai .chat-message-icon {
  background-color: #10b981;
}
.place-ai-chat .chat-messages .chat-message.chat-message-ai .chat-message-icon .fa-kai {
  --fa: "K";
}
.place-ai-chat .chat-messages .chat-message.chat-message-error {
  max-width: 80%;
}
.place-ai-chat .chat-messages .chat-message.chat-message-error .chat-message-text {
  border-color: #ef4444;
}
.place-ai-chat .chat-messages .chat-message.chat-message-error .chat-message-icon {
  background-color: #ef4444;
}
.place-ai-chat .chat-input {
  border-top: solid 1px #334155;
  border-bottom: solid 1px #334155;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.place-ai-chat .chat-input input[type=text] {
  flex-grow: 1;
  background-color: transparent;
  color: #f8fafc;
  border: 1px solid #334155;
}
.place-ai-chat .chat-input input[type=text]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.place-ai-chat .chat-input input[type=text]::placeholder {
  color: #999999;
}
.place-ai-chat .chat-input .clear-history {
  border: 0;
  background-color: transparent;
  color: #999;
}
.place-ai-chat .chat-buttons {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}
.place-ai-chat .chat-buttons .chat-disclaimer {
  flex-grow: 1;
  text-align: center;
  font-size: 11px;
}
.place-ai-chat .chat-right {
  overflow-y: scroll;
  background-color: black;
}
.place-ai-chat .chat-right > * {
  padding: 10px 15px;
}
.place-ai-chat .chat-recommendations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.place-ai-chat .chat-recommendations .streaming-indicator {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #10b981;
  animation: pulse 1s infinite;
}
.place-ai-chat .chat-recommendation {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  width: 190px;
  gap: 5px;
}
.place-ai-chat .chat-recommendation .package_cover {
  width: 160px;
  margin: 5px 10px 0 10px;
  margin: 0;
}
.place-ai-chat .chat-recommendation .package_cover .image-failed img.cover_image {
  height: 229px;
  width: 160px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  white-space: initial;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  /* Try and center the alt text (this only seems to work on Firefox, for Chrome/Safari they don't use before/after */
}
.place-ai-chat .chat-recommendation .package_cover .image-failed img.cover_image::before, .place-ai-chat .chat-recommendation .package_cover .image-failed img.cover_image::after {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 219px;
  width: 150px;
}
.place-ai-chat .chat-recommendation .package_cover img.cover_image {
  max-width: 160px;
  max-height: 229px;
}
.place-ai-chat .chat-recommendation .package_cover .cover_image_align {
  height: 229px;
}
.place-ai-chat .chat-recommendation .package_cover .cover_image_align .cover_image_wrapper {
  width: auto;
}
.place-ai-chat .chat-recommendation .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper {
  position: relative;
}
.place-ai-chat .chat-recommendation .package_cover .cover_image_align .cover_image_wrapper .cover_image_inner_wrapper input[type=checkbox] + span:before {
  display: none;
}
.place-ai-chat .chat-recommendation .package_cover .cover_image_align .cover_image_wrapper::before {
  background-size: 160px 229px;
}
.place-ai-chat .chat-recommendation .snipe-icon-wrapper {
  left: 0;
  bottom: 0;
  width: 100%;
}
.place-ai-chat .chat-recommendation a img {
  width: 100%;
}
.place-ai-chat .chat-recommendation .recommendation-reason {
  font-size: 12px;
  color: #f8fafc;
  padding: 10px;
  width: 100%;
  border: solid 1px #10b981;
  border-radius: 18px;
}