
.double_match {
    display: inline-block;
    width: 500px !important;
    float: none !important;
    -webkit-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    border-right: 2px solid rgba(57, 64, 56, 0.14) !important;
    position: relative;
    z-index: 10;
    vertical-align: top;
    clear: none !important;
}
.day_ticket_wrap ul{
    width: 25%;
}

/*_______________________@media only screen and (max-width: 1570px)______________________*/
@media only screen and (max-width: 1375px) {
    .double_match {
        display: block !important;
        width: 50% !important;
        float: left !important;
        -webkit-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
        -moz-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
        box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
        position: relative;
        z-index: 10;
    }
}

/*_______________________@media only screen and (max-width: 1570px)______________________*/
@media only screen and (max-width: 1570px) {
    .day_ticket_header {
        background-position: left bottom !important;
        background-size: 100% !important;
        height: 200px !important;
    }

    .day_ticket_wrap ul{
        width: 25%;
    }
}

/*_______________________@media only screen and (max-width: 1600px)______________________*/
@media only screen and (max-width: 1600px){
    .day_ticket.col-lg-3 {
        width: 50% !important;
        /*width: calc(50% - 5px) !important;
        margin-left: 5px;*/
    }
    .day_ticket_wrap ul{
        width: 25%;
    }
}

/*_______________________@media only screen and (max-width: 1505px)______________________*/
@media only screen and (max-width: 1505px) {

    .day_ticket.col-lg-3:nth-child(4n+0) {
        clear: left;
    }

    .day_ticket_header {
        height: 190px !important;
    }

    .col-xs-4 .team_1, .col-xs-4 .team_2 {
        font-size: 18px !important;
    }

    .day_ticket_wrap ul{
        width: 33.33333%;
    }

}

/*_______________________@media only screen and (max-width: 1340px)______________________*/
@media only screen and (max-width: 1340px) {
    .day_ticket_header {
        height: 165px !important;
    }
    .day_ticket_wrap ul{
        width: 50%;
    }
}

/*_______________________@media only screen and (max-width: 1260px)______________________*/
@media only screen and (max-width: 1260px) {
    .col-xs-4 .team_1, .col-xs-4 .team_2 {
        font-size: 17px !important;
    }
}

/*_______________________@media only screen and (max-width: 1155px)______________________*/
@media only screen and (max-width: 1155px) {
    .col-xs-4 .team_1, .col-xs-4 .team_2 {
        font-size: 15px !important;
    }
}

.day_ticket_wrap {
    display: flex;
    flex-wrap: wrap;
}


