body.wide .sports_container_wrapper #sports_menu > .sports_scroll { top: 26px; }
body.wide .sports_container_wrapper #sports_menu.has_livescore > .sports_scroll { top: 30px; }

body.wide.sportslive-v2-1-wide .sports_container_wrapper #sports_menu > .sports_scroll { top: 56px; }
body.wide.sportslive-v2-1-wide .sports_container_wrapper #sports_menu.has_livescore > .sports_scroll { top: 60px; }

.the_menu li.tm_l .ml_ev_name .competitor1,
.the_menu li.tm_l .ml_ev_name .competitor2 { display: block;font-size: 11px;width: 137px;overflow:hidden;white-space: nowrap; }
.the_menu li.tm_l .ml_ev_name .competitor_div { display: none; }

.the_menu li.tm_l .live_event_mini_score {
    position: absolute;
    left: 10px;
    top: 3px;
}
.the_menu li.tm_l .live_event_mini_score .ev_m_score_div { display: none; }
.the_menu li.tm_l .live_event_mini_score .ev_m_score { display: block;font-size: 11px; }

#sports_menu .the_menu li.tm_l > a, #sports_menu .the_menu li.tm_l > a:hover, #sports_menu .the_menu li.tm_l > a:visited {
    padding-right: 30px;
}
#sports_menu .the_menu li.tm_l .live_event_time {
    position: absolute;
    right: 8px;
    line-height: 32px;
    top: 3px;
}
#sports_odds .ev_liveinfo i { font-style: normal; }
#sports_odds .ev_liveinfo i .fa { font-size: 11px; }
#sports_menu .the_menu li.tm_l .live_event_time i {
    font-style: normal;
    /*animation: time_blink 3s infinite;
    -webkit-animation: time_blink 3s normal;
    -moz-animation: time_blink 3s infinite;
    -o-animation: time_blink 3s infinite;*/
    padding: 2px;
}
#sports_menu .the_menu li.tm_l .live_event_time .ev_mt_quot { display: none; }
@-webkit-keyframes time_blink {
    0% { opacity: 0; }
    10% { opacity: 1; }
    /*90% { opacity: 1; }
    100% { opacity: 0; }*/
}
@-moz-keyframes time_blink {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes time_blink {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes time_blink { 
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

#sports_odds .ev_liveinfo { padding-left: 3px;text-align: center;width:80px; }
#sports_odds .ev_liveinfo .live_event_mini_score { font-weight: bold;}

.sports_scroll_content .ev_sel_odd a, 
.sports_scroll_content .ev_sel_odd a:hover, 
.sports_scroll_content .ev_sel_odd a:visited { line-height: 30px; }
                                                                           

/*********
* ODDS CHANGE - Default
* *******/

.ev_sel_odd.o_up a,
.ev_sel_odd.o_up a:hover,
.ev_sel_odd.o_up a:visited {
    background: green;
    border-color:green
}
.ev_sel_odd.o_dn a,
.ev_sel_odd.o_dn a:hover,
.ev_sel_odd.o_dn a:visited {
    background: red;
    border-color:red;
}
.ev_sel_odd.o_up_t a,
.ev_sel_odd.o_up_t a:hover,
.ev_sel_odd.o_up_t a:visited {
    border-color:green
}
.ev_sel_odd.o_dn_t a,
.ev_sel_odd.o_dn_t a:hover,
.ev_sel_odd.o_dn_t a:visited {
    border-color:red;
}


/*********
* ODDS CHANGE - Animation 1
* *******/

.ev_sel_odd.odd_anim1 a {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.ev_sel_odd.odd_anim1 span { display: inline-block;padding: 0 7px 0 10px;position: relative; }

.ev_sel_odd.odd_anim1.o_up a,
.ev_sel_odd.odd_anim1.o_up a:hover,
.ev_sel_odd.odd_anim1.o_up a:visited {
    background: rgba(5,226,38,1);
background: -moz-linear-gradient(top, rgba(5,226,38,1) 0%, rgba(19,141,21,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,226,38,1)), color-stop(100%, rgba(19,141,21,1)));
background: -webkit-linear-gradient(top, rgba(5,226,38,1) 0%, rgba(19,141,21,1) 100%);
background: -o-linear-gradient(top, rgba(5,226,38,1) 0%, rgba(19,141,21,1) 100%);
background: -ms-linear-gradient(top, rgba(5,226,38,1) 0%, rgba(19,141,21,1) 100%);
background: linear-gradient(to bottom, rgba(5,226,38,1) 0%, rgba(19,141,21,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05e226', endColorstr='#138d15', GradientType=0 );
}
.ev_sel_odd.odd_anim1.o_dn a,
.ev_sel_odd.odd_anim1.o_dn a:hover,
.ev_sel_odd.odd_anim1.o_dn a:visited {
    background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(204,27,10,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(204,27,10,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(204,27,10,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(204,27,10,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(204,27,10,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(204,27,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#cc1b0a', GradientType=0 );
}
.ev_sel_odd.odd_anim1.o_up_t a,
.ev_sel_odd.odd_anim1.o_up_t a:hover,
.ev_sel_odd.odd_anim1.o_up_t a:visited {
    border-color:#096e18
}
.ev_sel_odd.odd_anim1.o_dn_t a,
.ev_sel_odd.odd_anim1.o_dn_t a:hover,
.ev_sel_odd.odd_anim1.o_dn_t a:visited {
    border-color:#a50606;
}

.ev_sel_odd.odd_anim1 span:before {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    margin-top: -2px;
}
.ev_sel_odd.odd_anim1.o_up span:before {
    content: " ";
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #fff transparent;
    animation: OddAnimOne 1s infinite;
    -webkit-animation: OddAnimOne 0.7s infinite;
    -moz-animation: OddAnimOne 0.7s infinite;
    -o-animation: OddAnimOne 0.7s infinite;
}
.ev_sel_odd.odd_anim1.o_dn span:before {
    content: " ";
    border-width: 5px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    animation: OddAnimOne 1s infinite;
    -webkit-animation: OddAnimOne 0.7s infinite;
    -moz-animation: OddAnimOne 0.7s infinite;
    -o-animation: OddAnimOne 0.7s infinite;
}
.single_event_odds .ev_sel_odd.odd_anim1 span.name:before { content: "";display: none; }

@-webkit-keyframes OddAnimOne {
    0% { opacity: 0; }100% { opacity: 1; }
}
@-moz-keyframes OddAnimOne {
    0% { opacity: 0; }100% { opacity: 1; }
}
@-o-keyframes OddAnimOne {
    0% { opacity: 0; }100% { opacity: 1; }
}
@keyframes OddAnimOne {
    0% { opacity: 0; }100% { opacity: 1; }
}

.ev_name_wrp .icons_area a.event_stream,
.ev_name_wrp .icons_area a.event_stream:hover,
.ev_name_wrp .icons_area a.event_stream:visited,
.ev_name_wrp .icons_area a.event_lmt,
.ev_name_wrp .icons_area a.event_lmt:hover,
.ev_name_wrp .icons_area a.event_lmt:visited {
    display: inline-block;
    text-align: center;
    color: #CCC;
    color: rgba(255,255,255,0.75);
    vertical-align: middle;
}
.ev_name_wrp .icons_area a.event_lmt,
.ev_name_wrp .icons_area a.event_lmt:hover,
.ev_name_wrp .icons_area a.event_lmt:visited {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.ev_name_wrp .icons_area a.event_stream,
.ev_name_wrp .icons_area a.event_stream:hover,
.ev_name_wrp .icons_area a.event_stream:visited {
    background-color: #ed1c24;
    padding: 0 5px;
    margin: 0 2px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #faede9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.ev_name_wrp .icons_area a.event_stream:hover { color: #FFF;background-color: #ff0f18; }
/*
.ev_name_wrp .icons_area a.event_stream:before {
    content: "\f03d";
    font-family: "FontAwesome";
    font-size: 14px;
}*/
.ev_name_wrp .icons_area a.event_lmt:before {
    content: "\f05a";
    font-family: "FontAwesome";
    font-size: 14px;
}

#sports_menu .the_menu li.tm_a > a >span { 
    padding: 5px 0;
    padding-right: 15px;display:inline-block;line-height: 16px;
}

.sports_odds_live_item .odds_tr td.ev_sel_odd .name { display: none; }

.sports_scroll_single_event .single_event_odds { top: 105px; }
.betradar.demo-label { display: none; }

.lmts-container { 
    background-image: url(../images/single_event/slbg_0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.single_event_holder.sport_1 .lmts-container { background-image: url(../images/single_event/slbg_1.jpg); }
.single_event_holder.sport_3 .lmts-container { background-image: url(../images/single_event/slbg_3.jpg); }
.single_event_holder.sport_23 .lmts-container { background-image: url(../images/single_event/slbg_23.jpg); }
.single_event_holder.sport_4 .lmts-container { background-image: url(../images/single_event/slbg_4.jpg); }
.single_event_holder.sport_26 .lmts-container { background-image: url(../images/single_event/slbg_26.jpg); }
.single_event_holder.sport_5 .lmts-container { background-image: url(../images/single_event/slbg_5.jpg); }
.single_event_holder.sport_15 .lmts-container { background-image: url(../images/single_event/slbg_15.jpg); }
.single_event_holder.sport_2 .lmts-container { background-image: url(../images/single_event/slbg_2.jpg); }
.single_event_holder.sport_16 .lmts-container { background-image: url(../images/single_event/slbg_16.jpg); }
.single_event_holder.sport_6 .lmts-container { background-image: url(../images/single_event/slbg_6.jpg); }
.single_event_holder.sport_7 .lmts-container { background-image: url(../images/single_event/slbg_7.jpg); }
.single_event_holder.sport_25 .lmts-container { background-image: url(../images/single_event/slbg_25.jpg); }
.single_event_holder.sport_17 .lmts-container { background-image: url(../images/single_event/slbg_17.jpg); }
.single_event_holder.sport_35 .lmts-container { background-image: url(../images/single_event/slbg_35.jpg); }
.single_event_holder.sport_14 .lmts-container { background-image: url(../images/single_event/slbg_14.jpg); }
.single_event_holder.sport_18 .lmts-container { background-image: url(../images/single_event/slbg_18.jpg); }
.single_event_holder.sport_38 .lmts-container { background-image: url(../images/single_event/slbg_38.jpg); }
.single_event_holder.sport_12 .lmts-container { background-image: url(../images/single_event/slbg_12.jpg); }
.single_event_holder.sport_13 .lmts-container { background-image: url(../images/single_event/slbg_13.jpg); }
.single_event_holder.sport_10 .lmts-container { background-image: url(../images/single_event/slbg_10.jpg); }
.single_event_holder.sport_33 .lmts-container { background-image: url(../images/single_event/slbg_33.jpg); }
.single_event_holder.sport_37 .lmts-container { background-image: url(../images/single_event/slbg_37.jpg); }
.single_event_holder.sport_9 .lmts-container { background-image: url(../images/single_event/slbg_9.jpg); }
.single_event_holder.sport_41 .lmts-container { background-image: url(../images/single_event/slbg_41.jpg); }
.single_event_holder.sport_40 .lmts-container { background-image: url(../images/single_event/slbg_40.jpg); }
.single_event_holder.sport_19 .lmts-container { background-image: url(../images/single_event/slbg_19.jpg); }
.single_event_holder.sport_11 .lmts-container { background-image: url(../images/single_event/slbg_11.jpg); }
.single_event_holder.sport_21 .lmts-container { background-image: url(../images/single_event/slbg_21.jpg); }


.single_event_holder .single_event_info { padding: 0; }

.single_event_holder .close_league {
    z-index: 9999;
    top: 0;
    right: 5px;
}

.ev_sel_odd.ev_sel_odd_result a.disabled_odd,
.ev_sel_odd.ev_sel_odd_result a.disabled_odd:hover,
.ev_sel_odd.ev_sel_odd_result a.disabled_odd:visited { opacity: 0.35; }


#sports_menu .the_menu li.tm_a > a { padding-left: 10px; }

.preloader {text-align: center;display: block;}
.preloader .fa { font-size: 20px;color:#666; }

.h_bt_name { text-transform: none; }
.h_bt_sel { text-transform: none; }

#sports_slip { position: relative; }
#sports_slip.widget_on { width: 300px; }
#sports_slip.widget_on.widget_loaded .loader { display: none; }
#sports_slip .loader { text-align: center;padding-top:30px; }
#sports_slip.widget_on .lmt_widget { display: none;position: relative;height: 260px; }
#sports_slip.widget_on.widget_loaded .lmt_widget { display: block; }
#sports_slip.widget_on.widget_loaded .str_widget { height: 100%; }
#sports_slip.widget_on.widget_loaded .str_widget #strm_info { height: 100%; }
#sports_slip.widget_on.widget_loaded .str_widget #strm_info iframe { height: 100%; }

#sports_slip .widget_placeholder { display: none;background:rgba(0,0,0,0.15);height: 300px; }
#sports_slip .slip_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#sports_slip,
#sports_slip .widget_placeholder,
#sports_slip .slip_placeholder {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#sports_slip.widget_on .widget_placeholder { display: block; }
#sports_slip.widget_on .slip_placeholder {
    top: 235px;
}

#sports_slip.widget_on .lmt_widget .lmtw_tabs {
    height: 30px;
}
#sports_slip.widget_on .lmt_widget .lmt_widget_sections {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#sports_slip.widget_on .lmt_widget .lmtw_tabs a,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a:hover,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a:visited {
    display: inline-block;
    /*border-bottom: 3px solid #fdb04b;*/
    margin: 3px 1px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    background-color: #3b393a;
    padding: 0 4px
}


#sports_slip.widget_on .lmt_widget .close_lmtw,
#sports_slip.widget_on .lmt_widget .lmtw_tabs .close_lmtw {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    z-index: 999;
}
#sports_slip.widget_on .lmt_widget .lmtw_tabs .close_lmtw:before,
#sports_slip.widget_on .lmt_widget .close_lmtw:before {
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #ccc;
    color: rgba(255,255,255,0.8);
}
#sports_slip.widget_on .lmt_widget .lmtw_tabs .close_lmtw:hover:before,
#sports_slip.widget_on .lmt_widget .close_lmtw:hover:before {
    color: #f0f0f0;
    color: rgba(255,255,255,0.95);
}
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.selected,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.selected:hover,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.selected:visited {
    /*border-bottom-color: #ed6e1f;*/
    background-color: #ed6e1f;
}
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.disabled_tab,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.disabled_tab:hover,
#sports_slip.widget_on .lmt_widget .lmtw_tabs a.disabled_tab:visited {
    /*border-bottom-color: #ed6e1f;*/
    display: none;
}

#sports_slip.widget_on .lmt_widget .lmt_widget_sections #lmtw_stats .sr-stats-content { padding: 5px; }


/********************** Live streaming widget ************************************/
#sports_slip .lmt_str_selectors_container .widget_selector{
    width: 50%; 
    float: left;
    margin: 10px 0;
}

.lmt_str_selectors_container .widget_selector span{
    width: 98%;
    display: block;
    backdrop-filter: hue-rotate(10deg) invert(10%) saturate(30);
    color: var(--secondary_colour);
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0 1%auto;
    text-align: center;
    line-height: 1;
    padding: 7px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    transition: ease 0.5;
    text-transform: uppercase;
}

.lmt_str_selectors_container .widget_selector span:hover{
    backdrop-filter: saturate(30);
    transition: ease 0.5;
}


#sports_slip .lmt_str_selectors_container .widget_selector.selected span{
    border: 1px solid #fff;
}

#strm_info iframe{
    width: 99%;
    border: none;
}

.sr-widgets-matchcommentary .sr-event-icon { min-width: 20px;width: 20px; }
.sr-widgets-matchcommentary .sr-half {
    width: calc(50% - 38px);
}

.sr-widgets-matchcommentary .sr-event-text {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#lmtw_info .sr-content.sr-lmts-sport-not-supported .sr-lmts-collapse-container { display: none; }

.browser_error {
    padding: 5px;
    background-color: rgba(78, 19, 19, 0.85);
    margin: 0 10px;
    line-height: 14px;
    font-size: 13px;
    line-height: 17px;
}

.single_event_odds .odds_table.nodds { display: none; }

.ev_name_wrp .icons_area { padding-right: 5px; }
.ev_name_wrp .icons_area a.event_lmt:before {
    content: "";
    background-image: url(../images/lmt_n.png);
    background-position: 0 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    display: block;
}
.ev_name_wrp .icons_area a.event_lmt:hover:before { background-image: url(../images/lmt_h.png); }

.ev_sel_odd span.br_odd_ids .br_o_bt {padding: 0 3px;}
.ev_sel_odd span.br_odd_ids .br_o_bts {padding: 0 3px;}
.ev_sel_odd span.br_odd_ids {
    line-height: 14px;
    font-size: 10px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: left;
    top: -4px;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.3);
    width: 100%;
}
.ev_sel_odd.br_test_mode a > span { height: 40px;}

.ev_sel_odd span.br_odd_ids:before, .ev_sel_odd span.br_odd_ids span:before { display:none; }


.the_menu .tm_error > .generic_error {
    margin: 1px 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 5px;
}
.sports_scroll_content .generic_error {
    margin: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 35px 5px;
    text-align: center;
    font-size: 15px;
}
.sports_scroll_content .generic_error:before {
    content: "\f26c";
    font-family: "FontAwesome";
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}

.single_event_holder .lmts-side { float: right; width: 220px;background-color:rgba(0,0,0,0.75);margin: 5px; }
.single_event_holder .lmts-extra_map { margin-right: 240px; }
@media all and (min-width: 1400px) {
    .single_event_holder .lmts-side { width: 340px; }
    .single_event_holder .lmts-extra_map { margin-right: 360px; }
}
.single_event_holder .lmts-extra { 
    width: 500px;
    margin: auto;
    height: 0px; 
}
.single_event_holder.has-lmt-extra .lmts-extra { /*height: 200px;*/ }
.single_event_holder .lmts_extra_holder {
    height: 0px; 
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height s ease;
    transition: height 0.5s ease;
    overflow: hidden;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.46);
    
    /*-webkit-animation: slive_single_extra_anim 0.5s ease-out;
    -moz-animation: slive_single_extra_anim 0.5s ease-out;
    -o-animation: slive_single_extra_anim 0.5s ease-out;
    animation: slive_single_extra_anim 0.5s ease-out;*/
}
.single_event_holder.has-lmt-extra .lmts_extra_holder { height: 230px;border-bottom: 10px solid #000;position: relative;overflow: visible; }

.single_event_holder .single_event_info { height: 100px; }

.sports_scroll_single_event .single_has_extra_h.single_event_odds { top: 120px; }


.single_event_odds .sr-widgets-lmts .sr-lmts-collapse-container { background-color: transparent; }
.lmts-tabs { font-size: 0;vertical-align: bottom;padding-left:1px;padding-right:1px;padding-top: 2px;height: 18px;overflow:hidden; }
.lmts-tabs > div {
    display: inline-block;
    line-height: 18px;
    padding: 0 7px;
    cursor: pointer;
    margin: 0 1px;
    font-size: 12px; 
}
.lmts-tabs > div.show { background-color: rgba(255,255,255,0.1); }
.lmts-side .lmts-extra-col { display: none;height: 0;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -o-transition: height s ease;
    transition: height 0.3s ease;
}
.lmts-side .lmts-extra-col.show { display: block;height:200px;}

.lmts-side .sr-content { background-color: #202020; }

.lmts-side .sr-widget .sr-subheader-1 { background-color: #1a1a1a; }

.extend_header_lmt a,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra,
.extend_header_lmt a:hover,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:hover,
.extend_header_lmt a:visited,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:visited {
    background-color: #ed6e1f; /*rgba(237, 110, 31, 0.6);*/
    padding: 0;
    line-height: 20px;
    width: 20px;
    text-align: center;
    padding: 0 2px;
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}
.extend_header_lmt a,
.extend_header_lmt a:hover,
.extend_header_lmt a:visited {
    left: 50%;
    margin-left: -10px;
    top: -5px;
    
    opacity: 1;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.extend_header_lmt a.event_stream,
.extend_header_lmt a.event_stream:hover,
.extend_header_lmt a.event_stream:visited {
    left: 5px;
    width: auto;
    background-color: #ed1c24;
    padding: 0 5px;
    margin: 0 2px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #faede9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:hover,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:visited {
    left: 50%;
    bottom: -15px;
}
.extend_header_lmt a:after,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    
}
.extend_header_lmt a.event_stream:after { content: ""; }
.extend_header_lmt a.hide_extra:after,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra:after { content: "\f077"; }
.extend_header_lmt span,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra span { display: none; }
.extend_header_lmt a.event_stream span { display: block; }
.extend_header_lmt {
    position: relative;
    height: 10px;
    background-color: rgba(0,0,0,0.65);
}

.extend_header_lmt a.hide,
.single_event_holder.has-lmt-extra .lmts_extra_holder a.hide_extra.hide { display: none; }
.extend_header_lmt a.hide {opacity: 0;}


body.wide .sports_container_wrapper #sports_menu > .sports_scroll { overflow: hidden; }
body.wide.os-mac .sports_container_wrapper #sports_menu > .sports_scroll { overflow: auto; }

.sr-lmts-scoreboard-wraper .sr-scoreboard-head .sr-scoreboard-surface-wrapper { margin-right: 25px; }

@-webkit-keyframes fadeInFromNone {
    0% {display: none;opacity: 0;}
    1% {display: block;opacity: 0;}
    100% {display: block;opacity: 1;}
}

@-moz-keyframes fadeInFromNone {
    0% {display: none;opacity: 0;}
    1% {display: block;opacity: 0;}
    100% {display: block;opacity: 1;}
}

@-o-keyframes fadeInFromNone {
    0% {display: none;opacity: 0;}
    1% {display: block;opacity: 0;}
    100% {display: block;opacity: 1;}
}

@keyframes fadeInFromNone {
    0% {display: none;opacity: 0;}
    1% {display: block;opacity: 0;}
    100% {display: block;opacity: 1;}
}

@-webkit-keyframes slive_single_extra_anim {
    0% {opacity:0;overflow:hidden;height:0;}
    1% {opacity:0;overflow:hidden;height:0;}
    100% {opacity:1;overflow:visible;height:230px;}
}
@-moz-keyframes slive_single_extra_anim {
    0% {opacity:0;overflow:hidden;height:0;}
    1% {opacity:0;overflow:hidden;height:0;}
    100% {opacity:1;overflow:visible;height:230px;}
}
@-o-keyframes slive_single_extra_anim {
    0% {opacity:0;overflow:hidden;height:0;}
    1% {opacity:0;overflow:hidden;height:0;}
    100% {opacity:1;overflow:visible;height:230px;}
}
@keyframes slive_single_extra_anim {
    0% {opacity:0;overflow:hidden;height:0;}
    1% {opacity:0;overflow:hidden;height:0;}
    100% {opacity:1;overflow:visible;height:230px;}
}

#inhouse_sport_info {
    height: 100px;
    position: relative;
    text-align: center;
}
#inhouse_sport_info .ihsi_league_name {
    background-color: #666;
    text-align: left;
    font-size: 11px;
    padding-left: 3px;
    height: 20px;
    line-height: 20px;
}
#inhouse_sport_info .ihsi_team_names {
    font-size: 28px;
    position: relative;
    height: 55px;
}
body.sportslive-multiview #inhouse_sport_info{ background-color: rgba(0,0,0,0.75);height: 115px; }
body.sportslive-multiview #inhouse_sport_info .ihsi_team_names { font-size: 18px;height: 70px;}
#inhouse_sport_info .ihsi_team_names .competitor1,
#inhouse_sport_info .ihsi_team_names .competitor2,
#inhouse_sport_info .ihsi_team_names .competitor_div {
    position: absolute;
    top: 28px;
    display: block;
}
#inhouse_sport_info .ihsi_team_names .competitor1 {text-align: right;right: 50%;margin-right: 10px; }
#inhouse_sport_info .ihsi_team_names .competitor2 {text-align: left;left: 50%;margin-left: 10px;}
#inhouse_sport_info .ihsi_team_names .competitor_div {text-align: center;left: 0; right: 0;}
#inhouse_sport_info .ev_time_holder {
    margin: 5px 0;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
#inhouse_sport_info .ev_score_holder {
    font-size: 22px;
    font-weight: bold;
}

.notification_popup_bg {
    background-color: #333;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.notification_popup_content {
    background-color: #000;
    border: 1px solid #222;
    padding: 5px 8px;
    position: fixed;
    top: 35%;
    left: 50%;
    right: 50%;
    margin-left: -200px;
    margin-right: -200px;
    text-align: center;
    z-index: 99999;
}

#slive_popup .notification_slive a.reload_link,
#slive_popup .notification_slive a.reload_link:hover,
#slive_popup .notification_slive a.reload_link:visited {
    display: inline-block;
    margin-left: 7px;
    text-decoration: none;
}
#slive_popup .notification_slive a.reload_link:after {
    content: "\f021";
    font-family: "FontAwesome";
    font-size: 14px;
    display: inline-block;
}
#slive_popup .notification_slive a.reload_link span { display: none; }

