#bd .sports-content {
    position: relative;
    height: 100%;
    margin-right: 400px;
}
#bd .sports-slip {
    position: absolute;
    height: 720px;
    width: 400px;
    top: 50px;
    right: 0;
    background: #333;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #333 100%);
    z-index: 9;
}

div.match-markets-view div.match div.match-market {
    position: relative;
    height: 35px;
    overflow: hidden;
}
div.match-markets-view div.match div.match-market.hidden {
    display: none;
}
div.match-markets-view div.match div.match-market.market-head {
    border-top: 1px solid #888;
}
div.match-markets-view div.match div.match-market span.market-mincomb-block {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 3%;
    vertical-align: middle;
    text-align: center;
}
div.match-markets-view div.match div.match-market span.market-mincomb-block span.market-mincomb {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #eee;
    margin-top: 7px;
    color: #000;
    text-align: center;
    font: 11px/18px Arial;
    border-radius: 8px;
}
div.match-markets-view div.match div.match-market span.market-name{
    position: relative;
    display: inline-block;
    height: 35px;
    font: 14px/35px Tahoma,Arial;
    width: 42%;
    vertical-align: top;
    text-indent: 12px;
}
div.match-markets-view div.match div.match-market span.market-special{
    position: relative;
    display: inline-block;
    height: 35px;
    font: 14px/35px Tahoma,Arial;
    width: 5%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market div.match-selection {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 16%;
    font: 14px/34px Tahoma,Arial;
    vertical-align: top;
    background: #333;
    margin: 0 0.25%;
    margin-bottom: 1px;
    cursor: pointer;
}
div.match-markets-view div.match div.match-market div.match-selection.selection-on div.match-odds{
    background-color: #ff8210;
}
div.match-markets-view div.match div.match-market-selections-1 div.match-selection {
    width: 49%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market-selections-2 div.match-selection {
    width: 24.25%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market div.match-selection div.match-outcome {
    width: 100%;
    height: 100%;
    font: 14px/34px Tahoma,Arial;
    text-indent: 8px;
}
div.match-markets-view div.match div.match-market div.match-selection div.match-odds {
    position: absolute;
    display: block;
    width: 50px;
    height: 22px;
    top: 5px;
    right: 8px;
    background: #000;
    text-align: center;
    font: 14px/20px Tahoma,Arial;
}
div.match-markets-view div.match .live-match-tracker {
    height: 362px;
    width: 640px;
    margin: 0;
    overflow: hidden;
}
div.match-markets-view div.match .live-match-tracker iframe.live-tracker {
    height: 362px;
    width: 640px;
    margin: 0;
    border: 0;
    padding: 0;
}

div.match-markets-view div.match-markets-menu {
    position: relative;
    height: 50px;
    background: #080808;
}
div.match-markets-view div.match-markets-menu div.match-markets-search {
    position: absolute;
    top: 7px;
    right: 50px;
    height: 35px;
    width: 140px;
    background: #212121;
    border-radius: 17px;
    z-index: 102;
}
div.match-markets-view div.match-markets-menu div.match-markets-search input.match-markets-search-type {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 17px;
    border: 0;
    background: none;
    color: #fff;
}
div.match-markets-view div.match-markets-menu .match-markets-list {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background: #080808;
    z-index: 101;
    overflow: hidden;
    height: 100%;
}
div.match-markets-view div.match-markets-menu.open .match-markets-list {
    height: auto;
    max-height: 720px;
    overflow: auto;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-markets-list-container {
    margin-right: 230px;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-market-menu-item {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 14px/36px Tahoma,Arial;
    height: 36px;
    margin: 7px 0 7px 12px;
    padding: 0 12px 0 12px;
    position: relative;
    vertical-align: top;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-market-menu-item.hidden {
    display: none;
}
div.match-markets-view div.match-markets-menu  .open-match-statistics {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 200px;
    background: url("../../images/online/b3/matchstatsw.png") center center no-repeat;
    cursor: pointer;
    background-size: contain;
    z-index: 105;
}
div.match-markets-view div.match-markets-menu .openclose-match-markets-menu {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 7px;
    right: 7px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: 20px/35px Tahoma,Arial;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
    padding: 0;
    z-index: 102;
}
div.match-markets-view div.match-markets-menu .openclose-match-markets-menu div {
    text-align: center;
    font: bold 30px/30px Tahoma,Arial;
}
div.match-markets-view div.match-markets-menu.open .openclose-match-markets-menu div.open,
div.match-markets-view div.match-markets-menu.closed .openclose-match-markets-menu div.close {
    display: none;
}


div.match-markets-view div.match div.match-market-block {
    height: auto;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header {
    height: 30px;
    text-align: center;
    margin-top: 5px;
    background: #000;
    line-height: 30px;
    width: 99.5%;
}
div.match-markets-view div.match div.match-market-page-block {
    display: inline-block;
    width: 49%;
    margin-left: 1%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market-page-block div.match-market div.match-selection {
    width: 32.65%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-2 div.match-selection {
    width: 49.25%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-1 div.match-selection {
    width: 99%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market.match-market-specials-block div.match-selection {
    width: 26.65%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-2.match-market-specials-block div.match-selection {
    width: 40.25%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-1.match-market-specials-block div.match-selection {
    width: 81%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market.match-market-specials-block div.market-special {
    display: inline-block;
    width: 17.50%;
    margin: 0 0.25%;
    margin-bottom: 1px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-mincomb-block {
    width: 30px;
    position: absolute;
    top: 2px;
    left: 12px;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-name {
    width: auto;
    line-height: 30px;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-special {
    margin-left: 12px;
    position: relative;
    display: inline-block;
    height: 30px;
    font: 14px/30px Tahoma,Arial;
    width: auto;
    vertical-align: top;
    text-indent: 12px;
}

div.sports-page-header {
    height: 50px;
    background-color: #ff8210;
}
div.sports-page-body {
    position: relative;
}
#page.scrollable div.sports-page-body {
    overflow-y: scroll;
}

#ft div.betslip-place-bet-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #333;
}
#ft div.betslip-place-bet {
    position: absolute;
    top: 0;
    left: 40px;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    border-top: 2px solid #ff8210;
    cursor: pointer;
}
#ft div.betslip-place-bet div.label {
    text-align: left;
    text-indent: 16px;
    color: #ff8210;
    font: 24px/45px Arial;
    text-transform: uppercase;
}
#ft div.betslip-place-bet div.icon {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 5px;
    right: 12px;
    background: url('../../images/terminal/icons/Apply.svg') center center no-repeat;
}

.main-menu.sports-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 50%;
    height: 60px;
    box-sizing: border-box;
}
.main-menu.sports-list .main-menu-item.sport .image {
    left: 16px;
    top: 12px;
}
.main-menu.sports-list .main-menu-item.sport .label {
    line-height: 60px;
    height: 60px;
    padding-left: 86px;
}
.sport-soccer > .image {background-image: url('../../images/terminal/icons/sports/soccer.svg'); }
.sport-badminton > .image {background-image: url('../../images/terminal/icons/sports/badminton.svg'); }
.sport-basketball > .image {background-image: url('../../images/terminal/icons/sports/basketball.svg'); }
.sport-boxing > .image {background-image: url('../../images/terminal/icons/sports/boxing.svg'); }
.sport-american-football > .image {background-image: url('../../images/terminal/icons/sports/american_football.svg'); }
.sport-golf > .image {background-image: url('../../images/terminal/icons/sports/golf.svg'); }
.sport-table-tennis > .image {background-image: url('../../images/terminal/icons/sports/table_tennis.svg'); }
.sport-rugby > .image {background-image: url('../../images/terminal/icons/sports/rugby.svg'); }
.sport-tennis > .image {background-image: url('../../images/terminal/icons/sports/tennis.svg'); }
.sport-volleyball > .image {background-image: url('../../images/terminal/icons/sports/volleyball.svg'); }
.sport-baseball > .image {background-image: url('../../images/terminal/icons/sports/baseball.svg'); }
.sport-ice-hockey > .image {background-image: url('../../images/terminal/icons/sports/ice_hockey.svg'); }
.sport-cricket > .image {background-image: url('../../images/terminal/icons/sports/cricket.svg'); }
.sport-motorsport > .image {background-image: url('../../images/terminal/icons/sports/motorsport.svg'); }
.sport-darts > .image {background-image: url('../../images/terminal/icons/sports/darts.svg'); }
.sport-politics > .image {background-image: url('../../images/terminal/icons/sports/politics.svg'); }
.sport-entertainment > .image {background-image: url('../../images/terminal/icons/sports/entertain.svg'); }

.sport > .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sport-soccer            > .image { background-image: url('../../images/terminal/icons/sports/soccer.png');  }
.sport-basketball        > .image { background-image: url('../../images/terminal/icons/sports/basketball.png');  }
.sport-baseball          > .image { background-image: url('../../images/kiosk/sport_baseball.png');  }
.sport-ice-hockey        > .image { background-image: url('../../images/terminal/icons/sports/ice-hockey.png');  }
.sport-tennis            > .image { background-image: url('../../images/terminal/icons/sports/tennis.png');  }
.sport-handball          > .image { background-image: url('../../images/terminal/icons/sports/handball.png');  }
.sport-golf              > .image { background-image: url('../../images/terminal/icons/sports/golf.png');  }
.sport-motorsport        > .image { background-image: url('../../images/terminal/icons/sports/motorsport.png');  }
.sport-rugby             > .image { background-image: url('../../images/terminal/icons/sports/rugby.png');  }
.sport-american-football > .image { background-image: url('../../images/terminal/icons/sports/am-football.png'); }
.sport-snooker           > .image { background-image: url('../../images/terminal/icons/sports/snooker.png'); }
.sport-darts             > .image { background-image: url('../../images/terminal/icons/sports/darts.png'); }
.sport-volleyball        > .image { background-image: url('../../images/terminal/icons/sports/volleyball.png'); }
.sport-futsal            > .image { background-image: url('../../images/terminal/icons/sports/futsal.png'); }
.sport-cricket           > .image { background-image: url('../../images/terminal/icons/sports/cricket.png');  }
.sport-bowls             > .image { background-image: url('../../images/kiosk/sport_bowls.png');  }
.sport-boxing            > .image { background-image: url('../../images/terminal/icons/sports/boxing.png');  }
.sport-horses            > .image { background-image: url('../../images/kiosk/sport_horses.png');  }
.sport-beach-volley      > .image { background-image: url('../../images/terminal/icons/sports/beach-volley.png');  }
.sport-aussie-rules      > .image { background-image: url('../../images/terminal/icons/sports/aussierules.png');  }
.sport-waterpolo         > .image { background-image: url('../../images/terminal/icons/sports/water-polo.png');  }
.sport-floorball         > .image { background-image: url('../../images/terminal/icons/sports/floorball.png');  }
.sport-mma               > .image { background-image: url('../../images/terminal/icons/sports/martial.png');  }
.sport-cycling           > .image { background-image: url('../../images/terminal/icons/sports/cycling.png');  }
.sport-table-tennis      > .image { background-image: url('../../images/terminal/icons/sports/table-tennis.png');  }
.sport-field-hockey      > .image { background-image: url('../../images/terminal/icons/sports/field-hockey.png');  }
.sport-badminton         > .image { background-image: url('../../images/terminal/icons/sports/badminton.png');  }
.sport-biathlon          > .image { background-image: url('../../images/terminal/icons/sports/biathlon.png');  }
.sport-specials          > .image { background-image: url('../../images/terminal/icons/sports/special.png');  }
.sport-motorcycle-racing > .image { background-image: url('../../images/terminal/icons/sports/motorcycle.png');  }
.sport-esoccer           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; }
.sport-ebasketball           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; }
.category-electronic-leagues > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png'); background-size: contain !important;  }
.sport-dota-2           > .image { background-image: url('../../images/terminal/icons/sports/dota.png');  background-size: contain !important; }
.sport-starcraft        > .image { background-image: url('../../images/terminal/icons/sports/starcraft.png');  background-size: contain !important; }
.sport-starcraft-2      > .image { background-image: url('../../images/terminal/icons/sports/starcraft.png');  background-size: contain !important; }
.sport-esport-valorant    > .image { background-image: url('../../images/terminal/icons/sports/valorant.png');  background-size: contain !important; }
.sport-hearthstone        > .image { background-image: url('../../images/terminal/icons/sports/hearthstone.png');  background-size: contain !important; }
.sport-call-of-duty       > .image { background-image: url('../../images/terminal/icons/sports/callofduty.png');  background-size: contain !important; }
.sport-counter-strike     > .image { background-image: url('../../images/terminal/icons/sports/counterstrike.png');  background-size: contain !important; }
.sport-league-of-legends  > .image { background-image: url('../../images/terminal/icons/sports/leagueoflegends.png');  background-size: contain !important; }
.sport-league-of-legends-wild-rift  > .image { background-image: url('../../images/terminal/icons/sports/leagueoflegends.png');  background-size: contain !important; }

.main-menu-item div.match-count {
    display: none;
}

.main-menu.categories-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 50%;
    height: 48px;
    box-sizing: border-box;
}
.main-menu.categories-list .main-menu-item.category {
    height: 48px;
}
.main-menu.categories-list .main-menu-item.category .image {
    left: 6px;
    top: 8px;
    width: 48px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-menu.categories-list .main-menu-item.category .label {
    line-height: 48px;
    height: 48px;
    padding-left: 76px;
}
 .category-albania > .image {background-image: url('../../images/terminal/flags/albania.svg'); }
 .category-algeria > .image {background-image: url('../../images/terminal/flags/algeria.svg'); }
 .category-andorra > .image {background-image: url('../../images/terminal/flags/andorra.svg'); }
 .category-angola > .image {background-image: url('../../images/terminal/flags/angola.svg'); }
 .category-argentina > .image {background-image: url('../../images/terminal/flags/argentina.svg'); }
 .category-armenia > .image {background-image: url('../../images/terminal/flags/armenia.svg'); }
 .category-australia > .image {background-image: url('../../images/terminal/flags/australia.svg'); }
 .category-austria > .image {background-image: url('../../images/terminal/flags/austria.svg'); }
 .category-azerbaijan > .image {background-image: url('../../images/terminal/flags/azerbaijan.svg'); }
 .category-bahrain > .image {background-image: url('../../images/terminal/flags/bahrain.svg'); }
 .category-belarus > .image {background-image: url('../../images/terminal/flags/belarus.svg'); }
 .category-belgium > .image {background-image: url('../../images/terminal/flags/belgium.svg'); }
 .category-bolivia > .image {background-image: url('../../images/terminal/flags/bolivia.svg'); }
 .category-bosnia-herzegovina > .image {background-image: url('../../images/terminal/flags/bosnia_herzegovina.svg'); }
 .category-brazil > .image {background-image: url('../../images/terminal/flags/brazil.svg'); }
 .category-bulgaria > .image {background-image: url('../../images/terminal/flags/bulgaria.svg'); }
 .category-cameroon > .image {background-image: url('../../images/terminal/flags/cameroon.svg'); }
 .category-canada > .image {background-image: url('../../images/terminal/flags/canada.svg'); }
 .category-cambodia > .image {background-image: url('../../images/terminal/flags/cambodia.png'); }
 .category-bangladesh > .image {background-image: url('../../images/terminal/flags/bangladesh.png'); }
 .category-nepal > .image {background-image: url('../../images/terminal/flags/nepal.png'); }
 .category-chile > .image {background-image: url('../../images/terminal/flags/chile.svg'); }
 .category-china > .image {background-image: url('../../images/terminal/flags/china.svg'); }
 .category-colombia > .image {background-image: url('../../images/terminal/flags/colombia.svg'); }
 .category-costa-rica > .image {background-image: url('../../images/terminal/flags/costa_rica.svg'); }
 .category-croatia > .image {background-image: url('../../images/terminal/flags/croatia.svg'); }
 .category-cyprus > .image {background-image: url('../../images/terminal/flags/cyprus.svg'); }
 .category-czech-republic > .image {background-image: url('../../images/terminal/flags/czech_republic.svg'); }
 .category-denmark > .image {background-image: url('../../images/terminal/flags/denmark.svg'); }
 .category-ecuador > .image {background-image: url('../../images/terminal/flags/ecuador.svg'); }
 .category-egypt > .image {background-image: url('../../images/terminal/flags/egypt.svg'); }
 .category-el-salvador > .image {background-image: url('../../images/terminal/flags/el_salvador.svg'); }
 .category-england > .image {background-image: url('../../images/terminal/flags/england.svg'); }
 .category-estonia > .image {background-image: url('../../images/terminal/flags/estonia.svg'); }
 .category-faroe-islands > .image {background-image: url('../../images/terminal/flags/faroe_islands.svg'); }
 .category-finland > .image {background-image: url('../../images/terminal/flags/finland.svg'); }
 .category-france > .image {background-image: url('../../images/terminal/flags/france.svg'); }
 .category-georgia > .image {background-image: url('../../images/terminal/flags/georgia.svg'); }
 .category-germany > .image {background-image: url('../../images/terminal/flags/germany.svg'); }
 .category-ghana > .image {background-image: url('../../images/terminal/flags/ghana.svg'); }
 .category-gibraltar > .image {background-image: url('../../images/terminal/flags/gibraltar.svg'); }
 .category-greece > .image {background-image: url('../../images/terminal/flags/greece.svg'); }
 .category-guatemala > .image {background-image: url('../../images/terminal/flags/guatemala.svg'); }
 .category-honduras > .image {background-image: url('../../images/terminal/flags/honduras.svg'); }
 .category-hong-kong > .image {background-image: url('../../images/terminal/flags/hong_kong.svg'); }
 .category-hungary > .image {background-image: url('../../images/terminal/flags/hungary.svg'); }
 .category-iceland > .image {background-image: url('../../images/terminal/flags/iceland.svg'); }
 .category-india > .image {background-image: url('../../images/terminal/flags/india.svg'); }
 .category-myanmar > .image {background-image: url('../../images/terminal/flags/myanmar.svg'); }
 .category-mali > .image {background-image: url('../../images/terminal/flags/mali.svg'); }
 .category-mozambique > .image {background-image: url('../../images/terminal/flags/mozambique.svg'); }
 .category-indonesia > .image {background-image: url('../../images/terminal/flags/indonesia.svg'); }
 .category-international > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-international-clubs > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-international-youth > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-iran > .image {background-image: url('../../images/terminal/flags/iran.svg'); }
 .category-iraq > .image {background-image: url('../../images/terminal/flags/iraq.png'); }
 .category-ireland > .image {background-image: url('../../images/terminal/flags/ireland.svg'); }
 .category-israel > .image {background-image: url('../../images/terminal/flags/israel.svg'); }
 .category-italy > .image {background-image: url('../../images/terminal/flags/italy.svg'); }
 .category-ivory-coast > .image {background-image: url('../../images/terminal/flags/ivory_coast.svg'); }
 .category-jamaica > .image {background-image: url('../../images/terminal/flags/jamaica.svg'); }
 .category-japan > .image {background-image: url('../../images/terminal/flags/japan.svg'); }
 .category-jordan > .image {background-image: url('../../images/terminal/flags/jordan.svg'); }
 .category-kazakhstan > .image {background-image: url('../../images/terminal/flags/kazakhstan.svg'); }
 .category-kenya > .image {background-image: url('../../images/terminal/flags/kenya.svg'); }
 .category-korea > .image {background-image: url('../../images/terminal/flags/south_korea.svg'); }
 .category-kuwait > .image {background-image: url('../../images/terminal/flags/kuwait.svg'); }
 .category-kyrgyzstan > .image {background-image: url('../../images/terminal/flags/kyrgyzstan.png'); }
 .category-latvia > .image {background-image: url('../../images/terminal/flags/latvia.svg'); }
 .category-lebanon > .image {background-image: url('../../images/terminal/flags/lebanon.svg'); }
 .category-liechtenstein > .image {background-image: url('../../images/terminal/flags/liechtenstein.svg'); }
 .category-lithuania > .image {background-image: url('../../images/terminal/flags/lithuania.svg'); }
 .category-luxembourg > .image {background-image: url('../../images/terminal/flags/luxembourg.svg'); }
 .category-macedonia > .image {background-image: url('../../images/terminal/flags/macedonia.svg'); }
 .category-malaysia > .image {background-image: url('../../images/terminal/flags/malaysia.svg'); }
 .category-maldives > .image {background-image: url('../../images/terminal/flags/maldives.png'); }
 .category-malta > .image {background-image: url('../../images/terminal/flags/malta.svg'); }
 .category-mexico > .image {background-image: url('../../images/terminal/flags/mexico.svg'); }
 .category-moldova > .image {background-image: url('../../images/terminal/flags/moldova.svg'); }
 .category-montenegro > .image {background-image: url('../../images/terminal/flags/montenegro.svg'); }
 .category-morocco > .image {background-image: url('../../images/terminal/flags/morocco.svg'); }
 .category-netherlands > .image {background-image: url('../../images/terminal/flags/netherlands.svg'); }
 .category-new-zealand > .image {background-image: url('../../images/terminal/flags/new_zealand.svg'); }
 .category-nigeria > .image {background-image: url('../../images/terminal/flags/nigeria.svg'); }
 .category-northern-ireland > .image {background-image: url('../../images/terminal/flags/northern_ireland.svg'); }
 .category-norway > .image {background-image: url('../../images/terminal/flags/norway.svg'); }
 .category-oman > .image {background-image: url('../../images/terminal/flags/oman.svg'); }
 .category-palestine > .image {background-image: url('../../images/terminal/flags/palestine.svg'); }
 .category-panama > .image {background-image: url('../../images/terminal/flags/panama.svg'); }
 .category-paraguay > .image {background-image: url('../../images/terminal/flags/paraguay.svg'); }
 .category-peru > .image {background-image: url('../../images/terminal/flags/peru.svg'); }
 .category-philippines > .image {background-image: url('../../images/terminal/flags/philippines.svg'); }
 .category-poland > .image {background-image: url('../../images/terminal/flags/poland.svg'); }
 .category-portugal > .image {background-image: url('../../images/terminal/flags/portugal.svg'); }
 .category-qatar > .image {background-image: url('../../images/terminal/flags/qatar.svg'); }
 .category-romania > .image {background-image: url('../../images/terminal/flags/romania.svg'); }
 .category-russia > .image {background-image: url('../../images/terminal/flags/russia.svg'); }
 .category-san-marino > .image {background-image: url('../../images/terminal/flags/san_marino.svg'); }
 .category-saudi-arabia > .image {background-image: url('../../images/terminal/flags/saudi_arabia.svg'); }
 .category-scotland > .image {background-image: url('../../images/terminal/flags/scotland.svg'); }
 .category-senegal > .image {background-image: url('../../images/terminal/flags/senegal.svg'); }
 .category-serbia > .image {background-image: url('../../images/terminal/flags/serbia.svg'); }
 .category-singapore > .image {background-image: url('../../images/terminal/flags/singapore.svg'); }
 .category-slovakia > .image {background-image: url('../../images/terminal/flags/slovakia.svg'); }
 .category-slovenia > .image {background-image: url('../../images/terminal/flags/slovenia.svg'); }
 .category-south-africa > .image {background-image: url('../../images/terminal/flags/south_africa.svg'); }
 .category-south-korea > .image {background-image: url('../../images/terminal/flags/south_korea.svg'); }
 .category-spain > .image {background-image: url('../../images/terminal/flags/spain.svg'); }
 .category-sweden > .image {background-image: url('../../images/terminal/flags/sweden.svg'); }
 .category-switzerland > .image {background-image: url('../../images/terminal/flags/switzerland.svg'); }
 .category-tanzania > .image {background-image: url('../../images/terminal/flags/tanzania.svg'); }
 .category-thailand > .image {background-image: url('../../images/terminal/flags/thailand.svg'); }
 .category-tunisia > .image {background-image: url('../../images/terminal/flags/tunisia.svg'); }
 .category-turkey > .image {background-image: url('../../images/terminal/flags/turkey.svg'); }
 .category-ukraine > .image {background-image: url('../../images/terminal/flags/ukraine.svg'); }
 .category-united-arab-emirates > .image {background-image: url('../../images/terminal/flags/united_arab_emirates.svg'); }
 .category-uruguay > .image {background-image: url('../../images/terminal/flags/uruguay.svg'); }
 .category-usa > .image {background-image: url('../../images/terminal/flags/usa.svg'); }
 .category-uzbekistan > .image {background-image: url('../../images/terminal/flags/uzbekistan.svg'); }
 .category-venezuela > .image {background-image: url('../../images/terminal/flags/venezuela.svg'); }
 .category-vietnam > .image {background-image: url('../../images/terminal/flags/vietnam.svg'); }
 .category-wales > .image {background-image: url('../../images/terminal/flags/wales.svg'); }
 .category-zambia > .image {background-image: url('../../images/terminal/flags/zambia.svg'); }
 .category-zanzibar > .image {background-image: url('../../images/terminal/flags/zanzibar.png'); }
 .category-all > .image{background-image: url('../../images/terminal/icons/all.svg'); }
 .category-today > .image{background-image: url('../../images/terminal/icons/today.svg'); }
 .category-world-cup > .image{background-image: url('../../images/terminal/icons/wc-2018-b.png');}
 .category-music > .image{background-image: url('../../images/terminal/icons/sports/music.svg');}
 .category-challenge > .image{background-image: url('../../images/terminal/flags/sports/tennis/atp-challenger.jpg');}
 .category-atp > .image{background-image: url('../../images/terminal/flags/sports/tennis/atp.png');}
 .category-wta > .image{background-image: url('../../images/terminal/flags/sports/tennis/wta.png');}
 .category-uganda > .image {background-image: url('../../images/terminal/flags/uganda.png');}
 .category-syria > .image {background-image: url('../../images/terminal/flags/syria.png'); }
 .category-laos > .image {background-image: url('../../images/terminal/flags/laos.png'); }
 .category-turkmenistan > .image {background-image: url('../../images/terminal/flags/turkmenistan.png'); }
 .category-burundi > .image {background-image: url('../../images/terminal/flags/burundi.png'); }
 .category-chinese-taipei- > .image {background-image: url('../../images/terminal/flags/taipei.png'); }
 .category-itf-men > .image {background-image: url('../../images/terminal/flags/itf.png');/* background-size: contain; */}
 .category-itf-women > .image {background-image: url('../../images/terminal/flags/itf.png'); }
 .category-ethiopia > .image {background-image: url('../../images/terminal/flags/ethiopia.png'); }
 .category-rwanda > .image {background-image: url('../../images/terminal/flags/rwanda.svg'); } 
 .category-tajikistan > .image {background-image: url('../../images/terminal/flags/tajikistan.png'); } 
 .category-mauritania > .image {background-image: url('../../images/terminal/flags/mauritania.png'); } 
 .category-seychelles > .image {background-image: url('../../images/terminal/flags/seychelles.png'); } 
 .category-gambia > .image {background-image: url('../../images/terminal/flags/gambia.png'); } 
.match-sport-esoccer           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; border: 0 !important;}


.main-menu.tournaments-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
}
.main-menu.tournaments-list .main-menu-item.tournament .image {
    left: 6px;
    top: 14px;
    width: 48px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-menu.tournaments-list .main-menu-item.tournament .label {
    line-height: 60px;
    height: 60px;
    padding-left: 86px;
    font-size: 18px;
}

/*
 *
 *     V I E W S
 *
 */
#page #bd div.match-coupon-view div.match {
    background: #000;
    border-bottom: 1px solid #888;
    height: 40px;
}
#page #bd div.match-coupon-view div.match.match-rows-2 {
    height: 80px;
}
#page #bd div.match-coupon-view div.match div.match-info div.match-info-bg {
    display: none;
}
#page #bd div.match-coupon-view .match-coupon-sport-header {
    height: 40px;
}
#page #bd div.match-coupon-view div.match div.teams {
    top: 15px;
    left: 250px;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
}
#page #bd div.match-coupon-view div.match div.teams .team {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: top;
}
#page #bd div.match-coupon-view div.match div.teams .team-separator {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
}
#page #bd div.match-coupon-view div.match div.match-more-markets {
    color: #fff;
    background: #333;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 4px;
    width: 36px;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-options,
#page #bd div.match-coupon-view div.match div.match-options{
    display: inline-block;
    width: 50px;
}
#page #bd div.match-coupon-view div.match-options span.match-option-statistics,
#page #bd div.match-coupon-view div.match-options span.match-option-will-go-live {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 10px 2px;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-statistics {
    background: url("../../images/online/b3/matchstatsw.png") center center no-repeat;
    cursor: pointer;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-will-go-live {
    text-indent: -99999px;
    font-size: 0;
    background-size: contain;
    visibility: hidden;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-will-go-live.match-option-on {
    visibility: visible;
    background: url("../../images/terminal/icons/liveneww.svg") center center no-repeat;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-holder,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-button {
    cursor: pointer;
}
#page #bd div.match-coupon-view div.match-coupon-sport-subheader {
    display: none;
}
#page #bd div.match-coupon-view div.match div.match-more-markets {
    border: 0;
}
.match-more-markets .plusminus-minus {
    display: none;
}
.match-coupon-sport .match-coupon-sport-header-title {
    display: none;
}
#page #bd div.match-coupon-view div.match-market-column-3 {
    width: 150px;
}
#page #bd div.match-coupon-view div.match-markets {
    margin-left: 500px;
}
#page #bd div.match-coupon-view div.match-markets .match-market-header {
    height: 15px;
    font: 11px/15px Tahoma,Roboto,Arial;
    white-space: nowrap;
}
#page #bd div.match-coupon-view div.match div.match-info {
    width: 450px;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-holder,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-button {
    margin-top: 5px;
}
#page #bd div.match-coupon-view .match-coupon-view-date-header {
    display: none;
}
#page #bd div.match-coupon-view div.match div.match-code {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 50px;
    text-align: center;
    font: 14px/40px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.match-time {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    height: 40px;
    width: 50px;
}
#page #bd div.match-coupon-view div.match div.match-time .match-time-date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 50px;
    text-align: center;
    font: 11px/15px Tahoma,Arial;
    color: #888;
}
#page #bd div.match-coupon-view div.match div.match-time .match-time-hour {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    height: 25px;
    width: 50px;
    text-align: center;
    font: 14px/25px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.extra-row-period {
    display: block;
    position: absolute;
    top: 35px;
    left: 450px;
    height: 35px;
    width: 50px;
    text-align: center;
    font: 14px/35px Tahoma,Arial;
    color: #ff8210;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market {
    height: 25px;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-outcome,
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-line {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
#page #bd div.match-coupon-view div.match div.match-league-code {
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    height: 40px;
    width: 75px;
    text-align: center;
    font: 13px/40px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.image {
    display: block;
    position: absolute;
    left: 109px;
    top: 8px;
    width: 32px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border: 1px solid #444;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-live-info div.match-minute {
    background: none;
    color: #ff8210;
    position: absolute;
    left: 70px;
    line-height: 40px;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-league-code {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-time {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.image {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 50px;
    border: 0;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match div.teams {
    left: 120px;
    width: 290px;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match div.teams span.team {
    box-sizing: border-box;
    width: 130px;
}
.match-cards-on,
.match-cards-off {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-markets .match-market-header {
    display: block;
    height: 15px;
    font: 11px/15px Tahoma,Arial;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-outcome,
#page #bd .live-match-coupon div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-line {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-status-live div.match-score {
    width: 120px;
    left: 410px;
    height: 20px;
    font: 14px/20px Tahoma,Arial;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-status-live div.match-setscores {
    width: 120px;
    top: 20px;
    left: 410px;
    height: 20px;
    font: 14px/20px Tahoma,Arial;
    position: absolute;
    display: block;
    text-align: center;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match-info.tennis-server-1 div.teams span.home-team {
    padding-right: 20px;
    background: url('../../images/kiosk/tennis_server.png') right center no-repeat;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match-info.tennis-server-2 div.teams span.away-team {
    padding-left: 20px;
    background: url('../../images/kiosk/tennis_server.png') left center no-repeat;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-outcome,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-line {
    height: 40px;
    line-height: 40px;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-mincomb {
    display: inline-block;
    width: 18px;
    margin-right: 2px;
    margin-top: 10px;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    background: #eee;
    color: #000;
    border-radius: 8px;
    font: 11px/18px Arial;
}

#page #bd .match-coupon {
    position: relative;
}
#page #bd .match-coupon .match-coupon-market-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin-right: 500px;
    height: 40px;
    background: #212121;
    overflow: hidden;
}
#page #bd .match-coupon .match-coupon-market-menu .match-coupon-market-menu-container {
    position: relative;
    max-height: 720px;
    padding-right: 50px;
}
#page #bd .match-coupon .match-coupon-market-menu.closed {
    height: 40px;
}
#page #bd .match-coupon .match-coupon-market-menu.open {
    height: auto;
}
#page #bd .match-coupon .match-coupon-market-menu.open .match-coupon-market-menu-container {
    overflow: auto;
}
#page #bd .match-coupon .match-coupon-market-menu .match-coupon-market {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 12px/32px Tahoma,Arial;
    height: 32px;
    margin: 4px 0 4px 6px;
    padding: 0 6px 0 6px;
    position: relative;
    vertical-align: top;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
}
#page #bd .match-coupon .match-coupon-market-menu .openclose-match-coupon-markets-menu {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    right: 24px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: 20px/32px Tahoma,Arial;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
    padding: 0;
    z-index: 102;
}
#page #bd .match-coupon .match-coupon-market-menu .openclose-match-coupon-markets-menu div {
    text-align: center;
    font: bold 30px/30px Tahoma,Arial;
}
#page #bd .match-coupon .match-coupon-market-menu.open .openclose-match-coupon-markets-menu div.open,
#page #bd .match-coupon .match-coupon-market-menu.closed .openclose-match-coupon-markets-menu div.close {
    display: none;
}

.bet-register-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 50px;
    background: #ff8210;
    color: #fff;
    z-index: 10;
}
.bet-register-container .bet-register {
    position: relative;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 4px;
}
.bet-register-container .bet-register .match-code,
.bet-register-container .bet-register .bet-code {
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    height: 35px;
    width: 50%;
    background: #212121;
    border-radius: 17px;
}
.bet-register-container .bet-register .bet-code {
    left: auto;
    width: 40%;
    right: 4px;
}
.bet-register-container .bet-register input[type="text"] {
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    text-indent: 17px;
    color: #fff;
}
.bet-register-container .bet-register .message {
    position: absolute;
    top: 35px;
    left: 2.5%;
    height: 25px;
    width: 95%;
    background: #fcc;
    border: 1px solid #f66;
    color: #f33;
    text-align: left;
    text-indent: 12px;
    font: 13px/25px Tahoma,Arial;
    border-radius: 10px;
    z-index: 1000;
}
.bet-register-container .bet-register .message.hidden {
    display: none;
}
div.bet-register-container div.bet-register div.number-input {
    display: none;
}

.sports-search {
    position: absolute;
    top: 7px;
    right: 410px;
    height: 35px;
    width: 200px;
    background: #212121;
    border-radius: 17px;
}
.sports-search input.sports-search-input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 17px;
    border: 0;
    background: none;
    color: #fff;
}
.sports-page-header .sports-bc {
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px/36px Tahoma,Arial;
    height: 36px;
    margin: 7px 0 7px 12px;
    padding: 0 12px 0 12px;
    position: relative;
    vertical-align: top;
}
.sports-page-header .sports-bc.clk {
    border: 1px solid #e26100;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8e27 0%, #ff8312 100%) repeat scroll 0 0;
}
.sports-page-header .match-header {
    display: inline-block;
    height: 45px;
    margin-top: 2px;
    vertical-align: top;
    color: #000;
    width: 400px;
}
.sports-page-header .match-header .match-name {
    text-align: center;
    height: 25px;
    font: 16px/25px Tahoma,Arial;
}
.sports-page-header .match-header .match-date-time {
    text-align: center;
    height: 15px;
    font: 12px/15px Tahoma,Arial;
}
.sports-page-header .sport,
.sports-page-header .category {
    padding-left: 40px;
}
.sports-page-header .sport > .image,
.sports-page-header .category > .image {
    position: absolute;
    box-sizing: border-box;
    border-radius: 2px;
    width: 28px;
    height: 20px;
    top: 8px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.sports-page-header .category > .image {
    border: 1px solid #464646;
    background-size: cover;
}
.sports-content .match-autocomplete-results {
    position: absolute;
    z-index: 10000;
    background: #363636;
    border: 1px solid #000;
    height: auto;
    width: 400px;
}
.sports-content .match-autocomplete-results.hidden {
    display: none;
}
.sports-content .match-autocomplete-results .result {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #000;
    font: 12px/30px Tahoma,Arial;
    text-indent: 4px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sports-content .outright-competitor {
    height: 40px;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    display: inline-block;
    position: relative;
}
.sports-content .outright-competitor .outright-competitor-name {
    padding-right: 100px;
    font: 15px/40px Tahoma,Roboto,Arial;
    text-indent: 8px;
}
.sports-content .outright-competitor .outright-competitor-odds {
    position: absolute;
    width: 50px;
    height: 26px;
    top: 7px;
    right: 7px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font: 14px/26px Tahoma,Roboto,Arial;
}
.sports-content .outright-competitor .outright-competitor-odds.selection-on {
    background-color: #ff8210;
}
.sports-content .outright-competitor.list,
.sports-content .outright-table-competitors.list {
    width: 100%;
}
.sports-content .cup-outright-block {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}
.sports-content .cup-outright-block.columns-1 {
    width: 100%;
}
.sports-content .cup-outright-block.columns-2 {
    width: 50%;
}
.sports-content .cup-outright-block.columns-3 {
    width: 33%;
}
.sports-content .cup-outright-block.columns-4 {
    width: 25%;
}
 
div.match-statistics-container {
    position: absolute;
    width: 100%;
    height: 720px;
    top: 50px;
    left: 0;
    background: #000;
    z-index: 200;
}
div.match-statistics-container iframe.match-statistics {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
}
div.match-statistics-container div.match-statistics-close {
    position: absolute;
    top: -48px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #000;
    cursor: pointer;
    color: #fff;
    font: bold 36px/50px Tahoma,Roboto,Arial;
    text-align: center;
}
.view-live div.sports-page-header{
    background: #000;
}
.view-live div.match-coupon-view div.match-coupon-sport .match-coupon-sport-header {
    background: #ff8210;
}
.live-sport-menu {
    position: absolute;
    width: 800px;
    height: 40px;
    top: 10px;
    left: 100px;
    overflow: hidden;
}
.live-sport-menu .sport {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 80px;
    box-sizing: border-box;
    border: 1px solid #888;
    border-bottom: 0;
    background: #363636;
    color: #fff;
    margin: 4px 6px 0 6px;
    cursor: pointer;
}
.live-sport-menu .sport.selected {
    background: #ff8210;
}
.live-sport-menu .sport .label {
    display: none;
}
.live-sport-menu .sport .image {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    left: 8px;
}
.live-sport-menu .sport-live .image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../../images/terminal/icons/liveneww.svg");
}
.live-sport-menu .sport .nr-live-matches {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 42px;
    font: bold 12px/12px Tahoma,Arial,Roboto;
    color: #ff8210;
}
.live-sport-menu .sport.selected .nr-live-matches {
    color: #fff;
}
.live-sport-menu .sport .nr-go-live-matches {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 18px;
    left: 56px;
    font: 11px/12px Tahoma,Arial,Roboto;
    color: #aaa;
}
.live-sport-menu .sport.selected .nr-go-live-matches {
    color: #363636;
}
#page.view-live #bd div.match-coupon-view div.match-markets-header div.match-options,
#page.view-live #bd div.match-coupon-view div.match div.match-options {
    display: none;
}

div.no-events-found {
    height: 50px;
    text-indent: 24px;
    font: 500 16px/50px Tahoma,Roboto,Arial;
}

#auth-buy-panel-slip {
    color: #000;
}
#auth-buy-panel-slip .slip-content {
    overflow: auto;
}
#auth-buy-panel-slip .message {
    padding: 0 0 10px 0;
    text-align: center;
    color: #fff;
}
#auth-buy-panel-slip .inline-betslip {
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
}
#auth-buy-panel-slip table.betslip-html tr td span.original-odds {
    display: inline !important;
}
#auth-buy-panel-slip table.betslip-html span.original-odds span.value {
    color: #600;
    text-decoration: line-through;
}

