/* PayTable styles */

.interface-settingsWindow_landscape_desktop .interface-settingsWindow_header {
    display: none;
}

.interface-settingsWindow_landscape_desktop {
    background: none;
}

.interface-soundSettingsDesktop_sliderBase {
    height: 0.80rem;
    width: 0.40rem;
}

.interface-standAloneSettingsSection {
    width: 2.695rem;
}

.interface-soundSettingsDesktop_sliderWrapper {
    z-index: 410;
    bottom: 0.15rem;
}

.interface-paytable_section {
    height: 100%;
    position: relative;
    font-size: .63em;
    font-family: MyriadProLight;
    padding-bottom: 10px;
}

#paytable * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#paytable {
    width: 1100px;
    height: 563px;
    background: url("../multimedia/images/1280x720/paytable/paytableFrame.png") no-repeat;
    margin: 25px auto 0;
}

.paytable-images-wrapper:after,
.paytable-wrapper:after,
.paytable-pair-wrapper:after,
.paytable-footer:after {
    display: block;
    clear: both;
    content: "";
}

.interface-standAloneSettingsSection {
    z-index: 400;
}

.interface-settingsWindow_landscape_desktop .interface-settingsWindow_content {
    height: 4.41rem;
}

.paytable-wrapper,
.paytable-footer {
    padding: 0 15px;
}

.paytable-column {
    width: 49%;
    float: left;
    padding: 0 3%;
    position: relative;
}

.paytable-column > div {
    margin-bottom: 4%;
}

#settingsWindowCloseButton {
    display: none;
}

.paytable-footer {
    width: 100%;
    position: absolute;
    bottom: 85px;
}

.paytable-separator {
    width: 100%;
    height: 53px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 140px;
}

.paytable-bottom {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 3%;
    font-size: 0.95em;
}

.paytable-symbol {
    width: 130px;
    height: 130px;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    margin-top: 1%;
}

.logo-paytable-wrapper {
    width: 100%;
    height: 80px;
    position: relative;
}

.paytable-logo {
    width: 100%;
    height: 94px;
    position: absolute;
    top: -34px;
    left: 11px;
    background-repeat: no-repeat;
    background-position: center;
}

.paytable-score-wrapper {
    float: left;
    padding-left: 5px;
    padding-top: 6px;
}

.scores-table {
    line-height: 14px;
}

.scatter {
    margin: 0 auto;
    width: 50%;
}

.scatter .scores-table {
    margin: 15px 0;
}

.scatter .paytable-score-wrapper {
    padding-left: 20px;
}

.paytable-score-bold {
    font-family: MyriadProBold;
    font-size: 1.3em;
    padding-left: 20%;
    display: inline;
}

.paytable-persones {
    position: absolute;
    top: 25px;
    right: -10px;

}

.paytable-symbols-content,
.paytable-pair-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paytable-pair-wrapper {
    width: 33%;
}

#paytableNavigationindicators {
    display: none;
}

#paytableNavigation_arrows {
    bottom: 6px;
    left: 86px;
    width: 110px;
    height: 35px;
}

#paytablePrevious {
    background: url("../multimedia/images/1280x720/paytable/naviButtonLeft.png") no-repeat;
    top: 0;
    left: 0;

}

#paytableNext {
    background: url("../multimedia/images/1280x720/paytable/naviButtonRight.png") no-repeat;
    top: 0;
    right: 0;
}

#paytablePrevious,
#paytableNext {
    width: 46px;
    height: 29px;
    text-indent: -9999px;
    transition: .1s ease all;
    background-size: contain;
    position: absolute;
}

#paytablePrevious:hover,
#paytableNext:hover {
    width: 56px;
    height: 35px;
}

#paytablePrevious:active,
#paytableNext:active {
    width: 52px;
    height: 33px;
}

#paytableClose,
#closeBtn {
    position: absolute;
    top: -524px;
    right: -997px;
    width: 30px;
    height: 29px;
    margin: 0;
    background: transparent url("../multimedia/images/1280x720/paytable/close_btn.png") no-repeat;
    background-size: contain;
    transition: .1s ease all;
}

#paytableClose:hover {
    top: -529px;
    right: -1002px;
    width: 35px;
    height: 34px;
}

#paytableClose:active {
    top: -527px;
    right: -1000px;
    width: 33px;
    height: 33px;
}

#closeBtn {
    top: 23px;
    right: 87px;
    z-index: 999;
}

#closeBtn:hover {
    top: 19px;
    right: 82px;
    width: 35px;
    height: 34px;
}

#closeBtn:active {
    top: 20px;
    right: 84px;
    width: 33px;
    height: 33px;
}

.bet-lines {
    position: absolute;
    right: 162px;
    bottom: 39px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.bet-pair-wrapper {
    position: relative;
    width: 52px;
    height: 14px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.bet-pair-wrapper:hover .bet-img-scaled {
    display: block;
}

.bet-img {
    width: 24px;
    height: 14px;
}

.bet-img-scaled {
    display: none;
    position: absolute;
    width: 40px;
    height: 23px;
    bottom: 0;
    right: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: black;
}

.bet-label {
    width: 15px;
    height: 14px;
    line-height: 14px;
    text-align: right;
    margin-right: 5px;
}

.game-rules-container {
    height: 3.76rem !important;
    margin-top: 34px;
}

#gameRules_rules {
    margin: auto;
    width: auto;
}

#gameRules.desktop {
    width: 896px;
    margin: 0 auto;
}

#gameRules_scrollbar.desktop-game-rules-scrollbar {
    right: 80px;
}

.vissible {
    display: block;
}

.hidden {
    display: none;
}

.interface-cashField_desktop, .desktop_landscape .interface-balanceDisplay_base {
    bottom: -1px;
}