/* 
    Document   : x_main
    Created on : Jan 11, 2012, 11:04:59 PM
    Author     : bmw
    Description:
        Purpose of the stylesheet follows.
*/

.root {
    display: block;
}

.x_arrow_class {
    position: fixed;
    left: 50%;
    right: 50%;
    margin-left: 665px;
    margin-top: 315px;
	z-index: 5;
}

.cash-out-inner {
	height: 31px;
	position: absolute;
    right: 229px;
    top: 8px;
	cursor: pointer;
}
#body .ticket_popup_wrapper .cash-out-inner {
	right: 209px;	
}





#x_main {
    font-family: Sans-serif;
	padding-bottom: 200px;
}

#body.view_1500 #x_main {
    width: 1570px;
}

#x_left_block {
    width: 752px;
    float: left;
}

#x_right_block {
    width: 244px;
    float: right;
}

#x_left_box {
    height: 152px;
    background-image: url("../Images/xcommon/left_box.png");
}

#x_right_box {
    width: 243px;
    height: 152px;
    background-image: url("../Images/xcommon/right_box.png");
    text-align: center;
}

    #x_right_box a {
        /*margin-right: 15px;*/
        margin-top: 18px;
    }




.arrow_normal {
    width: 5px;
    height: 9px;
    background-image: url("../Images/xcommon/arrow_normal.png");
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 2px;
}

.arrow_normal1 {
    background-image: url("../Images/xcommon/arrow_normal_1.png");
}

.arrow_active {
    width: 12px;
    height: 12px;
    background-image: url("../Images/xcommon/arrow_active.png");
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}

.arrow_active1 {
    background-image: url("../Images/xcommon/arrow_active_1.png");
}

.x_menu_items {

    padding: 4px 0 6px 0;
    font-size: 12px;
    /*border: 1px solid #949494;*/
    margin-right: -2px;
    /*margin-bottom: 1px;*/
    display: inline-block;
    padding-left: 5px;
    text-decoration: none;
    height: 14px;

}

.x_items_none {
    height: 22px;
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    border: 1px solid #949494;
    margin-bottom: 1px;
}

.x_items_normal {
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    color: #ffffff;
}

    .x_items_normal:hover {
        background-image: url("../Images/xcommon/menu_items_active_bg.png");
        color: #2a2a2a;
    }

.x_items_active {
    background-image: url("../Images/xcommon/menu_items_active_bg.png");
    color: #2a2a2a;
}

.x_items_other {
    background-image: url("../Images/xcommon/menu_items_active_other1.png");
    color: #2a2a2a;
    position: absolute;
    border-bottom: none;
    border-right: none;
    right: 2px;
    z-index: 1;
    bottom: -1px;
    width: 244px;
    padding: 6px 0 6px 5px;
}

#x_other_block {
    width: 752px;
    height: 41px;
    background-image: url("../Images/xcommon/menu_items_active_other.png");
}

.x_other_block_show {
    display: block;
}

.x_other_block_hide {
    display: none;
}

#x_other_block a {
    padding: 14px 23px 13px 23px;
    font-size: 12px;
    display: block;
    float: left;
    text-decoration: none;
    color: #0d0d0d;
    font-weight: bold;
}

.x_other_break {
    width: 3px;
    height: 41px;
    background-image: url("../Images/xcommon/other_breaker.png");
    float: left;
}

/* CHAMPION LIST START */

#x_select_championship_list {
    border: 1px solid #646464;
    margin-top: 3px;
    font-weight: bold;
	margin-right: 1px;
}

    #x_select_championship_list td {
        border-top: 1px solid #444444;
        vertical-align: middle;
    }

.x_champ_category {
    height: 30px;

    background-image: url("../Images/xcommon/champ_cat_bg.png?v=1");

    color: #ffc600;
    cursor: pointer;
}



    .x_champ_category img {
        margin-right: 5px;
    }

.x_champ_cat_title {
    background-image: url("../Images/xcommon/champ_cat_title_bg.png");
    height: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}


.x_champ_regular {
    background-image: url("../Images/xcommon/champ_bg.png");
    height: 25px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


.x_sport_checkbox {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    float: left;
    margin-right: 4px;
}

    .x_sport_checkbox.normal {
        background-image: url("../Images/xcommon/check.png");
    }

    .x_sport_checkbox.checked {
        background-image: url("../Images/xcommon/checked.png");
    }


.x_regural_normal_title {
    color: #ffffff;
    text-decoration: none;
    padding-left: 3px;
}

.x_regural_normal {
    color: #ffffff;
    text-decoration: none;
}

.x_regural_active {
    color: #ffc600;
    text-decoration: none;
}


/* CHAMPION LIST END */

/* GAMES LOOP START */




.x_loop_category_live {
    background-image: url("../Images/xcommon/loop_cat.png");
    height: 21px;
    color: #ecbb00;
    border: 1px solid #7C7C7C;
    border-bottom: none;
    font-weight: bold;
}


.x_loop_category_title {
    float: left;
    padding-top: 5px;
    line-height: 18px;
    height: 20px;
    margin-left: 3px;
    font-size: 13px;
}
.x_loop_category_title span {
    -webkit-transform: scale(0.90,0.90);
    -moz-transform: scale(0.90,0.90);
    -o-transform: scale(0.90,0.90);
    -ms-transform: scale(0.90,0.90);
    transform: scale(0.90,0.90);
    margin-top: -1px;
}

    .x_loop_category_title img {
        margin-top: 1px;
    }

.x_loop_category img {
    margin-right: 3px;
}



    .x_loop_title_bg_right img {
        display: none;
    }

    .x_loop_title_bg img {
        margin-top: 2px;
    }






.x_loop_list_res {
    color: #181818;
    margin-bottom: 5px;
    cursor: pointer;
}



    .x_loop_list_res td {
        vertical-align: middle;
    }

.add_v1 {
    border: 1px solid #7c7c7c;
}


.x_loop_more_block {
    margin-bottom: 3px;
}


.x_loop_drop_down {
    cursor: auto;
    padding-top: 2px;
    border: none !important;
}

.x_loop_title_block_coef_more td {
    border-right: 3px solid black;
}

    .x_loop_title_block_coef_more td:last-child {
        border-right: 1px solid #7c7c7c;
    }



.add_for_result {
    padding-top: 0px;
}

.x_loop_title_block_more {
    font-weight: bold;
    height: 21px;
    text-align: center;
    /*background-image: url("../Images/xcommon/more_title_bg.png");*/
    background-color: rgb(59,59,59);
    color: #ECBB00;
}

.x_lp_marg {
    background-color: #212121;
    width: 1px;
    border-top: none;
    border-bottom: none;
}

.x_loop_title_block_cat_more {
    height: 21px;
    text-align: center;
    background-image: url("../Images/xcommon/more_title_gamecat_bg.png");
    color: #000000;
}


.x_l {
    float: left;
    margin-left: 5px;
}

.x_r {
    float: right;
    margin-right: 5px;
}

.x_c {
    clear: both;
}

.x_loop_title_block_coef_more {
    font-weight: bold;
    height: 26px;
    text-align: center;
    background-image: url("../Images/xcommon/more_title_gamecoef_bg2.png");
    color: #000000;
    cursor: pointer;
}

.x_lp_marg {
    background-color: #212121;
    width: 1px;
    border-top: none;
    border-bottom: none;
}

.x_loop_block_active {
    background-image: url("../Images/xcommon/more_title_gamecoef_bg_active.png");
}

.x_result .x_loop_block_normal:hover {
    background: none;
}

.x_loop_block_normal:hover {
    background-image: url("../Images/xcommon/more_title_gamecoef_bg_active.png");
}


.x_loop_res_active {
    background-image: url("../Images/xcommon/loop_cat_title_active.png");
}

.x_loop_res:hover {
    background: #fde054;
}

.x_loop_res {
    /*width: 34px;*/
    min-width: 34px;
}


.x_game_title, .x_game_title_active {
    text-align: left;
    padding-left: 3px;
    width: 300px !important;
}

    .x_game_title span, .x_game_title_active span {
        text-align: left;
        padding-right: 3px;
        width: 270px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        height: 14px;
    }

    .x_game_title font {
        font-size: 11px;
    }

    .x_game_title:hover {
        background-image: url("../Images/xcommon/loop_game_active.jpg");
    }

.x_loop_game_active {
    background-image: url("../Images/xcommon/loop_game_active.jpg");
}

.x_loop_game_active_green {
    background-image: url("../Images/xcommon/loop_game_active_v2.png");
}

.x_loop_game_active_add {
    color: #a200ff;
    width: 25px;
}

.x_loop_game_active_add_title {
    width: 25px;
}




.x_float_right {
    float: right;
    position: relative;
}

#QuickBetHolder .x_float_right {
    float: right;
    position: relative;
	margin-top: 3px;
}

