
/*
==============================================================
-------------------------- coupon ----------------------------
==============================================================
*/
.coupon-tabs{
    font-size:0;
    margin-top:15px;
    padding:0 2px;
}

.link_calc {
    float: right;
    padding-bottom: 10px!important;
    font-size: 11px;
    z-index: 1;
}

.coupon-tabs__item {
    font-size:12px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border-right: 1px solid #336633;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width:calc(100% / 3);
    color: #336633;
    text-align: center;
    line-height:20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cyber-page .coupon-tabs__item.off{
    background: rgb(119, 119, 119);
    color: #a7a7a7;
}
.coupon-tabs__item.off {
    background: rgba(128, 128, 128, 0.3);
}

.coupon-tabs__item:last-child{
    border: 0;
}
.coupon-tabs__item.active{
    background: #336633;
    color: #fff;
}
.cuponBetList .info-wrap{
    width:100%;
    position: absolute;
    left:0;
    top:0;
}
.cuponBetList .info-wrap:hover .info-hint{
    display: block;
}
.cuponBetList .info{
    display: block;
    width:10px;
    height: 10px;
    background: #336633 url("/img/i-info.png") center center no-repeat;
}
.cuponBetList .info-hint{
    display: none;
    border: 1px solid #afc7d4;
    color: #44626b;
    padding: 0px 10px;
    position: absolute;
    top: -19px;
    left: -1px;
    font-size:12px;
    background: #fff;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    z-index:100;
    transition: opacity 3s ease;
    max-width: 295px;
}
.clear-coupon{
    display: block;
}
.clear-coupon__input{
    position: absolute;
    left: -99999px;
}
.clear-coupon__input:checked + label:after{
    opacity:1;
}
.clear-coupon__label{
    cursor: pointer;
    padding-left:20px;
    position: relative;
    line-height:17px;
    display: inline-block;
    vertical-align: top;
}
.clear-coupon__label,
.toolsCon .del-all{
    color: #336633;
    font-weight:700;
    font-size:11px;
}
.toolsCon .del-all{
    display: block;
    margin:10px 0;
}
.clear-coupon__label:after,
.clear-coupon__label:before{
    position: absolute;
    content: '';
    display: block;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.clear-coupon__label:before{
    left:0;
    top:0;
    width:16px;
    height:16px;
    border:1px solid #336633;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear-coupon__label:after{
    opacity:0;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
    background: #336633;
    transition: opacity .15s ease;
}
.cuponBetCon .toolsCon > .big #all_sum span.reduce{
    height:15px;
    width:16px;
    background: #44626b url("/img/arrow-left.png") center no-repeat;
    vertical-align: bottom;
}
.cuponBetblock-item{
    zoom: 1;
    margin-bottom: 5px;
}
.cuponBetblock-item:last-child{
    margin-bottom:0;
}
.cuponBetblock-item:before,
.cuponBetblock-item:after{
    display: table;
    content: '';
}
.cuponBetblock-item:after{
    clear: both;
}
.cuponBetblock .num,
.cuponBetblock .team,
.cuponBetblock .liga{
    font-weight:700;
    font-size:12px;
}
.cuponBetblock-item .summ{
    line-height:22px;
}
.cuponBetblock-item .team + .team:before{
    content: '-';
    display: inline;
    margin-right:3px;
}
.cuponBetblock .bet_input{
    width:60px;
    border:1px solid #afc7d4;
    padding:3px;
    color: #44626b;
    margin:0 5px;
    text-align: right;
}
.cuponBetblock .bet{
    margin-right:15px;
}

#goPutBetButton.blocked {
    background-color: #afc7d4;
}


.cuponBetCon .toolsCon > .big #all_sum {
    margin-left: -134px;
    padding-bottom: 5px;
    font-size:0;
}
.cuponBetCon .toolsCon > .big #all_sum span {
    font-size:12px;
    display: inline-block;
    background: #759452;
    padding: 4px 7.5px;
    text-align: center;
    width: auto;
    line-height: 15px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    margin: 10px 5px 0 0;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.cuponBetCon .toolsCon > .big #all_sum span:nth-child(1){
    background: #b9c5c8;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(2){
    background: #98a9ad;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(3){
    background: #879ba0;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(4){
    background: #768c93;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(5){
    background: #667e86;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(6){
    background: #44626b;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(1):hover{
    background: #a5afb2;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(2):hover{
    background: #819093;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(3):hover{
    background: #7b8d91;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(4):hover{
    background: #65787e;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(5):hover{
    background: #51646a;
}
.cuponBetCon .toolsCon > .big #all_sum span:nth-child(6):hover{
    background: #354c53;
}