.single_scroll .ev_suspended {
    background-color: rgba(0,0,0,0.65);
    padding: 3px 5px;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
    color: #787878;
    margin: 0 5px;
}
.single_scroll .ev_suspended:before {
    content: "\f023";
    font-family: "FontAwesome";
    font-size: 36px;
    color: #666;
    display: inline-block;
    line-height: 46px;
    vertical-align: middle;
    margin-right: 10px;
}

.sr-live.hasCountdown .countdown_row { color: #000; }


.single_event_area_v2 .ev_sel_odd span.br_odd_ids { top: 0; }

.single_event_odds .odds_table.suspended_bt {
    border: 2px solid red;
}


.single_event_area_v2 .single_event_info_error {
    margin: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 35px 5px;
    text-align: center;
    font-size: 15px;
    height: auto;
}
.single_event_area_v2 .single_event_info_error:before {
    content: "\f26c";
    font-family: "FontAwesome";
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}


/*
.single_event_area_v2 .bet_types_cols_holder {
display: block;
font-size: 11px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
vertical-align: top;
max-width: 800px;
margin: auto;
}
*/
body.sportslive-v2-wide #sports_container.wide .sports_container_wrapper { bottom: 0; }
body.sportslive-v2-wide #fe_footer { display: none; }

.single_event_holder, .bet_types_cols_holder {
margin-bottom: 20px;
}

body.sportslive-v2-wide .tm_l_v2 .tm_l_extra_info {
    display: none;
}

.tm_extra_v2_ttip {
    left: 220px!important;
}


.ui-tooltip.tm_extra_v2_ttip:before,
.ui-tooltip.tm_extra_v2_ttip:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -7px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 7px 4px 0;
    border-color: transparent #666 transparent transparent;
}
.ui-tooltip.tm_extra_v2_ttip:after { left: -6px;border-color: transparent #000 transparent transparent; }

.ui-tooltip.tm_extra_v2_ttip {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #666;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    font-size: 11px;
}

.ui-tooltip.tm_extra_v2_ttip .ml_ev_name {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 1px;
}
.ui-tooltip.tm_extra_v2_ttip .ml_ev_league {
    display: block;
    margin-bottom: 1px;
}


.ui-tooltip.tm_extra_v2_ttip .ml_ev_score,
.ui-tooltip.tm_extra_v2_ttip .ml_ev_time {
    display: inline-block;
}
.ui-tooltip.tm_extra_v2_ttip .ml_ev_score { margin-right: 10px; }


#sports_menu .scrolling_menu .preloader { display: none; }

#sports_menu .the_menu { width: 208px; }
#sports_menu .sports_slip_banner2 { max-width: 208px; }

/* temp */
#sports_menu .the_menu li.tm_s .sportcount { display: none; }

#sports_menu .menu_a_link { margin-top: 2px;padding: 0 }


#slive_delay_log_full {
    padding: 3px;
    background-color: rgba(0,0,0,0.45);
}
#slive_delay_log_full .ttl {
    background-color: rgba(0,0,0,0.45);
    color: orange;
    font-weight: bold;
}
#slive_delay_log_full .ttl:after {
    content: " ";
    display: block;
    height: 1px;
    clear: both;
}
#slive_delay_log_full .ttl .code {
    float: right;
    margin-right: 4px;
    cursor: pointer;
}
#slive_delay_log_full .ttl .code:after {
    content: "\f121";
    font-family: "FontAwesome";
    color: #FFF;
    font-size: 14px;
}
#slive_delay_log {
    max-height: 280px;
    overflow: auto;
}
#slive_delay_log .single_delay_output { padding: 0px 3px;padding-bottom: 3px;margin-bottom:3px;border-bottom:1px solid #FFF; }

