﻿
.lottery-results .result-list {
    display: block;
    margin: 20px 0 0 0;
}

    .lottery-results .result-list .lottery-num-box {
        display: block;
        margin: 5px 0 0 0;
    }

    .lottery-results .result-list .results-play-btn {
        padding: 5px 42px;
        font-size:20px;
    }


    .lottery-results .result-list ul li{
        margin-bottom:30px;
        list-style:none;
    }

.lottery-results .result-list ul {
    float: left;
    position: relative;
    margin-right: 100px;
    display:none;
}


    .lottery-results .result-list ul[data-brand-id="43"] {
        float: left;
        position: relative;
        margin-right: 80px;
        display: none;
    }


.result-load{
    text-align:center;
}

.lottery-results .lottery-num-box .lottery-num {
    background-color: white;
    border: 1px solid;
    /*border-style: ridge;*/
    border-radius: 30px;
    border-color: #C7C7C7;
    color: #888888;
    display: inline-block;
    font-size: 18px;
    width: 31px;
    height: 31px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    margin-right: 0px;
    margin-top: 2px;
    margin-right: 5px;
}

.lottery-results .lottery-num-box .lottery-num-colored {
    background-color: #ff8000;
    color: #fff !important;
    border: none;
}

.lottery-results .lottery-num-box .lottery-num-drawn{
    /*background-color: red !important;*/
    color: red;
    border:2px solid red !important;
    padding: 8px 8px 8px 8px;
    box-sizing:padding-box;
}



@media screen and (max-width: 767px) {



    
    .lottery-results .result-list .lottery-num-box {
        margin-top: 2px;
    }

        .lottery-results .result-list .lottery-num-box .lottery-num {
            background-color: white;
            border-radius: 30px;
            color: #343e4c;
            display: inline-block;
            font-size: 15px;
            line-height: 1;
            width: 24px;
            padding: 5px;
            text-align: center;
            margin-right: 5px;
        }

        .lottery-results .result-list .lottery-num-box .lottery-num-colored {
            background-color: #ff8000;
            color: #fff !important;
        }
}





/* LotteryResults - END */

/* RUSH RESULTS NUMBER - START */
.lottery-results .lottery-num-box .draw-number.rush-number {
    display: inline-block;
    width: 41px;
    height: 59px;
    padding: 36px 0 5px 0;
    margin-right: 3px;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 7px;
}

    .lottery-results .lottery-num-box .draw-number.rush-number.number-1 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/spade.png');
    }

    .lottery-results .lottery-num-box .draw-number.rush-number.number-2 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/heart.png');
    }

    .lottery-results .lottery-num-box .draw-number.rush-number.number-3 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/club.png');
    }

    .lottery-results .lottery-num-box .draw-number.rush-number.number-4 {
        background-image: url('/Media/widgets/widget-product-cart/img/rush/diamond.png');
    }
/* RUSH RESULTS NUMBER - END */

.draw-info {
    color: #4d6b8a;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
}