#page.responsive #bd .sports-slip {
    top: 0;
    box-sizing: border-box;
    padding-top: 50px;
    height: 100% !important;
}

div.view-live div.match-coupon div.match-coupon-view div.match-league-name,
div.view-soccer-today div.match-coupon div.match-coupon-view div.match-league-name,
div.view-sports div.match-coupon div.match-coupon-view div.match-league-name {
    display:none;
}
div.view-live div.match-coupon div.match-coupon-view div.match div.match-league-name {
    position: absolute;
    top: 0;
    left: 120px;
    color: #999;
    font-size: 11px;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name > span {
    display: inline-block;
    padding: 0 4px;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name span.match-league-name-sport {
    display: none;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name span.match-league-name-category:after {
    content: " > ";
}
div.view-live div.match-coupon div.match-coupon-view div.match:hover div.match-league-name {
    display: block;
}

#page.scrollable.view-outrights #ft .paginator,
#page.scrollable.view-live #ft .paginator,
#page.scrollable.view-soccer-today #ft .paginator,
#page.scrollable.view-sports #ft .paginator {
    display: none;
}
#page.scrollable.view-outrights #ft .custom-paginator:not(.hidden),
#page.scrollable.view-live #ft .custom-paginator:not(.hidden),
#page.scrollable.view-soccer-today #ft .custom-paginator:not(.hidden),
#page.scrollable.view-sports #ft .custom-paginator:not(.hidden) {
    display: block;
}

body.view-side-sport-menu div.sports-content div.sports-page-subheader {
    position: relative;
    height: 54px;
    overflow-y: scroll;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-page-subheader-coupon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-page-subheader-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.view-side-sport-menu div.sports-content:not(.sports-search-on) div.sports-page-subheader div.sports-page-subheader-search {
    display: none;
}
body.view-side-sport-menu div.sports-content .subheader-scrollbar-hider {
    position: absolute;
    top: 64px;
    right: 0;
    height: 54px;
    width: 30px;
    background: #1a2933;
    z-index: 10000;
}

body.view-side-sport-menu #ft {
    padding-left: 74px;
}
body.view-side-sport-menu div.sports-content div.sports-page-body,
body.view-side-sport-menu div.sports-content div.sports-page-subheader,
div.sports-content div.sports-search-keyboard{
    margin-left: 74px;
}
body.view-side-sport-menu div.sports-content div.floating-content div.sports-page-body,
body.view-side-sport-menu div.sports-content div.floating-content div.sports-page-subheader,
div.sports-content div.sports-search-keyboard{
    margin-left: 0px;
}

body.view-side-sport-menu div.sports-content div.side-sport-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 74px;
    height: 100%;
    overflow: hidden;
    background: #888;
    display: flex;
    flex-direction: column;
}
div.side-sport-menu div.side-sport-menu-item {
    position: relative;
    width: 100%;
    height: 54px;
}
div.side-sport-menu div.side-sport-menu-item div.image {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 8px;
    left: 25px;
}
div.side-sport-menu div.side-sport-menu-item div.nrm {
    position: absolute;
    height: 16px;
    width: 24px;
    top: 36px;
    left: 25px;
    font: 12px/16px Roboto;
    text-align: center;
}
div.side-sport-menu div.side-sport-menu-item div.label {
    position: relative;
    height: 54px;
    padding-left: 64px;
    font: 14px/54px Roboto;
}
div.side-sport-menu div.side-sport-menu-item div.label.outright-group {
    position: relative;
    height: 54px;
    font: 14px Roboto;
    display: table-cell;
    vertical-align: middle;
}
div.side-sport-menu div.side-sport-menu-item.side-sport-menu-toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #444;
}
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.side-sport-menu {
    width: 194px;
}
body.view-side-sport-menu.side-sport-menu-wide #ft {
    padding-left: 194px;
}
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-page-body,
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-page-subheader,
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-search-keyboard {
    margin-left: 194px;
}
body.view-side-sport-menu:not(.side-sport-menu-wide) div.sports-content div.side-sport-menu-item div.label {
    display: none;
}