.debug_ajax {
    width: 10px;height: 10px;
    background: #FFF;
    display: inline-block;margin: 0 4px;
}
.debug_ajax.sending { background-color: red; }


#sports_odds .sports_selector {
    line-height: 22px;
    background-color: #303030;
    padding: 0;
    vertical-align: middle;
}
#sports_odds .sports_selector a,
#sports_odds .sports_selector a:hover,
#sports_odds .sports_selector a:visited {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 4px 8px;
    padding-right: 28px;
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin: 1px;
    background-color: rgba(0,0,0,0.25);
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}
#sports_odds .sports_selector .sporticon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}
#sports_odds .sports_selector a.all_items,
#sports_odds .sports_selector a.all_items:hover,
#sports_odds .sports_selector a.all_items:visited { padding-right: 8px; }
#sports_odds .sports_selector .all_items .sporticon { display: none; }
#sports_odds .sports_selector .sport_name {
    opacity: 0;
    max-width: 0;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    
    transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}
#sports_odds .sports_selector a:hover {
    background-color: #6e6e6e;
    color: #000;
    cursor: pointer;
}
#sports_odds .sports_selector a:hover .sport_name,
#sports_odds .sports_selector a.selected .sport_name,
#sports_odds .sports_selector .all_items .sport_name {
    opacity: 1;
    max-width: 200px;
}
#sports_odds .sports_selector a.selected {
    background: rgba(74,74,74,1);
    background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(110,110,110,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,74,74,1)), color-stop(100%, rgba(110,110,110,1)));
    background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(110,110,110,1) 100%);
    background: -o-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(110,110,110,1) 100%);
    background: -ms-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(110,110,110,1) 100%);
    background: linear-gradient(to bottom, rgba(74,74,74,1) 0%, rgba(110,110,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#6e6e6e', GradientType=0 );
    -webkit-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.35);
    box-shadow: inset 0px 3px 7px 2px rgba(0,0,0,0.35);
    border: 0;
}
#sports_menu.sports_menu_live_v2 .the_menu li.tm_s .sportcount { display: block; }
#sports_menu.sports_menu_live_v2 .the_menu li.tm_a > a > span.sportcount { padding: 0; }

