/******************************************************************
HTML Component Library
Author: CBN

Stylesheet: All Components
******************************************************************/
.primary-font, header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button, header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button {
  font-family: "open_sansregular", Arial, sans-serif;
}

.bold-font, .back-to-home {
  font-family: "open_sansbold", Arial, sans-serif;
}

.title-font {
  font-family: "nunitoextrabold", Arial, sans-serif;
}

.bold-title-font {
  font-family: "nunitobold", Arial, sans-serif;
}

.semibold-title-font {
  font-family: "nunitosemibold", Arial, sans-serif;
}

.extrabold-title-font {
  font-family: "nunitoextrabold", Arial, sans-serif;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Default rem baseline.
 * 
 * @type Number
 */
/**
 * Transform a value into rem.
 *
 * @param {Number} $value
 * @param {Number} $baseline ($guss-rem-baseline)
 *
 * @requires {variable} guss-rem-baseline
 *
 * @return {List | Number}
 */
/**
 * Output `rem` units with `px` fallback.
 *
 * @link http://sassmeister.com/gist/7451284 Usage
 * 
 * @param {Map} $properties
 *
 * @requires {function} rem
 */
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {
  color: #504f4f;
  background-color: #9a9a9a; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#9a9a9a));
  background-image: -webkit-linear-gradient(top, #dfdfdf, #9a9a9a);
  background-image: -moz-linear-gradient(top, #dfdfdf, #9a9a9a);
  background-image: -ms-linear-gradient(top, #dfdfdf, #9a9a9a);
  background-image: -o-linear-gradient(top, #dfdfdf, #9a9a9a);
  background-image: linear-gradient(top, #dfdfdf, #9a9a9a);
}

#loader-container {
  color: #fff !important;
  background-color: #04305a; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0255a5), to(#04305a));
  background-image: -webkit-linear-gradient(top, #0255a5, #04305a);
  background-image: -moz-linear-gradient(top, #0255a5, #04305a);
  background-image: -ms-linear-gradient(top, #0255a5, #04305a);
  background-image: -o-linear-gradient(top, #0255a5, #04305a);
  background-image: linear-gradient(top, #0255a5, #04305a);
}

hr {
  border-color: #dedede;
}

h1, h3 {
  color: #044380;
}

form legend {
  border-color: #dedede;
}

/* = Navigation 
-------------------------------------------------------------------------------------------------------------------- */
header#desktop-navigation.navigation-holder .topbar {
  background: #0255a5;
  background: -moz-linear-gradient(right, #0255a5 0%, #04305a 100%);
  background: -webkit-linear-gradient(right, #0255a5 0%, #04305a 100%);
  background: linear-gradient(to right, #0255a5 0%, #04305a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
header#desktop-navigation.navigation-holder .topbar .navbar-brand {
  width: 120px;
  left: 20px;
  top: 24px;
}
header#desktop-navigation.navigation-holder .topbar .navbar-brand img {
  height: auto;
}
header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link {
  background: rgb(255, 255, 255);
  color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar .primary-menu li.active > a.nav-link:hover {
  color: #04305a;
}
header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:hover, header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:focus {
  background: #044380;
}
header#desktop-navigation.navigation-holder .topbar .primary-menu a.nav-link:active {
  background: #04305a;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link {
  color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:hover, header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:focus {
  color: #04305a;
  background: #efefef;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu a.nav-link:active {
  color: #044380;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu li.dropdown:hover > a,
header#desktop-navigation.navigation-holder .topbar .secondary-menu li.dropdown.show > a {
  background: #efefef;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu li.dropdown:hover .dropdown-menu,
header#desktop-navigation.navigation-holder .topbar .secondary-menu li.dropdown.show .dropdown-menu {
  background: #efefef;
}
header#desktop-navigation.navigation-holder .topbar .secondary-menu .dropdown-menu .row > div .game-listing-button {
  margin-top: 26px;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-redeem:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-replays:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-cart:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-funds:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-activity:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-profile:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .nav-item-help:before {
  color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .shopping-cart-logo a:hover, header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .shopping-cart-logo a:focus, header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .shopping-cart-logo a:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds a:hover,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds a:focus,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds a:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .redemption-indication a:hover,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .redemption-indication a:focus,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .redemption-indication a:before,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:hover,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:focus,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:before {
  background: #044380;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .shopping-cart-logo a:active,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds a:active,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .redemption-indication a:active,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active {
  background: #04305a;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:hover, header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:focus {
  background: #044380;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active {
  background: #04305a;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[aria-expanded=true] {
  background-color: #fff;
  color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items li.dropdown.show .user-menu {
  color: #0255a5;
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds {
    display: none;
  }
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a[aria-expanded=true] {
  background-color: #dcdcdc;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:hover, header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:focus,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:hover,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:focus {
  color: #04305a;
  background-color: #efefef;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a:active,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a:active {
  color: #044380;
  background-color: #efefef;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button {
  color: #fff;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown a.button:hover,
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown li.dropdown:hover > a.button:hover {
  background: #036fd7;
  border-color: #036fd7;
  color: #fff;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu {
  background-color: #dcdcdc;
  border-color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu a {
  color: #0255a5;
}
header#desktop-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-navbar-dropdown .dropdown-menu a:hover {
  color: #04305a;
  background-color: #efefef;
}
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a,
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu {
  color: #0255a5;
}
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active, header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a[data-active=true],
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active,
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[data-active=true] {
  color: #fff;
}
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a:active:before, header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items a[data-active=true]:before,
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu:active:before,
header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .user-menu[data-active=true]:before {
  background-color: #0255a5;
  opacity: 1;
}
@media screen and (max-width: 340px) {
  header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .redemption-indication,
  header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  header#mobile-navigation.navigation-holder .topbar #menu-registration-form.menu-user-items .add-funds.has-redemptions {
    display: none;
  }
}
header#mobile-navigation.navigation-holder .topbar #navbar-toggler .icon {
  color: #0255a5;
}
header#mobile-navigation.navigation-holder .topbar #navbar-toggler:before {
  background-color: #0255a5;
  color: #fff;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu,
header#mobile-navigation.navigation-holder .mobile-offcanvas {
  background-color: #0255a5;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu h6.dropdown-header,
header#mobile-navigation.navigation-holder .mobile-offcanvas h6.dropdown-header {
  background-color: #0255a5;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas,
header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas {
  background-color: #fff;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu .mobile-offcanvas a,
header#mobile-navigation.navigation-holder .mobile-offcanvas .mobile-offcanvas a {
  color: #0255a5;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-redeem:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-replays:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-cart:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-funds:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-activity:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-profile:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container .nav-item-help:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-redeem:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-replays:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-cart:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-funds:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-activity:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-profile:before,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container .nav-item-help:before {
  color: #0255a5;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a {
  color: #0255a5;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button {
  color: #fff;
}
header#mobile-navigation.navigation-holder .mobile-offcanvas.dropdown-menu #user-dropdown-container a.button:hover,
header#mobile-navigation.navigation-holder .mobile-offcanvas #user-dropdown-container a.button:hover {
  background: #036fd7;
  border-color: #036fd7;
  color: #fff;
}

#sticky-footer button,
#sticky-footer a {
  color: #0255a5;
}
#sticky-footer button:before,
#sticky-footer a:before {
  background-color: #0255a5;
}
#sticky-footer button[data-active=true], #sticky-footer button:active, #sticky-footer button.active,
#sticky-footer a[data-active=true],
#sticky-footer a:active,
#sticky-footer a.active {
  color: #fff;
}
#sticky-footer button[data-active=true] span.icon, #sticky-footer button:active span.icon, #sticky-footer button.active span.icon,
#sticky-footer a[data-active=true] span.icon,
#sticky-footer a:active span.icon,
#sticky-footer a.active span.icon {
  color: #fff;
}

/* = Varius 
-------------------------------------------------------------------------------------------------------------------- */
.main-content a,
.text-highlight,
.order-values-container .highlight-border {
  color: #3bace2;
}

.main-content a:hover, .main-content a:active {
  color: #1e94cc;
}

.main-content h3.title-date,
.progress-bar-container #progress-bar,
.title-bar,
h2.page-title,
.cart-header,
#modal-message-message h2,
.notification-bar.replay-container {
  background-color: #0a77ab;
}

.tooltip-container .tooltip-button {
  background-color: #3bace2;
}
.tooltip-container .tooltip {
  background: #3bace2;
}

.primary-colour {
  background-color: #0255a5;
}

.primary-colour-background {
  background-color: #0255a5;
}

.secondary-colour {
  background-color: #3bace2;
}

.secondary-colour-background {
  background-color: #0a77ab;
}

.light-greadient-banner {
  background: #666666;
  background: -moz-linear-gradient(right, #666666 0%, #444444 100%);
  background: -webkit-linear-gradient(right, #666666 0%, #444444 100%);
  background: linear-gradient(to right, #666666 0%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.dark-greadient-banner {
  background: #313238;
  background: -moz-linear-gradient(right, #313238 0%, #4a4b4c 100%);
  background: -webkit-linear-gradient(right, #313238 0%, #4a4b4c 100%);
  background: linear-gradient(to right, #313238 0%, #4a4b4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.dark-banner {
  background-color: #1e1d1f;
}

.light-banner {
  background-color: #afafaf;
}

.cart-header .shopping-cart-total .cart-number-of-items {
  color: #3bace2;
}

@media (min-width: 1440px) {
  .right-sidebar-holder {
    background-image: url("../../../../../../common/html/assets/images/lc/sidebar-logos.png");
    background-position: top right;
  }
}
.fob-dropdown-content-item {
  border-color: #dedede;
}

.quicklinks-buttons .game-fob.standard-button {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.quicklinks-buttons .game-fob.standard-button .button-game-logo img {
  max-height: 60px;
  position: relative;
  top: 3px;
}
.quicklinks-buttons .game-fob.standard-button:hover {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.quicklinks-buttons .game-fob.standard-button:focus {
  background: #333;
  background: -moz-linear-gradient(right, #333 0%, #222 100%);
  background: -webkit-linear-gradient(right, #333 0%, #222 100%);
  background: linear-gradient(to right, #333 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

/* = Buttons 
-------------------------------------------------------------------------------------------------------------------- */
.cancel-button {
  background: #fff;
  border-color: #fff;
  color: #0255a5;
}
.cancel-button:hover, .cancel-button:focus {
  color: #0255a5;
  background: #fff;
  border-color: #fff;
}
.cancel-button:active {
  color: #0255a5;
  background: #fff;
  border-color: #fff;
}

button.button-fill,
button.button-fill[data-active=true] {
  border: 2px solid #0255a5;
  color: #0255a5;
}
button.button-fill:hover,
button.button-fill[data-active=true]:hover {
  background: #0262be;
  border-color: #0262be;
  color: #fff;
}
button.button-fill:focus,
button.button-fill[data-active=true]:focus {
  background: #02488c;
  border-color: #02488c;
  color: #fff;
}

button.button-fill[data-active=true] {
  background: #0255a5;
  border: 2px solid #0255a5;
  color: #fff;
}
button.button-fill[data-active=true]:hover {
  background: #0262be;
  border-color: #0262be;
  color: #fff;
}
button.button-fill[data-active=true]:focus {
  background: #02488c;
  border-color: #02488c;
  color: #fff;
}

a.standard-button,
.standard-button,
.button-fill,
.button.nav-link {
  color: #fff;
  border-color: #0255a5;
  background: #0255a5;
}
a.standard-button:hover,
.standard-button:hover,
.button-fill:hover,
.button.nav-link:hover {
  background: #0262be;
  border-color: #0262be;
  color: #fff;
}
a.standard-button:focus,
.standard-button:focus,
.button-fill:focus,
.button.nav-link:focus {
  background: #02488c;
  border-color: #02488c;
  color: #fff;
}
a.standard-button.express-pay-button, a.standard-button.insufficient-funds-purchase-button,
.standard-button.express-pay-button,
.standard-button.insufficient-funds-purchase-button,
.button-fill.express-pay-button,
.button-fill.insufficient-funds-purchase-button,
.button.nav-link.express-pay-button,
.button.nav-link.insufficient-funds-purchase-button {
  background: #053d72;
  border-color: #053d72;
}
a.standard-button.express-pay-button:hover, a.standard-button.insufficient-funds-purchase-button:hover,
.standard-button.express-pay-button:hover,
.standard-button.insufficient-funds-purchase-button:hover,
.button-fill.express-pay-button:hover,
.button-fill.insufficient-funds-purchase-button:hover,
.button.nav-link.express-pay-button:hover,
.button.nav-link.insufficient-funds-purchase-button:hover {
  background: #053d72;
}
a.standard-button.white-button,
.standard-button.white-button,
.button-fill.white-button,
.button.nav-link.white-button {
  background: #fff;
  border-color: #fff;
  color: #0255a5;
}
a.standard-button.white-button:hover,
.standard-button.white-button:hover,
.button-fill.white-button:hover,
.button.nav-link.white-button:hover {
  background: #0262be;
  border-color: #0262be;
  color: #fff;
}
a.standard-button.white-button:focus,
.standard-button.white-button:focus,
.button-fill.white-button:focus,
.button.nav-link.white-button:focus {
  background: #02488c;
  border-color: #02488c;
  color: #fff;
}

.disable-button,
.standard-button:disabled,
.standard-button.disabled-button {
  border-color: #c8c7c7;
  background: #e5e4e4;
  color: #c8c7c7;
}
.disable-button:hover, .disable-button:focus,
.standard-button:disabled:hover,
.standard-button:disabled:focus,
.standard-button.disabled-button:hover,
.standard-button.disabled-button:focus {
  border-color: #c8c7c7;
  background: #e5e4e4;
  color: #c8c7c7;
}

.standard-button.blue-button {
  background: #04305a;
  border-color: #04305a;
}
.standard-button.blue-button:focus, .standard-button.blue-button:hover {
  background: #02488c;
  border-color: #02488c;
}

button.button-outline,
.button.button-outline {
  border-color: #0255a5;
  color: #0255a5;
  background-color: rgba(255, 255, 255, 0);
}
button.button-outline:hover, button.button-outline:focus,
.button.button-outline:hover,
.button.button-outline:focus {
  color: #fff;
  background-color: #012e59;
  border-color: #012e59;
}
button.button-outline.white,
.button.button-outline.white {
  border-color: #fff;
  color: #fff;
}
button.button-outline.white:hover, button.button-outline.white:focus,
.button.button-outline.white:hover,
.button.button-outline.white:focus {
  color: #0255a5;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
button.button-outline:disabled,
.button.button-outline:disabled {
  border-color: #c8c7c7;
  background: #e5e4e4;
  color: #c8c7c7;
}
button.button-outline:disabled:hover, button.button-outline:disabled:focus,
.button.button-outline:disabled:hover,
.button.button-outline:disabled:focus {
  border-color: #c8c7c7;
  background: #e5e4e4;
  color: #c8c7c7;
}

.button-link,
.button-link.nav-link {
  border-color: transparent;
  background-color: transparent;
  color: #0255a5;
}
.button-link:hover, .button-link:active,
.button-link.nav-link:hover,
.button-link.nav-link:active {
  border: solid 2px transparent;
  background-color: transparent;
  color: #012e59;
}
.button-link.white,
.button-link.nav-link.white {
  color: #fff;
}

.text-based-button,
button.text-based-button {
  color: #3bace2;
}
.text-based-button:hover, .text-based-button:active,
button.text-based-button:hover,
button.text-based-button:active {
  color: #1e94cc;
}

.standard-button.yellow-button {
  background: transparent;
  border-color: #0255a5;
  color: #0255a5;
}
.standard-button.yellow-button:focus, .standard-button.yellow-button:hover {
  color: #012140;
  border-color: #012140;
}
.standard-button.yellow-button:active, .standard-button.yellow-button:focus {
  color: #012e59;
  border-color: #012e59;
}

.standard-button.blue-button {
  background: #186ab3;
  border-bottom-color: #114f88;
}
.standard-button.blue-button:focus, .standard-button.blue-button:hover {
  background: #2c8bdf;
  border-color: #114f88;
}
.standard-button.blue-button:active, .standard-button.blue-button:focus {
  border-color: #114f88;
}

.back-to-home {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}
.back-to-home a {
  background: rgba(255, 255, 255, 0.5);
  color: #e46035;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  font-weight: 800;
  display: inline-block;
}
.back-to-home a:hover {
  text-decoration: none;
}
.back-to-home a:after {
  content: "+";
  display: block;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  height: 25px;
}

.tabbed-nav[data-active=true] {
  border-color: #0255a5;
  color: #0255a5;
}

#ticket-activity-container .winners-checkbox[data-active=true] .winners-only-label {
  color: #fff !important;
  border-color: #0255a5 !important;
  background-color: #0255a5 !important;
}
#ticket-activity-container .winners-checkbox .winners-only-label {
  color: #0255a5;
}

#ticket-activity-table_paginate span .current {
  color: #fff !important;
  border-color: #0255a5 !important;
  background-color: #0255a5 !important;
}

.text-highlight {
  color: #ff7600;
}

.entire-game-container #loto-tabs-container .tabs-pagination .one-click-buy-total,
.entire-game-container #sports-tabs-container .tabs-pagination .one-click-buy-total {
  background: #0255a5;
}

.games-list .game-listing-game br {
  display: none;
}

.game-fob.standard-button {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-fob.standard-button:hover {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-fob.standard-button:focus {
  background: #333;
  background: -moz-linear-gradient(right, #333 0%, #222 100%);
  background: -webkit-linear-gradient(right, #333 0%, #222 100%);
  background: linear-gradient(to right, #333 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.games-list .game-listing-game.game-listing-game-fob.game-listing-game {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo {
  adding-top: 0px;
  adding-top: 0rem;
  max-width: 200px;
  max-width: 20rem;
}
@media screen and (max-width: 450px) {
  .games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo-image-container {
    width: 100%;
    padding-top: 0;
    position: relative;
    top: 0;
  }
}
.games-list .game-listing-game.game-listing-game-fob .game-listing-button {
  color: #f05c25;
}

.games-list .game-listing-game.game-listing-game-fob.game-listing-game {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #444 100%);
  background: -webkit-linear-gradient(right, #222 0%, #444 100%);
  background: linear-gradient(to right, #222 0%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo {
  adding-top: 0px;
  adding-top: 0rem;
  max-width: 200px;
  max-width: 20rem;
}
.games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo .game-listing-game-logo-image-container {
  text-align: center;
}
.games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo .game-listing-game-logo-image-container img {
  max-height: 110px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 450px) {
  .games-list .game-listing-game.game-listing-game-fob .game-listing-game-logo-image-container {
    width: 100%;
    padding-top: 0;
    position: relative;
    top: 0;
  }
}
.games-list .game-listing-game.game-all-games {
  background: #007ab3;
  background: -moz-linear-gradient(right, #007ab3 0%, #04305a 100%);
  background: -webkit-linear-gradient(right, #007ab3 0%, #04305a 100%);
  background: linear-gradient(to right, #007ab3 0%, #04305a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.games-list .game-listing-game .game-listing-button {
  color: #0255a5;
}
.games-list .game-listing-game .game-listing-button.disabled-button {
  box-shadow: none;
  border-bottom: none;
  background: #e5e4e4;
  border: 2px solid #c8c7c7;
  color: #fff;
}
.games-list .game-listing-game .game-listing-game-blured-logo-image-container img {
  opacity: 0.4;
}
.games-list.quicklinks-buttons .game-listing-game .game-listing-game-blured-logo-image-container img {
  top: -30%;
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .games-list.quicklinks-buttons .game-listing-game .game-listing-logo-container {
    float: left;
    width: 30%;
  }
  .games-list.quicklinks-buttons .game-listing-game .game-listing-logo-container .game-listing-game-logo {
    width: 100%;
  }
  .games-list.quicklinks-buttons .game-listing-game .col-container {
    float: right;
    width: 70%;
  }
}
.games-list.quicklinks-buttons .button-columns .game-listing-game.game-fob .game-listing-button {
  color: #1767b3;
  margin-top: 15px;
}
.games-list.quicklinks-buttons .button-columns .game-listing-game.game-fob:after {
  background: #222;
  background: -moz-linear-gradient(right, #222 0%, #005fb9 100%);
  background: -webkit-linear-gradient(right, #222 0%, #005fb9 100%);
  background: linear-gradient(to right, #222 0%, #005fb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

/* = Games
-------------------------------------------------------------------------------------------------------------------- */
.play-game-template .main-content .add-incrementor-button,
.play-game-template .main-content .minus-incrementor-button {
  padding: 7px 0;
  padding: 0.7rem 0;
  background: #fe9c17;
  border-right: none;
}
.play-game-template .main-content .add-incrementor-button:hover, .play-game-template .main-content .add-incrementor-button:focus,
.play-game-template .main-content .minus-incrementor-button:hover,
.play-game-template .main-content .minus-incrementor-button:focus {
  background: #fbaf47;
}
.play-game-template .main-content .add-incrementor-button:disabled,
.play-game-template .main-content .minus-incrementor-button:disabled {
  padding: 7px 0;
  padding: 0.7rem 0;
  background: #dddddd;
  border: none;
}
.play-game-template .main-content .number-of-counter-display {
  background: #dedede;
  color: #888888;
}
.play-game-template hr {
  border-color: #eeeeee;
}
.play-game-template .game-play-picks-container button {
  background: #e46035;
  border: none;
}
.play-game-template .your-selections-container {
  background: #fff;
}

/* = Games PAges
-------------------------------------------------------------------------------------------------------------------- */
body#game-doubledailygrand .panel-header,
body#game-doubledailygrand .progress {
  background: #009144;
}
body#game-doubledailygrand .panel-header {
  background-color: #014c25;
}
body#game-doubledailygrand .progress:after {
  border-left-color: #009144;
}
body#game-doubledailygrand .your-play-detail .game-play-pick {
  color: #009144;
  border-color: #009144;
}

.game-doubledailygrand .game-header,
.game-doubledailygrand .game-part-container-highlight {
  background: #009144;
  color: #fff;
}
.game-doubledailygrand .text-highlight {
  color: #009144;
}
.game-doubledailygrand .game-header, .game-doubledailygrand.standard-button {
  background: #009144;
  background: -moz-linear-gradient(right, #009144 0%, #014c25 100%);
  background: -webkit-linear-gradient(right, #009144 0%, #014c25 100%);
  background: linear-gradient(to right, #009144 0%, #014c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-doubledailygrand.standard-button:hover {
  background: #009144;
  background: -moz-linear-gradient(right, #009144 0%, #014c25 100%);
  background: -webkit-linear-gradient(right, #009144 0%, #014c25 100%);
  background: linear-gradient(to right, #009144 0%, #014c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-doubledailygrand.standard-button:focus {
  background: #014c25;
  background: -moz-linear-gradient(right, #014c25 0%, #014c25 100%);
  background: -webkit-linear-gradient(right, #014c25 0%, #014c25 100%);
  background: linear-gradient(to right, #014c25 0%, #014c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-doubledailygrand #play-type-name {
  color: #009144;
}

#ticket-activity-table .ticket-items-doubledailygrand,
#winner-activity-table .ticket-items-doubledailygrand {
  background: #009144;
  background: -moz-linear-gradient(right, #009144 0%, #014c25 100%);
  background: -webkit-linear-gradient(right, #009144 0%, #014c25 100%);
  background: linear-gradient(to right, #009144 0%, #014c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-doubledailygrand.game-listing-game {
  background: #009144;
  background: -moz-linear-gradient(right, #009144 0%, #014c25 100%);
  background: -webkit-linear-gradient(right, #009144 0%, #014c25 100%);
  background: linear-gradient(to right, #009144 0%, #014c25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-doubledailygrand.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 120px;
}

body#game-powerplay .panel-header,
body#game-powerplay .progress {
  background: #1d72c3;
}
body#game-powerplay .panel-header {
  background-color: #155592;
}
body#game-powerplay .progress:after {
  border-left-color: #1d72c3;
}
body#game-powerplay .your-play-detail .game-play-pick {
  color: #1d72c3;
  border-color: #1d72c3;
}

.game-powerplay .game-header,
.game-powerplay .game-part-container-highlight {
  background: #1d72c3;
  color: #fff;
}
.game-powerplay .text-highlight {
  color: #1d72c3;
}
.game-powerplay .game-header, .game-powerplay.standard-button {
  background: #1d72c3;
  background: -moz-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: -webkit-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: linear-gradient(to right, #1d72c3 0%, #155592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-powerplay.standard-button:hover {
  background: #1d72c3;
  background: -moz-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: -webkit-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: linear-gradient(to right, #1d72c3 0%, #155592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-powerplay.standard-button:focus {
  background: #155592;
  background: -moz-linear-gradient(right, #155592 0%, #155592 100%);
  background: -webkit-linear-gradient(right, #155592 0%, #155592 100%);
  background: linear-gradient(to right, #155592 0%, #155592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-powerplay #play-type-name {
  color: #1d72c3;
}

#ticket-activity-table .ticket-items-powerplay,
#winner-activity-table .ticket-items-powerplay {
  background: #1d72c3;
  background: -moz-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: -webkit-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: linear-gradient(to right, #1d72c3 0%, #155592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-powerplay .game-listing-draw-results br:nth-child(6) {
  display: block;
}
.game-listing-game-powerplay .game-listing-draw-results span:nth-child(7) {
  border-color: transparent;
}
.game-listing-game-powerplay .game-listing-draw-results span:nth-child(5), .game-listing-game-powerplay .game-listing-draw-results span:nth-child(8) {
  border-style: dotted;
  background-color: #00488d;
}
.game-listing-game-powerplay.game-listing-game {
  background: #1d72c3;
  background: -moz-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: -webkit-linear-gradient(right, #1d72c3 0%, #155592 100%);
  background: linear-gradient(to right, #1d72c3 0%, #155592 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-powerplay.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 120px;
}

body#game-super6 .panel-header,
body#game-super6 .progress {
  background: #007cad;
}
body#game-super6 .panel-header {
  background-color: #004d65;
}
body#game-super6 .progress:after {
  border-left-color: #007cad;
}
body#game-super6 .your-play-detail .game-play-pick {
  color: #007cad;
  border-color: #007cad;
}

.game-super6 .game-header,
.game-super6 .game-part-container-highlight {
  background: #007cad;
  color: #fff;
}
.game-super6 .text-highlight {
  color: #007cad;
}
.game-super6 .game-header, .game-super6.standard-button {
  background: #007cad;
  background: -moz-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: -webkit-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: linear-gradient(to right, #007cad 0%, #004d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-super6.standard-button:hover {
  background: #007cad;
  background: -moz-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: -webkit-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: linear-gradient(to right, #007cad 0%, #004d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-super6.standard-button:focus {
  background: #004d65;
  background: -moz-linear-gradient(right, #004d65 0%, #004d65 100%);
  background: -webkit-linear-gradient(right, #004d65 0%, #004d65 100%);
  background: linear-gradient(to right, #004d65 0%, #004d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-super6 #play-type-name {
  color: #007cad;
}

#ticket-activity-table .ticket-items-super6,
#winner-activity-table .ticket-items-super6 {
  background: #007cad;
  background: -moz-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: -webkit-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: linear-gradient(to right, #007cad 0%, #004d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-super6.game-listing-game {
  background: #007cad;
  background: -moz-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: -webkit-linear-gradient(right, #007cad 0%, #004d65 100%);
  background: linear-gradient(to right, #007cad 0%, #004d65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-super6.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 160px;
}
.game-listing-game-super6 .game-listing-draw-results span:nth-child(8) {
  border-style: dotted;
  background-color: #003a4e;
}

.quicklinks-buttons .button-columns .game-listing-game.game-listing-game-super6 .game-listing-logo-container .game-listing-game-logo {
  width: auto;
  max-width: 160px;
}

body#game-tictactoe .panel-header,
body#game-tictactoe .progress {
  background: #7a1f76;
}
body#game-tictactoe .panel-header {
  background-color: #490f46;
}
body#game-tictactoe .progress:after {
  border-left-color: #7a1f76;
}
body#game-tictactoe .your-play-detail .game-play-pick {
  color: #7a1f76;
  border-color: #7a1f76;
}

.game-tictactoe .game-header,
.game-tictactoe .game-part-container-highlight {
  background: #7a1f76;
  color: #fff;
}
.game-tictactoe .text-highlight {
  color: #7a1f76;
}
.game-tictactoe .game-header, .game-tictactoe.standard-button {
  background: #7a1f76;
  background: -moz-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: -webkit-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: linear-gradient(to right, #7a1f76 0%, #490f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-tictactoe.standard-button:hover {
  background: #7a1f76;
  background: -moz-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: -webkit-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: linear-gradient(to right, #7a1f76 0%, #490f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-tictactoe.standard-button:focus {
  background: #490f46;
  background: -moz-linear-gradient(right, #490f46 0%, #490f46 100%);
  background: -webkit-linear-gradient(right, #490f46 0%, #490f46 100%);
  background: linear-gradient(to right, #490f46 0%, #490f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-tictactoe #play-type-name {
  color: #7a1f76;
}

#ticket-activity-table .ticket-items-tictactoe,
#winner-activity-table .ticket-items-tictactoe {
  background: #7a1f76;
  background: -moz-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: -webkit-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: linear-gradient(to right, #7a1f76 0%, #490f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-tictactoe.game-listing-game {
  background: #7a1f76;
  background: -moz-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: -webkit-linear-gradient(right, #7a1f76 0%, #490f46 100%);
  background: linear-gradient(to right, #7a1f76 0%, #490f46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-tictactoe.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 130px;
}

body#game-big4 .panel-header,
body#game-big4 .progress {
  background: #c4960c;
}
body#game-big4 .panel-header {
  background-color: #8c6b08;
}
body#game-big4 .progress:after {
  border-left-color: #c4960c;
}
body#game-big4 .your-play-detail .game-play-pick {
  color: #c4960c;
  border-color: #c4960c;
}

.game-big4 .game-header,
.game-big4 .game-part-container-highlight {
  background: #c4960c;
  color: #fff;
}
.game-big4 .text-highlight {
  color: #c4960c;
}
.game-big4 .game-header, .game-big4.standard-button {
  background: #c4960c;
  background: -moz-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: -webkit-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: linear-gradient(to right, #c4960c 0%, #8c6b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-big4.standard-button:hover {
  background: #c4960c;
  background: -moz-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: -webkit-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: linear-gradient(to right, #c4960c 0%, #8c6b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-big4.standard-button:focus {
  background: #8c6b08;
  background: -moz-linear-gradient(right, #8c6b08 0%, #8c6b08 100%);
  background: -webkit-linear-gradient(right, #8c6b08 0%, #8c6b08 100%);
  background: linear-gradient(to right, #8c6b08 0%, #8c6b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-big4 #play-type-name {
  color: #c4960c;
}

#ticket-activity-table .ticket-items-big4,
#winner-activity-table .ticket-items-big4 {
  background: #c4960c;
  background: -moz-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: -webkit-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: linear-gradient(to right, #c4960c 0%, #8c6b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-big4 .game-listing-draw-results br:nth-child(5) {
  display: block;
}
.game-listing-game-big4 .game-listing-draw-results span:nth-child(6) {
  border-color: transparent;
}
.game-listing-game-big4 .game-listing-draw-results span:nth-child(7), .game-listing-game-big4 .game-listing-draw-results span:nth-child(9) {
  border-style: dotted;
  background-color: #403b0b;
}
.game-listing-game-big4.game-listing-game {
  background: #c4960c;
  background: -moz-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: -webkit-linear-gradient(right, #c4960c 0%, #8c6b08 100%);
  background: linear-gradient(to right, #c4960c 0%, #8c6b08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-big4.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 120px;
}

.quicklinks-buttons .button-columns .game-listing-game.game-listing-game-big4 .game-listing-logo-container .game-listing-game-logo {
  width: auto;
  max-width: 120px;
}

body#game-1-off .panel-header,
body#game-1-off .progress {
  background: #8f288c;
}
body#game-1-off .panel-header {
  background-color: #6f1d6d;
}
body#game-1-off .progress:after {
  border-left-color: #8f288c;
}
body#game-1-off .your-play-detail .game-play-pick {
  color: #8f288c;
  border-color: #8f288c;
}

.game-1-off .game-header,
.game-1-off .game-part-container-highlight {
  background: #8f288c;
  color: #fff;
}
.game-1-off .text-highlight {
  color: #8f288c;
}
.game-1-off .game-header, .game-1-off.standard-button {
  background: #8f288c;
  background: -moz-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: -webkit-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: linear-gradient(to right, #8f288c 0%, #6f1d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-1-off.standard-button:hover {
  background: #8f288c;
  background: -moz-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: -webkit-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: linear-gradient(to right, #8f288c 0%, #6f1d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-1-off.standard-button:focus {
  background: #6f1d6d;
  background: -moz-linear-gradient(right, #6f1d6d 0%, #6f1d6d 100%);
  background: -webkit-linear-gradient(right, #6f1d6d 0%, #6f1d6d 100%);
  background: linear-gradient(to right, #6f1d6d 0%, #6f1d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-1-off #play-type-name {
  color: #8f288c;
}

#ticket-activity-table .ticket-items-1-off,
#ticket-activity-table .ticket-items-spdoble,
#ticket-activity-table .ticket-items-tehacefaltaviaje,
#winner-activity-table .ticket-items-1-off,
#winner-activity-table .ticket-items-spdoble,
#winner-activity-table .ticket-items-tehacefaltaviaje {
  background: #8f288c;
  background: -moz-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: -webkit-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: linear-gradient(to right, #8f288c 0%, #6f1d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-1-off.game-listing-game {
  background: #8f288c;
  background: -moz-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: -webkit-linear-gradient(right, #8f288c 0%, #6f1d6d 100%);
  background: linear-gradient(to right, #8f288c 0%, #6f1d6d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-1-off.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 140px;
}

body#game-lucky3 .panel-header,
body#game-lucky3 .progress {
  background: #0361b9;
}
body#game-lucky3 .panel-header {
  background-color: #044888;
}
body#game-lucky3 .progress:after {
  border-left-color: #0361b9;
}
body#game-lucky3 .your-play-detail .game-play-pick {
  color: #0361b9;
  border-color: #0361b9;
}

.game-lucky3 .game-header,
.game-lucky3 .game-part-container-highlight {
  background: #0361b9;
  color: #fff;
}
.game-lucky3 .text-highlight {
  color: #0361b9;
}
.game-lucky3 .game-header, .game-lucky3.standard-button {
  background: #0361b9;
  background: -moz-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: -webkit-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: linear-gradient(to right, #0361b9 0%, #044888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-lucky3.standard-button:hover {
  background: #0361b9;
  background: -moz-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: -webkit-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: linear-gradient(to right, #0361b9 0%, #044888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-lucky3.standard-button:focus {
  background: #044888;
  background: -moz-linear-gradient(right, #044888 0%, #044888 100%);
  background: -webkit-linear-gradient(right, #044888 0%, #044888 100%);
  background: linear-gradient(to right, #044888 0%, #044888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-lucky3 #play-type-name {
  color: #0361b9;
}

#ticket-activity-table .ticket-items-lucky3,
#winner-activity-table .ticket-items-lucky3 {
  background: #0361b9;
  background: -moz-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: -webkit-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: linear-gradient(to right, #0361b9 0%, #044888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-lucky3.game-listing-game {
  background: #0361b9;
  background: -moz-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: -webkit-linear-gradient(right, #0361b9 0%, #044888 100%);
  background: linear-gradient(to right, #0361b9 0%, #044888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-lucky3.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 140px;
}
.game-listing-game-lucky3 .game-listing-draw-results br:nth-child(4) {
  display: block;
}
.game-listing-game-lucky3 .game-listing-draw-results span:nth-child(5) {
  border: none;
  width: auto !important;
  padding-right: 5px;
  padding-left: 10px;
}
.game-listing-game-lucky3 .game-listing-draw-results span:nth-child(6) {
  border-style: dotted;
  background-color: #0878e1;
}

.quicklinks-buttons .button-columns .game-listing-game.game-listing-game-lucky3 .game-listing-logo-container .game-listing-game-logo {
  width: auto;
  max-width: 140px;
}

body#game-pick2 .panel-header,
body#game-pick2 .progress {
  background: #213687;
}
body#game-pick2 .panel-header {
  background-color: #16275e;
}
body#game-pick2 .progress:after {
  border-left-color: #213687;
}
body#game-pick2 .your-play-detail .game-play-pick {
  color: #213687;
  border-color: #213687;
}

.game-pick2 .game-header,
.game-pick2 .game-part-container-highlight {
  background: #213687;
  color: #fff;
}
.game-pick2 .text-highlight {
  color: #213687;
}
.game-pick2 .game-header, .game-pick2.standard-button {
  background: #213687;
  background: -moz-linear-gradient(right, #213687 0%, #16275e 100%);
  background: -webkit-linear-gradient(right, #213687 0%, #16275e 100%);
  background: linear-gradient(to right, #213687 0%, #16275e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-pick2.standard-button:hover {
  background: #213687;
  background: -moz-linear-gradient(right, #213687 0%, #16275e 100%);
  background: -webkit-linear-gradient(right, #213687 0%, #16275e 100%);
  background: linear-gradient(to right, #213687 0%, #16275e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-pick2.standard-button:focus {
  background: #16275e;
  background: -moz-linear-gradient(right, #16275e 0%, #16275e 100%);
  background: -webkit-linear-gradient(right, #16275e 0%, #16275e 100%);
  background: linear-gradient(to right, #16275e 0%, #16275e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-pick2 #play-type-name {
  color: #213687;
}

#ticket-activity-table .ticket-items-pick2,
#winner-activity-table .ticket-items-pick2 {
  background: #213687;
  background: -moz-linear-gradient(right, #213687 0%, #16275e 100%);
  background: -webkit-linear-gradient(right, #213687 0%, #16275e 100%);
  background: linear-gradient(to right, #213687 0%, #16275e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}

.game-listing-game-pick2 .game-listing-draw-results br:nth-child(3) {
  display: block;
}
.game-listing-game-pick2 .game-listing-draw-results span:nth-child(4) {
  border-color: transparent;
}
.game-listing-game-pick2 .game-listing-draw-results span:nth-child(5) {
  border-style: dotted;
  background-color: #4867d6;
}
.game-listing-game-pick2.game-listing-game {
  background: #213687;
  background: -moz-linear-gradient(right, #213687 0%, #16275e 100%);
  background: -webkit-linear-gradient(right, #213687 0%, #16275e 100%);
  background: linear-gradient(to right, #213687 0%, #16275e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$fromColor", endColorstr="$toColor", GradientType=1);
}
.game-listing-game-pick2.game-listing-game .game-listing-logo-container .game-listing-game-logo {
  max-width: 120px;
}

/* = Getting Started 
-------------------------------------------------------------------------------------------------------------------- */
.template-getting-started-page .getting-started-container .getting-started-number {
  color: #267ed2;
}
.template-getting-started-page .getting-started-container .getting-started-short-description p a {
  color: #3bace2;
}
.template-getting-started-page .getting-started-container-big.first {
  border-top: solid 10px #00417d;
  padding-top: 35px;
}
.template-getting-started-page .getting-started-container-big h3 {
  color: #0055a5;
}
.template-getting-started-page .getting-started-container-big a {
  color: #ef7800;
}
.template-getting-started-page .getting-started-container-big.white h3, .template-getting-started-page .getting-started-container-big.gray h3, .template-getting-started-page .getting-started-container-big.dark h3 {
  color: #3bace2;
}
.template-getting-started-page .getting-started-container-big.dark {
  background-color: #00417d;
}
.template-getting-started-page .getting-started-container-big.dark h3 {
  color: #fff;
}
.template-getting-started-page .getting-started-container-big.dark a {
  color: #81cef3;
}
.template-getting-started-page .getting-started-container-big a {
  color: #3bace2;
}

/* = Player History
-------------------------------------------------------------------------------------------------------------------- */
table.dataTable tr {
  border-top: none;
}
table.dataTable button, table.dataTable a {
  color: #fff;
}

thead tr {
  background: none !important;
}

/* = Login 
-------------------------------------------------------------------------------------------------------------------- */
.template-login #main-layout-container {
  background-color: #0255a5; /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#43b0e3), to(#0255a5));
  background-image: -webkit-linear-gradient(top, #43b0e3, #0255a5);
  background-image: -moz-linear-gradient(top, #43b0e3, #0255a5);
  background-image: -ms-linear-gradient(top, #43b0e3, #0255a5);
  background-image: -o-linear-gradient(top, #43b0e3, #0255a5);
  background-image: linear-gradient(top, #43b0e3, #0255a5);
}

/* = Footer 
-------------------------------------------------------------------------------------------------------------------- */
footer {
  color: #000;
}
footer.wrap {
  background-color: #ffc500;
}
footer.wrap .mobile-container.main-layout-container {
  border-top: solid 15px #083e73;
}
footer.wrap .copyright a {
  color: #000;
}
footer.wrap .btn-outline-dark {
  color: #04305a;
  border-color: #04305a;
}
footer.wrap .btn-outline-dark:hover, footer.wrap .btn-outline-dark:focus {
  background-color: #0255a5;
  border-color: #0255a5;
  color: #fff;
}
footer.wrap .btn-outline-dark:active {
  background-color: #04305a;
  border-color: #04305a;
  color: #fff;
}
footer.wrap .footer-last-links {
  border-color: #0255a5;
}
footer.wrap .dark-footer {
  background-color: #dcc318;
}
footer.wrap .sprite-back-to-top {
  background-image: url(../../../../../../common/html/assets/images/common/sprite18-en-dark.png);
}

/* Language Specific
--------------------------------------------------------------------------------------------------------------------- */
body.es fieldset label {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
  margin: 0 0 0.5rem 0;
}

/*# sourceMappingURL=site.css.map */