.x_float_right_coef {
    position: absolute;
    top: 11px;
    right: -43px;
	

    display: block;
    width: 49px;
    line-height: 21px;
    height: 20px;
    background: #917a0c;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    font-family: Roboto-Bold;	
}

#body.view_1024 .x_float_right_coef {
	right: -128px;
}

.fb_content_ticket .x_float_right_coef {
    top: 4px;
    right: 2px;	
}







.x_float_right_GEL {
    float: right;
    color: #3F3203;
    font-weight: bold;
    margin-right: 5px;
    line-height: 19px;
}



.x_float_right_margin {
    float: right;
    margin-bottom: 3px;
    color: #3F3203;
    font-weight: bold;
    margin-right: 5px;
    line-height: 15px;
}

/* RIGHT BLOCK SIDEBAR START 

.x_items_normal_sidebar_right_short {
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    color: #ffffff;
    width: 117px;
    padding-left: 4px;
}

.x_items_normal_sidebar_right {
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    color: #ffffff;
    width: 236px;
}

.x_items_active_sidebar_right {
    background-image: url("../Images/xcommon/menu_items_active_bg.png");
    color: #2a2a2a;
}

.x_item_select {
    padding: 0px;
    padding-left: 5px;
    height: 22px;
    width: 236px;
    margin-top: 2px;
}

    .x_item_select img {
        margin-top: 1px;
    }

    .x_item_select select {
        height: 17px;
        font-size: 10px;
        margin-top: 2px;
        width: 70%;
        background-color: #696969;
        color: #ffffff;
        border: 1px solid #868686;
    }
*/
.x_img_block {
    width: 242px;
    height: 40px;
    border: 1px solid #6f6f6f;
    margin-top: 4px;
}


.x_img_block_left {
    width: 213px;
    height: 40px;
    border: 1px solid #6f6f6f;
    margin-top: 4px;
}


#x_sidebar_main_block {
    border: 1px solid #595959;
	margin: 12px 12px;	
}
.x_sidebar_main_block_tickets #x_sidebar_main_block {
    border: none;
}
.x_sidebar_main_block_tickets {
    margin-left: auto;
    margin-right: auto;
}

#x_sidebar_system_block {
    margin-top: 5px;
}

#x_sidebar_empty_block {
    background: #0C2642 url("../Images/xcommon/empty_bg.png") repeat-x;
    border: 1px solid #444444;
    padding: 49px 0px 50px 0px;
    text-align: center;
    border-bottom: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.x_tabs {
    height: 29px;
    font-weight: bold;
}

.x_tab_system_in_block {
    background-color: #212121;
	margin-bottom: 1px;
	margin-top: 2px;
}
.x_sidebar_main_block_tickets .x_tab_system_in_block {
    background-color: none;
    margin:0;
}
.mobile_tkt_show_details .mobile_tkt_right,.mobile_tkt_show_details  .mobile_tkt_center {
    width: 100%;
    float: left;
    line-height: 18px;
    text-align: center;
    font-family: CrystalBetUni-Bold;
    font-size: 14px;
    color: #333333;
}
.mobile_tkt_show_details .mobile_tkt_left {  
    width: 100%;
    float: left;
    line-height: 14px;
    text-align: center;
    font-family: CrystalBetUni-Medium; 
    font-size: 10px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.x_sidebar_in_tab {
    width: 100%;
    height: 17px;
    box-sizing: border-box;
    line-height: 17px;
    background: #e5cc36;
    border-bottom: 1px solid #caaf2e;
    position: relative;
    font-size: 11px;
    color: #6e600c;
    padding-left: 15px;
    font-family: 'CrystalNU4-Regular'; 
}


.x_in_dec {
    display: block;
    color: #102a46;
    float: left;
    height: 21px;
    width: 13px;
    float: left;
    background-image: url(../Images/xcommon/sidebar_active_1.png);
    text-decoration: none;
}
.x_sidebar_main_block_tickets .x_in_dec {
    display: none;
}
.x_button_xpress_block {
    display: block;
    color: #102a46;
    float: left;
    background-image: url("../Images/xcommon/sidebar_bg.png");
    padding: 4px 5px 6px 8px;
    text-decoration: none;
}

.x_button_system_block {
    display: block;
    float: left;
    background-image: url("../Images/xcommon/sidebar_system_bg.png");
    padding: 4px 13px 6px 12px;
    color: #ffffff;
    text-decoration: none;
}

.x_button_system_xpress_dec {
    display: block;
    float: left;
    width: 12px;
    height: 22px;
}


.x_button_system_xpress_dec_bg {
    background-image: url("../Images/xcommon/sidebar_dec.png");
}

.x_button_system_xpress_dec_bg1 {
    background-image: url("../Images/xcommon/sidebar_dec_1.png");
}

.x_button_system_xpress_dec_bg2 {
    background-image: url("../Images/xcommon/sidebar_dec1.png");
}

.x_button_system_block_corner {
    display: block;
    width: 15px;
    height: 22px;
    float: left;
}

.x_add_for_sidebar {
    background-image: url("../Images/xcommon/sidebar_system_corner.png");
}

.x_add_for_sidebar1 {
    background-image: url("../Images/xcommon/sidebar_active_1.png");
}



.x_sidebar_loop_main {
    border-top: 1px solid #4e4e4e;
    border-bottom: none;
	
}

.x_sidebar_loop_block {
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px solid #caaf2e;
}

    .x_sidebar_loop_block font {
        color: #d11c1c;
        font-weight: bold;
        margin-right: 3px;
        font-size: 11px;
    }

.x_sidebar_loop_block_v1 {
    background-color: #fde054;
}

.x_sidebar_loop_block_v2 {
    background-color: #fde054;
}

.x_sidebar_game_title {
    font-weight: bold;
    color: #000000;
    padding-top: 4px;
}

.x_sidebar_game_actions {
    margin-left: -4px;
}

.x_sidebar_checkbox {
    float: left;
    margin-top: -1px;
}

.x_sidebar_img {
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 3px;
    float: left;
}
.x_sidebar_img:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.01em;
}

.x_sidebar_img span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.70,0.70);
    -moz-transform: scale(0.70,0.70);
    -o-transform: scale(0.70,0.70);
    -ms-transform: scale(0.70,0.70);
    transform: scale(0.70,0.70);
    margin-top: -2px;
}

.x_sidebar_checkbox_cont {
    float: left;
    line-height: 18px;
    font-size: 10px;
    color: Black;
    font-weight: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 460px;
}

#body.view_1024 .x_sidebar_checkbox_cont {
	width: 427px;
}

.x_wrp {
    width: 195px;
}

