﻿.sprite {
    background-image: url(/Content/assets/img/bonus-room-sprites-v2.png?q);
    background-repeat: no-repeat;
}

.bonus-room .sprite.game-roulette-cursor {
    width: 18px;
    height: 39px;
    background-position: -144px -5px;
    position: absolute;
    top: 165px;
    right: 57px;
    z-index: 3;
}

.coinsButton {
    width: 100%;
    display: block;
    float: left;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.coinsButton:first-child .coins-component {
    margin-left: 0;
}

.button-disabled {
    opacity: 0.25;
    cursor: default;
}

.coins-component {
    height: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 0 0 1px !important;
    padding: 0 10px;
    position: relative;
}

.coins-component:after {
    font-size: 48px;
    color: rgba(255,255,255,0.2);
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.game-bets-header {
    background-color: #ffffff;
    color: #fff;
    border-top-width: 10px;
    border-top-style: solid;
    position: relative;
    z-index: 1;
    box-sizing: content-box;
    margin-top: 15px;
    padding: 0 10px;
    border-radius: 10px;
}

.game-bets-header:before, .game-bets-header:after {
    content: '';
    display: table;
    clear: both;
}

.game-best-caption, .game-bets-value {
    font-size: 14px;
    float: left;
}

.game-best-caption {
    width: 65%;
    font-weight: 400;
    margin-bottom: 0;
}

.game-bets-value {
    width: 35%;
    font-weight: 600;
    color: #f6e444;
    text-align: right;
}

.game-bets-list .game-bets-value {
    color: #fff;
}

.game-bets-total {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.header-column-red {
    border-color: #ae2e2b;
}

.header-column-green {
    border-color: #3d8a40;
}

.header-column-black {
    border-color: #000;
}

.header-column-red {
    border-color: #ae2e2b;
}

.game-bets-list {
    clear: both;
}

.game-bets-list > li {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 10px 0;
}

.col-md-1 {
    width: 10%;
}

.bonus-game-calc {
    padding: 15px;
    margin: 0 -15px;
    background-color: #ffffff;
    margin-top: 15px;
}

.bet-calculator .buttons-list .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    min-height: 100%;
    background-image: -webkit-linear-gradient(top, #007da5 0, #115696 100%);
    background-image: -o-linear-gradient(top, #007da5 0, #115696 100%);
    background-image: linear-gradient(to bottom, #007da5 0, #115696 100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}



.bet-calculator .buttons-list .button.activePrice {
    background-image: -webkit-linear-gradient(top, #125b99 0, #094272 100%);
    background-image: -o-linear-gradient(top, #125b99 0, #094272 100%);
    background-image: linear-gradient(to bottom, #125b99 0, #094272 100%);
}

ul.buttons-list {
    display: -webkit-box;
    display: flex;
	flex-direction: column;

}

.bet-calculator .buttons-list .button:first-child {
   border-radius: 5px 0 0 5px;
}

.bet-calculator .buttons-list .button.multiply {
    width: 100%;
}

.bet-calculator .buttons-list .button.divide {
    width: 100%;
}

.bet-calculator .buttons-list .button.all {
    width: 100%;
}

.bet-calculator .buttons-list .button:last-child {
    border-radius: 0 5px 5px 0;
}

.place-bet-buttons-list {
    width: 100%;
    float: left;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.place-bet-buttons-list:before, .place-bet-buttons-list:after {
    content: '';
    display: table;
    clear: both;
}

.bet-calculator .buttons-list .button:hover {
    color: white;
    cursor: pointer;
}

.winNumbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    margin: 15px -7.5px 0 -7.5px;
}

.winNumbers .game-roulette-history-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 2.5px;
}

.winNumbers .game-roulette-history-item .number {
    display: block;
    width: 100%;
    height: 22.5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 23.5px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
}

.content .page-content {
    width: 100%;
    padding: 0 5px;
}

.no-paddings {
    padding: 0 !important;
    text-align: center;
    margin: 0 auto;
    display: table;
}

.button-red .coins-component {
    background: #ce2224;
    background: -moz-linear-gradient(top, #ce2224 0, #940000 100%);
    background: -webkit-linear-gradient(top, #ce2224 0, #940000 100%);
    background: linear-gradient(to bottom, #ce2224 0, #940000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@red-base', endColorstr='@red-dark', GradientType=0);
}

.button-red .coins-component:after {
    content: '';
}

.button-green .coins-component {
    background-image: -webkit-linear-gradient(top, #328d13 0, #026700 100%);
    background-image: -o-linear-gradient(top, #328d13 0, #026700 100%);
    background-image: linear-gradient(to bottom, #328d13 0, #026700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff328d13', endColorstr='#ff026700', GradientType=0);
}

.button-green .coins-component:after {
    content: '';
}

.button-black .coins-component {
    background-image: -webkit-linear-gradient(top, #333 0, #111 100%);
    background-image: -o-linear-gradient(top, #333 0, #111 100%);
    background-image: linear-gradient(to bottom, #186aaf 0, #1437562b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111', GradientType=0);
}

.button-black .coins-component:after {
    content: '';
}

.col-md-8.userName {
    width: 70% !important;
    padding: 0;
}

.col-md-4.price {
    width: 30% !important;
    padding: 0;
}

span.game-bets-value.ng-binding {
    float: right;
}

.game-md {
    padding-left: 30px;
}

@media (min-width: 360px) {
    .winNumbers .game-roulette-history-item .number {
        height: 26.5px;
        line-height: 27.5px;
    }    
}

@media (min-width: 375px) {
    .winNumbers .game-roulette-history-item .number {
        height: 28px;
        line-height: 29px;
    }    
}

@media (min-width: 400px) {
    .winNumbers .game-roulette-history-item .number {
        height: 32px;
        line-height: 33px;
    }    
}

@media (min-width: 414px) {
    .bet-calculator .buttons-list .button {
    font-size: 18px;
    line-height: 40px;              
    }
}

@media (min-width: 992px) {

    .winNumbers {
        width: 75%;
        margin: 15px auto 0 auto;
    }

    .winNumbers .game-roulette-history-item .number {
        height: 44px;
        font-size: 18px;
        line-height: 45px;
    }    
}

@media (min-width: 992px) {
    .coins-component {
        height: 56px;
        font-size: 24px;
        line-height: 56px;
        padding: 0 20px;
    }

    .button-red .coins-component:hover {
        background: #ce2224;
        background: -moz-linear-gradient(top, #f13739 0, #bb0808 100%);
        background: -webkit-linear-gradient(top, #f13739 0, #bb0808 100%);
        background: linear-gradient(to bottom, #f13739 0, #bb0808 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f13739', endColorstr='#bb0808', GradientType=0);
    }

    .button-green .coins-component:hover {
        background: #ce2224;
        background: -moz-linear-gradient(top, #4ece23 0, #079404 100%);
        background: -webkit-linear-gradient(top, #4ece23 0, #079404 100%);
        background: linear-gradient(to bottom, #4ece23 0, #079404 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ece23', endColorstr='#079404', GradientType=0);
    }

    .button-black .coins-component:hover {
        background: #ce2224;
        background: -moz-linear-gradient(top, #484848 0, #242424 100%);
        background: -webkit-linear-gradient(top, #484848 0, #242424 100%);
        background: linear-gradient(to bottom, #484848 0, #242424 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#484848', endColorstr='#242424', GradientType=0);
    }

    .coins-component:after {
        font-size: 70px;
    }

    .bonus-game-calc {
        background-color: transparent;
        margin-top: 65px;
    }

    .game-best-caption, .game-bets-value {
        font-size: 18px;
    }

    .game-bets-header {
        padding: 0 15px;
    }

    .game-bets-total {
        padding: 15px 0;
    }

}