div.sport-league-list div.main-menu-item {
    display: flex;
    flex-direction: row;
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    width: auto;
    height: auto;
    min-height: 54px;
}
div.sport-league-list div.main-menu-item div.sport-league-category {
    width: 250px;
    flex-grow: 0;
    flex-shrink: 0;
}
div.sport-league-list div.main-menu-item div.sport-league-tournaments {
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    white-space: normal;
    min-height: 54px;
}
div.sport-league-list div.main-menu-item div.sport-league-tournaments div.tournament {
    display: inline-block;
    background: #484848;
}

div.sports-content div.sports-search-keyboard {
    position: relative;
    display: none;
    height: 0;
    overflow: hidden;
    background: #4d4d4d;
}
div.sports-content.sports-search-on div.sports-search-keyboard {
    display: flex;
    width: auto;
    flex-direction: row;
    height: 156px;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.recent-search {
    width: 100px;
    flex-shrink: 0;
    flex-grow: 1;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.recent-search-item {
    box-sizing: border-box;
    height: 52px;
    background-color: #808080;
    border: 1px solid #4d4d4d;
    font: 14px/50px Roboto;
    text-align: center;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard {
    flex-shrink: 0;
    flex-grow: 5;
    display: flex;
    flex-direction: column;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-row {
    height: 52px;
    display: flex;
    flex-direction: row;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background-color: #808080;
    border: 1px solid #4d4d4d;
    font: bold 16px/50px Roboto;
    color: #000;
    text-align: center;
    flex-grow: 1;
    text-transform: uppercase;
    background-position: center center;
    background-repeat: no-repeat;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key.clicked {
    background-color: #e8e8e8;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-space,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-enter,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-shift,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-empty,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-rt,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-lt{
    font-size: 0;
    text-indent: -9999px;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-space {
    width: 104px;
    background-image: url('../../images/terminal/skin/opap/keyboard/space.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-enter {
    flex-grow: 2;
    background-image: url('../../images/terminal/skin/opap/keyboard/enter.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-shift {
    flex-grow: 2;
    background-image: url('../../images/terminal/skin/opap/keyboard/shift.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del {
    background-image: url('../../images/terminal/skin/opap/keyboard/bspace.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-rt {
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-lt {
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-a {
    margin-left: 5%;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del {
    margin-right: 5%;
}

body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header {
    height: 54px;
    display: flex;
    flex-direction: row;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.close {
    height: 54px;
    width: 54px;
    flex-grow: 0;
    flex-shrink: 0;
    background: url('../../images/terminal/skin/opap/searchclose.png') center center no-repeat;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.text {
    height: 54px;
    width: 354px;
    flex-grow: 0;
    flex-shrink: 0;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.text input {
    width: 340px;
    height: 40px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 2px solid #2f414d;
    color: #2f414d;
    font: bold 22px/30px Roboto;
    padding: 5px;
    background-color: transparent;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.message {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    text-indent: 24px;
    height: 54px;
    font: 16px/54px Roboto;
    color: #d8d8d8;
    font-style: italic;
    padding: 0;
}
div.sports-content div.sports-page-body div.match-page-market-groups {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    background: #d1dbe5;
    z-index: 1;
}
div.sports-content div.sports-page-body div.match-page-market-groups div.match-page-market-group {
    width: 200px;
    height: 42px;
    margin: 12px auto;
    font: bold 14px/42px Roboto;
    color: #bec8d2;
    background : rgba(46, 65, 76, 1);
    box-shadow : 0px 2.16px 0px rgba(0, 0, 0, 0.1),0px 0px 2.16px rgba(0, 0, 0, 0.1);
    text-align: center;
}
div.sports-content div.sports-page-body div.match-page-market-groups div.match-page-market-group.selected {
    color: #243a48;
    background: #8e959b;
}

div.sports-content div.sports-page-body div.match-coupon-market-select {
    position: absolute;
    top: 0;
    left: 500px;
    width: 240px;
    min-height: 54px;
    background: #f4f6f8;
    box-sizing: border-box;
    z-index: 100;
}
div.sports-content div.sports-page-body div.match-coupon-market-select div.match-coupon-market-select-item {
    height: 54px;
    font: 14px/54px Roboto;
    border-bottom: 2px solid #cfd1d2;
    text-align: center;
    color: #009ddc;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 8px;
    text-overflow: ellipsis;
}

div.sport-league-list div.main-menu-item .show-more-btn {
    display: none;
}

div.sport-league-list div.main-menu-item .show-more-btn.show {
    display: block;
    width: 40px;
    font: 24px/32px MONOSPACE;
    box-sizing: border-box;
    background: #a3c8de left center no-repeat;
    color: #243a48;
    height: 36px;
    padding: 0 12px;
    border-radius: 2px;
    /* font: 12px/38px Roboto; */
    margin: 9px 9px;
    border: 1px solid #7aafd0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.match-cont.hidden {
    display:none;
}

#page #bd div.match-coupon-view div.match.match-row.tournament.tournament-all {
    box-sizing: border-box;
    background: #a3c8de left center no-repeat;
    color: #243a48;
    height: 36px;
    padding: 0 12px;
    border-radius: 2px;
    font: 22px/38px Roboto;
    margin: 9px 5px;
    border: 1px solid #7aafd0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s;
    text-align: center;
}

#page #bd div.match-coupon-view div.match.match-row.tournament.tournament-all .label{
    font: bold 16px/37px Roboto;
    letter-spacing: 1px;
    padding-left: 4px;
    text-transform: uppercase;
}

#fl-content {
    position : absolute;
    top:0px;
    left:0px;
    z-index: 100000;
}

#page.scrollable div.floating-content div.sports-page-body {
    overflow-y: auto;
    background: #fff;
}

div.sports-page-body div.match div.match-market-block-header span.market-open-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font: 24px/20px Roboto;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    width: 20px;
    color: #000;
}

div.sports-page-body div.match div.match-market-block-selections.closed {
    display : none;
}

#btslp-show {
    position: absolute;
    right: 14px;
    height: 30px;
    width : 30px;
    top: 0px;
    font: bolder 30px/26px MONOSPACE;
    border:  1px solid;
    text-align: center;
    background: #475C62;
    border-radius: 5px;
    color: #FFFFFF;
    box-shadow: 1px 1px 10px 0px #000000;
    text-shadow: 1px 1px 10px #000000;
    border: solid #475C62 1px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(90deg);
}

#btslp-show:hover {
    background: #96a5a9;
    box-shadow: 1px 1px 20px 0px #96a5a9;
    text-shadow: 1px 1px 20px #96a5a9;
    border: solid #595c5d 1px;
    text-decoration: none;
}

#betslip-body.hidden {
    display:none;
}

#btslp-show.hidden {
    transform:none;
}

#page #bd .sports-content.nobetslip-margin {
    margin-right: 0px;
}

#bd .sports-slip.betslip-hidden {
    height: auto !important;
}
#page.responsive #bd .sports-slip.hidden {
    padding-top: 45px;
    top: 0px;
    height: auto !important;
}



#ft .betslip-counter-cont {
    right: 360px;
    width: 160px;
    height: 40px;
    position: absolute;
    top: 8px;
    background: #888;
}

#ft .betslip-counter-cont .betslip-counter-reset {
    background: url(../../images/terminal/icons/refresh-arrow.svg) center center no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

#ft .betslip-counter-cont .betslip-stakes {
    height: 30px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 114px;
    color: #000;
    font: 20px/30px Roboto;
    font-weight: bolder;
    text-indent: 10px;
    text-overflow: ellipsis;
}


div.lmt-tabs .livetracker-tab {
    box-sizing: border-box;
    /*border-bottom: 2px solid #444;*/
    cursor:pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid grey;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: smaller;
}
div.bb-tabs div.bb-tab,
div.lmt-tabs div.market-tab:hover,
div.lmt-tabs div.livetracker-tab:hover {
    background-color: #555;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}


div.lmt-tabs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #444;
    height: 27px;
    color: #ddd;
    font-family: 'Arial';
    font-size: 13px;
    margin-top: 2px;
}

div.lmt-tabs div.livetracker-tab.livetracker-selected {
    /*border-bottom: 3px solid #000;*/
    color:#fff;
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.3);
    background-color: #333;
    width: 100%;
    line-height: 28px;
}
div.lmt-tabs .screen-shot {
    margin-top: 1px;
}
div.lmt-tabs .close {
    max-width: 28px;

}
div.lmt-tabs .icon-tab {
    display: inline-block;
    width: 22px;
    margin: 3px;
}

div.lmt-tabs .icon-close {
    transform: rotate(90deg);
}
div.lmt-tabs img.icon-close.selected {
    transform: rotate(180deg);
}

#lco-container.hidden {
    display:none;
}

div.lmt-tabs  img.icon-close {
    pointer-events: none;
    content:url('../../images/online/newonline/arrow.svg');
    width: 27px;
}
.sports-market-notes {
    color:#000;
    font-weight:bold;
    margin:10px;
    /* position: absolute; */
    bottom: 0px;
}
div.sports-content div.sports-page-subheader div.sports-page-subheader-coupon div.special-outright-header{
    height: 56px;
    text-align: center;
    font: 16px/56px Roboto;
}
div.sports-content div.sports-page-body div.special-outrights-subheader {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.side-sport-menu div.side-sport-menu-item.special-outright-item div.label {
    padding-left: 32px;
}
.sports-content .outright-table-competitors {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    display: inline-block;
    position: relative;
}
.sports-content .outright-table-competitors .outright-table-competitor-name {
    font: 15px/40px Roboto,Roboto,Arial;
    text-indent: 8px;
    display: inline-block;
    /*border-right: 1px solid #888;*/
    box-sizing: border-box;
    color: #333;
    font-weight: bolder;
}
.sports-content .outright-table-competitors .outright-table-competitor {
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000;
    display: inline-block;
    /*border-right: 1px solid #888;*/
    box-sizing: border-box;
}
.sports-content .outright-table-competitors .outright-table-competitor.competitor-special {
    color: #000;
    text-align: center;
    font: 14px/40px Roboto;
    font-weight: 900;
}
.sports-content .outright-table-competitors .outright-table-competitor-odds {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font: 14px/26px Tahoma,Roboto,Arial;
}
.sports-content .outright-table-competitors.columns-2 {
    width: 50%;
}
.sports-content .outright-table-header {
    text-align: center;
    height: 40px;
    color: #000;
    font: bold 14px/40px Tahoma,Arial;
    border-bottom: 2px solid #888;
}
.sports-content .outright-table-header .outright-table-header-cells {
    display: inline-block;
/*    border-bottom: 1px solid #888;
    border-right: 1px solid #888;*/
    box-sizing: border-box;
}
.sports-content .outright-table-header .outright-table-header-cells.team-header {
    text-align: left;
    text-indent: 8px;
}
div.sports-content div.sports-page-body div.special-outrights-subheader {
    position: relative;
    background: #475c62;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .15)inset, 0 2px 4px rgba(0, 0, 0, 0.15)inset;
    z-index: 10;
    overflow: hidden;
    margin-right: 20px;
    height: 54px;
}
.sports-content .special-outrights-subheader .match-header div.match-name{
    position: absolute;
    left: 300px;
    top: 0;
    width: 400px;
    height: 54px;
    line-height: 54px;
}
.sports-content .special-outrights-subheader .match-header div.match-date-time{
    position: absolute;
    top: 0;
    left: 200px;
    width: 74px;
    height: 54px;
    padding-top: 0;
    font: 14px/21px Roboto;
}
/*div.side-sport-menu div.side-sport-menu-item.special-outright-item div.nrm {
    left: 25px;
}*/

div.match-markets-view div.match-markets-menu  .open-league-table {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 11px;
    right: 300px;
    background: url("../../images/terminal/icons/table.png") center center no-repeat;
    /* background-color: #FFF; */
    cursor: pointer;
    background-size: contain;
    z-index: 105;
}

.sports-content .sports-page-subheader-coupon .live-match-header .live-match-info div.set-score {
    width: 14px;
    margin-right: 10px;
    color: #c1beb7;
    font: 12px/20px Roboto;
}

.sports-content .sports-page-subheader-coupon .live-match-header .live-match-info div.setnum{
    width: 14px;
    margin-right: 10px;
    color: #c1beb7;
    font: 11px/15px Roboto;
    background:orange;
    color:#000;
    border-radius : 10px;
   
}

.sports-content .sports-page-subheader-coupon .match-header div.set-score .top-line {
    padding-top: 1px;
     height: 20px;
}

.sports-content .sports-page-subheader-coupon .match-header div.set-score .bottom-line {
    padding-bottom: 1px;
    height: 20px;
}

div.match-markets-view div.match .live-match-tracker.not-available {
    display:none;
}

#bd .sports-content {
    position: relative;
    height: 100%;
    margin-right: 400px;
}
#bd .sports-slip {
    position: absolute;
    height: 720px;
    width: 400px;
    top: 50px;
    right: 0;
    background: #333;
    background: -moz-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -webkit-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -o-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0%, #333 100%);
    background: linear-gradient(to bottom, #4d4d4d 0%, #333 100%);
    z-index: 9;
}

div.match-markets-view div.match div.match-market {
    position: relative;
    height: 35px;
    overflow: hidden;
}
div.match-markets-view div.match div.match-market.hidden {
    display: none;
}
div.match-markets-view div.match div.match-market.market-head {
    border-top: 1px solid #888;
}
div.match-markets-view div.match div.match-market span.market-mincomb-block {
    position: relative;
    display: inline-block;
    height: 35px;
    width: 3%;
    vertical-align: middle;
    text-align: center;
}
div.match-markets-view div.match div.match-market span.market-mincomb-block span.market-mincomb {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #eee;
    margin-top: 7px;
    color: #000;
    text-align: center;
    font: 11px/18px Arial;
    border-radius: 8px;
}
div.match-markets-view div.match div.match-market span.market-name{
    position: relative;
    display: inline-block;
    height: 35px;
    font: 14px/35px Tahoma,Arial;
    width: 42%;
    vertical-align: top;
    text-indent: 12px;
}
div.match-markets-view div.match div.match-market span.market-special{
    position: relative;
    display: inline-block;
    height: 35px;
    font: 14px/35px Tahoma,Arial;
    width: 5%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market div.match-selection {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 16%;
    font: 14px/34px Tahoma,Arial;
    vertical-align: top;
    background: #333;
    margin: 0 0.25%;
    margin-bottom: 1px;
    cursor: pointer;
}
div.match-markets-view div.match div.match-market div.match-selection.selection-on div.match-odds{
    background-color: #ff8210;
}
div.match-markets-view div.match div.match-market-selections-1 div.match-selection {
    width: 49%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market-selections-2 div.match-selection {
    width: 24.25%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market div.match-selection div.match-outcome {
    width: 100%;
    height: 100%;
    font: 14px/34px Tahoma,Arial;
    text-indent: 8px;
}
div.match-markets-view div.match div.match-market div.match-selection div.match-odds {
    position: absolute;
    display: block;
    width: 50px;
    height: 22px;
    top: 5px;
    right: 8px;
    background: #000;
    text-align: center;
    font: 14px/20px Tahoma,Arial;
}
div.match-markets-view div.match .live-match-tracker {
    height: 362px;
    width: 640px;
    margin: 0;
    overflow: hidden;
}
div.match-markets-view div.match .live-match-tracker iframe.live-tracker {
    height: 362px;
    width: 640px;
    margin: 0;
    border: 0;
    padding: 0;
}

div.match-markets-view div.match-markets-menu {
    position: relative;
    height: 50px;
    background: #080808;
}
div.match-markets-view div.match-markets-menu div.match-markets-search {
    position: absolute;
    top: 7px;
    right: 50px;
    height: 35px;
    width: 140px;
    background: #212121;
    border-radius: 17px;
    z-index: 102;
}
div.match-markets-view div.match-markets-menu div.match-markets-search input.match-markets-search-type {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 17px;
    border: 0;
    background: none;
    color: #fff;
}
div.match-markets-view div.match-markets-menu .match-markets-list {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background: #080808;
    z-index: 101;
    overflow: hidden;
    height: 100%;
}
div.match-markets-view div.match-markets-menu.open .match-markets-list {
    height: auto;
    max-height: 720px;
    overflow: auto;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-markets-list-container {
    margin-right: 230px;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-market-menu-item {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 14px/36px Tahoma,Arial;
    height: 36px;
    margin: 7px 0 7px 12px;
    padding: 0 12px 0 12px;
    position: relative;
    vertical-align: top;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
}
div.match-markets-view div.match-markets-menu .match-markets-list .match-market-menu-item.hidden {
    display: none;
}
div.match-markets-view div.match-markets-menu  .open-match-statistics {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 7px;
    right: 200px;
    background: url("../../images/online/b3/matchstatsw.png") center center no-repeat;
    cursor: pointer;
    background-size: contain;
    z-index: 105;
}
div.match-markets-view div.match-markets-menu .openclose-match-markets-menu {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 7px;
    right: 7px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: 20px/35px Tahoma,Arial;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
    padding: 0;
    z-index: 102;
}
div.match-markets-view div.match-markets-menu .openclose-match-markets-menu div {
    text-align: center;
    font: bold 30px/30px Tahoma,Arial;
}
div.match-markets-view div.match-markets-menu.open .openclose-match-markets-menu div.open,
div.match-markets-view div.match-markets-menu.closed .openclose-match-markets-menu div.close {
    display: none;
}


div.match-markets-view div.match div.match-market-block {
    height: auto;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header {
    height: 30px;
    text-align: center;
    margin-top: 5px;
    background: #000;
    line-height: 30px;
    width: 99.5%;
}
div.match-markets-view div.match div.match-market-page-block {
    display: inline-block;
    width: 49%;
    margin-left: 1%;
    vertical-align: top;
}
div.match-markets-view div.match div.match-market-page-block div.match-market div.match-selection {
    width: 32.65%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-2 div.match-selection {
    width: 49.25%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-1 div.match-selection {
    width: 99%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market.match-market-specials-block div.match-selection {
    width: 26.65%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-2.match-market-specials-block div.match-selection {
    width: 40.25%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market-selections-1.match-market-specials-block div.match-selection {
    width: 81%;
}
div.match-markets-view div.match div.match-market-page-block div.match-market.match-market-specials-block div.market-special {
    display: inline-block;
    width: 17.50%;
    margin: 0 0.25%;
    margin-bottom: 1px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-mincomb-block {
    width: 30px;
    position: absolute;
    top: 2px;
    left: 12px;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-name {
    width: auto;
    line-height: 30px;
}
div.match-markets-view div.match div.match-market-block div.match-market-block-header span.market-special {
    margin-left: 12px;
    position: relative;
    display: inline-block;
    height: 30px;
    font: 14px/30px Tahoma,Arial;
    width: auto;
    vertical-align: top;
    text-indent: 12px;
}

div.sports-page-header {
    height: 50px;
    background-color: #ff8210;
}
div.sports-page-body {
    position: relative;
}
#page.scrollable div.sports-page-body {
    overflow-y: scroll;
}

#ft div.betslip-place-bet-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #333;
}
#ft div.betslip-place-bet {
    position: absolute;
    top: 0;
    left: 40px;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    border-top: 2px solid #ff8210;
    cursor: pointer;
}
#ft div.betslip-place-bet div.label {
    text-align: left;
    text-indent: 16px;
    color: #ff8210;
    font: 24px/45px Arial;
    text-transform: uppercase;
}
#ft div.betslip-place-bet div.icon {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 5px;
    right: 12px;
    background: url('../../images/terminal/icons/Apply.svg') center center no-repeat;
}

.main-menu.sports-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 50%;
    height: 60px;
    box-sizing: border-box;
}
.main-menu.sports-list .main-menu-item.sport .image {
    left: 16px;
    top: 12px;
}
.main-menu.sports-list .main-menu-item.sport .label {
    line-height: 60px;
    height: 60px;
    padding-left: 86px;
}
.sport-soccer > .image {background-image: url('../../images/terminal/icons/sports/soccer.svg'); }
.sport-badminton > .image {background-image: url('../../images/terminal/icons/sports/badminton.svg'); }
.sport-basketball > .image {background-image: url('../../images/terminal/icons/sports/basketball.svg'); }
.sport-boxing > .image {background-image: url('../../images/terminal/icons/sports/boxing.svg'); }
.sport-american-football > .image {background-image: url('../../images/terminal/icons/sports/american_football.svg'); }
.sport-golf > .image {background-image: url('../../images/terminal/icons/sports/golf.svg'); }
.sport-table-tennis > .image {background-image: url('../../images/terminal/icons/sports/table_tennis.svg'); }
.sport-rugby > .image {background-image: url('../../images/terminal/icons/sports/rugby.svg'); }
.sport-tennis > .image {background-image: url('../../images/terminal/icons/sports/tennis.svg'); }
.sport-volleyball > .image {background-image: url('../../images/terminal/icons/sports/volleyball.svg'); }
.sport-baseball > .image {background-image: url('../../images/terminal/icons/sports/baseball.svg'); }
.sport-ice-hockey > .image {background-image: url('../../images/terminal/icons/sports/ice_hockey.svg'); }
.sport-cricket > .image {background-image: url('../../images/terminal/icons/sports/cricket.svg'); }
.sport-motorsport > .image {background-image: url('../../images/terminal/icons/sports/motorsport.svg'); }
.sport-darts > .image {background-image: url('../../images/terminal/icons/sports/darts.svg'); }
.sport-politics > .image {background-image: url('../../images/terminal/icons/sports/politics.svg'); }
.sport-entertainment > .image {background-image: url('../../images/terminal/icons/sports/entertain.svg'); }

.sport > .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sport-soccer            > .image { background-image: url('../../images/terminal/icons/sports/soccer.png');  }
.sport-basketball        > .image { background-image: url('../../images/terminal/icons/sports/basketball.png');  }
.sport-baseball          > .image { background-image: url('../../images/kiosk/sport_baseball.png');  }
.sport-ice-hockey        > .image { background-image: url('../../images/terminal/icons/sports/ice-hockey.png');  }
.sport-tennis            > .image { background-image: url('../../images/terminal/icons/sports/tennis.png');  }
.sport-handball          > .image { background-image: url('../../images/terminal/icons/sports/handball.png');  }
.sport-golf              > .image { background-image: url('../../images/terminal/icons/sports/golf.png');  }
.sport-motorsport        > .image { background-image: url('../../images/terminal/icons/sports/motorsport.png');  }
.sport-rugby             > .image { background-image: url('../../images/terminal/icons/sports/rugby.png');  }
.sport-american-football > .image { background-image: url('../../images/terminal/icons/sports/am-football.png'); }
.sport-snooker           > .image { background-image: url('../../images/terminal/icons/sports/snooker.png'); }
.sport-darts             > .image { background-image: url('../../images/terminal/icons/sports/darts.png'); }
.sport-volleyball        > .image { background-image: url('../../images/terminal/icons/sports/volleyball.png'); }
.sport-futsal            > .image { background-image: url('../../images/terminal/icons/sports/futsal.png'); }
.sport-cricket           > .image { background-image: url('../../images/terminal/icons/sports/cricket.png');  }
.sport-bowls             > .image { background-image: url('../../images/kiosk/sport_bowls.png');  }
.sport-boxing            > .image { background-image: url('../../images/terminal/icons/sports/boxing.png');  }
.sport-horses            > .image { background-image: url('../../images/kiosk/sport_horses.png');  }
.sport-beach-volley      > .image { background-image: url('../../images/terminal/icons/sports/beach-volley.png');  }
.sport-aussie-rules      > .image { background-image: url('../../images/terminal/icons/sports/aussierules.png');  }
.sport-waterpolo         > .image { background-image: url('../../images/terminal/icons/sports/water-polo.png');  }
.sport-floorball         > .image { background-image: url('../../images/terminal/icons/sports/floorball.png');  }
.sport-mma               > .image { background-image: url('../../images/terminal/icons/sports/martial.png');  }
.sport-cycling           > .image { background-image: url('../../images/terminal/icons/sports/cycling.png');  }
.sport-table-tennis      > .image { background-image: url('../../images/terminal/icons/sports/table-tennis.png');  }
.sport-field-hockey      > .image { background-image: url('../../images/terminal/icons/sports/field-hockey.png');  }
.sport-badminton         > .image { background-image: url('../../images/terminal/icons/sports/badminton.png');  }
.sport-biathlon          > .image { background-image: url('../../images/terminal/icons/sports/biathlon.png');  }
.sport-specials          > .image { background-image: url('../../images/terminal/icons/sports/special.png');  }
.sport-motorcycle-racing > .image { background-image: url('../../images/terminal/icons/sports/motorcycle.png');  }
.sport-esoccer           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; }
.sport-ebasketball           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; }
.category-electronic-leagues > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png'); background-size: contain !important;  }
.sport-dota-2           > .image { background-image: url('../../images/terminal/icons/sports/dota.png');  background-size: contain !important; }
.sport-starcraft        > .image { background-image: url('../../images/terminal/icons/sports/starcraft.png');  background-size: contain !important; }
.sport-starcraft-2      > .image { background-image: url('../../images/terminal/icons/sports/starcraft.png');  background-size: contain !important; }
.sport-esport-valorant    > .image { background-image: url('../../images/terminal/icons/sports/valorant.png');  background-size: contain !important; }
.sport-hearthstone        > .image { background-image: url('../../images/terminal/icons/sports/hearthstone.png');  background-size: contain !important; }
.sport-call-of-duty       > .image { background-image: url('../../images/terminal/icons/sports/callofduty.png');  background-size: contain !important; }
.sport-counter-strike     > .image { background-image: url('../../images/terminal/icons/sports/counterstrike.png');  background-size: contain !important; }
.sport-league-of-legends  > .image { background-image: url('../../images/terminal/icons/sports/leagueoflegends.png');  background-size: contain !important; }
.sport-league-of-legends-wild-rift  > .image { background-image: url('../../images/terminal/icons/sports/leagueoflegends.png');  background-size: contain !important; }

.main-menu-item div.match-count {
    display: none;
}

.main-menu.categories-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 50%;
    height: 48px;
    box-sizing: border-box;
}
.main-menu.categories-list .main-menu-item.category {
    height: 48px;
}
.main-menu.categories-list .main-menu-item.category .image {
    left: 6px;
    top: 8px;
    width: 48px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-menu.categories-list .main-menu-item.category .label {
    line-height: 48px;
    height: 48px;
    padding-left: 76px;
}
 .category-albania > .image {background-image: url('../../images/terminal/flags/albania.svg'); }
 .category-algeria > .image {background-image: url('../../images/terminal/flags/algeria.svg'); }
 .category-andorra > .image {background-image: url('../../images/terminal/flags/andorra.svg'); }
 .category-angola > .image {background-image: url('../../images/terminal/flags/angola.svg'); }
 .category-argentina > .image {background-image: url('../../images/terminal/flags/argentina.svg'); }
 .category-armenia > .image {background-image: url('../../images/terminal/flags/armenia.svg'); }
 .category-australia > .image {background-image: url('../../images/terminal/flags/australia.svg'); }
 .category-austria > .image {background-image: url('../../images/terminal/flags/austria.svg'); }
 .category-azerbaijan > .image {background-image: url('../../images/terminal/flags/azerbaijan.svg'); }
 .category-bahrain > .image {background-image: url('../../images/terminal/flags/bahrain.svg'); }
 .category-belarus > .image {background-image: url('../../images/terminal/flags/belarus.svg'); }
 .category-belgium > .image {background-image: url('../../images/terminal/flags/belgium.svg'); }
 .category-bolivia > .image {background-image: url('../../images/terminal/flags/bolivia.svg'); }
 .category-bosnia-herzegovina > .image {background-image: url('../../images/terminal/flags/bosnia_herzegovina.svg'); }
 .category-brazil > .image {background-image: url('../../images/terminal/flags/brazil.svg'); }
 .category-bulgaria > .image {background-image: url('../../images/terminal/flags/bulgaria.svg'); }
 .category-cameroon > .image {background-image: url('../../images/terminal/flags/cameroon.svg'); }
 .category-canada > .image {background-image: url('../../images/terminal/flags/canada.svg'); }
 .category-chile > .image {background-image: url('../../images/terminal/flags/chile.svg'); }
 .category-china > .image {background-image: url('../../images/terminal/flags/china.svg'); }
 .category-colombia > .image {background-image: url('../../images/terminal/flags/colombia.svg'); }
 .category-costa-rica > .image {background-image: url('../../images/terminal/flags/costa_rica.svg'); }
 .category-croatia > .image {background-image: url('../../images/terminal/flags/croatia.svg'); }
 .category-cyprus > .image {background-image: url('../../images/terminal/flags/cyprus.svg'); }
 .category-czech-republic > .image {background-image: url('../../images/terminal/flags/czech_republic.svg'); }
 .category-denmark > .image {background-image: url('../../images/terminal/flags/denmark.svg'); }
 .category-ecuador > .image {background-image: url('../../images/terminal/flags/ecuador.svg'); }
 .category-egypt > .image {background-image: url('../../images/terminal/flags/egypt.svg'); }
 .category-el-salvador > .image {background-image: url('../../images/terminal/flags/el_salvador.svg'); }
 .category-england > .image {background-image: url('../../images/terminal/flags/england.svg'); }
 .category-estonia > .image {background-image: url('../../images/terminal/flags/estonia.svg'); }
 .category-faroe-islands > .image {background-image: url('../../images/terminal/flags/faroe_islands.svg'); }
 .category-finland > .image {background-image: url('../../images/terminal/flags/finland.svg'); }
 .category-france > .image {background-image: url('../../images/terminal/flags/france.svg'); }
 .category-georgia > .image {background-image: url('../../images/terminal/flags/georgia.svg'); }
 .category-germany > .image {background-image: url('../../images/terminal/flags/germany.svg'); }
 .category-ghana > .image {background-image: url('../../images/terminal/flags/ghana.svg'); }
 .category-gibraltar > .image {background-image: url('../../images/terminal/flags/gibraltar.svg'); }
 .category-greece > .image {background-image: url('../../images/terminal/flags/greece.svg'); }
 .category-guatemala > .image {background-image: url('../../images/terminal/flags/guatemala.svg'); }
 .category-honduras > .image {background-image: url('../../images/terminal/flags/honduras.svg'); }
 .category-hong-kong > .image {background-image: url('../../images/terminal/flags/hong_kong.svg'); }
 .category-hungary > .image {background-image: url('../../images/terminal/flags/hungary.svg'); }
 .category-iceland > .image {background-image: url('../../images/terminal/flags/iceland.svg'); }
 .category-india > .image {background-image: url('../../images/terminal/flags/india.svg'); }
 .category-myanmar > .image {background-image: url('../../images/terminal/flags/myanmar.svg'); }
 .category-mali > .image {background-image: url('../../images/terminal/flags/mali.svg'); }
 .category-mozambique > .image {background-image: url('../../images/terminal/flags/mozambique.svg'); }
 .category-indonesia > .image {background-image: url('../../images/terminal/flags/indonesia.svg'); }
 .category-international > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-international-clubs > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-international-youth > .image {background-image: url('../../images/terminal/flags/international.svg'); }
 .category-iran > .image {background-image: url('../../images/terminal/flags/iran.svg'); }
 .category-ireland > .image {background-image: url('../../images/terminal/flags/ireland.svg'); }
 .category-israel > .image {background-image: url('../../images/terminal/flags/israel.svg'); }
 .category-italy > .image {background-image: url('../../images/terminal/flags/italy.svg'); }
 .category-ivory-coast > .image {background-image: url('../../images/terminal/flags/ivory_coast.svg'); }
 .category-jamaica > .image {background-image: url('../../images/terminal/flags/jamaica.svg'); }
 .category-japan > .image {background-image: url('../../images/terminal/flags/japan.svg'); }
 .category-jordan > .image {background-image: url('../../images/terminal/flags/jordan.svg'); }
 .category-kazakhstan > .image {background-image: url('../../images/terminal/flags/kazakhstan.svg'); }
 .category-kenya > .image {background-image: url('../../images/terminal/flags/kenya.svg'); }
 .category-kuwait > .image {background-image: url('../../images/terminal/flags/kuwait.svg'); }
 .category-latvia > .image {background-image: url('../../images/terminal/flags/latvia.svg'); }
 .category-lebanon > .image {background-image: url('../../images/terminal/flags/lebanon.svg'); }
 .category-liechtenstein > .image {background-image: url('../../images/terminal/flags/liechtenstein.svg'); }
 .category-lithuania > .image {background-image: url('../../images/terminal/flags/lithuania.svg'); }
 .category-luxembourg > .image {background-image: url('../../images/terminal/flags/luxembourg.svg'); }
 .category-macedonia > .image {background-image: url('../../images/terminal/flags/macedonia.svg'); }
 .category-malaysia > .image {background-image: url('../../images/terminal/flags/malaysia.svg'); }
 .category-malta > .image {background-image: url('../../images/terminal/flags/malta.svg'); }
 .category-mexico > .image {background-image: url('../../images/terminal/flags/mexico.svg'); }
 .category-moldova > .image {background-image: url('../../images/terminal/flags/moldova.svg'); }
 .category-montenegro > .image {background-image: url('../../images/terminal/flags/montenegro.svg'); }
 .category-morocco > .image {background-image: url('../../images/terminal/flags/morocco.svg'); }
 .category-netherlands > .image {background-image: url('../../images/terminal/flags/netherlands.svg'); }
 .category-new-zealand > .image {background-image: url('../../images/terminal/flags/new_zealand.svg'); }
 .category-nigeria > .image {background-image: url('../../images/terminal/flags/nigeria.svg'); }
 .category-northern-ireland > .image {background-image: url('../../images/terminal/flags/northern_ireland.svg'); }
 .category-norway > .image {background-image: url('../../images/terminal/flags/norway.svg'); }
 .category-oman > .image {background-image: url('../../images/terminal/flags/oman.svg'); }
 .category-palestine > .image {background-image: url('../../images/terminal/flags/palestine.svg'); }
 .category-panama > .image {background-image: url('../../images/terminal/flags/panama.svg'); }
 .category-paraguay > .image {background-image: url('../../images/terminal/flags/paraguay.svg'); }
 .category-peru > .image {background-image: url('../../images/terminal/flags/peru.svg'); }
 .category-philippines > .image {background-image: url('../../images/terminal/flags/philippines.svg'); }
 .category-poland > .image {background-image: url('../../images/terminal/flags/poland.svg'); }
 .category-portugal > .image {background-image: url('../../images/terminal/flags/portugal.svg'); }
 .category-qatar > .image {background-image: url('../../images/terminal/flags/qatar.svg'); }
 .category-romania > .image {background-image: url('../../images/terminal/flags/romania.svg'); }
 .category-russia > .image {background-image: url('../../images/terminal/flags/russia.svg'); }
 .category-san-marino > .image {background-image: url('../../images/terminal/flags/san_marino.svg'); }
 .category-saudi-arabia > .image {background-image: url('../../images/terminal/flags/saudi_arabia.svg'); }
 .category-scotland > .image {background-image: url('../../images/terminal/flags/scotland.svg'); }
 .category-senegal > .image {background-image: url('../../images/terminal/flags/senegal.svg'); }
 .category-serbia > .image {background-image: url('../../images/terminal/flags/serbia.svg'); }
 .category-singapore > .image {background-image: url('../../images/terminal/flags/singapore.svg'); }
 .category-slovakia > .image {background-image: url('../../images/terminal/flags/slovakia.svg'); }
 .category-slovenia > .image {background-image: url('../../images/terminal/flags/slovenia.svg'); }
 .category-south-africa > .image {background-image: url('../../images/terminal/flags/south_africa.svg'); }
 .category-south-korea > .image {background-image: url('../../images/terminal/flags/south_korea.svg'); }
 .category-spain > .image {background-image: url('../../images/terminal/flags/spain.svg'); }
 .category-sweden > .image {background-image: url('../../images/terminal/flags/sweden.svg'); }
 .category-switzerland > .image {background-image: url('../../images/terminal/flags/switzerland.svg'); }
 .category-tanzania > .image {background-image: url('../../images/terminal/flags/tanzania.svg'); }
 .category-thailand > .image {background-image: url('../../images/terminal/flags/thailand.svg'); }
 .category-tunisia > .image {background-image: url('../../images/terminal/flags/tunisia.svg'); }
 .category-turkey > .image {background-image: url('../../images/terminal/flags/turkey.svg'); }
 .category-ukraine > .image {background-image: url('../../images/terminal/flags/ukraine.svg'); }
 .category-united-arab-emirates > .image {background-image: url('../../images/terminal/flags/united_arab_emirates.svg'); }
 .category-uruguay > .image {background-image: url('../../images/terminal/flags/uruguay.svg'); }
 .category-usa > .image {background-image: url('../../images/terminal/flags/usa.svg'); }
 .category-uzbekistan > .image {background-image: url('../../images/terminal/flags/uzbekistan.svg'); }
 .category-venezuela > .image {background-image: url('../../images/terminal/flags/venezuela.svg'); }
 .category-vietnam > .image {background-image: url('../../images/terminal/flags/vietnam.svg'); }
 .category-wales > .image {background-image: url('../../images/terminal/flags/wales.svg'); }
 .category-zambia > .image {background-image: url('../../images/terminal/flags/zambia.svg'); }
 .category-all > .image{background-image: url('../../images/terminal/icons/all.svg'); }
 .category-today > .image{background-image: url('../../images/terminal/icons/today.svg'); }
 .category-world-cup > .image{background-image: url('../../images/terminal/icons/wc-2018-b.png');}
 .category-music > .image{background-image: url('../../images/terminal/icons/sports/music.svg');}
 .category-challenge > .image{background-image: url('../../images/terminal/flags/sports/tennis/atp-challenger.jpg');}
 .category-atp > .image{background-image: url('../../images/terminal/flags/sports/tennis/atp.png');}
 .category-wta > .image{background-image: url('../../images/terminal/flags/sports/tennis/wta.png');}
 .category-wta-125k > .image{background-image: url('../../images/terminal/flags/sports/tennis/wta.png');}
 .category-uganda > .image {background-image: url('../../images/terminal/flags/uganda.png');}
 .category-syria > .image {background-image: url('../../images/terminal/flags/syria.png'); }
 .category-turkmenistan > .image {background-image: url('../../images/terminal/flags/turkmenistan.png'); }
 .category-burundi > .image {background-image: url('../../images/terminal/flags/burundi.png'); }
 .category-chinese-taipei- > .image {background-image: url('../../images/terminal/flags/taipei.png'); }
 .category-itf-men > .image {background-image: url('../../images/terminal/flags/itf.png');/* background-size: contain; */}
 .category-itf-women > .image {background-image: url('../../images/terminal/flags/itf.png'); }
.match-sport-esoccer           > .image { background-image: url('../../images/terminal/icons/sports/e-sports.png');  background-size: contain !important; border: 0 !important;}


.main-menu.tournaments-list .main-menu-item {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 2px solid #888;
    border-right: 2px solid #888;
    margin: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
}
.main-menu.tournaments-list .main-menu-item.tournament .image {
    left: 6px;
    top: 14px;
    width: 48px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-menu.tournaments-list .main-menu-item.tournament .label {
    line-height: 60px;
    height: 60px;
    padding-left: 86px;
    font-size: 18px;
}

/*
 *
 *     V I E W S
 *
 */
#page #bd div.match-coupon-view div.match {
    background: #000;
    border-bottom: 1px solid #888;
    height: 40px;
}
#page #bd div.match-coupon-view div.match.match-rows-2 {
    height: 80px;
}
#page #bd div.match-coupon-view div.match div.match-info div.match-info-bg {
    display: none;
}
#page #bd div.match-coupon-view .match-coupon-sport-header {
    height: 40px;
}
#page #bd div.match-coupon-view div.match div.teams {
    top: 15px;
    left: 250px;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
}
#page #bd div.match-coupon-view div.match div.teams .team {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    vertical-align: top;
}
#page #bd div.match-coupon-view div.match div.teams .team-separator {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
}
#page #bd div.match-coupon-view div.match div.match-more-markets {
    color: #fff;
    background: #333;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 4px;
    width: 36px;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-options,