.x_wrp1 {
    width: 200px;
}

.x_sidebar_remove {
    float: right;
    width: 11px;
    height: 11px;
    background-image: url("../Images/xcommon/remove.png");
    margin-top: 3px;
    display: block;
	position: relative;
}
.ticket_row2 a span, .x_sidebar_remove span {
    display: none;
    position: absolute;
    width: 130px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    left: -138px;
    color: #fff;
    top: -3px;
    background: #A4A4A4;
	border-radius: 3px;
}
.ticket_row2 a span:after, .x_sidebar_remove span:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #A4A4A4;

}
.x_sidebar_remove:hover > span {
	display: block;
}

.ticket_row2 a:hover > span {
	display: block;
}






.x_ticket_action_block {
    border: 1px solid #43423e;
    color: #ffffff;
}

.x_ticket_lob {
    background-color: #9e7305;
    border-bottom: 1px solid #43423e;
}

.x_ticket_lob_buttons {
    text-align: center;
    padding-top: 5px;
}


.x_ticket_nums {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin: 0 auto;
    line-height: 17px;
}

.x_ticket_num_normal {
    color: #ffffff;
    text-decoration: none;
}

.x_ticket_num_active {
    color: #ffffff;
    text-decoration: none;
    background-color: #c80000;
}


.x_ticket_variant {
    line-height: 18px;
    margin-top: 3px;
    text-align: center;
}

    .x_ticket_variant font {
        /*color: #e8b610;*/
    }

.x_ticket_variant_box1 {
    display: inline-block;
}

.x_ticket_variant_box2 {
    display: inline-block;
    margin-left: 10px;
}

.x_ticket_coef {
    background-image: url("../Images/xcommon/ticket_coef_bg.png?v=1.1");
    padding: 7px 10px 8px 10px;
    color: #ffffff;
    border-bottom: 1px solid #444444;
    font-weight: bold;
    height: 12px;
}

    .x_ticket_coef .x_num {
        margin-right: 28px;
        font-weight: bold;
    }

.x_ticket_bet {
    background-image: url("../Images/xcommon/ticket_bet_bg.png?v=1.1");
    padding: 5px 10px 3px 10px;
    color: #ffffff;
    background-color: #ffffff;
    background-repeat: repeat-x;
    border-bottom: 1px solid #444444;
    font-weight: bold;
    height: 15px;
}

    .x_ticket_bet font {
        /*color: #e7b433;*/
        margin-left: 6px;
        font-weight: bold;
        font-size: 12px;
    }

.x_bet_input {
    width: 49px;
    margin: 0px;
    height: 26px;
    box-sizing: border-box;
    padding: 0px 12px 0px 0px;
    margin-top: -3px;
    text-align: right;
    font-weight: bold;
	position: relative;
}


.x_ticket_win {
    background-image: url("../Images/xcommon/ticket_win_bg.png?v=1.1");
    padding: 6px 10px 6px 10px;
    color: #ffffff;
    background-color: #ffffff;
    background-repeat: repeat-x;
    border-bottom: 1px solid #444444;
    height: 12px;
    font-weight: bold;
}

.x_ticket_bet_footer {
    border-top: 1px solid #444444;
    padding: 6px 10px 6px 10px;
    background-color: #0c2642;
    color: red;
    font-weight: bold;
    font-size: 12px;
    width: 219px;
    text-align: center;
}

    .x_ticket_bet_footer.info {
        border-top: 1px solid #444444;
        padding: 6px 10px 6px 10px;
        background-color: #0c2642;
        color: #22b341;
        font-weight: bold;
        font-size: 12px;
        width: 219px;
        text-align: center;
    }

.x_ticket_win font {
    /*color: #e7b433;*/
    margin-left: 2px;
    font-weight: bold;
    font-size: 12px;
}

.x_ticket_win span input {
    font-weight: bold;
    width: 60px;
    color: #FFFFFF;
    font-size: 15px;
}



.x_ticket_buttons {
    background-image: url("../Images/xcommon/ticket_buttons_bg.png?v=1.1");
    color: #ffffff;
    padding: 5px 8px 4px 8px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    text-align: center;
}

    .x_ticket_buttons img {
        margin-right: 3px;
    }

.x_game_info_list_title font {
    color: #ffc300;
    font-weight: bold;
    font-size: 12px;
}

.x_game_info_list_title {
    background-image: url("../Images/xcommon/games_info_list_title.png");
    background-repeat: repeat-x;
    background-color: white;
    color: #ffffff;
    border: 1px solid #767676;
    margin-top: 2px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    height: 12px;
}

.x_game_info_cat {
    border: 1px solid #767676;
    border-top: none;
    padding: 5px 0 5px 10px;
    background: #212121 url("../Images/xcommon/game_info_cat2.png");
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    height: 14px;
    margin-bottom: -2px;
}

    .x_game_info_cat img {
        margin-top: -2px;
        margin-right: 4px;
    }

.x_game_info_cont {
    border: 1px solid #767676;
    border-top: none;
    height: 43px;
    background: #212121 url("../Images/xcommon/game_info_cont2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}

    .x_game_info_cont:hover {
        background: #212121 url("../Images/xcommon/game_info_cont2_hover.png") repeat-x;
    }

#x_left_block_livebetting .x_game_info_cat {
    background: #212121 url("../Images/xcommon/game_info_cat.png") repeat-x;
}

#x_left_block_livebetting .x_game_info_cont {
    background: #212121 url("../Images/xcommon/game_info_cont.png") repeat-x;
}

    #x_left_block_livebetting .x_game_info_cont:hover {
        background: #212121 url("../Images/xcommon/game_info_cont_hover.png") repeat-x;
    }

.x_game_info_cont_popup {
    border: 1px solid #767676;
    border-right: none;
    position: absolute;
    width: 550px;
    top: 0px;
    background: #232323;
    height: 43px;
	box-sizing: border-box;
	padding-top: 4px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 5;
	display: none !important;
}
#TicketContainer .x_game_info_cont_popup {
    border-right: 1px solid #767676;
}
    .x_game_info_cont_popup:hover {
        background: #373737;
    }


.x_popup_right {
    left: 215px;
    border-right: 1px solid #767676;
}

.x_popup_left {
    right: 245px;
}

.x_pop_title {
    margin-bottom: 5px;
    margin-top: 2px;
	font-size: 10px;
}

.x_popup_status_show {
    display: block;
}

.x_popup_status_hide {
    display: none;
}

.x_game_info_cont_game {
    color: #ffffff;
    padding-left: 10px;
    padding-top: 8px;
}

.x_game_info_action {
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
}

.x_game_info_1 {
    font-size: 11px;
    color: #bababa;
    float: left;
}

.x_game_info_2 {
    /*float: right;
    margin-right: 10px;*/
    margin-left: 4px;
    margin-right: 4px;
    color: #f6c800;
    font-weight: bold;
}

.x_game_favorite {
    margin-top: -10px;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 10px;
    height: 20px;
    width: 20px;
    display: block;
    cursor: pointer;
    background: url("../Images/xcommon/star_over.png") no-repeat center;
}

.x_game_info_cont.empty_favorite {
    color: #FFFFFF;
    padding-left: 10px;
    padding-top: 6px;
    height: 37px;
    line-height: 16px;
}

    .x_game_info_cont.empty_favorite div {
        float: left;
    }

.x_game_favorite:hover, .x_game_favorite.active {
    background: url("../Images/xcommon/star_normal.png") no-repeat center;
}


.x_game_info_3 {
    float: left;
    color: #ffffff;
    font-weight: bold;
    margin-left: 2px;
}

.x_game_info_4 {
    float: right;
    margin-right: 10px;
    color: #bcbcbc;
}

