#lottery-content {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
#lottery-events,
#lottery-markets {
    width: 730px;
    color: #fff;
    height: 100%;
}
#lottery-header {
    width: 730px;
    color: #fff;
    height: 100%;
    margin-bottom: 10px;
}
#lottery-leftlist {
    width: 250px;
    color: #fff;
    height: 100%;
    float: left;
}
#lottery-events div.event-block,
#lottery-leftlist div.event-block,
#lottery-leftlist div.result-block{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}
#lottery-events div.event,
#lottery-leftlist div.event{
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    color: #000;
    text-align: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#lottery-events div.event.font-sz{
    font-size: 14px;
}
#lottery-leftlist div.event.font-sz{
    font-size: 12px;
}
#lottery-events div.lottery-events-title{
    height: 30px;
    line-height: 30px;
    background: linear-gradient(0deg, #424242 0%, #757575 100%); 
    padding-left: 10px;
    font-size: 16px;
    color: #fff;
}
#lottery-leftlist div.lottery-events-title{
    height: 25px;
    line-height: 25px;
    background: linear-gradient(0deg, #424242 0%, #757575 100%); 
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}
#lottery-events div.event.row0 {
    background-color: #909090;
}
#lottery-events div.event.row1 {
    background-color: #acacac;
}
#lottery-leftlist div.event.row0 {
    background-color: #909090;
}
#lottery-leftlist div.event.row1 {
    background-color: #acacac;
}
#lottery-header div.draws {
    width: 28%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #212121;
    background: linear-gradient(0deg, #424242 0%, #757575 100%);   
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 25px 0 rgba(255, 255, 255, 0.05),
                inset 0 0 2px rgba(255, 255, 255, 0.2);
}
#lottery-header div.draw-title {
    width: 68%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
#lottery-header div.draw-title input.event-selection {
    width: 70%;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2px 8px;
}
#lottery-header div.draw-title input.event-selection-button {
    cursor: pointer;
}
#lottery-markets div.market-balls.selected,
#lottery-markets div.market-combo.selected,
#lottery-markets div.market-bonus-balls.selected,
#lottery-markets div.event-ball.selected,
#lottery-markets div.event-bonus-ball.selected,
#lottery-markets div.bet-selection.selected {
    background : linear-gradient(0deg, rgba(255, 115, 0, 1) 0%, rgb(255, 181, 128) 100%);
    box-shadow: inset 0 0px 18px rgba(255, 255, 255, 0.5), 0 3px 0px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #000;
}
#lottery-leftlist div.event.selected{
    background : #e99a1a;
    /*color: #fff;*/
}
#lottery-leftlist div.leftlist-tab.selected,
#lottery-leftlist div.rightlist-tab.selected {
    background : #e99a1a;
    color: #000;
}
#lottery-markets div.result-block {
    width: 100%;
    height: 80px;
    line-height: 80px;
}
#lottery-markets div.market-numbers-block,
#lottery-markets div.market-bonus-block,
#lottery-markets div.market-results-block {
    margin-top: 10px;
    transition: all 0.5s ease;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                0 2px 12px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 100%;
    border-radius: 4px;
    background-color: #424242;
    display: table;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                0 2px 12px rgba(0, 0, 0, 0.1);
}
#lottery-markets div.market-header-block{
    height: 28px;
    line-height: 28px;
    background-color: #323232;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
}
#lottery-markets div.market-balls-block,
#lottery-markets div.market-bonusballs-block{
    padding: 10px;
    display: inline-block;
}
#lottery-markets div.market-selections-block {
    padding: 5px;
    float: right;
}
#lottery-markets div.event-ball,
#lottery-markets div.event-bonus-ball{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 7px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    background : linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(170, 170, 170, 1) 100%);
    box-shadow:inset 0 0px 2px rgba(255, 255, 255, 0.5), 0 3px 0px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
#lottery-markets div.result-ball{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    box-shadow:inset 0 0px 2px rgba(255, 255, 255, 0.5), 0 3px 0px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
#lottery-markets div.result-ball.res-number-color{
    background : linear-gradient(0deg, rgba(80, 80, 80, 1) 0%, rgba(140, 140, 140, 1) 100%);
    color: #fff;
}
#lottery-markets div.result-ball.res-bonus-color{
    background : linear-gradient(0deg, rgba(150, 150, 150, 1) 0%, rgba(250, 250, 250, 1) 100%);
    color: #000;
}
div.market-blk {
    height: 33px;
    line-height: 33px;
    display: table;
}
div.market-combo-blk{
    height: 33px;
    line-height: 33px;
    float: left;
    margin: 10px 0 10px 3px;
}
#lottery-markets div.market-balls,
#lottery-markets div.market-bonus-balls{
    width: 110px;
    margin: 4px 0;
    text-align: center;
    /*cursor: pointer;*/
    font-size: 16px;
    float: left;
}
#lottery-markets div.market-random-balls,
#lottery-markets div.market-random-bonus{
    width: 38px;
    margin: 4px 2px 4px 0;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}