#page #bd div.match-coupon-view div.match div.match-options{
    display: inline-block;
    width: 50px;
}
#page #bd div.match-coupon-view div.match-options span.match-option-statistics,
#page #bd div.match-coupon-view div.match-options span.match-option-will-go-live {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 10px 2px;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-statistics {
    background: url("../../images/online/b3/matchstatsw.png") center center no-repeat;
    cursor: pointer;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-will-go-live {
    text-indent: -99999px;
    font-size: 0;
    background-size: contain;
    visibility: hidden;
}
#page #bd div.match-coupon-view div.match div.match-options span.match-option-will-go-live.match-option-on {
    visibility: visible;
    background: url("../../images/terminal/icons/liveneww.svg") center center no-repeat;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-holder,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-button {
    cursor: pointer;
}
#page #bd div.match-coupon-view div.match-coupon-sport-subheader {
    display: none;
}
#page #bd div.match-coupon-view div.match div.match-more-markets {
    border: 0;
}
.match-more-markets .plusminus-minus {
    display: none;
}
.match-coupon-sport .match-coupon-sport-header-title {
    display: none;
}
#page #bd div.match-coupon-view div.match-market-column-3 {
    width: 150px;
}
#page #bd div.match-coupon-view div.match-markets {
    margin-left: 500px;
}
#page #bd div.match-coupon-view div.match-markets .match-market-header {
    height: 15px;
    font: 11px/15px Tahoma,Roboto,Arial;
    white-space: nowrap;
}
#page #bd div.match-coupon-view div.match div.match-info {
    width: 450px;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-holder,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.selection-button {
    margin-top: 5px;
}
#page #bd div.match-coupon-view .match-coupon-view-date-header {
    display: none;
}
#page #bd div.match-coupon-view div.match div.match-code {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 50px;
    text-align: center;
    font: 14px/40px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.match-time {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    height: 40px;
    width: 50px;
}
#page #bd div.match-coupon-view div.match div.match-time .match-time-date {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 50px;
    text-align: center;
    font: 11px/15px Tahoma,Arial;
    color: #888;
}
#page #bd div.match-coupon-view div.match div.match-time .match-time-hour {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    height: 25px;
    width: 50px;
    text-align: center;
    font: 14px/25px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.extra-row-period {
    display: block;
    position: absolute;
    top: 35px;
    left: 450px;
    height: 35px;
    width: 50px;
    text-align: center;
    font: 14px/35px Tahoma,Arial;
    color: #ff8210;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market {
    height: 25px;
}
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-outcome,
#page #bd div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-line {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
#page #bd div.match-coupon-view div.match div.match-league-code {
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    height: 40px;
    width: 75px;
    text-align: center;
    font: 13px/40px Tahoma,Arial;
}
#page #bd div.match-coupon-view div.match div.image {
    display: block;
    position: absolute;
    left: 109px;
    top: 8px;
    width: 32px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border: 1px solid #444;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-live-info div.match-minute {
    background: none;
    color: #ff8210;
    position: absolute;
    left: 70px;
    line-height: 40px;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-league-code {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.match-time {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match div.image {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 50px;
    border: 0;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match div.teams {
    left: 120px;
    width: 290px;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match div.teams span.team {
    box-sizing: border-box;
    width: 130px;
}
.match-cards-on,
.match-cards-off {
    display: none;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-markets .match-market-header {
    display: block;
    height: 15px;
    font: 11px/15px Tahoma,Arial;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-outcome,
#page #bd .live-match-coupon div.match-coupon-view div.match-markets-header div.match-market-column div.match-market div.match-market-line {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-status-live div.match-score {
    width: 120px;
    left: 410px;
    height: 20px;
    font: 14px/20px Tahoma,Arial;
}
#page #bd .live-match-coupon div.match-coupon-view div.match-status-live div.match-setscores {
    width: 120px;
    top: 20px;
    left: 410px;
    height: 20px;
    font: 14px/20px Tahoma,Arial;
    position: absolute;
    display: block;
    text-align: center;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match-info.tennis-server-1 div.teams span.home-team {
    padding-right: 20px;
    background: url('../../images/kiosk/tennis_server.png') right center no-repeat;
}
#page #bd .live-match-coupon  div.match-coupon-view div.match-info.tennis-server-2 div.teams span.away-team {
    padding-left: 20px;
    background: url('../../images/kiosk/tennis_server.png') left center no-repeat;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-outcome,
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-line {
    height: 40px;
    line-height: 40px;
}
#page #bd div.match-coupon-view div.match-market-column div.match-market div.match-market-mincomb {
    display: inline-block;
    width: 18px;
    margin-right: 2px;
    margin-top: 10px;
    vertical-align: top;
    height: 18px;
    line-height: 18px;
    background: #eee;
    color: #000;
    border-radius: 8px;
    font: 11px/18px Arial;
}

#page #bd .match-coupon {
    position: relative;
}
#page #bd .match-coupon .match-coupon-market-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin-right: 500px;
    height: 40px;
    background: #212121;
    overflow: hidden;
}
#page #bd .match-coupon .match-coupon-market-menu .match-coupon-market-menu-container {
    position: relative;
    max-height: 720px;
    padding-right: 50px;
}
#page #bd .match-coupon .match-coupon-market-menu.closed {
    height: 40px;
}
#page #bd .match-coupon .match-coupon-market-menu.open {
    height: auto;
}
#page #bd .match-coupon .match-coupon-market-menu.open .match-coupon-market-menu-container {
    overflow: auto;
}
#page #bd .match-coupon .match-coupon-market-menu .match-coupon-market {
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 12px/32px Tahoma,Arial;
    height: 32px;
    margin: 4px 0 4px 6px;
    padding: 0 6px 0 6px;
    position: relative;
    vertical-align: top;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
}
#page #bd .match-coupon .match-coupon-market-menu .openclose-match-coupon-markets-menu {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 4px;
    right: 24px;
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: 20px/32px Tahoma,Arial;
    border: 1px solid #484848;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #363636 0%, #080808 100%) repeat scroll 0 0;
    padding: 0;
    z-index: 102;
}
#page #bd .match-coupon .match-coupon-market-menu .openclose-match-coupon-markets-menu div {
    text-align: center;
    font: bold 30px/30px Tahoma,Arial;
}
#page #bd .match-coupon .match-coupon-market-menu.open .openclose-match-coupon-markets-menu div.open,
#page #bd .match-coupon .match-coupon-market-menu.closed .openclose-match-coupon-markets-menu div.close {
    display: none;
}