.live_status img {
    margin-right: 3px;
    margin-top: 2px;
}


/* RIGHT BLOCK SIDEBAR END */








/* =========================================================================== */
/* GAME LIVE (COCXALI) */

#game_live_main {
}

.x_game_live_title {
    padding: 3px 0px 5px 3px;
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    color: #f4bb00;
    font-size: 14px;
    border-bottom: 1px solid #afafaf;
}

.x_game_live_filter {
    height: 40px;
    background-color: #3f3f3f;
    padding-top: 20px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: none;
    color: #2d4f76;
}

.x_game_live_filter_height {

    padding-bottom: 20px;
}

.x_filter_title {
    position: relative;
}

.x_filter_title_cord {
    position: absolute;
    top: -20px;
}

.x_filter_title_cord1 {
    position: absolute;
    top: -15px;
    font-weight: bold;
}

.x_game_live_add_margin {
    padding-left: 6px;
    padding-right: 8px;
}


.x_game_live_filter img {
    margin-right: 5px;
	margin-top: 5px;
}

.x_game_live_filter p {
    margin-top: 4px;
    margin-right: 14px;
}

.x_game_live_filter_select {
	margin-left: 190px;
    width: 200px;
    height: 36px;
    font-size: 12px;
  border-radius: 2px;
  background-image: -moz-linear-gradient( 90deg, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(38,38,38) 0%, rgb(46,46,46) 100%);
  box-shadow: inset 0px 1px 0px 0px rgba(61, 61, 61, 0.6);
  outline: none;
    border: 1px solid #232323;;
    color: #ffffff;
    float: left;
    cursor: pointer;
    font-weight: bold;
}

#body.view_1024 .x_game_live_filter_select {
	margin-left: 100px;	
}

    .x_game_live_filter_select option {
        font-weight: bold;
		background: #232323;
    }

.x_add_for_input {
    margin-left: 15px;
    margin-top: -1px;
}

.x_game_live_filter_drop {
    float: left;
    margin-right: 27px;
    cursor: pointer;
}



.x_game_live_filter_option {
    height: 21px;
    font-size: 12px;
    line-height: 22px;
    border: none;
    color: #ffffff;
    font-weight: bold;
}

.x_game_live_filter_option {
    position: relative;
    font-weight: normal;
}

.x_game_live_filter_select img {
    margin-top: 3px;
    margin-left: 3px;
}

.x_game_live_filter_option_v2 {
    background-color: #215498;
}

.x_game_live_filter_option_v1 {
    background-color: #2260b1;
}

.x_game_live_filter_option_default {
    background-color: #2260b1;
    padding-left: 10px;
}

.x_game_live_filter_input {
    width: 133px;
    height: 19px;
    font-size: 12px;
    background-color: #215aa3;
    border: none;
    color: #ffffff;
}

.x_game_live_filter_show {
    display: block;
}

.x_game_live_filter_hide {
    display: none;
}


.x_game_live_title_block {
    background-image: url("../Images/xcommon/live_title_block_bg.png");
    color: #ffffff;
    border: 1px solid #707070;
    border-bottom: none;
    margin-top: 2px;
}

.x_game_live_marg {
    margin-top: -2px;
}


.x_game_live_game_title {
    background: #ffffff url("../Images/xcommon/live_game_title_bg.png") repeat-x;
    float: left;
    height: 21px;
    line-height: 14px;
    font-weight: bold;
    padding-right: 3px;
    line-height: 21px;
}

#body.view_1024 .x_game_live_game_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 666px;
}


.x_game_live_game_title:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.01em;
}

.x_game_live_game_title span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.80,0.80);
    -moz-transform: scale(0.80,0.80);
    -o-transform: scale(0.80,0.80);
    -ms-transform: scale(0.80,0.80);
    transform: scale(0.80,0.80);
    margin-right: 5px;
}

.x_game_live_game_icon {
    height: 21px;
    line-height: 21px;
}
.x_game_live_game_icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.01em;
}
.x_game_live_game_icon span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.80,0.80);
    -moz-transform: scale(0.80,0.80);
    -o-transform: scale(0.80,0.80);
    -ms-transform: scale(0.80,0.80);
    transform: scale(0.80,0.80);
    margin-right: 5px;
}

.x_game_live_game_corner {
    background: url("../Images/xcommon/live_game_corner_bg.png") repeat-x;
    float: left;
    width: 12px;
    height: 21px;
}

.x_game_live_game_buttonUp {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
    background-image: url("../Images/xcommon/nico1.png");
    width: 15px;
    height: 15px;
}

.x_game_live_game_buttonDown {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
    background-image: url("../Images/xcommon/nico1_1.png");
    width: 15px;
    height: 15px;
}

.x_result_sub_title td {
    padding-left: 3px;
}

.x_game_live_game_loop_v1 {
    background: url("../Images/xcommon/live_game_loop_v1.png") repeat-x;
    height: 22px;
}

.x_game_live_game_loop_img_marg img {
    position: relative;
    top: -2px;
}


.x_game_live_game_loop_v1_margin {
    padding-left: 3px;
}

.x_game_live_game_loop_v2 {
    background: url("../Images/xcommon/live_game_loop_v2.png") repeat-x;
    height: 22px;
}

.x_game_live_game_loop {
    font-weight: bold;
}

    .x_game_live_game_loop td {
        /*border: 1px solid #6b6b6b;*/
        vertical-align: middle;
    }

    .x_game_live_game_loop table {
        margin-bottom: 3px;
    }

/* /GAME LIVE (COCXALI) */




/* =========================================================================== */
/* LIVE BETTING  */




#x_left_block_livebetting {
    width: 215px;
    float: left;
}

#x_livebetting_center {
    border: 1px solid #4c4c4c;
    float: left; /*width: 525px;*/
    width: 522px;
    margin-left: 3px;
    margin-top: 4px;
    padding: 5px;
}

.x_livebetting_block_main {
    border: 1px solid #000000;
    margin-bottom: 3px;
    font-weight: bold;
}

.x_livebetting_block_title {
    background-color: #121212;
    color: #ffffff;
    height: 23px;
    line-height: 20px;
    padding-top: 2px;
    /*font-size:13px;*/
}

    .x_livebetting_block_title img {
        margin-left: 3px;
        margin-right: 5px;
        margin-top: 1px;
    }

.x_livebetting_block_loop {
    background-color: #2c2c2c;
    font-weight: bold;
}

    .x_livebetting_block_loop table {
        border-spacing: 2px;
        border-collapse: inherit;
    }

    .x_livebetting_block_loop td {
        vertical-align: middle;
        padding-top: 4px;
    }

    .x_livebetting_block_loop font {
        color: #ffc300;
    }


.x_livebetting_title_1 {
    color: #5aca00;
    width: 73px;
    padding-left: 10px;
    float: left;
}

.x_livebetting_title_2 {
    color: #ffffff;
    text-align: left;
    float: left;
    width: 320px;
}

    .x_livebetting_title_2 span.team1 {
        width: 140px;
        text-align: right;
        display: inline-block;
    }

    .x_livebetting_title_2 span.result {
        margin: 0px 5px;
        display: inline-block;
    }

    .x_livebetting_title_2 span.team2 {
        text-align: left;
    }

.x_livebetting_title_3 {
    color: #ff0000;
    width: 73px;
    text-align: right;
    padding-right: 10px;
    float: right;
}

.x_livebetting_td_cont {
    height: 22px;
    width: 230px;
    border: 1px solid #000000;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 7px;
    cursor: pointer;
}


.x_livebetting_td_cont_v2 {
    height: 22px;
    width: 190px;
    border: 1px solid #000000;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 3px;
    cursor: pointer;
}

