.game_datetime_wrapper {
    padding: 5px;
    color: #cccaca}

.game_wrapper_new {
    background-color: #292845;
    color: #375d97;
    font-size: 13px;
    border-radius: 8px;
    margin: 10px 0;
        border: 1px solid #000000;
    min-height: 235px;
}
.game_bets_home {
    display: table-cell;
}
.game_bets_road {
    display: table-cell;
}

.game_bets_wrapper {
    display: table;
    width: 100%;
    padding: 10px 25px;
}

span.spn_home_team.game_team {
    float: right;
}
span.spn_road_team.game_team {
    float: left;
}

.game_teams_wrapper {
    text-align: center;
    padding: 5px 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #fff;
    color: #000000;
    font-weight: bold;
}
.game_bets ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


span.game_team img{
    width: 60px;
}

.game_link_wrapper a {
    display: none;
    text-align: center;
    background-color: #fff;
    color: #000000;
    padding: 5px 20px;
    margin-bottom: 10px;
    text-decoration: none;
    font-weight: bold;
}



.game_bets_home{
    text-align: right;
}
.game_bets_road{
    text-align: left;
}


span.spn_vs {
    font-weight: bold;
}

li.li_odd.selected {
    background-color: #ffffff;
    color: #0f0b31;
    border: 1px solid #0f0b31;
    font-weight: bold;
}

.game_bets_road .li_odd {
    float: left;
}
li.li_odd {
    display: block;
    width: 100px;
    padding: 5px;
    background-color: #0f0b31;
    color: #ffffff;
    border: 1px solid #0f0b31;
    margin: 5px 0;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
}

.game_bets_home .li_odd {
    float: right;
}

.game_time {
    float: right;
    color: #fff;
}

.game_date{
    float: left;
}


div#bet_slip {
    position: fixed;
    bottom: 0;
    right: 2%;
    background-color: #ffffff;
    z-index: 10000;
    border: 2px solid #375d97;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: none;
    max-width: 96%;
}


div#bet_slip_inner.minimized {
    height: 40px;
    overflow: hidden;
    max-height: 40px;
    min-height: 40px;
}

div#bet_slip_inner {
    /* padding: 10px; */
    max-height: 565px;
    overflow-y: auto;
    color: #000000;
    min-width: 430px;
    min-height: 400px;
}



.txt_bet_amount{
    width: 80px;
    margin-right: 20px;
    color: #375d97;
    margin-left: 5px;
}

.img_delete_wager{
    cursor: pointer;
    float: right;
    margin-top: -2px;
}

.wager_container {
    margin: 5px 10px;
    border-bottom: 1px dotted;
    padding: 3px 0;
}
.wager_container_parlay, .wager_container_teaser{
    border-bottom: none;
}


.game_league {
    float: left;
    margin-right: 10px;
    background-color: #fff;
    color: #000000;
    font-weight: bold;
    padding: 0 5px;
    font-style: italic;
}

label.lbl_wager_team_name {
    margin-right: 10px;
    color: #000000;
}
/****************************************************/

#ul_sportsbook_settings li{
    display: inline-block;
    float: left;
    margin: 0 30px 0 0;
}

.wagers_wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.balance_wrapper {
    /* background-color: #fff; */
    /* border: 1px solid; */
    padding: 10px 10px 2px 10px;
    margin-bottom: 4px;
    cursor: pointer;
    /* border-bottom: 2px solid; */
}
.sportsbook_games_inner{
    width: 63%;
    display: inline-block;
    vertical-align: top;
}

.lbl_summary_header{
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;
}
.chk_keep_picks{
    display: inline-block;
    float: right;
}
.lbl_keep_picks{
    display: inline-block;
    float: right;
    color: #929292 !important;
    font-weight: bold;
}

.lbl_total_active_bets{
    display: inline-block;
    float: left;
    
    font-weight: bold;
}
.lbl_total_active_bets_value{
    display: inline-block;
    float: right;
    
    font-weight: bold;
}
.lbl_total_bet{
    display: inline-block;
    float: left;
    
    font-weight: bold;
}
.lbl_total_bet_value{
    display: inline-block;
    float: right;
    
    font-weight: bold;
}
.lbl_total_potential{
    display: inline-block;
    float: left;
    
    font-weight: bold;
}
.lbl_total_potential_value{
    display: inline-block;
    float: right;
    
    font-weight: bold;
}