/*__________________________________main_td_container____________________________________*/
.main_td_container {
    /*background-image: url("../images/day-ticket/footer1.jpg");*/
    /*background: #000000 url("../images/day-ticket/new_day_bg.png");*/
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #0c0f14;
    background-size: 100% !important;
    position: relative;
}
/*.main_td_container:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #2d303b;
    content: '';
    top:0;
    left:0;
}*/
/*________________________________day_ticket_container___________________________________*/
.day_ticket_container {
    font-family: barial, sans-serif;
    padding: 0 3px 0 3px;
    margin: 0 !important;
    /*background-image: url("../images/day-ticket/header1.jpg");*/
    background-image: url("../images/day-ticket/new_day_footer_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    min-width: 760px !important;
    background-size: 100% !important;
    text-align: center;

    padding-right: 7px;
    position: relative;
}

.day_ticket_container::after {
    content: "";
    display: block;
    /*background-image: url("../images/day-ticket/footerback_euro2016.png");*/
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
}

/*_________________________________day_ticket_header_____________________________________*/
.day_ticket_header {
    /* background-image: url("../images/day-ticket/day_ticket_cover.png");*/
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 10px;
    height: 215px;
    /*box-shadow: inset 0 -62px 59px -51px rgba(0, 0, 0, 0.8);*/
    margin-left: -5px;
    margin-right: -5px;
}
.day_ticket_header .action_name {
    background-image: url("../images/day-ticket/dxg.png");
    background-position: top center;
    width: 760px;
    margin: 0 auto;
    height: 115px;
}
.day_ticket_header .user_sts {
    text-align: center;
}
.day_ticket_header .user_sts a {
    text-decoration: underline;
    color: #f2c841;
    margin-left: 8px;
    cursor: pointer;
}
.day_ticket_header .sts_img {
    margin-bottom: -5px;
    margin-left: 20px;
}
/*_____________________________________day_ticket________________________________________*/
.day_ticket {
    /* border-right: 1px solid rgba(57, 64, 56, 0.51);
     border-left: 1px solid rgba(57, 64, 56, 0.5);*/
    /*border-bottom: 1px solid #394038;*/
    list-style: none;
    padding: 0;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;

    padding-left: 5px;
    margin-bottom: 30px;
}


.day_ticket li {
    border-right: 1px solid rgba(57, 64, 56, 0.51);
    border-left: 1px solid rgba(57, 64, 56, 0.5);
    /*border-left: 1px solid rgba(3, 169, 244, 0.4);*/
    /*border-right: 1px solid rgba(3, 169, 244, 0.4);*/
    /*background-color: rgba(30, 29, 29, 0.56);*/
    background: #090914;
}
.day_ticket li.day_ticket_tittle {
    background: #090914 url("../images/day-ticket/chp_gm.png");
    background-position: top right;
    background-repeat: no-repeat;
}
.day_ticket_bet_container[bet-type="-12640"],
.day_ticket_bet_container[bet-type="-14241"],
.day_ticket_bet_container[bet-type="-13317"]
{
    /*border: 1px solid rgba(0, 128, 0, 0.29) !important;*/
    /*background-color: rgba(0, 241, 138, 0.16) !important*/
    /*background-color: rgba(30, 29, 29, 0.56) !important;*/
    background-color: #090914 !important;
}
.day_ticket_bet_container:not(first-child) {
    /*background-color: rgba(33, 150, 243, 0.22) !important;*/
    background-color: #18191c !important;
}
/*.day_ticket li:nth-child(3)::before*/


.day_ticket_bet_container[data-text]::before
{
    content: attr(data-text);
    display: block;
    width: 100%;
    /*background: rgba(10, 27, 41, 0.82);*/
    background: rgb(54, 55, 60);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.day_ticket_bet_container[data-text] ~ .day_ticket_bet_container[data-text]::before
{
    display: none;
}
.day_ticket li:last-child {
    border-bottom: 1px solid rgba(3, 169, 244, 0.4);
}

.day_ticket:last-child {
    border-right: none;
}

.day_ticket_bet_container[bet-type="-12640"] .day_ticket_bet_tittle,
.day_ticket_bet_container[bet-type="-14241"] .day_ticket_bet_tittle,
.day_ticket_bet_container[bet-type="-13317"] .day_ticket_bet_tittle
{
    text-align: center !important;
}

.footer_content {
    display: none !important;
}

.day_ticket  li:nth-child(2) .bet_type_and_value:hover {
    background-color: #f9ef75;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

/*___________________________________day_ticket_tittle____________________________________*/
.day_ticket_tittle {
    /*border: 0 !important;*/
    height: 158px;
}

.day_ticket_tittle::after {
    content: " ";
    display: block;
    clear: both;
}

/*____________________________________game_date_time______________________________________*/
.game_date_time {
    padding: 37px 0 0 0;
    height: 100%;
}

.game_time, .game_date {
    text-align: center;
    display: block;
    color: #ffc900;
}

.game_time {
    font-size: 19px;
}

.game_date {
    font-size: 13px;
}

/*__________________________________team_1_____________team_2_____________________________*/
.team_1, .team_2 {
    font-family: barial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    position: relative;
    line-height: 58px;
    color: rgba(255, 255, 255, 0.86);
    height: 100%;
    padding: 100px 0 0 0 !important;
    text-align: center;
}

.team_1 > span, .team_2 > span {
    /*background-repeat: no-repeat;
    background-size: 150%;
    background-position: center;
    position: absolute;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    /* border-radius: 50%; */
    height: 75px;
    width: 75px;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;

    height: 75px;
    width: 75px;
    background-position: 50% -50%;
    background-size: cover;
}

.liga_img {
    width: 45px;
    height: 45px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 10px auto;

}

.team_1 > span {
    background-image: url("../images/day-ticket/team_1.png");
}

.team_2 > span {
    background-image: url("../images/day-ticket/team_2.png");
}

/*_________________________________day_ticket_bet_tittle___________________________________*/
.day_ticket_bet_tittle {
    color: #d6d6d6;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    text-transform: capitalize;
}

/*______________________day_ticket_bet___________day_ticket_bet_header_____________________*/
.day_ticket_bet, .day_ticket_bet_header {
    position: relative;
}

.day_ticket_bet {
    padding: 5px 34px 7px 5px;
}

.day_ticket_bet_header {
    padding: 5px 5px 7px 5px;
}

/*_____________________________________collapsed-bets_______________________________________*/
.collapsed-bets {
    padding: 0 !important;
    display: none;
    overflow-y: hidden;
}

/*________________________________day_ticket_bet_position___________________________________*/
.day_ticket_bet_position {
    padding: 2px;
}

/*________bet_type_and_value________day_ticket_bet_value_______day_ticket_bet_type___________*/
.day_ticket_bet_value {
    width: 40%;
    text-align: right;
    padding-right: 5px;
    line-height: 19px;
    color: black;
    font-weight: bold;
}

.day_ticket_bet_type {
    font-weight: bold;
    width: 60%;
    text-align: left;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #1b1b1b;
    padding-left: 4px;
    line-height: 19px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bet_type_and_value {
    cursor: pointer;
    font-size: 13px;
    padding: 4px;
    padding-bottom: 2px;
    background-color: #fff;
    /*background-color: #d1d1d1;*/
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bet_type_and_value:hover {
    /*background-color: #ffffff;*/
    background-color: #f9ef75;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.bet_type_and_value::after, .day_ticket_bet::after, .day_ticket_bet_header::after {
    content: " ";
    display: block;
    clear: both;
}

/*_________________________________________active_____________________________________*/
.active .bet_type_and_value {
    background-color: #e2ae00 !important;
    color: black !important;
}

.active .day_ticket_bet_type {
    color: black;
}

.active:hover .bet_type_and_value {
    background-color: #ffc900 !important;
}

/*_______________________________________show_bets____________________________________*/
.show_bets {
    top: 7px;
    right: 7px;
    height: 25px;
    width: 25px;
    position: absolute;
    display: block;
    border-radius: 2px;
    background-color: #39713f;
    /*background-color: #53b657;*/
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show_bets:hover {
    /*background-color: #58ce73;*/
    background-color: #4f8855;
}

.show_bets_active::before {
    content: " ";
    display: block;
    background-color: #f2c841;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 8px;
    left: 12px;
}

.show_bets::after {
    content: " ";
    display: block;
    background-color: #f2c841;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 8px;
}

.show_bets:hover, .show_bets:focus {
    text-decoration: none;
}

.single_match {
    float: none !important;
    width: 500px !important;
    margin: auto !important;
    -webkit-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    -moz-box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0px -62px 59px -51px rgba(0, 0, 0, 0.8) !important;
    position: relative;
    z-index: 10;
}

.single_ticket_header {
    position: relative !important;
    background-image: url("../images/day-ticket/icolumnheader.png");
    background-position: center bottom !important;
    background-repeat: no-repeat;
    background-size: 502px !important;
    box-shadow: none !important;
}

.single_ticket_header::before {
    content: "";
    display: block;
    background-image: url("../images/day-ticket/logo-europe.png");
    position: absolute;
    left: 25px;
    top: 20px;
    width: 100%;
    height: 100%;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 2;
}






/*editional position*/

/*Animation*/
.additional_pos_zoom{
    /*-webkit-transition: all 1000ms ease;*/
    /*transition: all 1000ms ease;*/
}

.day_ticket_container .additional_pos_wrap {
    /*background: transparent;*/
    /*width: calc(100% - 350px);*/
    /*height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;*/
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.day_ticket_container .additional_pos_wrap.ready{
    background: rgb(38, 38, 38);
}
.day_ticket_container .additional_pos_wrap.closing{
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
}
.additional_pos_wrap:after{
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    border-left-color: rgba(255, 255, 255, 1);
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    animation: spin 1s linear infinite;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.additional_pos_wrap.loading:after{
    opacity: 1;
}
@keyframes spin {
    from{ transform: rotate(0deg) }
    to{ transform: rotate(360deg) }
}
@-webkit-keyframes spin{
    from{ transform: rotate(0deg) }
    to{ transform: rotate(360deg) }
}
.day_ticket_container .additional_pos_cont {
    /*position: absolute;
    height: calc(100vh - 125px);

    left: 0px;
    top: 125px;
    overflow-y: hidden;*/
    background: #292b33;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 100px);
}
.day_ticket_container .additional_pos_cont.scroll{
    overflow-y: auto;
}
.additional_pos_close{
    position: absolute;
    top: 25px;
    right: 43px;
    font-size: 35px;
    color: rgba(255, 255, 255, .7);
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease;
}
.additional_pos_close:hover{
    color: rgba(255, 255, 255, 1);
}
.additional_pos_close:before{
    content: '\f00d';
    content: '\f05c';
    content: '\f057';
    font-family: 'FontAwesome';
}

.editional_pos {
    cursor: pointer;
    font-size: 13px;
    padding: 4px;
    background-color: #397d40;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.editional_pos:hover {
    background-color: #359c40;
}
.editional_pos i {
    margin-right: 5px;
    position: relative;
    top:1px;
}
/*header*/
.additional_pos_header_wrapper{
    background-image: url(/gui/web/images/el_clasico.jpg);
    background-size: cover;
}
.additional_pos_header_wrapper .game_date_time{
    font-size: 25px;
}
.additional_pos_header_wrapper .game_date{
    font-size: .7em;
}
.additional_pos_header_wrapper .game_time{
    font-size: 1.3em;
}



/*List % Columns View*/
.additional_pos_filter_wrapper{
    display: block;
    width: 100%;
    /*background: #24252d;*/
    border-bottom: 1px solid #24252d;
    padding: 10px;
    margin-top: -36px;
    position: relative;
    z-index: 9999;
}
.additional_pos_filter_wrapper:after{
    content: '';
    display: table;
    clear: both;
}
.odds-view{
    float: right;
    width: 30px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #909090;
    transition: all .3s ease;
}
.odds-view:hover{
    color: #FFC42D;
}
.odds-view.selected{
    color: #ffa41a;
}
.odds-view.view-1:before{
    content: '\f039';
    font-family: 'FontAwesome';
}
.odds-view.view-2:before{
    content: '\f009';
    font-family: 'FontAwesome';
}



/*ODDS*/
.additional_pos_row{
    display: flex;
    align-items: center;
    padding: 10px;
}
.additional_pos_row:nth-child(odd){
    background-color: #30323c;
}
.additional_pos_title{
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}
.additional_pos_list{
    width: 50%;
    display: inline-block;
}
.odds_group{
    text-align: right;
}
.additional_odds_item{
    text-align: left;
    position: relative;
    display: inline-block;
    width: 200px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #3d3d42;
    margin-bottom: -1px;
    padding-left: 10px;
    cursor: pointer;
}
.additional_odds_item:hover, .additional_odds_item.active{
    background-color: #ffe388;
    color: #000;
    font-weight: bold;
}
.additional_odds_item.active{
    background-color: #e2ae00 !important;
}
.additional_odds_item.active:hover{
    background-color: #e7b714 !important;
}
.additional_odds_item:hover > * , .additional_odds_item.active > *{
    color: #000;
    font-weight: bold;
}
.additional_odds_item_title{
    display: inline-block;
    width: calc(100% - 45px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.additional_odds_item_coeff{
    display: inline-block;
    width: 45px;
    color: #FFB30F;
    text-align: center;
    border-left: 1px solid #3d3d42;
}



/*View 2*/
.additional_pos_cont.view2{
    background-color: #30323c;
}
.additional_pos_cont.view2 .additional_pos_row{
    width: 50%;
    display: inline-block;
}
.additional_pos_cont.view2 .additional_pos_row.item-left{
    float: left;
}
.additional_pos_cont.view2 .additional_pos_row.item-right{
    float: right;
}
.additional_pos_cont.view2 .additional_pos_title{
    background-color: #202126;
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
}
.additional_pos_cont.view2 .additional_pos_list{
    display: block;
    width: 100%;
}
.additional_pos_cont.view2 .additional_odds_item{
    width: 50%;
}
.additional_pos_cont.view2 .additional_pos_list[data-col="3"] .additional_odds_item{
    width: 33.333%;
}


.additional_odds_item.noPosition {
    background: none !important;
    cursor: default !important;
    font-weight: normal !important;
}

.additional_odds_item.noPosition .additional_odds_item_title {
    color: #8a8a8a;
    font-weight: normal !important;
}
.additional_odds_item.noPosition .additional_odds_item_coeff {
    color: #a57101;
    font-weight: normal !important;
}


.additional_pos_filter_buttons {

}
.additional_pos_filter_buttons .aditional-filter-item {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding-right: 13px;

    border-radius: 3px;
    margin-right: 10px;
    padding-left: 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.ck{
    background: none;
    border: 2px solid #636363;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 9px;
    margin-right: 8px;
    float: left;
}
.ck:after{
    content: '';
    width: 6px;
    height: 10px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    position: absolute;
    left: 3px;
    top: 0;
    -webkit-transform: rotate(42deg) scale(0);
    -ms-transform: rotate(42deg) scale(0);
    transform: rotate(42deg) scale(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.aditional-filter-item:hover .ck{
    /*background: #43a047;
    border-color: #43a047;*/
    background: #f2c841;
    border-color: #f2c841;
}
.aditional-filter-item.sel .ck{
    background: #3abe40;
    border-color: #3abe40;
}

.aditional-filter-item:hover .ck:after,
.aditional-filter-item.sel .ck:after{
    -webkit-transform: rotate(42deg) scale(1);
    -ms-transform: rotate(42deg) scale(1);
    transform: rotate(42deg) scale(1);
}

.additional_pos_filter_buttons .odds-view {
    display: none;
}
.aditional-filter-panel {
    background: #1c1f2b;
    padding: 10px 0;
}

.border_space {
    border-right: 1px solid rgba(57, 64, 56, 0.51);
    border-left: 1px solid rgba(57, 64, 56, 0.5);
    background: #18191c;
    height: 10px;
}

.match_header {
    position: relative;
}
.match_header:before {
    content: '';
    position: absolute;
    width: 265px;
    height: 100%;
    background: url(/gui/web/images/day-ticket/mesi.png) no-repeat;
    left: -200px;
    background-size: contain;
    bottom: -18px;
    opacity: 0.7;
}
.match_header:after {
    content: '';
    position: absolute;
    width: 265px;
    height: 100%;
    background: url(/gui/web/images/day-ticket/ronaldo.png) no-repeat;
    right: -200px;
    background-size: contain;
    bottom: -18px;
    opacity: 0.7;
}