body {
    overflow: hidden
}

#wrapper {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 932px;
    min-height: 558px;
    max-width: 1600px;
    min-width: 768px
}

.desktopAdvisor {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.desktopAdvisorPanel {
    width: 720px;
    height: 451px;
    background: #474747;
    color: #fff;
    text-align: left;
    border-radius: 2px
}

.desktopAdvisorPanel>div:not(.closeBtn) {
    width: 100%;
    height: 100%
}

.desktopAdvisorPanel>div:not(.closeBtn)>.labeledCheckbox {
    margin-left: 30px
}

.desktopAdvisorTitle {
    padding: 36px 0 24px;
    font-size: 25px;
    text-align: center
}

.desktopAdvisorTitle>p {
    margin: 0
}

.desktopAdvisorTitle>p:last-child {
    margin-top: 2px
}

.desktopAdvisorCategories {
    background: #232323;
    width: 100%;
    height: 40px;
    color: #9e9e9e;
    position: relative;
    overflow: hidden;
    font-size: 17px
}

.desktopAdvisorCategories>.desktopCarouselContent .active {
    background: #2b84d2;
    color: #fff;
    cursor: initial
}

.desktopAdvisorCategories>:not(.desktopCarouselContent) {
    position: absolute;
    top: 0;
    width: 56px;
    height: 100%;
    z-index: 1;
    cursor: pointer
}

.desktopAdvisorCategories>:not(.desktopCarouselContent)>div {
    width: 46px;
    background: #232323;
    box-shadow: 0 0 10px 2px #232323;
    height: 100%;
    position: relative
}

.desktopAdvisorCategories>:not(.desktopCarouselContent)>div>div {
    width: 16px;
    height: 16px;
    position: relative;
    top: 50%;
    border-bottom: 2px solid #9e9e9e
}

.desktopAdvisor .passive {
    cursor: initial
}

.desktopAdvisor .passive>div>div {
    opacity: 0
}

.desktopAdvisor .desktopCarouselLeftButton {
    left: 0
}

.desktopAdvisor .desktopCarouselRightButton {
    right: 0
}

.desktopAdvisor .desktopCarouselRightButton>div {
    margin-left: 10px
}

.desktopAdvisor .desktopCarouselLeftButton>div>div {
    -webkit-transform: rotate(45deg) translateX(-70%);
    -ms-transform: rotate(45deg) translateX(-70%);
    transform: rotate(45deg) translateX(-70%)
}

.desktopAdvisor .desktopCarouselRightButton>div>div {
    -webkit-transform: rotate(-45deg) translateX(70%);
    -ms-transform: rotate(-45deg) translateX(70%);
    transform: rotate(-45deg) translateX(70%)
}

.desktopAdvisorCategories .desktopCarouselLeftButton>div>div {
    border-left: 2px solid #9e9e9e;
    left: 90%;
    transition: 500ms
}

.desktopAdvisorCategories .desktopCarouselRightButton>div>div {
    border-right: 2px solid #9e9e9e;
    left: -30%;
    transition: 500ms
}

.desktopAdvisor .desktopCarouselContent {
    height: 100%
}

.desktopAdvisor .scroller,
.desktopAdvisor .iscroll-scroller {
    height: 100%;
    z-index: initial !important;
    text-align: center
}

.desktopAdvisor .scroller>:not(:first-child):not(:last-child),
.desktopAdvisor .iscroll-scroller>:not(:first-child):not(:last-child) {
    cursor: pointer
}

.desktopAdvisorCategories .scroller>:first-child,
.desktopAdvisorCategories .scroller>:last-child,
.desktopAdvisorCategories .iscroll-scroller>:first-child,
.desktopAdvisorCategories .iscroll-scroller>:last-child {
    width: 6px
}

.desktopAdvisorCategories .scroller>div,
.desktopAdvisorCategories .iscroll-scroller>div {
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
    vertical-align: top;
    height: 100%
}

.desktopAdvisorCategoryView {
    height: 242px;
    width: 100%
}

.desktopGameAdvisorItem {
    margin: 0 25px;
    display: inline-block;
    vertical-align: top
}

.desktopGameAdvisorItem .jackpotTitle {
    color: #9e9e9e;
    font-size: 12px;
    height: 14px
}

.desktopGameAdvisorItem .gameIcon:hover~.jackpotTitle {
    color: #fff
}

.desktopGameAdvisorItem .jackpotAmount {
    color: gold;
    font-size: 13px;
    height: 15px;
    margin-top: 2px
}

.desktopGameAdvisorItem .jackpotTitle,
.desktopGameAdvisorItem .jackpotAmount {
    position: relative;
    top: -158px
}

.desktopGameAdvisorItem .desktopAdviserGameName {
    display: none;
    font-size: 13px;
    margin-top: -31px;
    width: 120px
}

.desktopGameAdvisorItem .gameIcon:hover~.desktopAdviserGameName {
    display: block
}

.desktopGameAdvisorItem .desktopAdviserGameName>div {
    width: 500%;
    margin-left: -200%
}

.desktopGameAdvisorItem .gameIcon {
    width: 120px;
    height: 120px;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 55px
}

.desktopGameAdvisorItem .gameIcon img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: inherit;
    background-size: 100% 100%
}

.playOverlay {
    position: relative;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    border-radius: inherit
}

.desktopGameAdvisorItem .gameIcon:not(.inactive):hover .playOverlay {
    opacity: .8;
    filter: alpha(opacity=80)
}

.desktopGameAdvisorItem .playBtn {
    position: relative;
    top: 45%;
    left: 45%;
    width: 10%;
    height: 10%;
    -webkit-transition: .15s;
    transition: .15s;
    -webkit-transition-timing-function: cubic-bezier(0.31, 0.53, 0.66, 1.35);
    transition-timing-function: cubic-bezier(0.31, 0.53, 0.66, 1.35)
}

.desktopGameAdvisorItem .gameIcon:not(.inactive):hover .playBtn {
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%
}

.preview_indicator {
    top: 26px;
    right: 10px
}

.playBtn {
    border-radius: 50%;
    overflow: hidden
}