#sports_menu.sports_menu_live_v2 .the_menu li.tm_a > a > span {
    max-width: 160px;
    vertical-align: middle;
}
#sports_odds .sports_selector span.sportcount {
    position: absolute;
    right: 2px;
    top: 7px;
    font-size: 11px;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    background-color: rgba(0,0,0,0.75);
    border-radius: 3px;
    color: #EEE;
}
#sports_odds .sports_selector a.all_items span.sportcount { display: none; }

.bt_holder_sport {
    
}
.header_sport_bt_changer {
    width: 200px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: 1px;
    right: 25px;
    z-index: 9999;
    background-color: #333;
    border: 1px solid #121212;
    border-radius: 3px;
    cursor: pointer;
}
.header_sport_bt_changer:hover { height: auto;z-index: 99999; }
.header_sport_bt_changer .bt_links {
    max-height: 330px;
    overflow-y: auto;
}

.header_sport_bt_changer div.bt_links_bt_item {
    display: block;
    padding: 2px 3px;
    margin: 1px 0;
    background-color: rgba(0,0,0,0.2);
    cursor: pointer;
    line-height: 16px;
    font-size: 11px;
    text-transform: none;
    color: #FFF;
}
.header_sport_bt_changer div.bt_links_bt_item:hover { background-color: rgba(255,255,255,0.1);color: #000; }
.header_sport_bt_changer .selected_bt_item { padding: 0 3px;color: #CCC;position: relative;padding-right: 20px;text-transform: none; }
.header_sport_bt_changer .selected_bt_item:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 3px;
}
.header_sport_bt_changer .selected_bt_item:hover { color: #eee; }
.header_sport_bt_changer .search_bt_items {
    padding: 3px;
    background-color: rgba(0,0,0,0.35);
}
#fe_main #sports_odds .header_sport_bt_changer .search_bt_items input[type="text"]{
    width: 100%;
}


body.wide .sportsodds { overflow: visible; }
body.wide .league_events_wrapper {
    overflow: visible;
}


#sports_menu .the_menu li.tm_l.ml_event_item_v2 > a, 
#sports_menu .the_menu li.tm_l.ml_event_item_v2 > a:hover, 
#sports_menu .the_menu li.tm_l.ml_event_item_v2 > a:visited {
    padding-right: 5px;
    padding-left: 5px;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_gen_info { padding-left: 30px; }
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info {
    position: relative;
    margin-top: 3px;
    padding-top: 3px;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .live_event_time {
    position: relative;
    line-height: 16px;
    top: auto;
    right: auto;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .event_time_holder .live_event_ts_div { display:none; }
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .event_time_holder.ev_has_mtime.ev_has_mstatus .live_event_ts_div { display:inline-block;}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .live_event_time:before {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 11px;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_fav {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: 25px;
    top: 2px;
    cursor: pointer;
}
body.sportslive-multiview #sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_fav { right: 5px; }
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_fav:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    content: "\f006";
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_fav:hover:after {
    color: #ffdd00;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2.is_fav_ev .ml_ev_extra_info .ml_fav:after {
    content: "\f005";
    color: #ffdd00;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2.is_fav_ev .ml_ev_extra_info .ml_fav:hover:after {
    color: #111;
}

#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_evlist {
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: 5px;
    top: 2px;
    cursor: pointer;
}body.sportslive-multiview #sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_evlist { display: none; }
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_evlist:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    content: "\f03c";
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2 .ml_ev_extra_info .ml_evlist:hover:after {
    color: #ffdd00;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2.in_ev_list .ml_ev_extra_info .ml_evlist:after {
    content: "\f03b";
    color: #ffdd00;
}
#sports_menu .the_menu li.tm_l.ml_event_item_v2.in_ev_list .ml_ev_extra_info .ml_evlist:hover:after {
    color: #111;
}

#sports_menu .the_menu ul.tm_favorites { margin-bottom: 5px; }
#sports_menu .the_menu ul.tm_favorites ul.tm_a > li.tm_l:first-child { border-top: 0; }
#sports_menu .the_menu li.tm_s .sporticon.si_fav_ev {
    background-image: none;
}
#sports_menu .the_menu li.tm_s .sporticon.si_fav_ev:after {
    font-family: "FontAwesome";
    font-size: 14px;
    color: #FFDD00;
    content: "\f005";
    position: absolute;
    top: 2px;
}