.bet-register-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 50px;
    background: #ff8210;
    color: #fff;
    z-index: 10;
}
.bet-register-container .bet-register {
    position: relative;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 4px;
}
.bet-register-container .bet-register .match-code,
.bet-register-container .bet-register .bet-code {
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    height: 35px;
    width: 50%;
    background: #212121;
    border-radius: 17px;
}
.bet-register-container .bet-register .bet-code {
    left: auto;
    width: 40%;
    right: 4px;
}
.bet-register-container .bet-register input[type="text"] {
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    text-indent: 17px;
    color: #fff;
}
.bet-register-container .bet-register .message {
    position: absolute;
    top: 35px;
    left: 2.5%;
    height: 25px;
    width: 95%;
    background: #fcc;
    border: 1px solid #f66;
    color: #f33;
    text-align: left;
    text-indent: 12px;
    font: 13px/25px Tahoma,Arial;
    border-radius: 10px;
    z-index: 1000;
}
.bet-register-container .bet-register .message.hidden {
    display: none;
}
div.bet-register-container div.bet-register div.number-input {
    display: none;
}

.sports-search {
    position: absolute;
    top: 7px;
    right: 410px;
    height: 35px;
    width: 200px;
    background: #212121;
    border-radius: 17px;
}
.sports-search input.sports-search-input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 17px;
    border: 0;
    background: none;
    color: #fff;
}
.sports-page-header .sports-bc {
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 14px/36px Tahoma,Arial;
    height: 36px;
    margin: 7px 0 7px 12px;
    padding: 0 12px 0 12px;
    position: relative;
    vertical-align: top;
}
.sports-page-header .sports-bc.clk {
    border: 1px solid #e26100;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8e27 0%, #ff8312 100%) repeat scroll 0 0;
}
.sports-page-header .match-header {
    display: inline-block;
    height: 45px;
    margin-top: 2px;
    vertical-align: top;
    color: #000;
    width: 400px;
}
.sports-page-header .match-header .match-name {
    text-align: center;
    height: 25px;
    font: 16px/25px Tahoma,Arial;
}
.sports-page-header .match-header .match-date-time {
    text-align: center;
    height: 15px;
    font: 12px/15px Tahoma,Arial;
}
.sports-page-header .sport,
.sports-page-header .category {
    padding-left: 40px;
}
.sports-page-header .sport > .image,
.sports-page-header .category > .image {
    position: absolute;
    box-sizing: border-box;
    border-radius: 2px;
    width: 28px;
    height: 20px;
    top: 8px;
    left: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.sports-page-header .category > .image {
    border: 1px solid #464646;
    background-size: cover;
}
.sports-content .match-autocomplete-results {
    position: absolute;
    z-index: 10000;
    background: #363636;
    border: 1px solid #000;
    height: auto;
    width: 400px;
}
.sports-content .match-autocomplete-results.hidden {
    display: none;
}
.sports-content .match-autocomplete-results .result {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #000;
    font: 12px/30px Tahoma,Arial;
    text-indent: 4px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sports-content .outright-competitor {
    height: 40px;
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    display: inline-block;
    position: relative;
}
.sports-content .outright-competitor .outright-competitor-name {
    padding-right: 100px;
    font: 15px/40px Tahoma,Roboto,Arial;
    text-indent: 8px;
}
.sports-content .outright-competitor .outright-competitor-odds {
    position: absolute;
    width: 50px;
    height: 26px;
    top: 7px;
    right: 7px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font: 14px/26px Tahoma,Roboto,Arial;
}
.sports-content .outright-competitor .outright-competitor-odds.selection-on {
    background-color: #ff8210;
}
.sports-content .outright-competitor.list,
.sports-content .outright-table-competitors.list {
    width: 100%;
}
.sports-content .cup-outright-block {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
}
.sports-content .cup-outright-block.columns-1 {
    width: 100%;
}
.sports-content .cup-outright-block.columns-2 {
    width: 50%;
}
.sports-content .cup-outright-block.columns-3 {
    width: 33%;
}
.sports-content .cup-outright-block.columns-4 {
    width: 25%;
}
 
div.match-statistics-container {
    position: absolute;
    width: 100%;
    height: 720px;
    top: 50px;
    left: 0;
    background: #000;
    z-index: 200;
}
div.match-statistics-container iframe.match-statistics {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
}
div.match-statistics-container div.match-statistics-close {
    position: absolute;
    top: -48px;
    right: 25px;
    width: 50px;
    height: 50px;
    background: #000;
    cursor: pointer;
    color: #fff;
    font: bold 36px/50px Tahoma,Roboto,Arial;
    text-align: center;
}
.view-live div.sports-page-header{
    background: #000;
}
.view-live div.match-coupon-view div.match-coupon-sport .match-coupon-sport-header {
    background: #ff8210;
}
.live-sport-menu {
    position: absolute;
    width: 800px;
    height: 40px;
    top: 10px;
    left: 100px;
    overflow: hidden;
}
.live-sport-menu .sport {
    position: relative;
    display: inline-block;
    height: 36px;
    width: 80px;
    box-sizing: border-box;
    border: 1px solid #888;
    border-bottom: 0;
    background: #363636;
    color: #fff;
    margin: 4px 6px 0 6px;
    cursor: pointer;
}
.live-sport-menu .sport.selected {
    background: #ff8210;
}
.live-sport-menu .sport .label {
    display: none;
}
.live-sport-menu .sport .image {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    left: 8px;
}
.live-sport-menu .sport-live .image {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../../images/terminal/icons/liveneww.svg");
}
.live-sport-menu .sport .nr-live-matches {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 42px;
    font: bold 12px/12px Tahoma,Arial,Roboto;
    color: #ff8210;
}
.live-sport-menu .sport.selected .nr-live-matches {
    color: #fff;
}
.live-sport-menu .sport .nr-go-live-matches {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 18px;
    left: 56px;
    font: 11px/12px Tahoma,Arial,Roboto;
    color: #aaa;
}
.live-sport-menu .sport.selected .nr-go-live-matches {
    color: #363636;
}
#page.view-live #bd div.match-coupon-view div.match-markets-header div.match-options,
#page.view-live #bd div.match-coupon-view div.match div.match-options {
    display: none;
}

div.no-events-found {
    height: 50px;
    text-indent: 24px;
    font: 500 16px/50px Tahoma,Roboto,Arial;
}

#auth-buy-panel-slip {
    color: #000;
}
#auth-buy-panel-slip .slip-content {
    overflow: auto;
}
#auth-buy-panel-slip .message {
    padding: 0 0 10px 0;
    text-align: center;
    color: #fff;
}
#auth-buy-panel-slip .inline-betslip {
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
}
#auth-buy-panel-slip table.betslip-html tr td span.original-odds {
    display: inline !important;
}
#auth-buy-panel-slip table.betslip-html span.original-odds span.value {
    color: #600;
    text-decoration: line-through;
}

