body {
    background-image:url(/websites_production/sportsbook.lu/img/bg-sportsbook.jpg);
}
div#overlay {
    z-index:65000;
}
div#overlay .widget,
div#overlay .widget div.content,
div#overlay .widget div.content div.trix-content,
div#overlay .widget div.content div.trix-content{
    height:99% !important;
    width:99% !important;
}

.left-menu .list-group-item.sport a,
.left-menu a.list-group-item,
.top-menu a.list-group-item { color: #c8c8c8; }

.left-menu .list-group-item.sport a:hover,
.left-menu a.list-group-item:hover,
.top-menu a.list-group-item:hover { color: #fff; }

main { padding-top:10px; }

div.right-column { overflow: hidden; }


@media only screen and (min-width:1280px) {
    body#sportsbook-browse-index div.sport-submenu.row div.country.list-group-item a {
        color: #c8c8c8;
    }
    body#sportsbook-browse-index div.sport-submenu.row div.country.list-group-item:hover a {
        color:#fff;
    }
    body#sportsbook-browse-index div.sport-submenu.row {
        padding-bottom:60px;
        background-color: #059671;
        margin: 1px;
        background-image: url(/websites_production/sportsbook.lu/img/sportsbook/submenu-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
}

a.betting-offer.enabled {
    background-color:#222;
    border-bottom: 3px solid #111;
}

a.betting-offer.active {
    background-color:#059671;
    border-bottom: 3px solid #123a12;
    color: #ddf30a;
    text-shadow: 1px 1px 1px #222;
}