#sports_menu .ev_liveinfo .live_event_time .ev_mt_quot { display: none; }
#sports_odds .ev_liveinfo .live_event_time .ev_mt_min { display: none; }
#sports_odds .ev_liveinfo .live_event_ts_div { display: inline-block;padding: 0 4px; }
#sports_odds .ev_liveinfo .live_event_ts_div {
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    color: rgba(255,255,255,0.75);
}
#sports_odds .ev_liveinfo .live_event_ts_div:after {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
}

#sports_odds .ev_liveinfo .ev_list_area_time_score {
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding-left: 65px;
    position: relative;
}

#sports_odds .ev_liveinfo .ev_list_area_time_score .ml_event_score,
#sports_odds .ev_liveinfo .ev_list_area_time_score .event_time_holder { display: inline-block;vertical-align: middle; }

#sports_odds .ev_liveinfo .ev_list_area_time_score .ml_event_score {
    width: 61px;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
#sports_odds .ev_liveinfo .ev_list_area_time_score .ml_event_score {
    font-size: 0;
    vertical-align: middle;
}
#sports_odds .ev_liveinfo .ev_list_area_time_score .ml_event_score .ev_m_score {
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
#sports_odds .ev_liveinfo .ev_list_area_time_score .ml_event_score .ev_m_score_div {
    font-size: 0;
    height: 100%;
    width: 1px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.1);
    display: inline-block;
    vertical-align: middle;
}
/*#sports_odds .ev_liveinfo .ev_list_area_time_score .event_time_holder.ev_has_mstatus .live_event_ts_div {display:none;}
#sports_odds .ev_liveinfo .ev_list_area_time_score .event_time_holder.ev_has_mstatus.ev_has_mtime .live_event_ts_div {display:inline-block;}*/
#sports_odds .ev_liveinfo .ev_list_area_time_score .event_time_holder {
    margin-left: 1px;
}