#page.responsive #bd .sports-slip {
    top: 0;
    box-sizing: border-box;
    padding-top: 50px;
    height: 100% !important;
}

div.view-live div.match-coupon div.match-coupon-view div.match-league-name,
div.view-soccer-today div.match-coupon div.match-coupon-view div.match-league-name,
div.view-sports div.match-coupon div.match-coupon-view div.match-league-name {
    display:none;
}
div.view-live div.match-coupon div.match-coupon-view div.match div.match-league-name {
    position: absolute;
    top: 0;
    left: 120px;
    color: #999;
    font-size: 11px;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name > span {
    display: inline-block;
    padding: 0 4px;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name span.match-league-name-sport {
    display: none;
}
div.view-live div.match-coupon div.match-coupon-view div.match-league-name span.match-league-name-category:after {
    content: " > ";
}
div.view-live div.match-coupon div.match-coupon-view div.match:hover div.match-league-name {
    display: block;
}

#page.scrollable.view-outrights #ft .paginator,
#page.scrollable.view-live #ft .paginator,
#page.scrollable.view-soccer-today #ft .paginator,
#page.scrollable.view-sports #ft .paginator {
    display: none;
}
#page.scrollable.view-outrights #ft .custom-paginator:not(.hidden),
#page.scrollable.view-live #ft .custom-paginator:not(.hidden),
#page.scrollable.view-soccer-today #ft .custom-paginator:not(.hidden),
#page.scrollable.view-sports #ft .custom-paginator:not(.hidden) {
    display: block;
}