#lottery-markets div.market-combo{
    width: 110px;
    height: 33px;
    line-height: 33px;
    margin-left: 5px;
    text-align: center;
    font-size: 16px;
    float: left;
}
#lottery-markets div.market-random-combo{
    width: 38px;
    margin-left: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    float: left;
}
#lottery-markets div.bet-balls,
#lottery-markets div.bet-bonus{
    width: 145px;
    height: 33px;
    line-height: 33px;
    margin: 15px 4px 8px;
    text-align: center;
    font-size: 16px;
}
#lottery-markets div.random-balls,
#lottery-markets div.random-bonus{
    width: 130px;
    height: 33px;
    line-height: 33px;
    margin: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
#lottery-markets div.clear-balls,
#lottery-markets div.clear-bonus-balls {
    width: 145px;
    height: 33px;
    line-height: 33px;
    margin: 10px 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}
#lottery-markets div.event-ball:hover,
#lottery-markets div.event-bonus-ball:hover{
    background : linear-gradient(0deg, rgba(255, 115, 0, 1) 0%, rgb(255, 181, 128) 100%);
    box-shadow: inset 0 0px 18px rgba(255, 255, 255, 0.5), 0 3px 0px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #000;
}
#lottery-markets div.clear-combo{
    width: 60px;
    height: 33px;
    line-height: 33px;
    margin: 10px 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    float: right;
}
#lottery-markets div.bonus-sel-block{
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
#lottery-markets div.bonus-selections-block{
    display: flex; 
    flex-direction: row;
    align-self: center;
}
#lottery-markets div.market-box{
    transition: all 0.5s ease;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                0 2px 12px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
    width: 33%;
/*    border-radius: 4px 4px 0 0;*/
    background-color: #424242;
    border-radius: 4px;
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                0 2px 12px rgba(0, 0, 0, 0.1);
    margin: 5px;
    display: flex;
    flex-direction: column;
}
#lottery-markets div.market-title {
    text-align: center;
}
#lottery-markets div.bet-selection {
    text-align: center;
    margin: 12px 6px;
    cursor: pointer;
    padding: 5px;
    min-width: 90px;
    color: #fff;
}
#lottery-markets div.bet-name{
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
}
#lottery-markets div.bet-odds{
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
}
#lottery-markets div.event-header{
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
}
#lottery-markets div.event-title {
    width: 78%;
    font-size: 18px;
    background-color: #424242;
    float: left;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
    border-radius: 4px 0 0 4px;
}
#lottery-leftlist div.leftlist-tabs {
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
}
#lottery-leftlist div.leftlist-tab {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    background-color: #424242;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
    border-radius: 4px 0 0 4px;
}
#lottery-leftlist div.rightlist-tab {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    background-color: #424242;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
    border-radius: 0 4px 4px 0;
}
#lottery-markets div.event-timeleft {
    text-align: center;
    width: 22%;
    font-size: 14px;
    background-color: #323232;
    float: left;
    color: #fff;
    box-shadow: inset 0 1px rgba(255,255,255,0.1);
    border-radius: 0 4px 4px 0;
}
div.dark-btn,
div.dark-btn-hv{
    transition: all 0.5s ease;
    border: 1px solid #212121;
    border-radius: 4px;
    background: linear-gradient(0deg, #424242 0%, #757575 100%);   
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 0 2px rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div.dark-btn-hv:hover{
    background: linear-gradient(0deg, #4d4d4d 0%, #8c8c8c 100%);
}
div.dark-btn-hv:active {
    background: linear-gradient(0deg, #757575 0%, #424242 100%);  
}
div.greysel-btn {
    transition: all 0.5s ease;
    border: 1px solid #212121;
    border-radius: 4px;
    background: linear-gradient(0deg, #424242 0%, #757575 100%);   
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                inset 0 0 2px rgba(255, 255, 255, 0.2); 
}
div.greysel-btn:hover {
    background: linear-gradient(0deg, #4d4d4d 0%, #8c8c8c 100%);  
}
div.greysel-btn:active {
    background: linear-gradient(0deg, #757575 0%, #424242 100%);  
}
div.slip-btn {
    transition: all 0.5s ease;
    border-radius: 4px;
    background: #00BF7F;   
    box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1),
                inset 0 -2px 0 rgba(0, 0, 0, 0.3),  
                inset 0 2px 0 rgba(255, 255, 255, 0.2);
    opacity: 0.5;
}
div.slip-btn.activebet {
    opacity: 1;
    cursor: pointer;
}

#shop-goldenrace {
    width:100%;
    height:100%;
}