.x_livebetting_td_cont_v3 {
    height: 22px;
    width: 90px;
    border: 1px solid #000000;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 3px;
    cursor: pointer;
}

.x_livebetting_td_normal {
    background: url("../Images/xcommon/livebetting_cont_bg.png") repeat-x;
}

.x_livebetting_td_active {
    background: url("../Images/xcommon/livebetting_cont_bg_active.png") repeat-x;
    color: #212121;
}

.x_livebetting_td_cont_3 {
    height: 22px;
    width: 30px;
    border: 1px solid #000000;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}


.x_livebetting_list_title {
    background-color: #2c2c2c;
    color: #9a9a9a;
    padding: 8px 0px 7px 0px;
    font-size: 11px;
    border-bottom: 1px solid #454545;
}

    .x_livebetting_list_title img {
        margin-top: -1px;
        margin-left: 5px;
        margin-right: 6px;
    }

.arrow_active_livebetting {
    width: 9px;
    height: 5px;
    display: inline-block;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
    margin-top: 4px;
}




.x_livebetting_block_inside.s1 {
    width: 40%;
}

.x_livebetting_block_inside.s2 {
    width: 20%;
}

.x_livebetting_block_inside.s3 {
    width: 40%;
}


.x_livebetting_block_inside_v2 {
    width: 50%;
}

.x_livebetting_block_inside_v3 {
    width: 100%;
}

.x_livebetting_block_inside_locked {
    background: none;
    color: #9a9a9a;
    font-size: 11px;
}

.x_livebetting_block_inside_locked_v2 {
    width: 50%;
    background: none;
    color: #9a9a9a;
    font-size: 11px;
}

.x_livebetting_block_inside_locked_v3 {
    width: 100%;
    background: none;
    color: #9a9a9a;
    font-size: 11px;
}

.x_livebetting_block_inside_locked_v2 img {
    margin-top: -1px;
    margin-right: 4px;
}

.x_livebetting_block_inside_locked img {
    margin-top: -1px;
    margin-right: 4px;
}

.x_livebetting_block_inside_locked_v3 img {
    margin-top: -1px;
    margin-right: 4px;
}

.x_livebetting_block_title_inside {
    color: #ffc300;
    padding-left: 10px;
}


/* /LIVE BETTING  */





/* =========================================================================== */
/* HISTORY  */





.x_history_title_block_title {
    /* background: url("../Images/xcommon/history_title_block_bg.png") repeat-x; */
    height: 30px;
    background: #313131;
	font-family: 'bpg_mrgvlovani_2010regular';
    font-weight: bold;
	color: #adadad;
}

.x_history_title_block_regular {
	background: #464646;
	color: #fff;
    height: 30px;
    font-weight: bold;
}

.x_game_history_game_loop td, .x_game_history_game_loop th {
    border: 1px solid #000000;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

/* /HISTORY  */



/* =========================================================================== */
/* BILETEBI */

#body.view_1024 #game_ticket_main {
    margin-top: 1px;
    margin-left: 2px;
    width: 748px;
}

#game_ticket_main {
    margin-top: 1px;
    margin-left: 2px;
    width: 995px;
}


.x_parent_cal {
    position: relative;
}

.x_ticket_filter_border {
    border: 0px solid #6b6b6b;
}

.x_tickets_filter_input {
    width: 181px;
    height: 21px;
    font-size: 13px;
    font-weight: bold;
    background-color: #4a4a4a;
    border: 1px solid #323232;
    border-right: none;
    color: #FFF;
    padding-left: 10px;
}

#body.view_1024 .x_tickets_filter_input {
    width: 110px;
    height: 21px;
    font-size: 13px;
    font-weight: bold;
    background-color: #4a4a4a;
    border: 1px solid #323232;
    border-right: none;
    color: #FFF;
    padding-left: 10px;
}

.x_cal_status_show {
    position: absolute;
    display: block;
}

.x_cal_status_hide {
    position: absolute;
    display: none;
}


.x_add_for_filter {
    margin-left: 10px;
}

#body.view_1024 .x_add_for_filter {
    margin-left: 3px;
}

.x_add_for_filter1 {
    margin-right: 50px;
}

#body.view_1024 .x_add_for_filter1 {
    margin-right: 12px;
}

.x_tickets_filter {
    height: 39px;
    background-color: #3f3f3f;
    padding-top: 10px;
    padding-left: 10px;
	padding-bottom: 10px;
    color: #2D4F76;
    border-top: none;
    border-bottom: none;
	border-bottom: 2px solid #000000;
}

    .x_tickets_filter img {
        margin-right: 5px;
		margin-top: 7px;
    }

    .x_tickets_filter p {
        margin-top: 4px;
        margin-right: 5px;
        font-weight: bold;
    }

.x_add_for_ticket {
    border: none;
}

.x_ticket_title {
    padding: 3px 0px 5px 3px;
    background-image: url("../Images/xcommon/menu_items_normal_bg.png");
    color: #f4bb00;
    font-size: 14px;
    border-bottom: 1px solid #afafaf;
}


#s_news_paging.x_news_paging_ticket {
    height: 25px;
    padding-top: 10px;
    background-color: #ffffff;
    border: 1px solid #afafaf;
}

.x_tickets_loop_title_bg {
    height: 30px;
	line-height: 30px;
	background: #313131;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: 0px solid #565656;
}

    .x_tickets_loop_title_bg td {
        padding: 8px 5px 7px 5px;
		color: #a5a5a5;
    }

.x_tickets_loop_main td {
    vertical-align: middle;
}

.x_tickets_loop_main tr:hover {
	background: #5e5e5e;	
}
/*.x_sidebar_main_block_tickets tr:hover {
	background: #2f2f2f;	
}*/

.x_tickets_loop_title_bg.x_tickets_loop_normal tr:hover {
	background: #2f2f2f;
}


.x_tickets_loop_regular_bg {
    height: 40px;
    font-size: 12px;
	background: #464646;
	color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-top: none;
	border-bottom: 1px solid #212121;
}

    .x_tickets_loop_regular_bg td {
        padding: 0;
		font-family: 'bpg_mrgvlovani_2010regular';
    }
	.arrow-td {
		border-left:1px solid #313131;
		background: #393939;
	}
	#body.view_1024 .x_tickets_loop_regular_bg td span {
		font-size: 10px;
	}


.x_tickets_loop_normal {
    color: #ffffff;
}

.x_tickets_loop_active {
    color: #30a7f2;
}


.x_ticket_width_add {
    width: 660px;
}

#body.view_1024 .x_ticket_width_add {
    width: 462px;
}

.x_ticket_width_add_height {
    padding-top: 3px;
}

.x_ticket_add_margin {
    margin-top: -42px;
    font-weight: bold;
}

 #formFBTicket .x_ticket_add_margin {
    margin-top: 0px;
	font-weight: bold;
}

#body .x_sidebar_loop_block .x_ticket_add_margin {
    margin-top: 13px;
    font-weight: bold;
}


.x_ticket_add_block {
    display: block;
    font-size: 11px;
    margin-right: 10px;
    float: left;
}

.x_ticket_add_block_top {
    padding: 0px 5px 2px 5px;
    height: 12px;
    width: 60px;
    border: 1px solid black;
    border-top: none;
    border-bottom: none;
}

.x_ticket_block_bottom {
    padding: 4px 5px 0px 5px;
    height: 12px;
    border: 1px solid black;
    text-align: center;
    border-bottom: none;
    color: #0053b4;
}

.x_ticket_block_bottom1 {
    float: left;
    color: #000;
}

.x_ticket_block_bottom2 {
    float: right;
    color: #006cff;
}

    .x_ticket_block_bottom2.red {
        color: #ff0000;
    }

.x_ticket_add_image {
    width: 19px;
    height: 20px;
}