.wager_headers_wrapper{
    display: table;
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.wager_headers_wrapper label{
    display: table-cell;
    text-align: center;
    cursor: pointer;
}

.wager_headers_wrapper label.selected{
    background-color: #fff;
    color: #375d97;
    font-weight: bold;
}



.straight_wagers{
    min-height: 280px;
    border-bottom: 3px solid #e1e1e1;
}

.straight_wagers_wrapper {
    
    /* background-color: #fff; */
}

.active_bets_wrapper{
    margin: 0 auto;
    margin: 5px 10px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
.total_bet_wrapper{
    margin: 0 auto;
    margin: 5px 10px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}

.total_potential_wrapper{
    margin: 0 auto;
    margin: 5px 10px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
.summary_buttons_wrapper{
    margin: 0 auto;
    margin: 5px 10px;
    padding-bottom: 5px;
}

.summary_header_wrapper{
    margin: 0 auto;
    margin: 5px 10px ;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}

.btn_remove_all, #btn_place_bet{
    padding: 10px;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.btn_remove_all{
    float: left;
    background-color: #1a2332}

#btn_place_bet{
    float: right;
    background-color: #1a2332}



.straight_wagers_container{
    min-height: 80px;
}

#btn_go{
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    background-color: #1a2332;
    color: #fff;
    border: none;
}

.lbl_sportsbook_balance_value {
    float: right;
    font-weight: bold;
    font-size: 15px;
}

.lbl_sportsbook_balance {
    float: left;
    
    font-size: 15px;
    font-weight: bold;
}

.bets_holder{
    width: 70%;
    display: inline-block;
}



#tbl_my_bets{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
    
}
#tbl_my_bets td {
    color: #000;
}
#tbl_my_bets thead tr{
    background-color: #fff;
}
#tbl_my_bets thead tr th {
    padding: 11px 16px;
    color: #1a2332;
    font-weight: bold;
    font-size: 14px;
}

#tbl_my_bets tbody tr td {
    padding: 10px 16px;
    font-size: 13px;
}

#tbl_my_bets tbody tr td.td_game_date {
    padding: 5px 15px;
    background-color: #1a2332;
    color: #fff;
    border: 1px solid #1a2332;
}

#tbl_my_bets tbody tr td.td_game_time {
    padding: 5px 25px;
    border-bottom: 1px solid #E0E0E0;
    color: #1a2332;
    border-top: 1px solid #1B4466;
}







#tbl_my_parlays{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
    
}
#tbl_my_parlays td {
    color: #000;
}
#tbl_my_parlays thead tr{
    background-color: #fff;
}
#tbl_my_parlays thead tr th {
    padding: 11px 16px;
    color: #1a2332;
    font-weight: bold;
    font-size: 14px;
}

#tbl_my_parlays tbody tr td {
    padding: 10px 16px;
    font-size: 13px;
}

#tbl_my_parlays tbody tr td.td_game_date {
    padding: 5px 15px;
    background-color: #1a2332;
    color: #fff;
    border: 1px solid #1a2332;
}

#tbl_my_parlays tbody tr td.td_game_time {
    padding: 5px 25px;
    border-bottom: 1px solid #E0E0E0;
    color: #1a2332;
    border-top: 1px solid #1B4466;
}




.lbl_parlay_result{
    float: right;
    color: #C51414;
    font-weight: bold;
}



.lbl_parlay_bet_win{
    float: left;
    color: #C51414;
    font-weight: bold;
}


.td_parlay_head{
    border-top: 2px solid;
}







#tbl_my_teasers{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid;
    
}
#tbl_my_teasers td {
    color: #000;
}
#tbl_my_teasers thead tr{
    background-color: #fff;
}
#tbl_my_teasers thead tr th {
    padding: 11px 16px;
    color: #1a2332;
    font-weight: bold;
    font-size: 14px;
}

#tbl_my_teasers tbody tr td {
    padding: 10px 16px;
    font-size: 13px;
}

#tbl_my_teasers tbody tr td.td_game_date {
    padding: 5px 15px;
    background-color: #1a2332;
    color: #fff;
    border: 1px solid #1a2332;
}

#tbl_my_teasers tbody tr td.td_game_time {
    padding: 5px 25px;
    border-bottom: 1px solid #E0E0E0;
    color: #1a2332;
    border-top: 1px solid #1B4466;
}

.lbl_teaser_pts_adjustment {
    font-weight: bold;
    display: block;
    color: #3498DB;
    margin: 4px 0 0 0;
}


.lbl_teaser_result{
    float: right;
    color: #C51414;
    font-weight: bold;
}



.lbl_teaser_bet_win{
    float: left;
    color: #C51414;
    font-weight: bold;
}


.td_teaser_head{
    border-top: 2px solid;
}









#tabs_holder ul li {
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3498DB;
    padding: 5px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}

#tabs_holder ul li.active{
    color: #1B4466;
    background-color: #c51414;
}

#tabs_holder {
    margin: 5px 0;
}

#parlays_holder{
    display: none;
}

#teasers_holder{
    display: none;
}

#btn_reload{
    padding: 5px;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 4px;
    float: right;
    background-color: #3498DB;
    margin-top: 5px;
}




.parlay_wagers{
    display: none;
}

.parlay_wagers_container{
    min-height: 280px;
}

#lbl_parlays_heading{
    color: #C51414;
    font-weight: bold;
}
.parlay_wagers_container .bet_win_container{
    margin: 0 10px;
}