body #sports_odds .ev_liveinfo {
    padding-left: 3px;
    text-align: center;
    width: 165px;
    background-color: rgba(255,255,255,0.01);
    white-space: nowrap;
}
body #sports_odds .ev_name { padding-left: 8px; }

.br_status {
    width: 12px;
    height: 12px;
    display: inline-block;
    color: rgba(255,255,255,0.75);
}
.br_status_pause:after {
    content: "\f04c";
    font-family: "FontAwesome";
    font-size: 12px;
}
.br_status_in_prog:after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 12px;
}
.br_status_upcoming:after {
    content: "\f073";
    font-family: "FontAwesome";
    font-size: 12px;
}

.sports_scroll_multiview_event {
    position: relative;
    height: 100%;
}
.sports_scroll_multiview_event .multiview_event {
    display: block;
    float: left;
    width: 33.33%;
    height: 100%;
    position: relative;
}
.multiview_event .multiview_event_wrapper {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    padding: 0 10px;
}
.multiview_event .multiview_event_wrapper .mv_noevent {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.75);
    border: 2px solid rgba(255,255,255,0.25);
}
.multiview_event .multiview_event_wrapper .mv_noevent .mv_ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.slmv_preloader { margin-top: 25px;color: #FFF; }
.sports_scroll_single_event .slmv_preloader.preloader .fa {color: #FFF; }

body.sportslive-v2-1-wide #sports_odds { margin-left: auto; }
body #sports_menu {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
body #sports_menu.close { display: none; }
#fe_body #fe_web_container #fe_main #sports_container #sports_menu.close {
    width: 26px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.65);
    display: block;
}
#sports_menu.close .sec_menu_title_live .txt { display: none; }
#sports_menu.close .menu_a_link { display: none; }
#sports_menu.close .scrolling_menu { display: none; }