.x_ticket_add_image_Live, .x_ticket_add_image_live {
    width: 15px;
    height: 30px;
    background: url(../Images/xcommon/ticket_live.png);
    margin-top: 3px;
}

.x_ticket_add_image_Virtual, .x_ticket_add_image_virt {
    width: 15px;
    height: 30px;
    background: url(../Images/xcommon/ticket_virt.png);
    margin-top: 3px;
}

.x_ticket_add_image_Prematch {
    
}

.ticket_popup_wrapper .x_ticket_width_add {
    width: 649px;
}

.x_ticket_block_img {
    display: block;
    margin-top: 10px;
    float: left;
    width: 13px;
    height: 11px;
	margin-right: 6px;
}

.x_tickets_logo {
    border-bottom: none;
    margin-bottom: 0px;
    background-color: #1A1A1A;  
    height: 46px;
	position: relative;
}

.x_ticket_ico_margin {
    margin-top: 13px;
    margin-right: 5px;
}

 .SortTicket {
    display: block;
    position: absolute;
    width: 170px;
    height: 33px;
    background-color: none;
    border: 1px solid #4C4C4C;
    border-radius: 2px;
    cursor: pointer;
    color: #808080;
    font-size: 11px;
    line-height: 15px;
    padding-top: 9px;
    font-family: 'CrystalBetUni-Regular';
    text-align: left;
    box-sizing: border-box;
    padding-left: 33px;
    top: 9px;
    left: 84px;
    text-decoration: none;
}

 .action-sort-ticket {
    display: none;
}
 .SortTicket:hover {
    background: #4c4c4c;
}
.SortTicket:after {
    content: '';
    background: url(../Images/Sport/Sport.png) no-repeat;
    background-position: -697px -432px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: calc(50% - 7px);
}
.Tkt-SportType-logo {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 20px 20px;
    position: absolute;
    top: 10px !important;
    left: 0px !important;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    transform: scale(1) !important;
}
.x_ticket_tabs_bg {
	background: #353535;
	border-bottom: 1px solid #CAAF2E;
	font-family: 'bpg_mrgvlovani_2010regular';
	display: none;
}

.x_ticket_tabs_add_id {
    float: right;
    line-height: 20px;
    color: #ffffff;
    margin-right: 3px;
}

.x_ticket_status {
	background: #262626;
    border-bottom: none;
}

    .x_ticket_status td {
        vertical-align: middle;
        color: #ffffff;
        height: 25px;
        border-bottom: 1px solid #333333;  
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
        font-weight: bold;
    }


.ticket-width {
	width: 85%;
}
.x_sidebar_main_block_tickets .ticket-width {
    background-color: #333333;
}
#body.view_1024 .ticket-width { 
	width: 98%;
}

.x_ticket_style_v {
	float: left;
	margin: 0 0 0 14px;
	height: 43px;
	line-height: 43px;
}

.x_ticket_style_v div {
	display: inline-block;
	font-family: 'bpg_mrgvlovani_2010regular';
	font-size: 12px;
	
}
#body.view_1024 .x_ticket_style_v div {
	font-size: 10px;
}
#body.view_1024 .x_ticket_style_v .gel {
	font-size: 10px;
}
.history-bottom-left {
	color: #fff;	
}
.history-bottom-right {
	margin-left: 4px;
	color: #fde054 !important;	
}

.history-bottom-bt {
    color: #fff;
    margin-top: 7px;
	margin-right: 5px;
}

.x_ticket_style_v4 {
    height: 43px;
    background-color: #262626;
	float: right;
}

.x_tickets_loop_regular_bg.active {
	background: #5e5e5e;	
}

.x_loose_ticket {
    height: 29px;
    background-color: #cc0001;
    display: inline-block;
    line-height: 31px;
    padding: 0px 20px 0px 20px;
}

.x_cashout_ticket {
    height: 29px;
    background-color: #878787;
	width: 155px;
	box-sizing: border-box;
    display: inline-block;
    line-height: 31px;
    padding: 0px 20px 0px 20px;
	position: relative;
}
.x_cashout_ticket:after {
	content: '';
    background: url('../Images/common/cash-out.png');
    background-position: -196px -23px;
	width: 33px;
	height: 26px;
    display: block;
    position: absolute;
    left: 59px;
    top: 2px;
}


.x_win_ticket {
    height: 29px;
    background-color: #00B10A;
    display: inline-block;
    line-height: 31px;
    padding: 0px 20px 0px 20px;
}

.x_active_ticket {
    height: 29px;
    background-color: #053669;
    border: 1px solid #181818;
    display: inline-block;
    line-height: 31px;
    padding: 0px 20px 0px 20px;
}

/* BUTTONS */
.x_button_corner {
    width: 8px;
    height: 28px;
    background-repeat: no-repeat;
    float: left;
}