body.view-side-sport-menu div.sports-content div.sports-page-subheader {
    position: relative;
    height: 54px;
    overflow-y: scroll;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-page-subheader-coupon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-page-subheader-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.view-side-sport-menu div.sports-content:not(.sports-search-on) div.sports-page-subheader div.sports-page-subheader-search {
    display: none;
}
body.view-side-sport-menu div.sports-content .subheader-scrollbar-hider {
    position: absolute;
    top: 64px;
    right: 0;
    height: 54px;
    width: 30px;
    background: #1a2933;
    z-index: 10000;
}

body.view-side-sport-menu #ft {
    padding-left: 74px;
}
body.view-side-sport-menu div.sports-content div.sports-page-body,
body.view-side-sport-menu div.sports-content div.sports-page-subheader,
div.sports-content div.sports-search-keyboard{
    margin-left: 74px;
}
body.view-side-sport-menu div.sports-content div.floating-content div.sports-page-body,
body.view-side-sport-menu div.sports-content div.floating-content div.sports-page-subheader,
div.sports-content div.sports-search-keyboard{
    margin-left: 0px;
}

body.view-side-sport-menu div.sports-content div.side-sport-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 74px;
    height: 100%;
    overflow: hidden;
    background: #888;
    display: flex;
    flex-direction: column;
}
div.side-sport-menu div.side-sport-menu-item {
    position: relative;
    width: 100%;
    height: 54px;
}
div.side-sport-menu div.side-sport-menu-item div.image {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 8px;
    left: 25px;
}
div.side-sport-menu div.side-sport-menu-item div.nrm {
    position: absolute;
    height: 16px;
    width: 24px;
    top: 36px;
    left: 25px;
    font: 12px/16px Roboto;
    text-align: center;
}
div.side-sport-menu div.side-sport-menu-item div.label {
    position: relative;
    height: 54px;
    padding-left: 64px;
    font: 14px/54px Roboto;
}
div.side-sport-menu div.side-sport-menu-item div.label.outright-group {
    position: relative;
    height: 54px;
    font: 14px Roboto;
    display: table-cell;
    vertical-align: middle;
}
div.side-sport-menu div.side-sport-menu-item.side-sport-menu-toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #444;
}
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.side-sport-menu {
    width: 194px;
}
body.view-side-sport-menu.side-sport-menu-wide #ft {
    padding-left: 194px;
}
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-page-body,
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-page-subheader,
body.view-side-sport-menu.side-sport-menu-wide div.sports-content div.sports-search-keyboard {
    margin-left: 194px;
}
body.view-side-sport-menu:not(.side-sport-menu-wide) div.sports-content div.side-sport-menu-item div.label {
    display: none;
}


div.sport-league-list div.main-menu-item {
    display: flex;
    flex-direction: row;
    background: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    width: auto;
    height: auto;
    min-height: 54px;
}
div.sport-league-list div.main-menu-item div.sport-league-category {
    width: 250px;
    flex-grow: 0;
    flex-shrink: 0;
}
div.sport-league-list div.main-menu-item div.sport-league-tournaments {
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    white-space: normal;
    min-height: 54px;
}
div.sport-league-list div.main-menu-item div.sport-league-tournaments div.tournament {
    display: inline-block;
    background: #484848;
}

