﻿@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }

        .container.account {
            width: 927px;
        }
}

@media (min-width: 992px)  {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px)  {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col3 {
    width: 25%; float:left; padding:0; border:0px solid white;
}
.col3 > p ,.col3 > div > p {
    color:#ffffff; text-align:left; font-size:12px;
    margin: 0 10px 10px 0; margin-right:10px;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.btnBleu {
    text-transform: uppercase;
    border: 2px solid #01a0f3;
    background: transparent;
    color: #01a0f3;
    padding: 4px 14px 3px;
    position: relative;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
    float:left;
    cursor:pointer;
}
.btnBleu:hover {
    color: #ffffff;
    background-color: #01a0f3;
}

:after, :before {
    box-sizing: border-box;
}

/*Real Time*/
.winners {
    font-family: 'myriad pro';
    color: #959595;
    height: 180px;
    overflow-y: hidden;
}

.winners .price {
    padding-left: 24px;
}

.winners .item .left {
    width: 37px;
}

.left { float: left; }
.right { float:right; }

.winners .item {
    display: block;
    border-bottom: 2px solid #1c2c44;
    height: 36px;
    padding-top: 8px;
    padding-bottom: 8px;
    clear: both;
    font-size: 14px;
    box-sizing: border-box;
}
.name, .price {
    box-sizing: border-box; font-size:14px; margin:0; line-height:14px;
}

.section-title-wr-2 {
    white-space: nowrap; text-align:left;
}

/*Progress bar*/
.progress-bar-wrapper {
    border-radius: 8px;
    background: #ECECEC;
    height: 16px;
    width: 100%;
    margin: 10px 0;
}

.bar {
    border-radius: 6px;
    height: 100%;
    transition: width .3s ease-in-out;
    background: #019df0;
}

.level-1 {
    width: calc(2/10 * 100%);
}

.level-2 {
    width: calc(4/10 * 100%);
}

.color-base1 {
    color: #019df0;
}

h3, h3 span {
    font-family: 'PT Sans';
    font-size: 21px;
    color:#ffffff;
}

.text-uppercase {
    text-transform: uppercase;
}


/*jackpot*/

.jackpots-all {
    background-image: url('jackpot_bg_black.png');
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 1024px;
    height: 349px;*/
    width: 960px;
    height: 327px;
    margin: 0 auto;
    position: relative;
    margin-top: 0px;
}

.jackpots {
    /*position: relative;*/
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #f9c32d;
}

.jackpots_pp {
    position: absolute;
    top: 0px;
    left: 0 !important;
    vertical-align: middle;
    border: 0;
    height:327px;
}

.jackpots_title {
    position: absolute;
    top: 44px;
    /*left: 438px;*/
    left: 380px;
}

.jackpots_myr {
    position: absolute;
    top: 213px;
    /*left: 407px;*/
    left: 340px;
}

.first, .third {
    text-align: left;
    box-sizing: border-box;
}
.sc_title, .first > div, .third > div {
    font-size: 12px;
    color: #fff;
}


@media (max-width: 1024px) {
    /*.jackpots-all {
        display: none;
    }*/
}