.x_normal_button {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.x_active_button {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.x_normal_button .x_button_corner_left {
    background-image: url("../Images/xcommon/button_left_corner.png?v=1.1");
}

.x_normal_button .x_button_corner_middle {
    background-image: url("../Images/xcommon/button_middle_bg.png?v=1.1");
}

.x_normal_button .x_button_corner_right {
    background-image: url("../Images/xcommon/button_right_corner.png?v=1.1");
}

.x_active_button .x_button_corner_left {
    background-image: url("../Images/xcommon/button_left_corner_active.png?v=1.1");
}

.x_active_button .x_button_corner_middle {
    background-image: url("../Images/xcommon/button_middle_bg_active.png?v=1.1");
}

.x_active_button .x_button_corner_right {
    background-image: url("../Images/xcommon/button_right_corner_active.png?v=1.1");
}

.x_normal_button:active .x_button_corner_left {
    background-image: url("../Images/xcommon/buttonA_left_corner.png");
}

.x_normal_button:active .x_button_corner_middle {
    background-image: url("../Images/xcommon/buttonA_middle_bg.png");
}

.x_normal_button:active .x_button_corner_right {
    background-image: url("../Images/xcommon/buttonA_right_corner.png");
}

.x_active_button:active .x_button_corner_left {
    background-image: url("../Images/xcommon/buttonA_left_corner_active.png");
}

.x_active_button:active .x_button_corner_middle {
    background-image: url("../Images/xcommon/buttonA_middle_bg_active.png");
}

.x_active_button:active .x_button_corner_right {
    background-image: url("../Images/xcommon/buttonA_right_corner_active.png");
}

div.x_tab_normal div.x_system_text_tab_title,
div.x_tab_normal div.x_system_text_tab2_title,
div.x_tab_active div.x_system_text_tab_title,
div.x_tab_active div.x_system_text_tab2_title {
    padding-bottom: 4px;
}

div.x_tab_normal div.x_system_tab_corner,
div.x_tab_normal div.x_system_tab2_corner,
div.x_tab_active div.x_system_tab_corner,
div.x_tab_active div.x_system_tab2_corner {
    height: 29px;
    width: 13px;
}


.x_button_middle {
    padding: 8px 0px 8px 0px;
    background-repeat: repeat-x;
    float: left;
    color: #1e1e1e;
}

/* /BUTTONS */




/* SHEDEGEBI */


.x_result_sub_title {
    background: url("../Images/xcommon/results_bg.png") repeat-x;
    height: 22px;
    border: 1px solid #8b8b8b;
}

.x_game_result_game_loop {
    font-weight: bold;
}

    .x_game_result_game_loop table {
        border-collapse: separate;
    }

    .x_game_result_game_loop font {
        color: #215ca8;
    }

    .x_game_result_game_loop td {
        /*padding-left: 3px;*/
        vertical-align: middle;
    }

    .x_game_result_game_loop table {
        /* margin-bottom : 3px; */
    }

.x_result_game_v1 {
    font-weight: normal;
    background-color: #dbdbdb;
    height: 21px;
}

    .x_result_game_v1 td, .x_result_game_v2 td {
        border-top: 1px solid #E9E9E9;
        border-bottom: 1px solid #bfbfbf;
        height: 21px;
        text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    }

        .x_result_game_v1 td:first-child, .x_result_game_v2 td:first-child {
            padding-left: 20px;
			width: 110px;
        }


	.x_result_game_v1 td div, .x_result_game_v2 td div {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;		
	}


    .x_result_game_v1 b {
        font-weight: bold;
    }

.x_result_game_v2 {
    font-weight: normal;
    background-color: #e8e8e8;
    height: 21px;
}

    .x_result_game_v2 b {
        font-weight: bold;
    }

/* */
.TablePager {
}

    .TablePager table {
        height: 25px;
        padding-top: 10px;
    }

        .TablePager table td {
            border-collapse: collapse;
            border-spacing: 0;
            border-style: none !important;
        }

    .TablePager a {
        margin: 3px;
        color: white;
        font-weight: bold;
    }

    .TablePager span {
        margin: 3px;
        color: #e5a000;
        font-weight: bold;
    }

.ClientTicketsNonSelectedRow {
    cursor: pointer;
    background: url("../Images/xcommon/normal_button.png") center no-repeat;
    width: 39px;
    height: 9px;
}

.ClientTicketsSelectedRow {
    cursor: pointer;
    background: url("../Images/xcommon/down_button.png") center no-repeat;
    width: 39px;
    height: 9px;
}

/* Custom Styles */
.x_loop_game_title_block:hover .x_game_title, .x_game_title_active, .x_loop_res_active {
    background: #fde053;
    /*border-right: 1px solid #7c7c7c;*/
}

.x_game_live_match:hover tr:hover .x_game_live_game_loop_v1_margin {
    background-image: url("../Images/xcommon/loop_game_active.jpg") !important;
}

.x_game_live_match .x_loop_res, .x_game_live_match .x_loop_res_active {
    cursor: pointer;
}

.x_loop_list td.SnatchSelected, .LiveSnatchSelected, .x_loop_list td.DetailSnatchSelected, .x_loop_list td.LiveBetSnatchSelected {
    background-image: url("../Images/xcommon/loop_game_active.jpg");
}

.x_bet_input_label {
    width: 42px;
    margin: 0px;
    padding: 0px;
    margin-top: -3px;
    text-align: right;
    background: none;
    border-style: none;
    height: 14px;
}


.x_game_info_cont:hover .x_game_info_cont_popup, .game_info:hover .x_game_info_cont_popup {
    display: block !important;
}

#TicketContainer {
    /*position:absolute;     top: 460px;*/
}

.x_champ_regular td:hover {
    background-image: url('../Images/xcommon/champ_hover_bg.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #282828;
}

    .x_champ_regular td:hover a {
        /*background-color:#443727;*/
        /*color: #3995FF!important;*/
    }

.x_sidebar_empty_checkbox {
    width: 20px;
    float: left;
    margin-top: -1px;
    height: 5px;
    display: inline-block;
}

.x_auto_margin {
    margin-top: 3px;
}

.x_tab_system_in_block_mains {
    margin-top: 2px;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

#body .TicketSnatch.up {
    background-image: url('../Images/common/green.png?v=1.03');
    background-position: left center;
    /*padding-left: 10px;*/
    margin-left: 5px;
    background-repeat: no-repeat;
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    /* color: #2be300;*/
}

#body .TicketSnatch.down {
    background-image: url('../Images/common/red.png?v=1.03');
    background-position: left center;
    /*padding-left: 10px;*/
    margin-left: 5px;
    background-repeat: no-repeat;
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    /*color: #b1140b;*/
}

#body .TicketSnatch.lock {
    background-image: url('../Images/common/Lock.png?v=1.03');
    background-position: left center;
    /*padding-left: 10px;*/
    margin-left: 5px;
    background-repeat: no-repeat;
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    /*color: #b1140b;*/
}



.t_time {
    font-weight: bold;
    font-family: Tahoma;
    font-size: 14px;
    -webkit-animation: show_hide 0.7s infinite;
    -moz-animation: show_hide 0.7s infinite;
    -o-animation: show_hide 0.7s infinite;
    animation: show_hide 0.7s infinite;
}

@-webkit-keyframes show_hide {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes show_hide {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes show_hide {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes show_hide {
  0%   { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
#body .TicketSnatch.none {
    background-repeat: no-repeat;
}


.x_game_live_game_loop .x_loop_block_normal {
    vertical-align: bottom;
}

.EmptyLiveSnatch .x_r {
    float: none;
}

.slots_list {
    float: left;
    width: 193px;
    height: 185px;
}

    .slots_list div {
        height: 30px;
        line-height: 30px;
        text-align: center;
        padding-bottom: 10px;
    }

        .slots_list div a {
            color: #cacaca;
            font-size: 12px;
            text-decoration: none;
        }

    .slots_list img {
        border: 4px solid #151515;
        border-radius: 5px;
        cursor: pointer;
    }

        .slots_list img:hover {
            border: 4px solid #fdfe03;
            border-radius: 5px;
        }


.x_sport_item {
}

.x_live_item.header {
    display: inline-block;
    width: 246px;
    height: 35px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 2px;
}

#x_left_block_livebetting .x_live_item.header {
    width: 215px;
}

.x_live_item.header .arrow_active {
    margin-right: 8px;
    margin-top: 12px;
}

#x_games_info_list_block .x_game_info_cont {
    border-width: 0px;
}

#x_games_info_list_block .x_game_info_cat {
    border-width: 0px;
}

.x_arrow_class a img {
    display: none;
}

/*
.x_arrow_class {
    bottom: 16px;
}
*/

.x_arrow_class a {
    background-image: url('../Images/xcommon/arrow.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 49px;
    height: 48px;
}

    .x_arrow_class a:hover, .x_arrow_class a:active {
        background-image: url('../Images/xcommon/arrow_hower.png');
    }



.live-details {
}

    .live-details .x_loop_title_block_coef_more td {
        border-right: none;
    }

.x_loop_list .live-details table td {
    border-width: 0px !important;
    margin-right: -1px;
}

.live-details table .x_loop_title_block_more {
    background-image: url('../Images/xcommon/live-header.png');
    background-repeat: no-repeat;
    background-position: top left;
    height: 23px;
    background-size: 100% 23px;
}

.live-details table .x_loop_title_block_coef_more {
    background-image: url('../Images/xcommon/live-bg.png');
    background-repeat: repeat-x;
    background-position: top left;
}

    .live-details table .x_loop_title_block_coef_more td p {
        margin-bottom: 0px;
    }

        .live-details table .x_loop_title_block_coef_more td p.x_l {
            padding-left: 10px;
            background-image: url('../Images/xcommon/live-bg-left.png');
            background-position: left top;
            background-repeat: no-repeat;
            margin-left: 0px;
            height: 21px;
            padding-top: 8px;
        }

        .live-details table .x_loop_title_block_coef_more td p.x_r {
            height: 21px;
            margin-right: 0px;
            padding-right: 4px;
            background-image: url('../Images/xcommon/live-bg-right.png');
            background-position: right top;
            background-repeat: no-repeat;
            padding-top: 8px;
        }


    .live-details table .x_loop_title_block_coef_more td.LiveSnatchSelected p.x_r,
    .live-details table .x_loop_title_block_coef_more td.LiveSnatch:hover p.x_r,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatchSelected p.x_r,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatch:hover p.x_r {
        background-image: url('../Images/xcommon/live-bg-right-hover.png');
    }

    .live-details table .x_loop_title_block_coef_more td.LiveSnatchSelected p.x_l,
    .live-details table .x_loop_title_block_coef_more td.LiveSnatch:hover p.x_l,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatchSelected p.x_l,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatch:hover p.x_l {
        padding-left: 10px;
        background-image: url('../Images/xcommon/live-bg-left-hover.png');
    }

    .live-details table .x_loop_title_block_coef_more td.EmptyDetailSnatch:hover,
    .live-details table .x_loop_title_block_coef_more td.EmptyLiveSnatch:hover {
        background-image: url('../Images/xcommon/live-bg.png');
        cursor: auto;
    }

    .live-details table .x_loop_title_block_coef_more td.DetailSnatchGreen p.x_r {
        background-image: url('../Images/xcommon/live-green-bg-right.png');
    }

    .live-details table .x_loop_title_block_coef_more td.DetailSnatchGreen p.x_l {
        padding-left: 10px;
        background-image: url('../Images/xcommon/live-green-bg-left.png');
    }

    .live-details table .x_loop_title_block_coef_more td.DetailSnatchGreen {
        background-image: url('../Images/xcommon/live-green-bg.png');
        cursor: auto;
    }

    .live-details table .x_loop_title_block_coef_more td.LiveSnatchSelected,
    .live-details table .x_loop_title_block_coef_more td.LiveSnatch:hover,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatchSelected,
    .live-details table .x_loop_title_block_coef_more td.DetailSnatch:hover {
        background-image: url('../Images/xcommon/live-bg-hover.png');
    }


.warning {
    margin-top: 8px;
    color: yellow;
    font-weight: bold;
    height: 20px;
    text-align: center;
}

.x_champ_regular .x_regural_active, .x_champ_regular .x_regural_normal {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 210px;
    display: inline-block;
    height: 14px;
}


.x_game_title_tooltip {
    background-image: url("../Images/xcommon/loop_game_norm.png");
    height: 20px;
    display: inline-block;
    text-align: left;
    padding-left: 3px;
    padding-top: 6px;
    width: 450px !important;
    border: 1px solid rgb(124, 124, 124);
    position: absolute;
    font-weight: bold;
}

.x_live_item.header.favorites {
    position: relative;
}

    .x_live_item.header.favorites .recycle {
        background-image: url('../Images/Pages/LiveBettings/recyclebin.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        display: inline-block;
        width: 10px;
        height: 18px;
        position: absolute;
        right: 30px;
        top: 5px;
    }

        .x_live_item.header.favorites .recycle:hover {
            background-image: url('../Images/Pages/LiveBettings/recyclebin_open.png');
        }


.x_loop_list .x_loop_title_block .x_loop_res.hovered {
    color: black;
    background-image: url('../Images/xcommon/loop_game_active.jpg');
}


#x_games_loop.results {
    background: none;
}

    #x_games_loop.results .sport_more_td1 {
        width: 801px;
    }

#body.view_1024 #x_games_loop.results .sport_more_td1 {
    width: 440px;
}