#txt_parlay_bet_amount {
    width: 80px;
    margin-right: 20px;
    color: #1a2332;
    margin-left: 5px;
}
#lbl_parlay_odds{
    float: left;
    
    font-weight: bold;
}
#lbl_parlay_odds_value{
    float: right;
    
    font-weight: bold;
}

.odds_label_container{
    padding: 10px;
}


.lbl_wager_odd {
    margin: 0 5px 0 0;
}

.lbl_wager_team_against {
    color: #000000;
    margin-left: 10px;
}







.teaser_wagers{
    display: none;
}
.teaser_wagers_inner{
    display: none;
}
#lbl_parlays_heading{
    color: #C51414;
    font-weight: bold;
}
.teaser_wagers_inner .bet_win_container{
    margin: 0 10px;
}

#txt_teaser_bet_amount{
    width: 40px;
    margin-right: 20px;
}
#lbl_teaser_odds{
    float: left;
    color: #1B4466;
    font-weight: bold;
}
#lbl_teaser_odds_value{
    float: right;
    color: #1B4466;
    font-weight: bold;
}

.wager_teaser_container {
    margin: 2px 0;
}

.lbl_teaser_odd_type {
    font-weight: bold;
    color: #C51414;
    margin-right: 10px;
}

.lbl_teaser_odd_value {
    font-weight: bold;
    color: #000;
}


#select_pts_adjustment {
    float: right;
    width: 120px;
}

#lbl_pts_adjustment {
    font-weight: bold;
    color: #000;
    float: left;
}

.pts_adjust_container {
    padding: 10px 10px 0 10px;
}



#txt_post_to_forum {
    display: block;
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    height: 140px;
    padding: 2px;
}

.post_to_forum_wrapper{
    display: none;
}

.post_to_forum_inner_wrapper{
    padding: 5px;
}
#lbl_post_to_forum_title {
    float: left;
    color: #3498DB;
    font-weight: bold;
    font-size: 13px;
    padding: 2px;
}
#txt_post_title {
    float: right;
    width: 306px;
}

.post_to_forum_header{
    background-color: #e1e1e1;
    text-align: center;
    padding: 5px;
}

#lbl_chk_post_to_forum{
    font-weight: bold;
}




@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#leaderboards_holder table, 
	#leaderboards_holder thead, 
	#leaderboards_holder tbody, 
	#leaderboards_holder th, 
	#leaderboards_holder td, 
	#leaderboards_holder tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#leaderboards_holder thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#leaderboards_holder tr { border: 1px solid #ccc; }
 
	#leaderboards_holder td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#leaderboards_holder td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#leaderboards_holder td:before { content: attr(data-title); }
}

#lb_table_wrapper{
    margin-top: 12px;
}

#lb_table{
    padding: 0 !important;
}

#lb_table thead tr{
    background-color: #d1dfe8;
    color: #000;
}
#lb_table thead tr th{
    border: none !important;
    border-bottom: 1px solid #275881 !important;
}

table.dataTable tbody th, table.dataTable tbody td{
    border: none  !important;
    border-bottom: 1px solid #275881 !important;
}
#lb_table_info{
    color: #1E6695;
    font-weight: bold;
}


.filter_field_wrapper{
    display: inline-block;
    margin-right: 20px;
}

.filter_field_wrapper label {
    color: #fff;
    margin-right: 5px;
}

#filter_wrapper {
    padding: 9px 5px;
    background-color: #1a2332;
}

.sportsbook_leaderboards {
    background-color: #fff;
}

#btn_apply_filters, #btn_remove_filters{
    padding: 6px 10px;
    font-size: 12px;
    color: #000;
    border: none;
    border-radius: 4px;
    background-color: #d1dfe8
}

td.sorting_1 {
    background-color: #D1EAFB;
}

th.sorting_asc {
    background-color: #1E6695;
    color: #FFFFFF;
}

th.sorting_desc {
    background-color: #1E6695;
    color: #FFFFFF;
}

.pageing {
    height: auto;
    overflow: hidden;
    padding: 5px 0px 6px 10px;
}

.total_info{
	padding: 1px 10px 0;
	float: left;
	color: #323232;
	font-size: 13px;
}
.pages_info{
    padding: 1px 10px 0;
    float: right;
}

.pageing a, .none, .setbtn {
	background: #275881;
	padding: 4px 8px;
	float: left;
	font-size: 11px;
	cursor: pointer;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	margin: 0px 3px 0px 0px; }

.pageing a:hover {
    background: #2F7BAC;
    text-decoration: none;
}

.show-tl-mobile {
    display: block;
}

@media (max-width: 600px){
    div#bet_slip_inner {
	min-width: auto;
	max-width: 98%;
    }
    
    .straight_wagers{
	min-height: 186px;
	height: 186px;
	border-bottom: 3px solid #e1e1e1;
	overflow-y: scroll;
    }
    div#bet_slip{
	max-width: 95%;
	min-width: 93%;
    }
    #bet_cards_wrapper{
	padding-bottom: 50px;
    }
}