#sports_menu .toggle_sports_menu {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: rgba(0,0,0,0.85);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#sports_menu .toggle_sports_menu:after {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f066";
}
#sports_menu.close .toggle_sports_menu:after { content: "\f065"; }
body.wide.sportslive-v2-1-wide #sports_container.wide .sports_container_wrapper { bottom: 10px; }

.multiview_event .single_event_odds { left: 5px; right: 5px; }


#sports_menu .the_menu li.tm_l .live_event_status i { font-style: normal; }

.single_event_odds .odds_table { border: 0;margin-top: 2px; }
.single_event_odds .odds_open { border: 1px solid rgba(0,0,0,0.45);background-color: #202020;margin-top: 10px; }
.single_event_odds .odds_open .bt_title {
    line-height: 22px;
    padding: 0 5px;
    position: relative;
}


.odds_open.min .odds_table { display: none; }

.single_event_odds .odds_open .bt_title .bt_show_hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.single_event_odds .odds_open .bt_title .bt_show_hide:after {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f0d8";
}
.single_event_odds .odds_open.min .bt_title .bt_show_hide:after {
    content: "\f0d7";
}

.single_event_odds .odds_open.hide_bt { display: none; }

.sb_single_event_bt_group {
    background-color: #333;
}
.sb_single_event_bt_group a {
    display: inline-block;
}
.sb_single_event_bt_group a.selected_group { color: #fff; }

body.sportslive-v2-wide .single_event_holder #inhouse_sport_info .ev_public_id {
    position: absolute;
    left: 11px;
    bottom: 0;
    font-size: 13px;
}



@media all and (min-width: 1400px) {
.bet_types_cols_holder { font-size: 0;vertical-align: top; }
.bet_types_cols_holder .bet_types_col_col_dyn {
display: inline-block;
font-size: 11px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
vertical-align: top;

}
.bet_types_cols_holder .bet_types_col_col_dyn .odds_open {
    float: left;
    width: 49%;
    box-sizing: border-box;
    margin: 0.5%;
}
.bet_types_cols_holder .bet_types_col_col_dyn .odds_open:nth-child(odd){
    clear:both;
}
}

/*@media all and (min-width: 1300px) and (max-width:1499px) { .single_event_odds .ev_name { width: 30%; } }
@media all and (min-width: 1200px) and (max-width:1299px) { .single_event_odds .ev_name { width: 40%; } }*/
@media all and (min-width: 1300px) and (max-width:1499px) { .bet_types_cols_holder .bet_types_col_col_dyn { max-width: 100%;margin:auto; } }


.single_ev_btc_wrapper { position: relative;padding-right: 25px; }
.single_ev_btc_wrapper .single_ev_bt_opts {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.single_ev_btc_wrapper .single_ev_bt_opts a.show_hide_bt,
.single_ev_btc_wrapper .single_ev_bt_opts a.show_hide_bt span {
    display: block;
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.single_ev_btc_wrapper .single_ev_bt_opts a.show_hide_bt:after {
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 14px;
}
.single_ev_btc_wrapper .single_ev_bt_opts a.show_hide_bt.hide:after {
    content: "\f0d7";
}


body #sports_odds .sports_scroll_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    height: auto;
}
body.body-quickbet-1 #sports_odds > .sports_scroll_area {
    top: 45px;
}

.menu_a_link.multiview a:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 7px;
    content: "\f24d";
    color: rgba(255,255,255,0.85);
    font-family: "FontAwesome";
    font-size: 12px;
}

#sports_menu .scrollbar-inner > .scroll-element.scroll-y { display: block; }

#sports_odds .sportsodds .league_events_wrapper .league_data { overflow-x: auto; }

.ev_name .ev_public_id{
    display: none;
}

.event_stream_img img{
   width: 17px;
   height: 17px;
   margin-left: 3px;
   margin-bottom: -3px
}

.event_stream_img {
    cursor: initial
}

.bet_suspended_msg{
    font-size: 10px;
    text-transform: uppercase;
    background-color: #dbdada;
    color: #000000;
    padding: 5px 10px 5px;
    display: inline-block;
    line-height: 12px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.custom_bet_desktop_list_icon{fill:#fff;}