.playBtn>div {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.playBtn>div>div {
    width: 100%;
    height: 40%;
    background: #fff;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.desktop-top-panel-button.pt-panic-image {
    background-image: url("../../images/desktop/icons/man.png");
    background-repeat: no-repeat
}

.playBtn>div>div:nth-child(2) {
    -webkit-transform: rotate(60deg) translate(20%, 40%);
    -ms-transform: rotate(60deg) translate(20%, 40%);
    transform: rotate(60deg) translate(20%, 40%)
}

.playBtn>div>div:nth-child(3) {
    -webkit-transform: rotate(-60deg) translate(10%, -10%);
    -ms-transform: rotate(-60deg) translate(10%, -10%);
    transform: rotate(-60deg) translate(10%, -10%)
}

.desktopAdvisorCategoryView>div {
    height: 100%
}

.desktopAdvisorCategoryView>div>:first-child {
    height: 30px
}

.desktopAdvisorCategoryView>div>div:nth-child(2) {
    text-align: center
}

.desktopAdvisor iframe {
    width: 100%;
    background-color: #fff;
    border: 0;
    height: 200px
}

.desktopAdvisorSubTabScroll {
    background: #2b84d2;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.desktopAdvisorSubTabScroll>.desktopCarouselContent .active {
    color: gold
}

.desktopAdvisorSubTabScroll>:not(.desktopCarouselContent) {
    position: absolute;
    top: 0;
    width: 52px;
    height: 100%;
    z-index: 1
}

.desktopAdvisorSubTabScroll>:not(.desktopCarouselContent)>div {
    width: 42px;
    background: #2b84d2;
    box-shadow: 0 0 20px 10px #2b84d2;
    height: 100%
}

.desktopAdvisorSubTabScroll>:not(.desktopCarouselContent)>div>div {
    width: 13px;
    height: 13px;
    position: relative;
    top: 50%;
    border-bottom: 1px solid #fff
}

.desktopAdvisorSubTabScroll .desktopCarouselLeftButton>div>div {
    border-left: 1px solid #fff;
    left: 90%;
    transition: 500ms
}

.desktopAdvisorSubTabScroll .desktopCarouselRightButton>div>div {
    border-right: 1px solid #fff;
    left: -24%;
    transition: 500ms
}

.desktopAdvisorSubTabScroll .scroller>div,
.desktopAdvisorSubTabScroll .iscroll-scroller>div {
    display: inline-block;
    line-height: 33px;
    padding: 0 12px;
    font-size: 13px
}

.desktopAdvisorSubTabScroll .scroller>:first-child,
.desktopAdvisorSubTabScroll .scroller>:last-child,
.desktopAdvisorSubTabScroll .iscroll-scroller>:first-child,
.desktopAdvisorSubTabScroll .iscroll-scroller>:last-child {
    width: 18px
}

.debug-folder>button.gwt-Button {
    height: 23px;
    margin: 1px;
    padding: 0;
    border: 1px solid grey;
    z-index: 1000;
    pointer-events: auto;
    left: 50%;
    bottom: 10%;
    margin-left: -53px;
    border-radius: 5px;
    position: fixed;
    bottom: 27px
}

.debug-folder .gwt-Button {
    width: 107px
}

.debug-folder-content {
    margin-top: 0;
    border: 3px solid black;
    top: 30px;
    right: 10px;
    padding-bottom: 4px;
    padding-right: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: auto
}

.hideView {
    transition: 500ms;
    opacity: 0
}

.closeBtnDesktop {
    width: 24px;
    height: 24px;
    margin: 4px;
    float: right;
    background-image: url("../../images/desktop/icons/x_button.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}

.quickMenuNotificationContainer {
    opacity: inherit
}

.closeBtnDesktop:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.quickFreeSpinsWrapper {
    position: relative;
    height: 30px;
    cursor: pointer
}

.quickFreeSpinsDesktopIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background-image: url("../../images/desktop/icons/FS_logo.png");
    background-size: contain;
    background-repeat: no-repeat
}

.quickFreeSpinsText {
    display: inline-block;
    color: #900;
    height: 16px;
    line-height: 16px;
    margin: 4px 15px;
    padding: 1px 17px 0 34px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 -3px 5px #ee6d0f inset, -3px 2px 4px yellow inset;
    text-shadow: 1px 1px 1px yellow;
    background-color: #fea61c;
    background: linear-gradient(to top, #fe8510, #fed61c);
    border: 1px solid yellow
}

.quickFreeSpinsWrapper:hover .quickFreeSpinsText {
    background-color: #f1ff05;
    background: linear-gradient(to top, #fec76e, #f1ff05)
}

.goldenChipDesktopIcon {
    width: 35px;
    height: 30px;
    background-image: url("../../images/desktop/icons/GC_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer
}

.closeBtnDesktop:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feGaussianBlurin="SourceAlpha"stdDeviation="3"/><feOffsetdx="1"dy="1"result="offsetblur"/><feFloodflood-color="rgba(255,255,255,1)"/><feCompositein2="offsetblur"operator="in"/><feMerge><feMergeNode/><feMergeNodein="SourceGraphic"/></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.desktop-top-panel-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

.desktop-top-panel-button.panic-image {
    background-image: url("../../images/desktop/icons/12h.png");
    background-repeat: no-repeat
}

.desktop-top-panel-button.responsible-gaming-image {
    background-image: url("../../images/desktop/icons/resp_gaming.png");
    background-repeat: no-repeat
}

.desktop-top-panel-button.game-advisor {
    background-image: url("../../images/desktop/icons/owl.png");
    background-repeat: no-repeat;
    width: 24px
}

.desktop-top-panel-button:hover,
.defaultGameIcon:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feGaussianBlurin="SourceAlpha"stdDeviation="3"/><feOffsetdx="1"dy="1"result="offsetblur"/><feFloodflood-color="rgba(255,255,255,1)"/><feCompositein2="offsetblur"operator="in"/><feMerge><feMergeNode/><feMergeNodein="SourceGraphic"/></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.QMNotificationContainer {
    display: block;
    opacity: inherit;
    position: absolute;
    top: 30px;
    left: 15px
}

.desktopNotificationDialog {
    font-family: Asap, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    padding: 15px;
    min-height: 260px;
    background-color: #474747;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.desktopNotificationContent {
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
    text-align: center
}

.fontSizeSmall {
    font-size: 13px
}

.desktopNotification {
    color: white;
    background-color: rgba(74, 74, 74, 0.98);
    margin-top: 5px
}

.desktopNotificationIconPanel {
    height: 55px;
    width: 64px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto
}

.desktopNotificationIconPanelDialog {
    height: 65px;
    width: 94px;
    background-image: url("../../images/desktop/icons/FS_logo.png");
    margin-top: 20px;
    margin-bottom: 10px
}

.desktopTopNotificationsAreaContainer {
    line-height: 25px;
    height: 25px;
    font-size: 0
}

.fsbNotificationIcon {
    background-image: url("../../images/desktop/icons/FS_logo.png")
}

.game-bonus-notification {
    background-image: url("../../images/desktop/icons/present_icon.png")
}

.jackpot-won-notification {
    background: url("../../images/components/notifications/info.png") no-repeat center
}

.real-game-notification {
    background-image: url("../../images/desktop/icons/money_icon.png")
}

.goldenChipNotification {
    background-image: url("../../images/desktop/icons/GC_logo.png")
}

.promoGadgetNotificationIcon .bonusDefaultIcon {
    background-image: url("../../images/components/bottombar/balance_italyBonus.png")
}

.desktopNotificationSmall {
    width: 235px;
    min-height: 140px
}

.desktopNotificationButtonPanel {
    display: inline-block
}

.notificationButton {
    font-family: 'Asap', sans-serif;
    border-radius: 1px;
    margin: 10px;
    padding: 2px 20px 2px 20px;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27)
}

.notificationButton:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.desktopBonusContainer {
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 100%
}

.desktopButtonSmall {
    font: 14px Asap, sans-serif;
    border-radius: 1px;
    margin: 3px 10px 1px 0;
    padding: 0 5px;
    color: white;
    cursor: pointer;
    height: 22px;
    min-width: 70px;
    max-width: 150px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden
}

.buttonBig {
    padding: 6px 80px
}

.buttonRegular {
    background-color: #6ecd8d
}

.buttonRegular:hover {
    background-color: #62ad7b
}

.buttonRegularOrange {
    background-color: #ec8813
}

.buttonRegularOrange:hover {
    background-color: #c26e02
}

.extraMarginTop {
    margin-top: 20px
}

.buttonYellow {
    background-color: #fab605
}

.buttonYellow:hover {
    background-color: #da9e05
}

.buttonOrange {
    background-color: #ec8813
}

.buttonOrange:hover {
    background-color: #c26e02
}

.buttonRed {
    background-color: #f66464
}

.buttonRed:hover {
    background-color: #cf4646
}

.IMSchatButton {
    margin-top: 4px;
    transform-origin: top;
    display: inline-block
}

.gamblingCommission {
    margin-right: 10px;
    margin-top: 3px;
    width: 79px;
    height: 22px;
    background: url("../../images/desktop/uk/gambling_commission.jpg") no-repeat;
    cursor: pointer
}

.italy-licensee-label {
    margin-right: 10px;
    margin-top: 3px;
    width: 79px;
    height: 22px;
    border: 1px solid red
}

.balanceDesktop {
    cursor: default;
    min-width: 74px;
    margin-right: 20px;
    margin-left: 5px;
    padding-left: 30px;
    height: 28px;
    font-family: 'Asap', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: no-repeat left center;
    white-space: pre-wrap
}

.playerBalanceGoodDesktop {
    background-image: url(../../images/desktop/icons/bag.png)
}

.playerBalanceBadDesktop {
    background-image: url(../../images/desktop/icons/attention.png)
}

.playerBalanceFunDesktop {
    background-image: url(../../images/desktop/icons/cherry.png)
}

.playerBalanceFunBonusDesktop {
    background-image: url(../../images/desktop/icons/prize.png)
}

.clockDesktop {
    color: white;
    line-height: 28px;
    font-family: 'Asap', sans-serif
}

.gameFrame {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 54px);
    border: 0;
    margin: 0;
    padding: 0;
    top: 26px;
    bottom: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.pnlBottomDesktop {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28px;
    background-color: #181818;
    box-sizing: border-box;
    font-size: 0
}

.hiddenScene {
    opacity: 0
}

.hiddenScene .pnlBottomDesktop {
    opacity: 0
}

.optionsDialog {
    cursor: default;
    background: #474747;
    color: #fff;
    width: 460px;
    height: 360px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    padding: 6px 0;
    border-radius: 2px
}

.optionsDialog .closeBtn {
    width: 25px;
    height: 25px;
    margin-left: -35px;
    margin-top: -1px
}

.optionsDialog>table {
    width: 100%;
    height: 100%
}

.optionsInnerPanel {
    width: 420px
}

.groupPanel {
    width: 100%;
    margin-bottom: 30px
}

.groupPanel>tbody>tr>td {
    padding: 8px
}

.groupPanel>tbody>tr:not(:first-of-type)>td {
    border-bottom: 1px solid #6b6666
}

.smallLabel {
    font-size: 13px;
    position: relative;
    bottom: -3px
}

.closeBtn {
    width: 30px;
    height: 30px;
    position: relative;
    top: -100%;
    margin-top: 10px;
    left: 100%;
    margin-left: -40px;
    cursor: pointer
}

.closeBtn>div {
    width: 120%;
    height: 2px;
    background: #9e9e9e;
    position: relative;
    left: -10%
}

.closeBtn>div:first-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px
}

.closeBtn>div:last-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px
}

.graphicTitleIconHolder {
    width: 20px;
    height: 20px;
    overflow: visible;
    text-align: center;
    display: inline-block
}

.graphicTitleIconHolder>div {
    height: 100%;
    width: 200%;
    margin-left: -50%
}

.graphicTitleIconHolder img {
    height: 100%;
    width: auto
}

.graphicTitleLabel {
    position: relative;
    top: -3px;
    left: 6px
}

.labeledCheckbox {
    height: 20px;
    cursor: pointer
}

.labeledCheckbox.disabled {
    pointer-events: none
}

.labeledCheckbox.disabled .checkboxFrame,
.multiplayerLobbyPopup .player_profile_account_info .labeledCheckbox.disabled .checkboxFrame {
    border-color: #ff8400
}

.labeledCheckbox.disabled .checkboxFill {
    background-color: #ff8400
}

.checkboxLabel {
    position: relative;
    left: 10px;
    top: -3px
}

.checkboxFrame {
    border-radius: 3px;
    border: 1px solid #3699d6;
    width: 18px;
    height: 18px;
    display: inline-block
}

.checkboxFill {
    background: #3497d9;
    width: 100%;
    height: 100%
}

.checkboxSymbol {
    border-bottom: 2px solid #474747;
    border-left: 2px solid #474747;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 66.6%;
    height: 33.3%;
    position: relative;
    left: 11.1%;
    top: 16.6%
}

.sliderWrapper {
    height: 18px;
    border-radius: 9px;
    width: 100%
}

.sliderPanel {
    height: 3px;
    background-color: #6b6666;
    position: relative;
    top: 7.5px;
    margin: 0 9px
}

.sliderBar {
    height: 100%;
    background-color: #61ab7a
}

.sliderBall {
    width: 18px;
    height: 18px;
    float: right;
    position: relative;
    right: -9px;
    top: -7.5px;
    border-radius: 50%;
    background-color: #6ecc8c
}

#soundBox {
    right: 13px;
    width: 250px
}

#soundBox .sliderWrapper {
    width: 250px;
    height: 30px
}

#soundBox:after,
#soundBox:before {
    right: 60px
}

#menuBox {
    right: 22px
}