div.sports-content div.sports-search-keyboard {
    position: relative;
    display: none;
    height: 0;
    overflow: hidden;
    background: #4d4d4d;
}
div.sports-content.sports-search-on div.sports-search-keyboard {
    display: flex;
    width: auto;
    flex-direction: row;
    height: 156px;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.recent-search {
    width: 100px;
    flex-shrink: 0;
    flex-grow: 1;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.recent-search-item {
    box-sizing: border-box;
    height: 52px;
    background-color: #808080;
    border: 1px solid #4d4d4d;
    font: 14px/50px Roboto;
    text-align: center;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard {
    flex-shrink: 0;
    flex-grow: 5;
    display: flex;
    flex-direction: column;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-row {
    height: 52px;
    display: flex;
    flex-direction: row;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key {
    box-sizing: border-box;
    width: 52px;
    height: 52px;
    background-color: #808080;
    border: 1px solid #4d4d4d;
    font: bold 16px/50px Roboto;
    color: #000;
    text-align: center;
    flex-grow: 1;
    text-transform: uppercase;
    background-position: center center;
    background-repeat: no-repeat;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key.clicked {
    background-color: #e8e8e8;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-space,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-enter,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-shift,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-empty,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-rt,
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-lt{
    font-size: 0;
    text-indent: -9999px;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-space {
    width: 104px;
    background-image: url('../../images/terminal/skin/opap/keyboard/space.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-enter {
    flex-grow: 2;
    background-image: url('../../images/terminal/skin/opap/keyboard/enter.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-shift {
    flex-grow: 2;
    background-image: url('../../images/terminal/skin/opap/keyboard/shift.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del {
    background-image: url('../../images/terminal/skin/opap/keyboard/bspace.png');
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-rt {
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-lt {
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-a {
    margin-left: 5%;
}
div.sports-content.sports-search-on div.sports-search-keyboard div.search-keyboard-key-del {
    margin-right: 5%;
}

body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header {
    height: 54px;
    display: flex;
    flex-direction: row;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.close {
    height: 54px;
    width: 54px;
    flex-grow: 0;
    flex-shrink: 0;
    background: url('../../images/terminal/skin/opap/searchclose.png') center center no-repeat;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.text {
    height: 54px;
    width: 354px;
    flex-grow: 0;
    flex-shrink: 0;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.text input {
    width: 340px;
    height: 40px;
    margin-top: 7px;
    box-sizing: border-box;
    border: 2px solid #2f414d;
    color: #2f414d;
    font: bold 22px/30px Roboto;
    padding: 5px;
    background-color: transparent;
}
body.view-side-sport-menu div.sports-content div.sports-page-subheader div.sports-search-header div.message {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    text-indent: 24px;
    height: 54px;
    font: 16px/54px Roboto;
    color: #d8d8d8;
    font-style: italic;
    padding: 0;
}
div.sports-content div.sports-page-body div.match-page-market-groups {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    background: #d1dbe5;
    z-index: 1;
}
div.sports-content div.sports-page-body div.match-page-market-groups div.match-page-market-group {
    width: 200px;
    height: 42px;
    margin: 12px auto;
    font: bold 14px/42px Roboto;
    color: #bec8d2;
    background : rgba(46, 65, 76, 1);
    box-shadow : 0px 2.16px 0px rgba(0, 0, 0, 0.1),0px 0px 2.16px rgba(0, 0, 0, 0.1);
    text-align: center;
}
div.sports-content div.sports-page-body div.match-page-market-groups div.match-page-market-group.selected {
    color: #243a48;
    background: #8e959b;
}

div.sports-content div.sports-page-body div.match-coupon-market-select {
    position: absolute;
    top: 0;
    left: 500px;
    width: 240px;
    min-height: 54px;
    background: #f4f6f8;
    box-sizing: border-box;
    z-index: 100;
}
div.sports-content div.sports-page-body div.match-coupon-market-select div.match-coupon-market-select-item {
    height: 54px;
    font: 14px/54px Roboto;
    border-bottom: 2px solid #cfd1d2;
    text-align: center;
    color: #009ddc;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 8px;
    text-overflow: ellipsis;
}

div.sport-league-list div.main-menu-item .show-more-btn {
    display: none;
}

div.sport-league-list div.main-menu-item .show-more-btn.show {
    display: block;
    width: 40px;
    font: 24px/32px MONOSPACE;
    box-sizing: border-box;
    background: #a3c8de left center no-repeat;
    color: #243a48;
    height: 36px;
    padding: 0 12px;
    border-radius: 2px;
    /* font: 12px/38px Roboto; */
    margin: 9px 9px;
    border: 1px solid #7aafd0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.match-cont.hidden {
    display:none;
}

#page #bd div.match-coupon-view div.match.match-row.tournament.tournament-all {
    box-sizing: border-box;
    background: #a3c8de left center no-repeat;
    color: #243a48;
    height: 36px;
    padding: 0 12px;
    border-radius: 2px;
    font: 22px/38px Roboto;
    margin: 9px 5px;
    border: 1px solid #7aafd0;
    box-shadow: 0 1px rgba(255, 255, 255, 0.25) inset;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
    transition: 0.5s;
    text-align: center;
}

#page #bd div.match-coupon-view div.match.match-row.tournament.tournament-all .label{
    font: bold 16px/37px Roboto;
    letter-spacing: 1px;
    padding-left: 4px;
    text-transform: uppercase;
}

#fl-content {
    position : absolute;
    top:0px;
    left:0px;
    z-index: 100000;
}

#page.scrollable div.floating-content div.sports-page-body {
    overflow-y: auto;
    background: #fff;
}

div.sports-page-body div.match div.match-market-block-header span.market-open-close {
    position: absolute;
    right: 13px;
    top: 10px;
    font: 24px/20px Roboto;
    font-weight: bold;
    border-radius: 20px;
    background: #fff;
    width: 20px;
    color: #000;
}

div.sports-page-body div.match div.match-market-block-selections.closed {
    display : none;
}

#btslp-show {
    position: absolute;
    right: 14px;
    height: 30px;
    width : 30px;
    top: 0px;
    font: bolder 30px/26px MONOSPACE;
    border:  1px solid;
    text-align: center;
    background: #475C62;
    border-radius: 5px;
    color: #FFFFFF;
    box-shadow: 1px 1px 10px 0px #000000;
    text-shadow: 1px 1px 10px #000000;
    border: solid #475C62 1px;
    display: inline-block;
    cursor: pointer;
    transform: rotate(90deg);
}

#btslp-show:hover {
    background: #96a5a9;
    box-shadow: 1px 1px 20px 0px #96a5a9;
    text-shadow: 1px 1px 20px #96a5a9;
    border: solid #595c5d 1px;
    text-decoration: none;
}

#betslip-body.hidden {
    display:none;
}

#btslp-show.hidden {
    transform:none;
}

#page #bd .sports-content.nobetslip-margin {
    margin-right: 0px;
}

#bd .sports-slip.betslip-hidden {
    height: auto !important;
}
#page.responsive #bd .sports-slip.hidden {
    padding-top: 45px;
    top: 0px;
    height: auto !important;
}



#ft .betslip-counter-cont {
    right: 360px;
    width: 160px;
    height: 40px;
    position: absolute;
    top: 8px;
    background: #888;
}

#ft .betslip-counter-cont .betslip-counter-reset {
    background: url(../../images/terminal/icons/refresh-arrow.svg) center center no-repeat;
    height: 30px;
    width: 30px;
    background-size: contain;
    right: 5px;
    position: absolute;
    top: 5px;
    cursor: pointer;
}

#ft .betslip-counter-cont .betslip-stakes {
    height: 30px;
    width: 30px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 114px;
    color: #000;
    font: 20px/30px Roboto;
    font-weight: bolder;
    text-indent: 10px;
    text-overflow: ellipsis;
}


div.lmt-tabs .livetracker-tab {
    box-sizing: border-box;
    /*border-bottom: 2px solid #444;*/
    cursor:pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid grey;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: smaller;
}
div.bb-tabs div.bb-tab,
div.lmt-tabs div.market-tab:hover,
div.lmt-tabs div.livetracker-tab:hover {
    background-color: #555;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}


div.lmt-tabs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #444;
    height: 27px;
    color: #ddd;
    font-family: 'Arial';
    font-size: 13px;
    margin-top: 2px;
}

div.lmt-tabs div.livetracker-tab.livetracker-selected {
    /*border-bottom: 3px solid #000;*/
    color:#fff;
    box-shadow: inset 0 4px 4px rgba(0,0,0,0.3);
    background-color: #333;
    width: 100%;
    line-height: 28px;
}
div.lmt-tabs .screen-shot {
    margin-top: 1px;
}
div.lmt-tabs .close {
    max-width: 28px;

}
div.lmt-tabs .icon-tab {
    display: inline-block;
    width: 22px;
    margin: 3px;
}

div.lmt-tabs .icon-close {
    transform: rotate(90deg);
}
div.lmt-tabs img.icon-close.selected {
    transform: rotate(180deg);
}

#lco-container.hidden {
    display:none;
}

div.lmt-tabs  img.icon-close {
    pointer-events: none;
    content:url('../../images/online/newonline/arrow.svg');
    width: 27px;
}
.sports-market-notes {
    color:#000;
    font-weight:bold;
    margin:10px;
    /* position: absolute; */
    bottom: 0px;
}
div.sports-content div.sports-page-subheader div.sports-page-subheader-coupon div.special-outright-header{
    height: 56px;
    text-align: center;
    font: 16px/56px Roboto;
}
div.sports-content div.sports-page-body div.special-outrights-subheader {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.side-sport-menu div.side-sport-menu-item.special-outright-item div.label {
    padding-left: 32px;
}
.sports-content .outright-table-competitors {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #888;
    display: inline-block;
    position: relative;
}
.sports-content .outright-table-competitors .outright-table-competitor-name {
    font: 15px/40px Roboto,Roboto,Arial;
    text-indent: 8px;
    display: inline-block;
    /*border-right: 1px solid #888;*/
    box-sizing: border-box;
    color: #333;
    font-weight: bolder;
}
.sports-content .outright-table-competitors .outright-table-competitor {
    text-align: -moz-center;
    text-align: -webkit-center;
    color: #000;
    display: inline-block;
    /*border-right: 1px solid #888;*/
    box-sizing: border-box;
}
.sports-content .outright-table-competitors .outright-table-competitor.competitor-special {
    color: #000;
    text-align: center;
    font: 14px/40px Roboto;
    font-weight: 900;
}
.sports-content .outright-table-competitors .outright-table-competitor-odds {
    position: relative;
    width: 50px;
    height: 26px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font: 14px/26px Tahoma,Roboto,Arial;
}
.sports-content .outright-table-competitors.columns-2 {
    width: 50%;
}
.sports-content .outright-table-header {
    text-align: center;
    height: 40px;
    color: #000;
    font: bold 14px/40px Tahoma,Arial;
    border-bottom: 2px solid #888;
}
.sports-content .outright-table-header .outright-table-header-cells {
    display: inline-block;
/*    border-bottom: 1px solid #888;
    border-right: 1px solid #888;*/
    box-sizing: border-box;
}
.sports-content .outright-table-header .outright-table-header-cells.team-header {
    text-align: left;
    text-indent: 8px;
}
div.sports-content div.sports-page-body div.special-outrights-subheader {
    position: relative;
    background: #475c62;
    box-shadow: 0 1px 0px rgba(0, 0, 0, .15)inset, 0 2px 4px rgba(0, 0, 0, 0.15)inset;
    z-index: 10;
    overflow: hidden;
    margin-right: 20px;
    height: 54px;
}
.sports-content .special-outrights-subheader .match-header div.match-name{
    position: absolute;
    left: 300px;
    top: 0;
    width: 400px;
    height: 54px;
    line-height: 54px;
}
.sports-content .special-outrights-subheader .match-header div.match-date-time{
    position: absolute;
    top: 0;
    left: 200px;
    width: 74px;
    height: 54px;
    padding-top: 0;
    font: 14px/21px Roboto;
}
/*div.side-sport-menu div.side-sport-menu-item.special-outright-item div.nrm {
    left: 25px;
}*/

div.match-markets-view div.match-markets-menu  .open-league-table {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 11px;
    right: 300px;
    background: url("../../images/terminal/icons/table.png") center center no-repeat;
    /* background-color: #FFF; */
    cursor: pointer;
    background-size: contain;
    z-index: 105;
}

.sports-content .sports-page-subheader-coupon .live-match-header .live-match-info div.set-score {
    width: 14px;
    margin-right: 10px;
    color: #c1beb7;
    font: 12px/20px Roboto;
}

.sports-content .sports-page-subheader-coupon .live-match-header .live-match-info div.setnum{
    width: 14px;
    margin-right: 10px;
    color: #c1beb7;
    font: 11px/15px Roboto;
    background:orange;
    color:#000;
    border-radius : 10px;
   
}

.sports-content .sports-page-subheader-coupon .match-header div.set-score .top-line {
    padding-top: 1px;
     height: 20px;
}

.sports-content .sports-page-subheader-coupon .match-header div.set-score .bottom-line {
    padding-bottom: 1px;
    height: 20px;
}

div.match-markets-view div.match .live-match-tracker.not-available {
    display:none;
}

#page #bd div.match-coupon-view div.match div.first-leg-score {
    right:10px;
    left: 450px;
    position: relative;
    width: 200px;
}
#page #bd div.match-coupon-view div.match div.first-leg-score {
    line-height: 50px;
    font: bold 14px/50px Roboto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sports-content .sports-page-subheader-coupon .match-header div.agg-score {
    position: absolute;
    left: 500px;
    top: 0;
    width: 110px;
    height: 54px;
    color: #2c205d;
    font-weight:bolder;
}

.sports-content .sports-page-subheader-coupon .match-header .live-match-info div.agg-score {
    position: absolute;
    left: 110px;
    top: 0;
    width: 85px;
    height: 54px;
    color: #666;
    font-weight: bold;
    margin-right: 0px;
    display: inline-block;
}

.sports-content .sports-page-subheader-coupon .match-header div.agg-score .label {
    height: 54px;
    line-height:54px;
    width: 50px;
}

.sports-content .sports-page-subheader-coupon .match-header div.agg-score  .top-line {
  width:30px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.sports-content .sports-page-subheader-coupon .match-header div.agg-score  .bottom-line {
  width:30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#page #bd div.match-coupon-view div.match div.first-leg-score .label {
    height: 54px;
    line-height:54px;
    width: 50px;
}

#page #bd div.match-coupon-view div.match div.first-leg-score  .top-line {
  width:30px;
  position: absolute;
  left: 60px;
  top: -10px;
}
#page #bd div.match-coupon-view div.match div.first-leg-score  .bottom-line {
  width:30px;
  position: absolute;
  left: 60px;
  bottom: -5px;
}