.x_loop_more_block.results td {
    vertical-align: middle;
}

#body.view_1500 .x_popup_left {
    right: 319px;
}

#body.view_1500 .x_popup_right {
    left: 274px;
}

#body.view_1500 .live_left_div3 .x_popup_right {
    left: 215px;
}

#body .live_left_div3 .x_popup_right {
    left: 215px;
}








.x_tab_active .x_system_text_tab_title {
    padding: 0px 0px 6px 0px;
	height: 25px;
	line-height: 29px;
    color: #102A46;
    float: left;
	background: #fde054;
    letter-spacing: 1px;
    width: 82px;
    text-align: center;
}

.IsWinTicket {
	color: #fde155;	
}



.new-results .x_game_live_game_title {
	height: 30px;
	background: #6f6f6f;
}
.new-results .x_game_live_game_corner {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 20px;
	border-color: transparent transparent transparent #6f6f6f;	
}
.new-results .x_game_live_title_block {
	height: 30px;
  background-image: -moz-linear-gradient( 90deg, #9f9f9f 0%, #acacac 100%);
  background-image: -webkit-linear-gradient( 90deg, #9f9f9f 0%, #acacac 100%);
  background-image: -ms-linear-gradient( 90deg, #9f9f9f 0%, #acacac 100%);	
}
.new-results .x_result_sub_title {
	height: 26px;
	line-height: 26px;
	background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(226,226,226) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(226,226,226) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(226,226,226) 100%);
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #e9e9e9;	
}
.new-results .x_result_sub_title td {
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #e9e9e9;	
}

.new-results .x_result_game_v2, .new-results .x_result_game_v1 {
	height: 26px;
	line-height: 26px;	
}

.new-results .x_result_game.x_result_game_v2.hover, .new-results .x_result_game.x_result_game_v1.hover {
	background: #e1dbbf;		
}

.new-results .x_result_game.x_result_game_v2.active, .new-results .x_result_game.x_result_game_v1.active {
	background: #e1dbbf;		
}





#body .new-results .x_loop_game_active_add {
    color: #d52dd7;
    width: 38px !important;
    border-left: 1px solid #d3d3d3;
    box-sizing: border-box;
    float: right;
    height: 28px;
    text-align: center;
}
#body .new-results .x_loop_game_active_add.HasDetails {
	cursor:pointer;
	font-weight: bold;
}


#body .new-results .x_result_game_v1 .x_loop_game_active_add {
	background-image: -moz-linear-gradient( 90deg, rgb(202,202,202) 0%, rgb(219,219,219) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(202,202,202) 0%, rgb(219,219,219) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(202,202,202) 0%, rgb(219,219,219) 100%);	
}
#body .new-results .x_result_game_v2 .x_loop_game_active_add {
	background-image: -moz-linear-gradient( 90deg, rgb(223,224,223) 0%, rgb(232,232,232) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(223,224,223) 0%, rgb(232,232,232) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(223,224,223) 0%, rgb(232,232,232) 100%);
}
#body .new-results .x_result_game_v1 .x_loop_game_active_add.HasDetails:hover, #body .new-results .x_result_game_v2 .x_loop_game_active_add.HasDetails:hover {
	background: #e1dbbf;	
}




.new-results .x_game_live_game_buttonUp {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
    background-image: url("../Images/xcommon/nico1_new.png");
    width: 26px;
    height: 22px;
}
.new-results .x_game_live_game_buttonUp:hover {
	background-image: url("../Images/xcommon/nico1_new_hover.png");
}
.new-results .x_game_live_game_buttonDown {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
    background-image: url("../Images/xcommon/nico1_1_new.png");
    width: 26px;
    height: 22px;
}
.new-results .x_game_live_game_buttonDown:hover {
	background-image: url("../Images/xcommon/nico1_1_new_hover.png");
}

/*.new-results .sport_more_div table tr td:first-child {
	padding-left: 15px;	
}*/
.sport_more_div table tr:hover > td:first-child  {
	box-sizing: border-box;
  background-image: -moz-linear-gradient( 0deg, #fbeba0 0%, rgb(198,198,198) 100%);
  background-image: -webkit-linear-gradient( 0deg, #fbeba0 0%, rgb(198,198,198) 100%);
  background-image: -ms-linear-gradient( 0deg, #fbeba0 0%, rgb(198,198,198) 100%);

}

.sport_more_div table tr:nth-child(even):hover > td:first-child  {
  background-image: -moz-linear-gradient( 0deg, #fbeba0 0%, rgb(213,213,213) 100%);
  background-image: -webkit-linear-gradient( 0deg, #fbeba0 0%, rgb(213,213,213) 100%);
  background-image: -ms-linear-gradient( 0deg, #fbeba0 0%, rgb(213,213,213) 100%);
}

.history-bottom-right .gel {
	font-size: 12px;
}




   