.menuItemsList {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menuItemsList li {
    padding: 6px 20px 6px 20px;
    border-bottom: 1px solid #454545
}

.menuItemsList li.disabled,
.menuItemsList li.disabled:hover {
    color: #aaa
}

.menuItemsList li:hover {
    cursor: pointer;
    color: #6ccc8c
}

.menuItemsList li:last-child {
    border-bottom: 0
}

.desktopButtonsPanel {
    float: right
}

.desktopPanelButtonImg {
    height: 20px
}

.desktopPanelButtonImg:hover {
    -webkit-filter: drop-shadow(0px 0 5px #FFF);
    filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feGaussianBlurin="SourceAlpha"stdDeviation="5"/><feOffsetdx="1"dy="1"result="offsetblur"/><feFloodflood-color="rgba(255,255,255,1)"/><feCompositein2="offsetblur"operator="in"/><feMerge><feMergeNode/><feMergeNodein="SourceGraphic"/></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0 5px #FFF);
    filter: drop-shadow(0px 0 5px #FFF)
}

.controlOffset {
    margin-right: 8px
}

.popupBox {
    position: absolute;
    background: #181818;
    padding: 5px;
    border-radius: 3px;
    top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.popupBox:after,
.arrow_box:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.popupBox:after {
    border-color: rgba(24, 24, 24, 0);
    border-bottom-color: #181818;
    border-width: 0 4px 7px 4px;
    margin-left: -10px
}

.popupBox:before {
    border: 6px rgba(194, 225, 245, 0);
    border-bottom-color: #c2e1f5;
    margin-left: -6px
}

.desktopTopNotificationsArea.closeArea {
    min-width: 25px
}

.desktopTopNotificationsArea.closeArea .desktopSmallButtonWithIcon {
    margin-right: 5px
}

.desktopPanel {
    font-family: 'Asap', sans-serif;
    height: 22px;
    background-color: #181818;
    position: relative;
    color: white;
    padding-left: 30px;
    padding-top: 4px;
    padding-right: 32px;
    font-size: 110%
}

.desktopButtonsPanel {
    float: right
}

.bottomPanelContainer {
    opacity: inherit;
    filter: alpha(opacity=NaN)
}

.desktopOverlayPanel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.desktopPanel .desktopOverlayPanel {
    background: #000;
    filter: alpha("opacity=70");
    opacity: .3;
    border-bottom: 1px;
    margin-bottom: -1px
}

.desktopTopNotificationsArea {
    font-size: 20px;
    height: 25px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 23px
}

.desktopSmallButtonWithIcon {
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.defaultGameIcon {
    background-image: url("../../images/desktop/icons/custom-settings.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat
}

.desktopGameAdviserImg:hover {
    -webkit-filter: drop-shadow(0px 0 5px #FFF);
    filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feGaussianBlurin="SourceAlpha"stdDeviation="5"/><feOffsetdx="1"dy="1"result="offsetblur"/><feFloodflood-color="rgba(255,255,255,1)"/><feCompositein2="offsetblur"operator="in"/><feMerge><feMergeNode/><feMergeNodein="SourceGraphic"/></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0px 0 5px #FFF);
    filter: drop-shadow(0px 0 5px #FFF)
}

.menuButtons.closeGamePageButton {
    position: absolute;
    left: inherit;
    right: 40px;
    top: 55px;
    background-image: url(../../images/desktop/icons/x_button.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 40px
}

.menuButtons.closeGamePageButton:hover {
    box-shadow: 0 0 15px white
}

input:focus,
select:focus,
textarea:focus,
button:focus,
option:focus {
    outline: 0
}

.message-box {
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    font: 18px Asap, sans-serif;
    color: #fff;
    background-color: #494949;
    margin: auto;
    width: 450px
}

.message-box .closeButton {
    width: 24px;
    height: 24px;
    margin: 4px;
    float: right;
    background-size: contain;
    background: url("../../images/desktop/icons/x_button.png") no-repeat;
    cursor: pointer
}

.message-box .closeButton:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.message-box__text-block {
    margin: 70px 38px 70px 38px;
    text-align: center;
    word-wrap: break-word;
    max-height: 59vh;
    overflow: auto
}

.message-box__text-block .message-box__text-container {
    padding: 0 2px;
    white-space: pre-wrap
}

.message-box__text-block::-webkit-scrollbar {
    width: 12px
}

.message-box__text-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.message-box__text-block::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(112, 112, 112, 0.6)
}

.simple-message-box .message-box__text-block {
    margin: 100px 50px
}

.widget-message-box .message-box__text-block {
    margin: 50px
}

.message-box__widget-block {
    text-align: center;
    margin: 0 38px
}

.message-box__widget-block .session-limit-select {
    border-bottom: 1px solid #8a8787;
    padding-bottom: 3px
}

.session-limit-select select::-ms-expand {
    display: none
}

.message-box__widget-block .gwt-ListBox {
    display: inline-block;
    font: 20px Asap, sans-serif;
    color: #fff;
    max-width: 300px;
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
    appearance: inherit;
    border: 0;
    padding-right: 37px;
    background: #494949 url("../../images/desktop/arrow.png") no-repeat 100% 50%;
    text-align: center
}

.message-box__buttons-block {
    bottom: 0;
    text-align: center;
    margin: 35px 30px
}

.simple-message-box .message-box__buttons-block {
    display: none
}

.message-box__buttons-block .mobileButton {
    display: inline-block;
    overflow: hidden;
    font: 18px Asap, sans-serif;
    min-width: 200px;
    max-width: 300px;
    height: 37px;
    background-color: #6ecd8d;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    line-height: 37px;
    cursor: pointer
}

.message-box__buttons-block .mobileButton:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.message-box__buttons-block .mobileButton.disabled {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    opacity: .5;
    cursor: default
}

.message-box__buttons-block .mobileButton.disabled:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13);
    opacity: .5;
    cursor: default
}

.confirm-message-box .message-box__buttons-block .mobileButton:first-child {
    min-width: 165px;
    max-width: 165px;
    margin: 0 6px 0 0
}

.confirm-message-box .message-box__buttons-block .mobileButton:last-child {
    background-color: #f66464;
    min-width: 165px;
    max-width: 165px;
    margin: 0 0 0 6px
}

.confirm-message-box .message-box__buttons-block .mobileButton:last-child:hover {
    background-color: #cf4646
}

.choose-message-box .message-box__buttons-block .mobileButton {
    min-width: 165px;
    max-width: initial;
    margin: 0 0 0 6px
}

.terms-conditions {
    display: inline-block;
    border-radius: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 18px Asap, sans-serif;
    color: #fff;
    background-color: #fff
}

.terms-conditions__header {
    margin: 20px;
    font-size: 22px;
    color: #2bb0b5
}

.terms-conditions__buttons {
    margin: 20px;
    font-size: 20px
}

.terms-conditions__iframe {
    width: 90%;
    min-height: 300px;
    border: 0
}

.uk-autoplay {
    width: 475px;
    display: inline-block;
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 18px Asap, sans-serif;
    color: #fff;
    background-color: #494949
}

.uk-autoplay__header {
    margin: 30px;
    font-size: 22px
}

.uk-autoplay__buttons,
.es-game-limitation .buttons {
    margin: 30px;
    font-size: 20px
}

.uk-content-item {
    margin: 20px 30px;
    font-size: 0
}

.uk-content-item__error-label,
.content-item__error-label {
    color: #ff8400;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-top: 3px
}

.uk-content-item__input-label,
.uk-content-item__check-box,
.uk-content-item__input-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.uk-content-item__input-wrapper {
    width: 33%;
    padding-left: 2%
}

.uk-content-item__input-label,
.uk-content-item__check-box {
    width: 65%;
    font-size: 18px;
    height: auto
}

.uk-content-item__check-box.full {
    display: block;
    width: 100%
}

.uk-content-item__check-box .checkboxLabel {
    left: 4px
}

.uk-content-item__check-box.disabled {
    color: gray;
    pointer-events: none
}

.uk-content-item__check-box.disabled .checkboxFrame {
    border-color: gray
}

.uk-content-item__check-box.disabled .checkboxFill {
    background-color: gray
}

.uk-content-item__input {
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #494949;
    border: 0;
    border-bottom: 1px solid #8a8787
}

.uk-content-item__input.error,
.content-item__input.error {
    border-color: #ff8400
}

.labeledCheckbox.disabled .checkboxLabel {
    cursor: default
}

.terms-conditions__buttons .mobile-button,
.uk-autoplay__buttons .mobile-button,
.es-game-limitation .cp-Button {
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 40px;
    background-color: #6ecd8d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    border-radius: 1px;
    line-height: 40px;
    cursor: pointer
}

.terms-conditions__buttons .mobile-button:hover,
.uk-autoplay__buttons .mobile-button:hover,
.es-game-limitation .cp-Button:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.terms-conditions__buttons .mobile-button.accept,
.uk-autoplay__buttons .mobile-button:first-child {
    margin-right: 8px
}

.terms-conditions__buttons .mobile-button.decline,
.uk-autoplay__buttons .mobile-button:last-child,
.es-game-limitation .cp-Button.exit {
    background-color: #f66464
}

.terms-conditions__buttons .mobile-button.decline:hover,
.uk-autoplay__buttons .mobile-button:last-child:hover,
.es-game-limitation .cp-Button.exit:hover {
    background-color: #cf4646
}

.cp-loading-view-desktop {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #3b464c;
    background-size: cover;
    max-height: 932px;
    min-width: 768px
}

.disableBackgroundImage {
    background: black
}

.loadingBarWithLabel {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0
}

.cp-loading-logo-container {
    display: inline-block;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    width: 640px;
    height: 340px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.gameByPlaytechWrapper {
    position: absolute;
    bottom: 0;
    right: 0
}

.gameByPlaytechWrapper>div {
    width: 251px;
    height: 28px;
    display: inline-block;
    margin: 0 15px 10px 0
}

.copyright-powered .gameByPlaytechWrapper>div {
    background-image: url(../../images/powered_by_pt_white.png)
}

.copyright-game .gameByPlaytechWrapper>div {
    background-image: url(../../images/game_by_pt_white.png)
}

.cp-loading-logo-img {
    width: 640px;
    height: 286px;
    background-image: url(../../images/components/loading/loading_brand_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.loadinglable {
    color: rgba(255, 255, 255, 0.6);
    margin: 150px 0 15px 0;
    font: 15px Asap, sans-serif;
    font-weight: bold
}

.cp-loading-progress {
    width: 500px;
    height: 8px;
    overflow: hidden;
    background-color: rgba(29, 31, 31, 0.7);
    margin: auto;
    border-radius: 24px;
    box-shadow: 0 0 12px rgba(30, 144, 255, 1);
    border-left: 2px solid white
}

.animationBorderRadiusFix {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.progressDiv {
    position: absolute;
    left: -501px;
    width: 497px;
    height: 6px;
    border-radius: 50px;
    border: 1px solid white;
    background-color: #58d1d1;
    background: -webkit-linear-gradient(left, rgba(0, 53, 80, 1) 0, rgba(0, 171, 254, 1) 50%, rgba(88, 209, 209, 1) 100%);
    background: linear-gradient(left, rgba(0, 53, 80, 1) 0, rgba(0, 171, 254, 1) 50%, rgba(88, 209, 209, 1) 100%);
    box-shadow: 0 0 12px rgba(30, 144, 255, 1)
}

.progressBallWrapper {
    position: relative;
    width: 0;
    height: 0;
    z-index: 200;
    left: 40px;
    top: -6px
}

.progressBall {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: white;
    box-shadow: inset 0 0 5px 6px rgba(0, 208, 235, 1), 0px 0 20px 3px rgba(20, 208, 255, 1)
}

.firstAnimation {
    -webkit-animation: move linear forwards;
    animation: move linear forwards
}

@keyframes move {
    from {
        transform: translate(0px, 0px)
    }
    to {
        transform: translate(75px, 0px)
    }
}

@-webkit-keyframes move {
    from {
        -webkit-transform: translate(0px, 0px)
    }
    to {
        -webkit-transform: translate(75px, 0px)
    }
}

.secondAnimation {
    animation: move2 linear forwards;
    -webkit-animation: move2 linear forwards
}

@keyframes move2 {
    from {
        transform: translate(75px, 0px)
    }
    to {
        transform: translate(500px, 0px)
    }
}

@-webkit-keyframes move2 {
    from {
        -webkit-transform: translate(75px, 0px)
    }
    to {
        -webkit-transform: translate(500px, 0px)
    }
}

@keyframes move3 {
    from {
        transform: translate(75px, 0px)
    }
    to {
        transform: translate(430px, 0px)
    }
}

@-webkit-keyframes move3 {
    from {
        -webkit-transform: translate(75px, 0px)
    }
    to {
        -webkit-transform: translate(430px, 0px)
    }
}

@keyframes move4 {
    from {
        transform: translate(430px, 0px)
    }
    to {
        transform: translate(500px, 0px)
    }
}

@-webkit-keyframes move4 {
    from {
        -webkit-transform: translate(430px, 0px)
    }
    to {
        -webkit-transform: translate(500px, 0px)
    }
}

.thirdAnimation {
    -webkit-animation: move3 linear forwards;
    animation: move3 linear forwards
}

.fourthAnimation {
    -webkit-animation: move4 linear forwards;
    animation: move4 linear forwards
}

.cp-loading-custom-game-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 2s
}

.cp-loading-game-custom-logo {
    display: table-cell;
    vertical-align: middle
}

.cp-loading-game-custom-logo>img {
    max-height: 500px;
    max-width: 100%
}

.cp-loading-game-custom-text {
    position: absolute;
    width: 100%;
    left: 0;
    color: white;
    bottom: 130px;
    font: 12px Arial;
    opacity: inherit
}

.cp-loading-bar-panel {
    position: absolute;
    transition: 2s;
    width: 100%;
    height: 100px;
    bottom: 30px
}

.desktop_mainLobbyContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.desktop_mainLobbyContainer>div {
    height: 28px
}

.desktop_lobby_drop_panel {
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
    pointer-events: all;
    box-shadow: 0 4px 8px -2px black;
    overflow: hidden
}

.desktop_lobby_drop_panel.closed {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    pointer-events: none
}

.desktop_lobby_item {
    vertical-align: middle;
    padding: 0 5px;
    height: 75px;
    width: 75px;
    -webkit-transition: .33s;
    transition: .33s;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.ie9GqueryAnimationFix {
    overflow: visible !important
}

.desktop_lobby_item.moveLeft {
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -webkit-transition: 220ms;
    transition: 220ms
}

.desktop_lobby_item.moveRight {
    -ms-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -webkit-transition: 220ms;
    transition: 220ms
}

.desktop_lobby_item:hover .desktop_lobby_item_text_content {
    opacity: 1;
    filter: alpha(opacity=100)
}

.itemScale:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.desktopCarouselContent>.iscroll-scroller {
    position: absolute;
    min-width: 100%;
    white-space: nowrap
}

.lobbyAllGames .desktopCarouselContent {
    background-color: #181818;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #323232;
    position: relative;
    height: 120px
}

.lobbyAllGames {
    position: relative;
    width: 100%
}

.desktop_lobby_item_text {
    position: absolute;
    left: 50%;
    bottom: -64px;
    text-align: center;
    display: inline-block
}

.desktop_lobby_item_text_content {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 12px;
    pointer-events: none
}

.gameIcon {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px
}

.arrowImg {
    margin-top: 35px;
    width: 30px;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: .6;
    filter: alpha(opacity=60)
}

.arrowImgSmall {
    height: 18px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 5px
}

.active .arrowImg:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.passive img {
    opacity: 0;
    filter: alpha(opacity=0)
}

.categories {
    height: 26px;
    color: white;
    font-size: 20px;
    pointer-events: all;
    overflow: hidden
}

.allCategoriesLables {
    position: relative;
    height: 24px;
    padding: 0 20px;
    margin-bottom: 2px
}

.allCategoriesLables .desktopCarouselContent {
    overflow: hidden;
    position: relative;
    height: 25px;
    text-align: center
}

.allCategoriesLables .desktopCarouselLeftButton {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.allCategoriesLables .desktopCarouselRightButton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.categoriesPanel {
    background-color: #181818;
    float: none;
    height: 26px;
    overflow: hidden;
    white-space: nowrap
}

.categories>table {
    width: 100%
}

.categories table td.shrink {
    white-space: nowrap
}

.categories table td.expand {
    width: 99%
}

.categorie {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    font-size: 16px;
    -webkit-transition: 500ms;
    transition: 500ms
}

.categorie:hover {
    color: #52c5ee;
    cursor: pointer
}

.allGamesButton {
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    transition: 300ms;
    font-size: 16px
}

.allGamesButton.disabled {
    pointer-events: none;
    opacity: .7
}

.allGamesButton:hover {
    color: #27a5ff;
    transform: scale(1.1)
}

.arrowImg {
    margin-top: 35px;
    width: 30px;
    -webkit-transition: 1s;
    transition: 1s
}

.arrowImgSmall {
    height: 18px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 5px
}

.overlayPanel {
    height: 118px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 1px;
    pointer-events: none;
    background-color: #181818;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10
}

.categoryItems {
    padding: 0 85px;
    display: inline-block;
    line-height: 115px
}

.scrollable .passive {
    background-color: grey
}

.lobbyAllGames .desktopCarouselLeftButton {
    width: 30px;
    height: 119px;
    background-color: #181818;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 50px 50px #181818;
    cursor: pointer
}

.lobbyAllGames .desktopCarouselRightButton {
    width: 30px;
    height: 119px;
    background-color: #181818;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 50px 50px #181818;
    cursor: pointer
}

.desktopCarouselRightButton.passive {
    cursor: default
}

.desktopCarouselLeftButton.passive {
    cursor: default
}

.allCategoriesLables .active {
    color: #27a5ff
}

.scroller .iscroll-scroller {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    min-width: 100%
}

.desktop-overlay-iframe-container {
    position: absolute;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 80%;
    width: 80%;
    border: 3px solid #181818
}

.desktop-overlay-iframe {
    height: 100%;
    width: 100%;
    border: 0
}

.desktop-overlay-iframe-close {
    position: absolute;
    top: -3px;
    right: -42px;
    background: #181818;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.closeBtn.desktop-overlay-iframe-closeCross {
    margin: 0;
    position: static;
    padding: 4px
}

.closeBtn:hover>div {
    box-shadow: 0 0 10px white
}

.desktopClockContainer {
    display: inline-block;
    color: white;
    line-height: 28px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 5px
}

.clockContainer,
div.clockWidget {
    display: inline-block !important;
    font: 14px Asap, sans-serif;
    position: inherit
}

.clockContainer .clock {
    font-size: 15px;
    line-height: inherit;
    padding: inherit;
    border-radius: inherit;
    margin: inherit;
    background-color: inherit
}

.desktopBottomPanelLeft {
    display: inline-block;
    overflow: hidden
}

.desktopBottomPanelRight {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background-color: #181818;
    right: 0;
    white-space: nowrap;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    padding-right: 10px
}

.desktopBottomPanelRight>table {
    display: inline-block;
    vertical-align: top
}

.desktopBottomPanelRight .widgetContainer {
    display: inline-block
}

.clockExtended .clockField.icon {
    background-position: left -63px
}

.clockExtended span {
    margin-right: 7px;
    overflow: hidden
}

.clockExtended span:last-child {
    margin: 0
}

.italy-balance-choose-popup {
    display: inline-block;
    width: 415px;
    height: 277px;
    font: 18px Asap, sans-serif;
    color: #fff;
    background-color: #494949;
    border-radius: 2px
}

.italy-balance-choose-popup .italy-close-button,
.italy-bring-money .italy-close-button {
    width: 24px;
    height: 24px;
    float: right;
    background-size: contain;
    background: url("../../images/desktop/icons/x_button.png") no-repeat;
    cursor: pointer
}

.italy-bring-money .italy-close-button {
    margin: 10px
}

.italy-balance-choose-popup .italy-close-button {
    margin: 15px
}

.italy-balance-choose-popup .italy-close-button:hover,
.italy-bring-money .italy-close-button:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.real-money-icon {
    background: url("../../images/italy/money.png") no-repeat;
    background-position: 24px 3px
}

.game-bonus-icon {
    background: url("../../images/italy/bonus.png") no-repeat;
    width: 110px;
    display: inline-block;
    height: 104px;
    margin-top: -15px
}

.free-spins-bonus-icon {
    background: url("../../images/italy/fsb.png") no-repeat;
    width: 82px;
    display: inline-block;
    height: 64px;
    margin-top: 11px
}

.choose-button.real-money-icon.multi-bonus {
    background-position-x: 19px;
    background-size: 79px 66px;
    width: 98px;
    height: 66px;
    margin: 2px 11px
}

.game-bonus-icon.multi-bonus {
    width: 100px;
    height: 94px;
    margin: -2px 0 0 36px;
    background-size: 100%
}

.free-spins-bonus-icon.multi-bonus {
    margin: 16px 0 0 -8px;
    position: absolute
}

.choose-button-panel .choose-button,
.italy-bring-money .choose-button {
    cursor: pointer;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    transition: transform .15s ease
}

.choose-button-panel .choose-button {
    width: 120px;
    height: 88px
}

.italy-bring-money .choose-button {
    margin: 10px 26px;
    width: 68px;
    height: 68px
}

.choose-button-panel .choose-button:hover,
.italy-bring-money .choose-button:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.italy-balance-choose-popup .choose-popup-title {
    margin: 61px 70px 0;
    text-align: center;
    color: #fff
}

.italy-balance-choose-popup .choose-button-text {
    font-size: 20px;
    text-align: center
}

.italy-balance-choose-popup .choose-button-panel {
    width: 120px;
    display: inline-block;
    height: 120px;
    margin: 11px 15px
}

.italy-bring-money {
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: inline-block;
    font-family: Asap, sans-serif;
    font-size: 0;
    color: #fff;
    background-color: #494949;
    width: 482px
}

.italy-bring-money__content {
    margin: 28px 30px 58px 30px
}

.italy-bring-money__content>table {
    width: 100%
}

.italy-bring-money__title {
    color: #2b84d2;
    font-size: 18px;
    margin-bottom: 16px
}

.italy-bring-money__label-row div {
    margin-bottom: 4px
}

.italy-bring-money__label-row td:first-of-type {
    text-align: left;
    width: 30%
}

.italy-bring-money__label-row td:last-of-type {
    text-align: right;
    width: 30%
}

.italy-bring-money__value-row * {
    font-size: 16px
}

.italy-bring-money__value-row td:first-of-type {
    text-align: left
}

.italy-bring-money__value-row td:last-of-type {
    text-align: right
}

.italy-bring-money__fsb-money-equiv {
    font-size: 10px
}

.italy-bring-money__input-group>table {
    width: 100%
}

.italy-bring-money__icon {
    display: inline-block;
    width: 68px;
    height: 60px;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.italy-bring-money__icon.realMoneyIcon {
    background-image: url("../../images/italy/money.png")
}

.italy-bring-money__icon.funCreditsIcon {
    background-image: url("../../images/italy/bonus.png");
    background-size: 84px;
    width: 84px;
    height: 84px;
    margin: -12px 0
}

.italy-bring-money__icon.fsbIcon {
    background-image: url("../../images/italy/fsb.png");
    background-size: 100% auto
}

.italy-bring-money__currency-label {
    vertical-align: middle;
    display: inline-block;
    background: #232323;
    padding: 3px 0 3px 5px;
    border-radius: 3px 0 0 3px
}

.italy-bring-money__small-grey div {
    font-size: 12px;
    color: #a9a9a9
}

.italy-bring-money__separator {
    width: 100%;
    margin: 3px 0 3px 0;
    border-top: 1px solid #6b6666
}

.italy-bring-money__aams>div {
    width: 100%;
    margin: 22px 0
}

.italy-bring-money__aams>div>div:first-of-type {
    float: left
}

.italy-bring-money__aams>div>div:last-of-type {
    float: right
}

.italy-content-table__currency-label {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle
}

.italy-content-item__input {
    font-size: 16px;
    width: 87px;
    text-align: right;
    background: #232323;
    color: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    padding: 4px 0 2px 0
}

.italy-content-item__input:not([type="number"]) {
    padding-right: 10px
}

input:invalid {
    box-shadow: none;
    border: 0
}

.italy-bring-money__buttons-block {
    margin: 0 30px 45px 30px
}

.italy-buttons__conteiner-left {
    width: 50%;
    display: inline-block;
    text-align: left
}

.italy-buttons__conteiner-right {
    width: 50%;
    display: inline-block;
    text-align: center
}

.italy-bring-money__button {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    font: 18px Asap, sans-serif;
    width: 200px;
    height: 37px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    border-radius: 1px;
    line-height: 37px;
    cursor: pointer
}

.italy-bring-money-ok {
    background-color: #6ecd8d
}

.italy-bring-money-cancel {
    background-color: #f66464
}

.italy-bring-money-ok:hover,
.italy-bring-money-ok.disabled {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.italy-bring-money-cancel:hover {
    background-color: #cf4646;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.italy-change-mode-button {
    margin: 3px 10px 1px 0;
    height: 22px;
    width: 30px;
    cursor: pointer
}

.italy-change-mode-button.fun {
    background: url("../../images/desktop/it/gift.png") no-repeat
}

.italy-change-mode-button.fun {
    background: url("../../images/desktop/it/gift_hover.png") no-repeat
}

.italy-change-mode-button.real {
    background: url("../../images/desktop/it/coins.png") no-repeat
}

.italy-change-mode-button.real:hover {
    background: url("../../images/desktop/it/coins_hover.png") no-repeat
}

.italy-panel-label {
    display: inline-block;
    height: 26px;
    margin-top: 1px;
    font-family: Asap;
    color: white;
    white-space: initial;
    margin-right: 7px
}

.italy-aams-label {
    overflow: hidden;
    min-width: 150px;
    max-width: 270px;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: -0.05em
}

.italy-operator-label {
    width: 100px;
    overflow: hidden;
    font-size: 9px;
    line-height: 9px;
    margin-right: 7px
}

.italy-aams-label__text-line {
    height: 50%
}

.italy-operator-label__big-text-line {
    height: 66%
}

.italy-operator-label__small-text-line {
    height: 33%
}

.modal .overlay {
    opacity: 0
}

.modal.desktop-modal-opened .overlay {
    opacity: .5;
    transform: scale(1);
    transition: 300ms
}

.modal.desktop-modal-closed .overlay {
    opacity: 0;
    transform: scale(1);
    transition: 300ms
}

.modal .container {
    opacity: 0;
    transform: scale(0.1)
}

.modal.desktop-modal-opened .container {
    transform: scale(1);
    transition: 300ms;
    opacity: 1
}

.modal.desktop-modal-closed .container {
    transform: scale(0.1);
    transition: 300ms;
    opacity: 0
}

.modalContainer {
    top: 50%;
    position: absolute;
    width: 100%
}

#modals {
    transition: 500ms
}

.fadeOut-animation * {
    opacity: inherit;
    filter: inherit
}

@font-face {
    font-family: Asap;
    src: url(../../fonts/Asap-Regular.ttf)
}

@font-face {
    font-family: AsapBold;
    src: url(../../fonts/Asap-Bold.ttf)
}

.es-limitation-container {
    width: 475px;
    display: inline-block;
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font: 18px Asap, sans-serif;
    color: #fff;
    background-color: #494949
}

.es-game-limitation.es-limitation-container {
    width: auto
}

.es-game-limitation {
    padding-top: 25px
}

.es-game-limitation__header {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px
}

.es-game-limitation .message-box__widget-block {
    text-align: left;
    margin: auto
}

.es-game-limitation .input.moneyInputBox,
.es-game-limitation .content-item__input-label {
    width: auto
}

.es-game-limitation .es-buttons {
    width: 100%
}

.es-game-limitation .row>div:not(.content-item__error-label) {
    word-wrap: break-word;
    width: 200px;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px
}

.es-game-limitation .cp-Button {
    text-align: center;
    background-image: none;
    min-width: inherit;
    min-height: inherit;
    font-family: Asap, sans-serif;
    font-size: 18px
}

.es-game-limitation .content-item__input-label,
.es-game-limitation .content-item__check-box,
.es-game-limitation .content-item__input {
    width: 190px;
    font: 18px Asap, sans-serif;
    text-align: left
}

.es-game-limitation .content-item__input,
.es-game-limitation .currencySymbolContainer {
    border-bottom: 1px solid #8a8787
}

.content-item__input {
    width: 35%;
    font-size: 18px;
    color: #fff;
    background-color: #494949;
    border: 0;
    border-bottom: 1px solid #8a8787
}

.es-game-limitation .buttons .row>div {
    padding-top: 40px;
    padding-bottom: 30px
}

.pnlSpainRegulationMeters div:not(:last-child) {
    margin-right: 30px
}

.es-responsibleButton:hover,
.responsibleGamingWrapper .desktopButtonSmall:hover {
    opacity: .66
}

.desktopButtonSmall .responsibleGamblingApprovalLabel {
    width: 100px;
    font-size: 11px;
    height: 22px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.responsibleGamingWrapper .desktopButtonSmall {
    font-size: 12px;
    margin: 0 10px;
    height: 15px;
    line-height: 15px
}

.es-game-limitation .gwt-ListBox .colorGray {
    color: gray
}

.es-game-limitation .input-content .row {
    text-align: left;
    margin-top: 15px;
    margin-left: 35px
}

.es-game-limitation .input-content .row>div {
    display: inline-block
}

.content-item__input.colorGray {
    color: gray
}

.sessionTimeLimit .content-item__input option {
    color: #fff
}

.es-game-limitation .currencySymbolContainer {
    padding-right: 2px
}

.es-game-limitation .gwt-ListBox::-ms-expand {
    display: none
}

.es-game-limitation .content-item__error-label {
    width: 410px
}

.widgetContainer>div {
    display: inline-block
}

.quick-deposit-button {
    min-width: 29px;
    min-height: 20px;
    background-image: url('../../images/components/quick-deposit/quick-deposit.png');
    background-position: center center;
    background-repeat: no-repeat
}

.quick-deposit-blink {
    background-color: #f07c2f
}

.coolDownTimerContainer {
    position: relative;
    top: 27px
}

.css-scaling #wrapper {
    max-height: inherit;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit
}

.css-scaling .cp-loading-view-desktop {
    max-height: inherit;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit
}

.centerd-dialog .iscroll-scroller {
    position: absolute
}

.css-scaling .flex-box {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.flex-box .iscroll-scroller {
    display: inline-block;
    width: 100%;
    height: 100%
}

.centerd-dialog .root {
    display: table;
    width: 100%;
    height: 100%
}

.centerd-dialog .root .cell {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.pointerEventsDisabled {
    pointer-events: none
}

.gameLockScreenPopup {
    width: 475px;
    display: inline-block;
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #494949;
    border: 1px solid #8a8787;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75)
}

.modal.desktop-modal-opened.gls_opaque_overlay .overlay {
    opacity: 1;
    background-color: #494949
}

.gameLockScreenPopup.textProperty {
    font: 18px Asap, sans-serif;
    color: #fff
}

.gameLockScreenInput {
    font-size: 18px;
    color: #fff;
    background-color: #494949;
    border: 0;
    border-bottom: 1px solid #8a8787;
    text-indent: 30px
}

.gameLockScreenInput.wrongPassword {
    border-color: #ff8400
}

.gameLockScreenWrongPassword {
    color: #ff8400;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-top: 3px
}

.gameLockScreenWrongPassword.invisible {
    display: none
}

.gameLockScreenPopup .bottom {
    bottom: 0;
    height: 60px;
    margin-top: 30px;
    text-align: center
}

.gameLockScreenPopup .bottom .confirm {
    display: inline-block;
    overflow: hidden;
    min-width: 200px;
    max-width: 300px;
    height: 40px;
    background-color: #6ecd8d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    border-radius: 1px;
    line-height: 40px;
    cursor: pointer
}

.gameLockScreenPopup .bottom .confirm:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.gameLockScreenPopup .row .content-item__input-label,
.gameLockScreenPopup .row .message-box__widget-block {
    display: inline-block
}

.textDiv {
    margin: 50px 50px 50px 50px;
    text-align: left;
    word-wrap: break-word
}

.textDiv * {
    margin-top: 15px
}

.gameLockScreenPopup .row {
    margin-left: 50px;
    margin-right: 50px
}

.gameLockScreenPopup .row .gwt-Label {
    text-align: left;
    word-wrap: break-word
}

.gameLockScreenPopup .row .message-box__widget-block {
    margin: 0
}

.bottom-panel-widget {
    height: 26px;
    overflow: hidden;
    font-size: 0;
    margin-right: 7px;
    white-space: initial;
    line-height: initial;
    cursor: default
}

.bottom-panel-widget table {
    height: 26px;
    overflow: hidden
}

.bottom-panel-widget img {
    max-height: 26px
}

.bottom-panel-widget__text-label {
    font-family: 'Asap', sans-serif;
    font-size: 11px;
    color: white;
    padding-left: 3px;
    max-height: 26px
}

.nickname-popup input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid gray;
    outline: 0;
    padding: 0;
    text-align: center;
    color: white
}

.nickname-popup input.invalid {
    border-bottom: 1px solid #d62d2d
}

.nickname-popup .bottom-block {
    padding-top: 11px;
    font-size: 13px;
    color: darkgray
}

.nickname-popup .top-block {
    margin-top: -40px;
    height: 40px;
    color: orange;
    font-size: 13px;
    line-height: 40px
}

.nickname-popup .loading-image {
    background-image: url('../../images/components/message-box/ellipsis.gif');
    background-position: center center;
    background-repeat: no-repeat
}

.gs-bonus.widget-message-box .message-box__text-block {
    margin: 35px 50px 20px 50px
}

.gs-bonus.widget-message-box .message-box__widget-block .message-box__text-block {
    margin: 20px 0
}

.gs-bonus.widget-message-box .message-box__text-block .gs-bonus__color-header {
    color: #6ecd8d;
    font-size: 27px
}

.message-box__widget-block .game-specific-widget {
    padding: 12px 0;
    height: 84px;
    border-bottom: 1px solid grey;
    border-top: 1px solid gray
}

.message-box__widget-block .game-specific-widget img {
    height: 80px;
    margin: 2px;
    transition: all .2s ease-in-out
}

.message-box__widget-block .game-specific-widget img:hover {
    transform: scale(1.05)
}

.broken-games-list {
    display: flex;
    justify-content: center;
    padding-top: 10px
}

.broken-games-list .broken-games-list__item {
    max-width: 100px;
    transition: all .2s ease-in-out
}

.broken-games-list .broken-games-list__item.selected {
    max-width: 100px;
    transform: scale(1.20)
}

.broken-games-list .broken-games-list__item-title {
    font-size: 14px;
    width: 100px;
    max-height: 50px;
    overflow: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.broken-games-list .broken-games-list__item.selected .broken-games-list__item-title {
    opacity: 1
}

.broken-games-list .broken-games-list__item img {
    height: 80px;
    width: 80px;
    border-radius: 10px
}

.toaster_main_wrapper {
    margin: 0 auto
}

.toaster_wrapper {
    height: 100px;
    position: relative;
    display: table;
    background: #313f4f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-topleft: 16px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    -webkit-box-shadow: 0 4px 18px #333;
    -moz-box-shadow: 0 4px 18px #333;
    box-shadow: 0 4px 18px #333
}

.toaster_wrapper,
.toaster_main_wrapper {
    width: 730px
}

.toaster_main_wrapper.image.message.xbutton .toaster_wrapper img {
    width: 198px
}

.toaster_main_wrapper.image.message.xbutton .toaster_wrapper .toaster_text {
    width: 490px
}

.toaster_main_wrapper.image.message.noxbutton .toaster_wrapper img {
    width: 198px
}

.toaster_main_wrapper.image.message.noxbutton .toaster_wrapper .toaster_text {
    width: 532px
}

.toaster_main_wrapper.image.xbutton .toaster_wrapper img {
    width: 688px
}

.toaster_main_wrapper.image.noxbutton .toaster_wrapper img {
    width: 730px
}

.toaster_main_wrapper.message.xbutton .toaster_wrapper .toaster_text {
    width: 688px
}

.toaster_main_wrapper.message.noxbutton .toaster_wrapper .toaster_text {
    width: 730px
}

.toaster_main_wrapper:nth-child(n+2) {
    margin-top: 18px
}

.toaster_wrapper:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF);
    cursor: pointer
}

.toaster_text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font: 22px Asap, sans-serif;
    padding: 30px;
    color: #fff
}

.toaster_text>a {
    color: #fff
}

.toaster_text.only_text {
    padding: 13px
}

.toaster_image {
    display: table-cell;
    height: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-left-radius: 16px
}

.toaster_closeButton {
    position: absolute;
    cursor: pointer;
    border: 0;
    background-image: url(../../images/desktop/icons/x_toaster.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    right: -1px;
    width: 42px;
    height: 42px
}

.toaster_closeButton:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.toaster_notification_container {
    display: block;
    opacity: inherit;
    text-align: center;
    margin-top: -25px
}

.toaster_read_more {
    display: block;
    background-color: #6ecd8d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    cursor: pointer;
    padding: 3px 8px;
    width: 30%;
    margin: 0 auto
}

.toaster_main_wrapper.toaster_after_game_round_displayed_disabled {
    pointer-events: none
}

.toaster_main_wrapper.toaster_after_game_round_displayed_disabled .toaster_wrapper {
    pointer-events: none;
    opacity: .8
}

.toaster_read_more:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

@-webkit-keyframes toaster_show_animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes toaster_show_animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.toaster_in {
    -webkit-animation: toaster_show_animation 1s forwards;
    animation: toaster_show_animation 1s forwards
}

.toaster_out {
    opacity: 0;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.modal.iframViewer_centeredContainer .container .centered-container {
    font-size: 0
}

div.iFrame-viewer__closeButton.hideButton {
    display: none
}

.iFrame-viewer-wrapper {
    display: inline-block;
    font-size: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27)
}

.iFrame-viewer-wrapper.scrolling {
    -webkit-overflow-scrolling: touch !important;
    overflow: scroll !important
}

.iFrame-viewer__frame {
    border-width: 0;
    vertical-align: bottom;
    background-color: #fff
}

.iFrame-viewer__closeButton {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    font: 22px Asap;
    background-color: #266879;
    min-width: 100px
}

.iFrame-viewer__closeButton {
    font: 18px Asap, sans-serif;
    height: 60px;
    background-color: #6ecd8d;
    border-radius: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    line-height: 60px;
    cursor: pointer
}

.iFrame-viewer__closeButton:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.join_table_main_button.jointable_visibilty_hidden {
    visibility: hidden
}

.multiplayer_lobby_main_wrapper {
    width: 700px;
    min-height: 500px;
    max-height: 550px;
    display: inline-block;
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #494949;
    border: 1px solid #8a8787;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    position: relative
}

.multiplayer_lobby_main_wrapper .menu_button_left {
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px
}

.multiplayer_lobby_main_wrapper .menu_button_left:hover {
    cursor: pointer;
    border-bottom-style: inset;
    border-bottom-color: #fff;
    border-bottom-width: 1px
}

.multiplayer_lobby_main_wrapper .menu_button_left.active {
    color: #6ecd8d;
    border-bottom-style: inset;
    border-bottom-color: #6ecd8d;
    border-bottom-width: 1px;
    pointer-events: none
}

.multiplayer_lobby_main_wrapper .menu_buttons_wrapper {
    text-align: left;
    height: 55px
}

.menu_button_right {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    margin: 4px;
    background-size: contain;
    background: url("../../images/desktop/icons/x_button.png") no-repeat;
    cursor: pointer
}

.menu_button_right:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.multiplayer_lobby_main_wrapper .content_wrapper {
    width: 670px;
    height: 420px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    background-color: #262525;
    overflow: hidden
}

.multiplayerLobbyPopup {
    width: 668px;
    height: 1px;
    min-height: 418px;
    max-height: 418px;
    display: inline-block;
    border-radius: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #262525;
    border: 1px solid #8a8787;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75)
}

.multiplayerLobbyPopup .labeledCheckbox {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 2.5em
}

.multiplayerLobbyPopup .labeledCheckbox>div {
    display: -webkit-box;
    display: -ms-flexbox
}

.player_profile_account_info.column.right .checkboxFrame {
    border-radius: 3px;
    border: 1px solid #3699d6;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 5px
}

.player_profile_account_info.column.right .checkboxLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 5px
}

.multiplayerLobbyPopup .content-item__error-label {
    height: 1.5em;
    font-size: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.multiplayerLobbyPopup {
    margin: 0;
    padding: 0
}

.multiplayerLobbyPopup.textProperty {
    font: 18px Asap, sans-serif;
    color: #fff
}

.multiplayerLobbyInput {
    font-size: 18px;
    color: #fff;
    background-color: #262525;
    border: 0;
    border-bottom: 1px solid #8a8787;
    text-indent: 30px
}

.multiplayerLobbyInput.wrongPassword {
    border-color: #ff8400
}

.gameLockScreenWrongPassword {
    color: #ff8400;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    margin-top: 3px
}

.gameLockScreenWrongPassword.invisible {
    display: none
}

.multiplayerLobbyPopup .bottom {
    margin: 10px 0
}

.multiplayerLobbyPopup .mainBlock .bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.multiplayerLobbyPopup .bottom .my_account {
    display: inline-block;
    overflow: hidden;
    min-width: 150px;
    max-width: 150px;
    height: 40px;
    background-color: #494949;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    border-radius: 1px;
    line-height: 40px;
    cursor: pointer
}

.multiplayerLobbyPopup .bottom .my_account:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.multiplayerLobbyPopup .bottom .save {
    display: inline-block;
    overflow: hidden;
    min-width: 150px;
    max-width: 150px;
    height: 40px;
    background-color: #6ecd8d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.27);
    border-radius: 1px;
    line-height: 40px;
    cursor: pointer
}

.multiplayerLobbyPopup .bottom .save:hover {
    background-color: #62ad7b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.13)
}

.multiplayerLobbyPopup .row .content-item__input-label,
.multiplayerLobbyPopup .row .message-box__widget-block {
    display: inline-block
}

.multiplayerLobbyPopup .row .content-item__input-label {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 50%
}

.player_profile_account_info.column.right .flex_block {
    display: -webkit-box;
    -webkit-box-flex: 1
}

.multiplayerLobbyPopup .content-item__error-label.nickname,
.multiplayerLobbyPopup .content-item__error-label.status,
.multiplayerLobbyPopup .content-item__error-label.show_country_error {
    padding: 5px 0;
    font-size: 90%;
    display: -webkit-box;
    -webkit-box-pack: center;
    color: #ff8400;
    -webkit-box-align: center;
    line-height: 95%;
    max-height: 500px;
    height: auto;
    transition: max-height .25s ease-in;
    -webkit-transition: max-height .25s ease-in
}

.multiplayerLobbyPopup .content-item__error-label.nickname.hide_error_labels,
.multiplayerLobbyPopup .content-item__error-label.status.hide_error_labels,
.multiplayerLobbyPopup .content-item__error-label.show_country_error.hide_error_labels {
    max-height: 0;
    overflow: hidden
}

.textDiv {
    margin: 50px 50px 50px 50px;
    text-align: left;
    word-wrap: break-word
}

.textDiv * {
    margin-top: 15px
}

.multiplayerLobbyPopup .row {
    margin-left: 50px;
    margin-right: 50px
}

.multiplayerLobbyPopup .row .gwt-Label {
    text-align: left;
    word-wrap: break-word
}

.multiplayerLobbyPopup .row .message-box__widget-block {
    margin: 0
}

.avatar_image_block {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    box-sizing: border-box;
    height: 250px
}

.avatar_image_block_container {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    box-sizing: border-box
}

.avatar_image_wrapper {
    display: -webkit-box;
    display: -ms-inline-flexbox;
    overflow: hidden;
    height: 100%;
    border: 1px solid #8a8787;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    width: 200px
}

.avatar_left_slider {
    position: absolute;
    top: 39%;
    height: 59px;
    width: 40px;
    background-image: url(../../images/desktop/left.png);
    cursor: pointer
}

.avatar_image .loader {
    background-image: url(../../images/desktop/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 250px
}

.avatar_image img {
    height: 250px
}

.avatar_image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -0%)
}

.avatar_right_control_wrapper,
.avatar_left_control_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    height: 100%;
    width: 40px
}

.avatar_right_slider {
    position: absolute;
    top: 39%;
    height: 60px;
    width: 40px;
    background-image: url(../../images/desktop/right.png);
    cursor: pointer
}

.avatar_right_slider.hide_control,
.avatar_left_slider.hide_control {
    opacity: .4
}

.multiplayerLobbyPopup .gameList .rightControl.hide_control,
.multiplayerLobbyPopup .gameList .leftControl.hide_control {
    visibility: hidden
}

.avatar_left_slider:hover,
.avatar_right_slider:hover {
    -webkit-filter: drop-shadow(0px 0 3px #FFF);
    filter: drop-shadow(0px 0 3px #FFF)
}

.multiplayerLobbyPopup.overlay-splash-screen {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column
}

.multiplayerLobbyPopup .mainBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1; //font-size:28px;padding:10px}.avatar_right_slider.hide_control:hover,.avatar_left_slider.hide_control:hover{-webkit-filter:none;filter:none}.multiplayerLobbyPopup .mainBlock .player_profile_avatar.left{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-flex:1;min-width:40%;max-width:100%}.multiplayerLobbyPopup .mainBlock .player_profile_avatar.left>.gwt-Label{display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center}@keyframes avatar_show_next_animation{0%{opacity:0;-webkit-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@keyframes avatar_hide_next_animation{0%{opacity:1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px)}100%{opacity:0;-webkit-transform:translateX(200px);-ms-transform:translateX(200px);transform:translateX(200px)}}.avatar_next_in{-webkit-animation:avatar_show_next_animation 300ms forwards;animation:avatar_show_next_animation 300ms forwards}.avatar_next_out{-webkit-animation:avatar_hide_next_animation 300ms forwards;animation:avatar_hide_next_animation 300ms forwards}@keyframes avatar_show_previous_animation{0%{opacity:0;-webkit-transform:translateX(200px);-ms-transform:translateX(200px);transform:translateX(200px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@keyframes avatar_hide_previous_animation{0%{opacity:1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px)}100%{opacity:0;-webkit-transform:translateX(-200px);-ms-transform:translateX(-200px);transform:translateX(-200px)}}.avatar_previous_in{-webkit-animation:avatar_show_previous_animation 300ms forwards;animation:avatar_show_previous_animation 300ms forwards}.avatar_previous_out{-webkit-animation:avatar_hide_previous_animation 300ms forwards;animation:avatar_hide_previous_animation 300ms forwards}.multiplayerLobbyPopup .cell .table{display:inline-block;font:18px Asap,sans-serif}.multiplayerLobbyPopup .cell .row1{text-align:center;vertical-align:middle;line-height:30px;white-space:normal}.multiplayerLobbyPopup .cell .row2,.multiplayerLobbyPopup .cell .row3,.multiplayerLobbyPopup .cell .row4{text-align:center;vertical-align:middle;line-height:30px}.multiplayerLobbyPopup .activeRow{width:100%;height:60px;background-color:#8a8787}.multiplayerLobbyPopup .gameList{width:670px;height:50px;border-bottom-style:inset;border-bottom-color:#8a8787;border-bottom-width:5px;display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:horizontal;-ms-flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center}.multiplayerLobbyPopup .gameList .game_list_left.disabled,.multiplayerLobbyPopup .gameList .game_list_right.disabled{opacity:.4}.multiplayerLobbyPopup .gameList .game_list_left,.multiplayerLobbyPopup .gameList .game_list_right{display:-webkit-box;display:-ms-flexbox;height:40px;width:30px;background-position:center;background-repeat:no-repeat;background-image:url(../../images/desktop/left.png);background-size:contain}.multiplayerLobbyPopup .gameList .game_list_right{background-image:url(../../images/desktop/right.png)}.multiplayerLobbyPopup .gameList .iScroll-widget__wrapper{-webkit-box-flex:1;-ms-flex:1 1;margin:0 10px;height:100%;line-height:0}.multiplayerLobbyPopup .gameList .iScroll-widget__scrollerX{display:-webkit-inline-box;display:-ms-inline-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:horizontal;-ms-flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;position:relative;font-size:inherit}.multiplayerLobbyPopup .cell{border-bottom-style:inset;border-bottom-color:#8a8787;border-bottom-width:1px;padding-top:5px;font-size:0;padding-bottom:5px}.multiplayerLobbyPopup .cell.data:hover{cursor:pointer;background-color:#6ecd8d}.multiplayerLobbyPopup .cell .row1{width:40%}.multiplayerLobbyPopup .cell .row1.data{text-align:left}.multiplayerLobbyPopup .cell .row2,.multiplayerLobbyPopup .cell .row3,.multiplayerLobbyPopup .cell .row4{width:20%;white-space:normal}.multiplayerLobbyPopup .gameList .rightControl:hover,.multiplayerLobbyPopup .gameList .leftControl:hover{-webkit-filter:drop-shadow(0px 0 3px #FFF);filter:drop-shadow(0px 0 3px #FFF)}.multiplayerLobbyPopup .gameList .gameElement{height:20px;border:1px solid #8a8787;border-radius:2px;display:inline-block;padding:4px;margin:0 12px;text-align:center;font:18px Asap,sans-serif;color:#fff}.active_game_element{border:1px solid #6ecd8d;background-color:#6ecd8d}.multiplayerLobbyPopup .gameList .active_game_element.gameElement:hover{background-color:#62ad7b;box-shadow:0 4px 8px rgba(0,0,0,0.13)}.multiplayerLobbyPopup .gameList .gameElement:hover{background-color:#62ad7b;box-shadow:0 4px 8px rgba(0,0,0,0.13)}#expandedTableInfo .active_player_container{display:-webkit-inline-box;display:-ms-inline-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;justify-content:center;align-items:center;width:auto;position:relative}#expandedTableInfo .active_player_container .small_avatar.circleBase{width:40px;height:40px;left:0;top:0;border-radius:50%;position:absolute;border-style:solid;border-width:5px}#expandedTableInfo .join_button{display:inline-block;width:15%;height:36px;vertical-align:middle;font-size:15px}#expandedTableInfo .join_button,#expandedTableInfo .active_player_container .player_name{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;text-shadow:1px 1px 3px #666;font-family:Arial;color:#fff;border-style:solid;border-width:5px;text-decoration:none;vertical-align:middle;margin:2px 8px;width:auto;min-width:10%;padding-left:20px;padding-right:20px;line-height:36px}#expandedTableInfo .mobileButton.active_player_container{height:50px;font-size:18px;vertical-align:middle;pointer-events:none}#expandedTableInfo .active_player_container .player_name{display:-webkit-inline-box;display:-ms-inline-flexbox;padding-left:50px;max-width:20ex;text-overflow:clip;overflow:hidden;white-space:nowrap;line-height:30px}.join_button_wrapper .join_table_main_button,.switch_to_another_game_button,.stay_game_button{display:inline-block;overflow:hidden;min-width:150px;height:40px;background-color:#6ecd8d;box-shadow:0 4px 8px rgba(0,0,0,0.27);border-radius:1px;line-height:40px;cursor:pointer}.switch_to_another_game_button,.stay_game_button{margin:15px;max-width:150px}.join_button_wrapper .join_table_main_button{padding:0 8px 0 8px}.stay_game_button{background-color:#494949}.join_button_wrapper .join_table_main_button.disabled{background-color:#494949;pointer-events:none}.join_button_wrapper .join_table_main_button:hover,.switch_to_another_game_button:hover,.stay_game_button:hover{background-color:#62ad7b;box-shadow:0 4px 8px rgba(0,0,0,0.13)}.switch_another_game_container.hidden,.cell.wrapper.scroller.hidden,.join_button_wrapper.hidden{display:none}.switch_another_game_container{display:-webkit-box;display:-ms-flexbox;-webkit-box-flex:1;-ms-flex:1 1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-ms-flex-direction:row}.cell.wrapper .cell.data{padding-left:10px}.cell.wrapper.scroller{min-height:250px;max-height:250px;padding-top:0}.cell.wrapper.scroller::-webkit-scrollbar{width:12px}.cell.wrapper.scroller::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px}.cell.wrapper.scroller::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:rgba(112,112,112,0.6)}.cell.wrapper.scroller .iScrollVerticalScrollbar{width:12px!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:10px!important;border-radius:10px!important}.cell.wrapper.scroller .iScrollVerticalScrollbar .iScrollIndicator{-webkit-border-radius:10px!important;border-radius:10px!important;background:rgba(112,112,112,1)!important;border:none!important}.join_button_wrapper{position:relative;bottom:-16px}@keyframes lobby_show_next_animation{0%{opacity:0;-webkit-transform:translateX(-670px);-ms-transform:translateX(-670px);transform:translateX(-670px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@keyframes lobby_hide_next_animation{0%{opacity:1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px)}100%{opacity:0;-webkit-transform:translateX(-670px);-ms-transform:translateX(-670px);transform:translateX(-670px)}}.lobby_in{-webkit-animation:lobby_show_next_animation 300ms forwards;animation:lobby_show_next_animation 300ms forwards}.lobby_out{-webkit-animation:lobby_hide_next_animation 300ms forwards;animation:lobby_hide_next_animation 300ms forwards}@keyframes player_profile_show_previous_animation{0%{opacity:0;-webkit-transform:translateX(670px);-ms-transform:translateX(670px);transform:translateX(670px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@keyframes player_profile_hide_previous_animation{0%{opacity:1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px)}100%{opacity:0;-webkit-transform:translateX(670px);-ms-transform:translateX(670px);transform:translateX(670px)}}.player_profile_in{-webkit-animation:player_profile_show_previous_animation 300ms forwards;animation:player_profile_show_previous_animation 300ms forwards}.player_profile_out{-webkit-animation:player_profile_hide_previous_animation 300ms forwards;animation:player_profile_hide_previous_animation 300ms forwards}.cell.data.active_table_row{background-color:#6ecd8d}#expandedTableInfo{border-top:0 solid #6ecd8d;border-right:2px solid #6ecd8d;border-bottom:2px solid #6ecd8d;border-left:2px solid #6ecd8d;padding-top:4px;padding-bottom:4px;white-space:normal}.cell.wrapper .cell.data:last-child{border:0}.multiplayerLobbyPopup .mainBlock .player_profile_account_info.right{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;position:relative;max-width:100%;-webkit-box-flex:1;-ms-flex:1 1}.multiplayerLobbyPopup .mainBlock .player_profile_account_info.right>*{width:20em;max-width:90%}.multiplayerLobbyPopup .mainBlock .row{display:-webkit-box;display:-ms-flexbox;-webkit-box-orient:vertical;-ms-flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;width:100%;height:4em;margin:0}.cell.menu_hide{display:none}#expandedTableInfo .color_4{border-color:transparent;background-color:#370b45;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#370b45),to(#370b45)),-webkit-gradient(linear,left top,left bottom,from(#751793),to(#430e55));-webkit-background-image:-webkit-linear-gradient(top,#370b45,#370b45),-webkit-linear-gradient(top,#751793,#430e55);-moz-background-image:-moz-linear-gradient(top,#370b45,#370b45),-moz-linear-gradient(top,#751793,#430e55);-o-background-image:-o-linear-gradient(top,#370b45,#370b45),-o-linear-gradient(top,#751793,#430e55);background-image:linear-gradient(to bottom,#370b45,#370b45),linear-gradient(to bottom,#751793,#430e55);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_4:hover{border-color:transparent;background-color:#4d0f61;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#4d0f61),to(#4d0f61)),-webkit-gradient(linear,left top,left bottom,from(#a420be),to(#5c1476));-webkit-background-image:-webkit-linear-gradient(top,#4d0f61,#4d0f61),-webkit-linear-gradient(top,#a420be,#5c1476);-moz-background-image:-moz-linear-gradient(top,#4d0f61,#4d0f61),-moz-linear-gradient(top,#a420be,#5c1476);-o-background-image:-o-linear-gradient(top,#4d0f61,#4d0f61),-o-linear-gradient(top,#a420be,#5c1476);background-image:linear-gradient(to bottom,#4d0f61,#4d0f61),linear-gradient(to bottom,#a420be,#5c1476);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer}#expandedTableInfo .color_4:active{border-color:transparent;background-color:#4d0f61;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#4d0f61),to(#4d0f61)),-webkit-gradient(linear,left top,left bottom,from(#a420be),to(#5c1476));-webkit-background-image:-webkit-linear-gradient(top,#4d0f61,#4d0f61),-webkit-linear-gradient(top,#a420be,#5c1476);-moz-background-image:-moz-linear-gradient(top,#4d0f61,#4d0f61),-moz-linear-gradient(top,#a420be,#5c1476);-o-background-image:-o-linear-gradient(top,#4d0f61,#4d0f61),-o-linear-gradient(top,#a420be,#5c1476);background-image:linear-gradient(to bottom,#4d0f61,#4d0f61),linear-gradient(to bottom,#a420be,#5c1476);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_0{border-color:transparent;background-color:#66100b;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#66100b),to(#66100b)),-webkit-gradient(linear,left top,left bottom,from(#99130e),to(#700e0a));-webkit-background-image:-webkit-linear-gradient(top,#66100b,#66100b),-webkit-linear-gradient(top,#99130e,#700e0a);-moz-background-image:-moz-linear-gradient(top,#66100b,#66100b),-moz-linear-gradient(top,#99130e,#700e0a);-o-background-image:-o-linear-gradient(top,#66100b,#66100b),-o-linear-gradient(top,#99130e,#700e0a);background-image:linear-gradient(to bottom,#66100b,#66100b),linear-gradient(to bottom,#99130e,#700e0a);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_0:hover{border-color:transparent;background-color:#8f160f;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#8f160f),to(#8f160f)),-webkit-gradient(linear,left top,left bottom,from(#c21b14),to(#9d140e));-webkit-background-image:-webkit-linear-gradient(top,#8f160f,#8f160f),-webkit-linear-gradient(top,#c21b14,#9d140e);-moz-background-image:-moz-linear-gradient(top,#8f160f,#8f160f),-moz-linear-gradient(top,#c21b14,#9d140e);-o-background-image:-o-linear-gradient(top,#8f160f,#8f160f),-o-linear-gradient(top,#c21b14,#9d140e);background-image:linear-gradient(to bottom,#8f160f,#8f160f),linear-gradient(to bottom,#c21b14,#9d140e);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer}#expandedTableInfo .color_0:active{border-color:transparent;background-color:#8f160f;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#8f160f),to(#8f160f)),-webkit-gradient(linear,left top,left bottom,from(#c21b14),to(#9d140e));-webkit-background-image:-webkit-linear-gradient(top,#8f160f,#8f160f),-webkit-linear-gradient(top,#c21b14,#9d140e);-moz-background-image:-moz-linear-gradient(top,#8f160f,#8f160f),-moz-linear-gradient(top,#c21b14,#9d140e);-o-background-image:-o-linear-gradient(top,#8f160f,#8f160f),-o-linear-gradient(top,#c21b14,#9d140e);background-image:linear-gradient(to bottom,#8f160f,#8f160f),linear-gradient(to bottom,#c21b14,#9d140e);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_2{border-color:transparent;background-color:#0b450d;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0b450d),to(#0b450d)),-webkit-gradient(linear,left top,left bottom,from(#17941b),to(#0e540f));-webkit-background-image:-webkit-linear-gradient(top,#0b450d,#0b450d),-webkit-linear-gradient(top,#17941b,#0e540f);-moz-background-image:-moz-linear-gradient(top,#0b450d,#0b450d),-moz-linear-gradient(top,#17941b,#0e540f);-o-background-image:-o-linear-gradient(top,#0b450d,#0b450d),-o-linear-gradient(top,#17941b,#0e540f);background-image:linear-gradient(to bottom,#0b450d,#0b450d),linear-gradient(to bottom,#17941b,#0e540f);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_2:hover{border-color:transparent;background-color:#0f6112;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0f6112),to(#0f6112)),-webkit-gradient(linear,left top,left bottom,from(#20be26),to(#147615));-webkit-background-image:-webkit-linear-gradient(top,#0f6112,#0f6112),-webkit-linear-gradient(top,#20be26,#147615);-moz-background-image:-moz-linear-gradient(top,#0f6112,#0f6112),-moz-linear-gradient(top,#20be26,#147615);-o-background-image:-o-linear-gradient(top,#0f6112,#0f6112),-o-linear-gradient(top,#20be26,#147615);background-image:linear-gradient(to bottom,#0f6112,#0f6112),linear-gradient(to bottom,#20be26,#147615);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer}#expandedTableInfo .color_2:active{border-color:transparent;background-color:#0f6112;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0f6112),to(#0f6112)),-webkit-gradient(linear,left top,left bottom,from(#20be26),to(#147615));-webkit-background-image:-webkit-linear-gradient(top,#0f6112,#0f6112),-webkit-linear-gradient(top,#20be26,#147615);-moz-background-image:-moz-linear-gradient(top,#0f6112,#0f6112),-moz-linear-gradient(top,#20be26,#147615);-o-background-image:-o-linear-gradient(top,#0f6112,#0f6112),-o-linear-gradient(top,#20be26,#147615);background-image:linear-gradient(to bottom,#0f6112,#0f6112),linear-gradient(to bottom,#20be26,#147615);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_3{border-color:transparent;background-color:#0b3545;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0b3545),to(#0b3545)),-webkit-gradient(linear,left top,left bottom,from(#177294),to(#0d4154));-webkit-background-image:-webkit-linear-gradient(top,#0b3545,#0b3545),-webkit-linear-gradient(top,#177294,#0d4154);-moz-background-image:-moz-linear-gradient(top,#0b3545,#0b3545),-moz-linear-gradient(top,#177294,#0d4154);-o-background-image:-o-linear-gradient(top,#0b3545,#0b3545),-o-linear-gradient(top,#177294,#0d4154);background-image:linear-gradient(to bottom,#0b3545,#0b3545),linear-gradient(to bottom,#177294,#0d4154);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_3:hover{border-color:transparent;background-color:#0f4a61;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0f4a61),to(#0f4a61)),-webkit-gradient(linear,left top,left bottom,from(#20a0bf),to(#145c76));-webkit-background-image:-webkit-linear-gradient(top,#0f4a61,#0f4a61),-webkit-linear-gradient(top,#20a0bf,#145c76);-moz-background-image:-moz-linear-gradient(top,#0f4a61,#0f4a61),-moz-linear-gradient(top,#20a0bf,#145c76);-o-background-image:-o-linear-gradient(top,#0f4a61,#0f4a61),-o-linear-gradient(top,#20a0bf,#145c76);background-image:linear-gradient(to bottom,#0f4a61,#0f4a61),linear-gradient(to bottom,#20a0bf,#145c76);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer}#expandedTableInfo .color_3:active{border-color:transparent;background-color:#0f4a61;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#0f4a61),to(#0f4a61)),-webkit-gradient(linear,left top,left bottom,from(#20a0bf),to(#145c76));-webkit-background-image:-webkit-linear-gradient(top,#0f4a61,#0f4a61),-webkit-linear-gradient(top,#20a0bf,#145c76);-moz-background-image:-moz-linear-gradient(top,#0f4a61,#0f4a61),-moz-linear-gradient(top,#20a0bf,#145c76);-o-background-image:-o-linear-gradient(top,#0f4a61,#0f4a61),-o-linear-gradient(top,#20a0bf,#145c76);background-image:linear-gradient(to bottom,#0f4a61,#0f4a61),linear-gradient(to bottom,#20a0bf,#145c76);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_1{border-color:transparent;background-color:#a75500;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#a75500),to(#a75500)),-webkit-gradient(linear,left top,left bottom,from(#dea81c),to(#c86e10));-webkit-background-image:-webkit-linear-gradient(top,#a75500,#a75500),-webkit-linear-gradient(top,#dea81c,#c86e10);-moz-background-image:-moz-linear-gradient(top,#a75500,#a75500),-moz-linear-gradient(top,#dea81c,#c86e10);-o-background-image:-o-linear-gradient(top,#a75500,#a75500),-o-linear-gradient(top,#dea81c,#c86e10);background-image:linear-gradient(to bottom,#a75500,#a75500),linear-gradient(to bottom,#dea81c,#c86e10);background-origin:border-box;background-clip:padding-box,border-box}#expandedTableInfo .color_1:hover{border-color:transparent;background-color:#ca7700;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#ca7700),to(#ca7700)),-webkit-gradient(linear,left top,left bottom,from(#ebcb27),to(#de9a16));-webkit-background-image:-webkit-linear-gradient(top,#ca7700,#ca7700),-webkit-linear-gradient(top,#ebcb27,#de9a16);-moz-background-image:-moz-linear-gradient(top,#ca7700,#ca7700),-moz-linear-gradient(top,#ebcb27,#de9a16);-o-background-image:-o-linear-gradient(top,#ca7700,#ca7700),-o-linear-gradient(top,#ebcb27,#de9a16);background-image:linear-gradient(to bottom,#ca7700,#ca7700),linear-gradient(to bottom,#ebcb27,#de9a16);background-origin:border-box;background-clip:padding-box,border-box;cursor:pointer}#expandedTableInfo .color_1:active{border-color:transparent;background-color:#ca7700;-webkit-background-image:-webkit-gradient(linear,left top,left bottom,from(#ca7700),to(#ca7700)),-webkit-gradient(linear,left top,left bottom,from(#ebcb27),to(#de9a16));-webkit-background-image:-webkit-linear-gradient(top,#ca7700,#ca7700),-webkit-linear-gradient(top,#ebcb27,#de9a16);-moz-background-image:-moz-linear-gradient(top,#ca7700,#ca7700),-moz-linear-gradient(top,#ebcb27,#de9a16);-o-background-image:-o-linear-gradient(top,#ca7700,#ca7700),-o-linear-gradient(top,#ebcb27,#de9a16);background-image:linear-gradient(to bottom,#ca7700,#ca7700),linear-gradient(to bottom,#ebcb27,#de9a16);background-origin:border-box;background-clip:padding-box,border-box}.player_profile_input_error{border-bottom:1px solid #ff8400}.imageButtonContainer{position:relative;margin-top:3px;margin-right:10px;cursor:pointer}.imageButtonContainer.italy-responsible-button{margin-right:0}.imageButtonContainer img{height:22px;pointer-events:none}.imageButtonContainer:hover img.imageButtonImage{display:none}.imageButtonContainer img.hoverImageButtonImage{display:none}.imageButtonContainer:hover img.hoverImageButtonImage{display:inline}.message-box.widget-message-box.scrollable-message-box{max-height:80%;min-height:1%;min-width:50%;position:relative}.message-box.widget-message-box.scrollable-message-box .closeButton{position:absolute;right:0}.message-box.widget-message-box.scrollable-message-box .message-box__text-block{display:none}.message-box.widget-message-box.scrollable-message-box .iScroll-widget__wrapper{position:absolute;top:0;height:auto;bottom:0;overflow:hidden;width:auto;text-align:center;margin:40px 10px 70px 10px}.message-box.widget-message-box.scrollable-message-box .iScroll-widget__wrapper.toaster_size_handler{visibility:hidden;position:relative;height:100%}.message-box.widget-message-box.scrollable-message-box .iScroll-widget__scrollerY{position:relative;font-size:inherit;white-space:inherit;box-sizing:border-box;padding:20px}.message-box.widget-message-box.scrollable-message-box .message-box__buttons-block{position:absolute;width:100%}.message-box.widget-message-box.scrollable-message-box{display:block}.message-box__widget-block{margin:0}.message-box.widget-message-box.scrollable-message-box .iScroll-widget__wrapper{margin:70px 40px 110px 40px}.message-box.widget-message-box.scrollable-message-box .message-box__buttons-block{margin:35px 0}.modal.scrollable_container .container,.modal.scrollable_container .centered-container{display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;display:-ms-flexbox;-ms-flex-pack:center;-ms-flex-align:center}.sweden_panel_wrapper{position:absolute;width:100%;top:113px;text-align:center}.sweden_panel_container{background-color:white;display:inline-block}.sweden_panel_container *{display:inline-block}.sweden_panel_container .timer_icon{background:url(../../images/components/sweden/timer.png) left no-repeat;width:15px;height:14px;background-size:contain}.speed_icon{background:url(../../images/components/sweden/speed.png) left no-repeat;width:15px;height:14px;background-size:contain;padding-top:3px}.time_icon{background:url(../../images/components/sweden/time.png) left no-repeat;width:15px;height:14px;background-size:contain}.pause_icon{background:url(../../images/components/sweden/pause.png) left no-repeat;width:15px;height:14px;background-size:contain}.sweden_panel_container div:not(:first-child):hover{cursor:pointer}.sweden_panel_container div:first-child{pointer-events:none}.sweden_panel_container>div:not(:last-child){margin-right:10px}.sweden_panel_container>div:last-child{padding-right:5px}.sweden_panel_container>div{padding-top:3px;padding-bottom:1px}.sweden_panel_container>div:first-child{margin-left:5px}.sweden_panel_wrapper.untouchable{pointer-events:none;opacity:.7;filter:alpha("opacity=70")}