.cuponBetCon .toolsCon > .big #all_sum span:last-child{
    margin-right:0;
}
.cuponBetCon .toolsCon > .big #all_sum span.close {
    margin-left: 5px;
    padding: 4px 7px;
}
.cuponBetCon .toolsCon > .big #all_sum span.close:before {
    top: 50%;
    display: block;
    height: 0;
    left: -6px;
    margin-top: -6px;
    position: absolute;
    width: 0;
    z-index: 5;
}
.a-shake-g,
.a-shake-r{
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.a-shake-g {
    animation: shake-g 0.82s cubic-bezier(.36,.07,.19,.97) none;
}
.a-shake-t {
    animation: shake-r 0.82s cubic-bezier(.36,.07,.19,.97) none;
}
@keyframes shake-g {

    10%, 90% {
        color: #1aa510;
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
@keyframes shake-r {

    10%, 90% {
        color: #ca1a23;
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*
==============================================================
-------------------------- /coupon ----------------------------
==============================================================
*/
/* LAST BETS */
.myBetsCon {
    padding: 15px 2px;
}
.myBetsCon .myBetsDiv {
    background-color: #fff;
    border-color: #336633;
    border-style: solid;
    border-width: 0 1px 2px;
    padding: 0 0 5px;
}
.myBetsCon li  + li{
    margin-top:10px;
}
.myBetsCon .myBetsDiv .top {
    background-color: #336633;
    color: #fff;
    font-size: 11px;
    padding: 5px 110px 5px 10px;
}
.myBetsCon .myBetsDiv .top .name > i {
    font-style: italic;
}
.myBetsCon .myBetsDiv .top .name > span {
    font-weight: 500;
}
.myBetsCon .myBetsDiv .top .date {
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 110px;
}
.myBetsCon .myBetsDiv .block {
    padding: 8px 10px 0;
    border-bottom: 1px solid #336633;
    /*margin-bottom: 5px;*/
    /* border-bottom: 1px #5d4c4c; */
}
.myBetsCon .myBetsDiv .block + .block {
    border-top: 1px solid #336633;
    margin-top: 5px;
}
.myBetsCon .myBetsDiv .block .liga, .myBetsCon .myBetsDiv .block .name {
    color: #666666;
}
.myBetsCon .myBetsDiv .block .kofType {
    padding: 8px 50px 0 0;
}
.myBetsCon .myBetsDiv .block .kofType .num {
    bottom: 0;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 0;
}
.myBetsCon .myBetsDiv .block .kofType .type > b {
    font-size: 14px;
}
.myBetsCon .re {
    background-color: #333333;
    border-radius: 1px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 1px;
    padding: 0 13px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.myBetsCon .re:hover {
    background-color: #7c96a0;
}

/* END LAST BETS */
/*
============================ Coupon Popup ============================
*/
#alert_dialog .p-coupon__head,
#alert_dialog .p-coupon span {
    position: static;
    display: inline !important;
    transform: none;
}
.p-coupon__head {
    font-size: 18px;
    font-family: Roboto;
}
.p-coupon {
    margin-top: 10px;
    width: 350px;
    max-height: 225px;
    padding: 8px 10px;
    font-size: 12px;
    font-family: Roboto;
    color: #44626b;
    text-align: left;
    background-color: #ecf0f0;
    border: 1px solid #000;
    box-shadow: inset 1px 2px 7px rgba(0, 0, 0, 0.35);
    overflow-y: scroll;

    box-sizing: border-box;
}
.p-coupon *:before,
.p-coupon *:after {
    content: none;
}
.p-coupon__number {
    margin: 0 0 8px;
    line-height: 20px;
    font-weight: 700;
}
.p-coupon__entry {
    margin-bottom: 1px;
    padding: 2px 45px 2px 5px;
    color: #2c515b;
    border: 1px solid #336633;
}
.p-coupon__game {
    margin: 0 0 10px;
    font-size: 10px;
}
.p-coupon__match,
.p-coupon__text-wrap {
    margin: 0;
}
.p-coupon__text-wrap {
    display: flex;
    justify-content: space-between;
}
.p-coupon__text-wrap p {
    margin-bottom: 6px;
}
.p-coupon__info, #koefffff_bonus_express {
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
#koefffff_bonus_express .fl{
    flex: 1;
}
.p-coupon__info p {
    margin: 0;
}
.p-coupon__info:last-child p:last-child{
    font-weight: bold;
}
/*
========================== Coupon Popup END ==========================
*/