/*css variables*/
:root {
	--header-offset: 136px;
	--live-viewport: calc(100vh - var(--header-offset));
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	margin: 0px;
	background-color: #d1d6db;
	overflow: hidden;
}
body,td,th {
	font-size: 10px;
	font-family: Verdana,Geneva,Arial,sans-serif;
}
body.wait, body.wait *{
 cursor: wait !important;
}
.play_btn{
	background-color: #fff;
}

#rolling_loading{
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	/* background: #474747 url(../images/Rolling.svg) center 30% / 200px 200px no-repeat; */
    /*background: #003c79 url(../images/loading_transp.gif) center no-repeat;*/
    z-index: 9999;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.CalendarEvent_FlyoutNavigation,.FAV_CalendarEvent_FlyoutNavigation { position: absolute;top:219px;left:39px;z-index: 101;width: 450px;height:auto;max-height: 530px;display: table;border-radius: 2px;margin-left: 7px;background-color: #ddd;display: none;}
.CalendarEvent_FlyoutNavigation_arrow {
	position: absolute;
	left: -6px;
	top: 5px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ddd;
}
.flyoutNav_sport,.FAV_flyoutNav_caption{
	position: absolute;
	top:0;
	left:0;
	width: 450px;
	height:28px;
	display: table;
	line-height:28px;
	color:#444;
	font-size: 14px;
	text-indent:10px;
	border-bottom: 2px solid #607D8B;
}
#flyout_events_wrapper,#FAV_flyout_events_wrapper{
	margin-top:28px;
	min-height: 77px;
	height:auto;
	max-height: 500px;
	overflow: hidden;
}
#FAV_flyout_events_wrapper{ min-height: 46px; overflow-x: hidden; overflow-y: scroll; }
#LiveEvents {
	padding-top: 20px;
	position: relative;
	left: 20%;
	z-index: 2;
	display: block;
}
#debugDiv {
	width: 200px;
	height: 410px;
	background-color: #eeeeee;
	overflow-y: auto;
	margin-left: 65%;
	z-index: 5;
	display: block;
	position: absolute;
	top: 430px;
}
#DivLC_FX_AnimateAttack{
	position: absolute;
	width: 193px;
	height: 330px;
	opacity: 0.4;
	top: 0px;
	display: none;
}
#DivLC_FX_AnimateAttack.away{ right: 0px; }
#DivLC_FX_AnimateAttack.home{ left: 0px; }
#DivLC_FX_AnimateAttack.white{ background-color: white; }
#DivLC_FX_AnimateAttack.red{ background-color: red; }
#DivLC_FX_AnimateAttack.red.before:before {
	left: -24px;
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26px' height='330px' id='AttackSvgBefore' viewBox='0 0 2 29'><polygon fill='red' points='2,29 2,29 2,0 2,0 1,5 2,10 1,15 2,19 1,24'/></svg>") no-repeat;
	height: 330px;
	width: 26px;
}
#DivLC_FX_AnimateAttack.red.after:after {
	right: -26px;
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26px' height='330px' id='AttackSvgAfter' viewBox='0 0 4 49'><polygon fill='red' points='1,50 0,50 0,-1 1,-1 3,8 1,16 3,25 1,33 3,41'/></svg>") no-repeat;
	height: 330px;
	width: 26px;
}
#DivLC_FX_AnimateAttack.white.before:before {
	left: -24px;
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26px' height='330px' id='AttackSvgBefore' viewBox='0 0 2 29'><polygon fill='white' points='2,29 2,29 2,0 2,0 1,5 2,10 1,15 2,19 1,24'/></svg>") no-repeat;
	height: 330px;
	width: 26px;
}
#DivLC_FX_AnimateAttack.white.after:after {
	right: -26px;
	content: "";
	position: absolute;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26px' height='330px' id='AttackSvgAfter' viewBox='0 0 4 49'><polygon fill='white' points='1,50 0,50 0,-1 1,-1 3,8 1,16 3,25 1,33 3,41'/></svg>") no-repeat;
	height: 330px;
	width: 26px;
}
.DivLC_FX_Animation img[src$=".gif"], img[src$=".png"] {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
#DivAccount_LoginButton{
	float:left;
	width:70px;
	height:15px;
	padding-top:1px;
	text-align:center;
	margin-top:1px;
	margin-right:11px;
	background:url(tmpgrafix/header_collection.png) no-repeat -21px -84px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
#DivAccount_LoginButton:hover{background:url(tmpgrafix/header_collection.png) no-repeat -21px -100px;color:#000;}
#DivAccount{
	height:30px;
	width:100%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#181818;
	color:#EFEFEF;
	font-size:10px;
}
#DivAccount_Help{
	float:left;
	text-align:left;
	margin-left:5px;
	margin-top:2px;
}
#DivAccount_Account{
	float:right;
	text-align:right;
	margin-right:5px;
	margin-top:2px;
}
.AccountRegisterItem{
	float:left;
	margin-right:8px;
	color:#FF9803;
	font-weight:bold;
	margin-top:1px;
	text-decoration:none;
	cursor:pointer;
}
.AccountRegisterItem a{ color:#FF9803; text-decoration:none; }
.AccountRegisterItem a:hover{ text-decoration:underline; }
.AccountForgotPassItem{ float:left; margin-right:3px; font-weight:bold; margin-top:1px; }
.AccountForgotPassItem a{ cursor:pointer; text-decoration:none; }
.AccountForgotPassItem a:hover{ text-decoration:underline; }
.AccountHelpItem a{ color:#FFF; text-decoration:none; }
.AccountHelpItem a:hover{ color:#FFF; text-decoration:underline; }
#DivProducts{
	position:relative;
	height:70px;
	width:100%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#333;
	font-size:10px;
	color:#EFEFEF;
	background-image:url(tmpgrafix/Product_Background.png);
	background-repeat:repeat-x;
}
#DivProduct_Lang_SelectButton{
	float:right;
	width:130px;
	height:15px;
	margin-right:10px;
	margin-top:20px;
	padding:5px;
	border:0px solid #999;
	background:url(tmpgrafix/header_collection.png) -20px 0px;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}
#DivProduct_Lang_Selector{
	margin-right:-5px;
	float:right;
	width:128px;
	padding:5px;
	background-color:#181818;
	border:1px solid #666;
	display:none;
}
.ProductsImgMainLogo{
	float:left;
	margin-top:8px;
	margin-right:20px;
}
.Products_LangSelector_LangItem{margin-bottom:5px;cursor:pointer;}
.Products_LangSelector_LangItem a{color:#FFF;text-decoration:none;}
.Products_LangSelector_LangItem a:hover{color:#FFCC04;text-decoration:underline;}
.ProductItemNormal{
	color:#FFF;
	float:left;
	font-size:17px;
	height:35px;
	padding-top:35px;
	padding-left:5px;
	padding-right:5px;
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
}
.ProductItemNormal:hover{color:#FFCC04;}
.ProductItemSelected{
	color:#FFCC04;
	float:left;
	font-size:17px;
	height:35px;
	padding-top:35px;
	padding-left:5px;
	padding-right:5px;
	text-shadow:#000 1px 1px 2px;
	cursor:pointer;
	background:url(tmpgrafix/header_collection.png)-20px -120px repeat;
}
.ProductLangImg_EN{background:url(tmpgrafix/header_collection.png) no-repeat 0px -33px;}
.ProductLangImg_EL{background:url(tmpgrafix/header_collection.png) no-repeat 0px -561px;}
.ProductLangImg_DE{background:url(tmpgrafix/header_collection.png) no-repeat 0px -166px;}
.ProductLangImg_AL{background:url(tmpgrafix/header_collection.png) no-repeat 0px -628px;}
#DivAccount_LogoutButton{
	float:left;
	width:70px;
	height:15px;
	padding-top:1px;
	text-align:center;
	margin-top:1px;
	margin-right:11px;
	background:url(../../_images/header_collection.png) no-repeat -21px -84px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	-webkit-user-select:none;
	-khtml-user-select: none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
	font-size:9px;
}
#DivAccount_LogoutButton:hover{background:url(../../_images/header_collection.png) no-repeat -21px -100px;}
#upcoming_label { margin-top:10px; }
#live_label { margin-top:0px; cursor: pointer; }


#Div_play_episkopisi,#Div_play_Ev,#divFavoritesMatches{position: relative; float:left; width:99.5%; margin-left:5px;}
#divFavoritesMatches{border-bottom: 1px solid #ffdc007d};
.initial_loader {
	width:200px;
	height:200px;
	position: absolute;
	top: calc(100vh / 2 - 400px);
	left:36%;
	font-size: 25px;
	border-radius: 50%;
	text-indent: -9999em;
	background:url(../images/logo_loading.gif?v=1) no-repeat;
	z-index: 1000;
}
.sport_row {
	background-color: #012951;
	position: relative;
	float: left;
	width:100%;
	height:auto;
	/*margin:2px 0;
	border:1px solid #2b2b2b;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
.sport_row_grid_contents{
	width: 100%;
	display: grid;
	grid-template-columns:  34.4px 300px 34.4px 1fr 1fr 1fr 1fr 50px;
	border-bottom: 1px solid #003c79;
	cursor: pointer;
	/*grid-template-rows: 1fr;*/
}
.other_sports{
	grid-template-columns:  34.4px 300px 34.4px 1fr;
}
.marketOdd_wrapper{
	display: grid;
	grid-template-columns: 368.8px 1fr 1fr 1fr 1fr 50px;
	border-bottom: 1px solid #003c79;
	background-color: #04112c;
}
.other_sport_markets{
	grid-template-columns: 368.8px 1fr 50px;
}
.marketOdd{
	border-left: 1px solid #003c79;
}
.marketOdd_wrapper div{
	display: grid;
 	/*border-left: 1px solid #003c79*/
}
.sport_row_grid_contents div{
	display: grid;
}
.champ_wrapper> .sport_row_grid_contents
.sport_row_grid_contents div.
.active_selection { background-color: #717171!important; }
/*.champ_wrapper,.champ_match_row{
	position: relative;
	float: left;
	width:100%;
	height:auto;
	/*margin-left:7px;*/
	/*margin-bottom: 2px;*/
/*}*/
.bet_options_wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
[class^="for_"]:not(.for_Football), [class*=" for_"]:not(.for_Football) {
	grid-template-columns: 1fr;
}
.f_opt1,.f_opt2,.f_opt3,.f_opt4{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.b_opt1{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.champ_wrapper{
	background-color: #c8c8c8;
}
.champ_header {
	width:100%;
	height:31px;
	color:#000;
	line-height: 30px;
	/*text-indent: 30px;*/
	font-size: 12px;
	font-weight: normal;
	/*background: #174f88; url(../images/open_arrow_dark.png) 15px center no-repeat;*/
	/*background-size: 12px 12px;*/
	cursor: pointer;
}
.champ_wrapper> .sport_row_grid_contents{
	grid-template-columns: 34.4px 34.4px 300px 1fr;
	border-bottom:1px solid #003c79;
}
.champ_wrapper> .other_sports{
	grid-template-columns: 34.4px 34.4px 300px 1fr 50px;
	border-bottom:1px solid #003c79;
}
.f_Options,.marketOdd div{
	color:#ffdc00;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	/*border-bottom: 1px solid #003c79;*/
}
.champ_wrapper> .sport_row_grid_contents div{
	background: #c8c8c8;
}
.champ_wrapper> .sport_row_grid_contents div:before{
	color:#000!important;
}
.match_grid_contents{
	display: grid;
	grid-template-columns: 368.8px 1fr 50px
}
.down_arrow:before,.left_arrow:before{
	font-family: "Font Awesome 5 pro";
	font-size: 16px;
	content: '\f107';
	color:#c8c8c8 ;
	line-height: 30px;
	margin: 0 5px;
}
.left_arrow:before{
	content: '\f105';
}
.sport_imager{
	line-height: 30px;
}
.country_flag{padding: 7px 5px;}
/*.champ_header:before,.fav_label:before,.left_arrow:before{
	font-family: "Font Awesome 5 pro";
	content: '\f107';
	color:#c8c8c8 ;
	position: absolute;
	left: -25px;
}*/
/*.left_arrow:before{
	background: #012951 ;
	border-bottom:1px solid rgba(0,0,0,0.2)
}*/
{
	content: '\f107';
	background: #012951 ;
	border-bottom:1px solid rgba(0,0,0,0.2)
}
.champ_header:before{
	color:#333 ;
	font-size: 14px;
	left: -20px;
}
.champ_match_row{ width:100%; height:auto; margin:0; border:0; }
.game_row{
	display: grid;
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color: #eff0f1;
	border-bottom:1px solid #003c79;
	/*border-left:1px solid #242424;
	border-right:1px solid #242424;*/
	box-sizing: border-box;
}
/*.game_row:first-child{ border-top:1px solid #242424;  }*/
.teams_names {
	display: grid;
	grid-template-columns: 30px 60% 25px 40px 1fr;
	position:relative;
	cursor: pointer;
}
.play_options{
	display: grid;
	grid-template-columns: 1fr;
	position:relative;
	float:left;
	width:100%;
	min-height:25px;
	height: auto;
	overflow: hidden;
}
.lock-point-odd,.no_selection:before,.lock_i:before{
	font-size: 14px;
	text-align: center;
	line-height: 55px;
	color: #012951;
	cursor:pointer;
}

.lock-point-odd,.utils_wrapper{border-left: 1px solid #003c79;}
.play_selections {
	position:relative;
	float:left;
	width: 100%;
	height:25px;
	font-size: 12px;
	font-weight: bold;
	color:#2d6fb2;
	line-height: 25px;
	text-indent: 10px;
	cursor: pointer;
	border-right: 1px solid #242424;
	box-sizing: border-box;
}
.lock_i:before{
	font-family: "Font Awesome 5 pro";
	content: '\f30d';
}
.fav_btn,.unfav_btn{
	margin:5px auto;
}
.fav_btn:before,.unfav_btn:before{
	font-family: "Font Awesome 5 pro";
	font-size: 14px;
	color: #012951;
	margin: 0 auto;
}
.fav_btn:before{
	content: '\f005';
}
.fav_btn:hover .fav_btn:before{
	color:#ffdc00;
}
.unfav_btn:before{
	content: '\f2f3';
	color:#ffdc00;
}
.total_options { text-align: center; color:#2d6fb2; font-size: 11px; cursor: pointer; }
#OV_PG{ position: relative; float:left; width:100%; }
.odd_name{
	width: 70%;
	position: relative;
	float: left;
	color: #6a6a6a;
	text-align: left;
	text-indent: 10px;
}
.odd_val{
	display: inline-block;
	width: 85%;
	margin: 7px 0;
	background-color: #d7ebff;
	color: #000;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	border: 1px solid #003c79;
	font-weight: bold;
}
.odds_holder,.UO_odds_holder,.GG_odds_holder{ position:relative; float:left; width:50%; height:50px; }
.point_selection,.no_selection,.odds_lbl {
	text-align: center;
	line-height: 25px;
	color: #eefbfb;
	font-size: 12px;
	cursor: pointer;
	border-left: 1px solid #003c79;
	box-sizing: border-box;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
 }
 .no_selection:before{
 	font-family: "Font Awesome 5 pro";
 	content: '\f146';
 }
 .point_selection:last-child,.no_selection:last-child,.odds_lbl:last-child{
 	/*border-right: 1px solid #003c79;*/
 }
.no_selection span{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.champ_filters_row  { position:relative; float:left; width:100%; }
.champ_col { position:relative; float:left; width:50%; background-color:#212121; font-size:12px; height:40px; line-height:40px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#FFFFFF; }
.filters_col { position:relative; float:left; width:50%; background-color:#212121; font-size:12px; height:40px; line-height:40px; color:#FFFFFF; }
.bet_filters,.bet_filters_UO,.bet_filters_GG { width:33.333%; height:100%; float:left; text-align:center; background-color:#2c3e50; -webkit-box-shadow: inset -1px -1px 0px 0px #2a2a2a; -moz-box-shadow: inset -1px -1px 0px 0px #2a2a2a; box-shadow: inset -1px -1px 0px 0px #2a2a2a; }
.bet_options_lbl { position:relative; float:left; width:100%; height:30px; background-color:#bdc3c7; -webkit-box-shadow: inset -1px -1px 0px 0px #2a2a2a; -moz-box-shadow: inset -1px -1px 0px 0px #2a2a2a; box-shadow: inset -1px -1px 0px 0px #2a2a2a; }
.sel_type1X2_captions, .sel_typeUO_captions, .sel_typeGG_captions { width: 50%; height: 28px; float: right; }
.point_caption { width: 33.33%; text-align: center; height: 100%; line-height: 28px; float: left; color: #444040; font-size: 14px; font-weight: 700; }
.sel_typeUO_captions .point_caption, .sel_typeGG_captions .point_caption { width: 50%; text-align: center; height: 100%; line-height: 28px; float: left; color: #444040; font-size: 14px; font-weight: 700; }
.sel_typeUO_captions .point_caption{ width:33.333%; float:right; }
.FavMatchesHeader {
	background-color:#ecf0f1;
	font-size:17px;
	color:#434343;
	padding: 5px;
	/*margin-bottom: 3px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.FavBtn { position:relative; float:left; width:15%; height:25px; background:url(../images/favorite16.png) no-repeat 6px center; }
.h_team,.a_team{
	color:#000;
	font-size:12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.a_team{ text-indent: 0; }
.match_list_holder { position:relative; float:left; width:100%; height:auto; padding-left: 0; }
.hteam_score,.ateam_score { position:relative; float:left; width:auto; font-size:12px; height:20px; line-height:20px; color:#2d6fb2; padding:0 4px 0 8px;  text-indent: 0; }
.ateam_score { padding:0 8px 0 4px; }


.tv_stream,.tv_stream_sm {
	cursor: pointer;
	position:relative;
	float:right;
	cursor: pointer;
	/*padding: 5px 0;*/
}
.score_divider { position:relative; float:left; width:auto; padding:0px; height:20px; line-height:20px; color:#2d6fb2; text-indent: 0; }
.point_selection:hover { background-color: #ffdc00;  }

.icon-Generic:before {
  content: "\e900";
}

.icon-Football:before, .icon-BeachSoccer:before, .icon-Futsal:before {
	content: "\e901";
}
.icon-Basketball:before {
	content: "\e902";
}
.icon-Volley:before, .icon-Badminton:before, .icon-RugbyUnion:before {
	content: "\e903";
}
.icon-Hockey:before, .icon-HockeyGrass:before {
	content: "\e908";
}
.icon-AmericanFootball:before, .icon-RugbyLeague:before, .icon-Polo:before {
	content: "\e906";
}
.icon-Handball:before {
	content: "\e905";
}
.icon-BeachVolley:before, .icon-PingPong:before, .icon-Tenis:before, .icon-WaterPolo:before, .icon-Squash:before, .icon-Floorball:before {
	content: "\e904";
}
.icon-Baseball:before {
	content: "\e907";
}
.icon-Cricket:before, .icon-AustralianRules:before {
	content: "\e909";
}

.icon-Darts:before {
	content: "\e910";
	font-size: 16px;
	margin-left: 1px;
}

.icon-Darts {
	padding: 4px!important;
}


.active_overview_odd {
	background-color: #ffdc00 !important;
}
.sport_imager,[class*="icon_Sp"]{
	font-family: "Font Awesome 5 pro";
	color: #c8c8c8;
	font-size: 16px;
	margin: 0 5px;
}
.total_count_sport{color:#ffdc00;}
.icon_Sp_football:before{
	content: "\f1e3";
}
.icon_Sp_Formula1:before{
	content: '\f11e';
}
.icon_Sp_beachSoccer:before{
	content: '\f1e3';
}
.icon_Sp_tennis:before{
	content: '\f45e';
}
.icon_Sp_BS:before{
	content: '\f434';
}
.icon_Sp_IceHockey:before{
	content: '\f453';
}
.icon_Sp_Handball:before{
	content: '\f433';
}
.icon_Sp_BeachVolley:before{
	content: '\f45f';
}
.icon_Sp_Volleyball:before{
	content: '\f45f';
}
.icon_Sp_AmericanFootball:before{
	content: '\f44f';
}
.icon_Sp_RugbyUnion:before{
	content: '\f44e';
}
.icon_Sp_RugbyLeague:before{
	content: '\f44e';
}
.icon_Sp_TableTennis:before{
	content: '\f45d';
}
.icon_Sp_Futsal:before{
	content: "\f1e3";
}
.icon_Sp_Badminton:before{
	content: '\f45b';
}
.icon_Sp_eSports:before{
	content: '\f8bc';
}
.icon_Sp_WaterPolo:before{
	content: '\f45f';
}
.icon_Sp_Bowls:before{
	content: '\f436';
}
.icon_Sp_Baseball:before{
	content: '\f432';
}
.icon_Sp_Snooker:before{
	content: '\f77e';
}
.icon_Sp_Pool:before{
	content: '\f77e';
}
.icon_Sp_Bandy:before{
	content: '\f454';
}
.icon_Sp_FieldHockey:before{
	content: '\f44c';
}
.icon_Sp_Floorball:before{
	content: '\f454';
}
.icon_Sp_Squash:before{
	content: '\f45a';
}
.icon_Sp_AustralianRules:before{
	content: '\f44e';
}
.icon_Sp_BeachHandball:before{
	content: '\f433';
}
.icon_Sp_Speedway:before{
	content: '\f21c';
}
.icon_Sp_Netball:before{
	content: '\f45f';
}
.icon_Sp_Cricket:before{
	content: '\f449';
}
/*.bet_options_wrapper { position:relative; float:left; height:auto; width:61%; border-left: 1px solid #242424; box-sizing: border-box; }*/
.rest_choices {
	width:16px;
	height:16px;
	background-size: 10px 10px;
}
.bet_types_holder{
	position:absolute;
	left:4px;
	top:4px;
	min-width:300px;
	max-width:600px;
	min-height:50px;
	max-height:250px;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ecf0f1;
	z-index:1500;
	display: none;
}
.bet_type_row {
	position:relative;
	float: left;
	width:98%;
	height:25px;
	font-size: 12px;
	line-height: 25px;
	color:#444;
	border-bottom: 1px solid #999;
	padding-left:1%;
	text-overflow: ellipsis;
	cursor: pointer;
}
.bet_type_row:hover { background-color: #bdc3c7; }
.filters_wrapper { position:relative; float:right; width:auto; height:22px; margin:4px 6px 0 0; z-index:1100; text-align: center; }
.sport_bet_type_filter {
	position: relative;
	display: inline;
	width:auto;
	height:24px;
	line-height: 24px;
	padding: 3px 5px;
	margin-left: 5px;
	font-size: 11px;
	text-align: center!important;
	border: 1px solid #202020;
	background-color: #141414;
	color: #dadada;
}
.sport_bet_type_filter:hover { background-color:#333!important; }
#main_wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-width: 1000px;
	font-family: Verdana;
	background-color: #012951;
}
#sport_wrapper {
	background-color: rgb(0, 28, 56);
}
.OverView_Live_Wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-width: 100%;
}
#control_bar_items {
	height: 30px;
	line-height: 30px;
	background-color: #012951;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #fff;
	/*margin-top: 89px;*/
	font-family: Verdana;
}
#DivOverview {
	min-width: 1000px;
	position: relative;
	float: left;
	background-color: #012951;
	padding: 0px;
	width: 78%;
	height: var(--live-viewport)!important;
	/*display: none;*/
}
#OV_Footer {
	width: 100%;
    float: left;
    min-width: 1030px;
    min-height: 415px;
    background-color: #003c78;
}
#InProgressWrapper {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 78%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
	display: none;
}
#InProgressWrapper,#divright { display:none; }
#events_navigator {
	position: relative;
	float: left;
	height: var(--live-viewport);
	background-color:#012951;
	overflow-y: scroll;
	transition-timing-function: cubic-bezier(.77,0,.175,1);
	transition-duration: .65s;
	transition-property: width,min-width;
	min-width: 290px;
	max-width: 290px;
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #474747;
	/*overflow:hidden;*/
}
.match_name,.FO_match_name{
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: table-cell;
}
.Select_Wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin:2px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #272727;
}
/*.score_time,.FO_score_time{ width: 300px; height: 23px; line-height: 23px; color:#bbb; }*/
.score_time,.FO_score_time{
	/*width: 116px;
	height: 23px;
	line-height: 23px;
	color: #5b5b5b;
	position: relative;
	float: left;*/
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.time_holder {
	color:#ffdc00;
    /*line-height: 23px;*/
}
.navigator_scrollable_content {
	width:100%;
	height:auto;
	margin-bottom: 200px;
}
#event_details {
	box-sizing: border-box;
	min-width:400px;
	width:98%;
	height: var(--live-viewport);
	float: left;
	/*margin-left: 6px;*/
	/* overflow:hidden; */
	/*background-color: #d1d6db;*/
}
#event_market_inner {width:100%; height:auto; right:0;}
.incidents_details {width:100%; height:36px; background-color: #012951; padding-bottom: 2px;}
.event_market_favorites_wrapper{
	width:100%;
	float: right;
	right:0;
	height:auto;
}
.event_market_viewer {
	width:100%;
	position: relative;
	float: right;
	right:0;
	min-height: calc(100vh - 350px);
	height:auto;
	margin-bottom: 200px;
	color:white;
	background-color: #d1d6db!important
}
.event_market_viewer *{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.about_info_wrap,.ov_about_info_wrap{
	width:100%;
	position: relative;
	float: right;
	right:0;
	height:auto;
}
.info_msg_toggler{
    width: 100%;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #83c1ff;
    color: black;
    font-size: 11px;
    cursor: pointer;
}
.info_msg_toggler:hover { color:#ff0000; }
.info_msg_toggler:after {
	content: "";
    display: inline-block;
    background: url("../images/open_arrow.png")  top right/12px 12px no-repeat;
    width: 20px;
    height: 9px;
}
.info_msg_txt{
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    color: #414141;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #f0f0f0;
    border-top: 1px solid #656464;
    border-bottom: 1px solid #656464;
    display: none;
}
.odds_selection_header,#no_odds_selection_msg{
	width:100%;
	height: 29px;
	float: left;
	color: #ffcd00;
	background-color: #003c79;
	font-size:12px;
	line-height: 29px;
	cursor: pointer;
}
#no_odds_selection_header{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #303030;
    color: #bbb;
    font-size: 15px;
    /* text-align: center; */
    padding-left: 10px;
    /* padding-top: 150px; */
    cursor: pointer;
}
.resize_btn{
	width:38px;
	height:30px;
	float: right;
	border-left:1px solid #003c79;
	cursor: pointer;
	text-align: center;
}

.stream_toggler{
	float: right;
	height:30px;
	width: 38px;
	border-left:1px solid #003c79;
	cursor: pointer;
	text-align: center;
}
.tvs_handler_btn{
	float: right;
	height:30px;
	width: 38px;
	border-left:1px solid #003c79;
	cursor: pointer;
	text-align: center;
}
.mute_btn,.unmute_btn{
	float: right;
	height:30px;
	width: 38px;
	border-left:1px solid #003c79;
	cursor: pointer;
	text-align: center;
}
.court_handler_btn{
	float: right;
	height:30px;
	width: 38px;
	border-left:1px solid #003c79;
	cursor: pointer;
	text-align: center;
}
.resize_btn i, .stream_toggler i, .tvs_handler_btn i, .court_handler_btn i, .mute_btn i, .unmute_btn i{
	line-height: 30px;
	font-size: 14px;
}
.resize_btn:hover, .stream_toggler:hover, .tvs_handler_btn:hover, .court_handler_btn:hover, .mute_btn:hover,.unmute_btn:hover{
	background-color: #ffdc00;
	color:#000;
}
.champions_container{
	display: grid;
	grid-template-rows: 1fr;
}
.competition_container {
	margin: 2px 0;
	display: grid;
	grid-template-rows: 1fr;
}
.FO_competition_container{
	margin:0!important;
}
/*#2e3d5d!important*/

/*.odds_selection_header:hover {background-color:#ffcd00; color:#012951}*/
.odds_selection_header:hover .fav_selection{display: block;}
.odds_selection_header:hover .oddsel_arrow{display: block;}
.selection_label{
	float: left;
	width: 88%;
	font-size: 13px;
	/*font-weight: bold;*/
	margin-left: 5px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.three_options_label{
	width:33.333%; float:left; min-width:90px; text-align:center; height:50px; line-height:50px;
	-webkit-box-shadow: inset -1px 1px 0px 0px #303030;
	-moz-box-shadow: inset -1px 1px 0px 0px #303030;
	box-shadow: inset -1px 1px 0px 0px #303030;
	color:#FFF;
}
.three_options,.two_options,.single_option,.total_goals_label,.no_choice{
	/*float:left;*/
	text-align:center;
	height:34px;
	line-height:34px;
	-webkit-box-shadow: inset -1px 1px 0px 0px #222;
	-moz-box-shadow: inset -1px 1px 0px 0px #222;
	box-shadow: inset -1px 1px 0px 0px #222;
	color:#000;
	font-size:12px;
	cursor: pointer;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
}
.three_options:hover,.two_options:hover,.single_option:hover{
	background: #ffcd00;
    color: #012951;
}
.no_choice span{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.no_choice{ opacity: 0.4; }
.two_options{
	width:50%;
	height: auto;
}
.single_option{ width:100%; text-align: left; text-indent: 0;}
.no_box_shadow { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.three_options:nth-child(3n){ -webkit-box-shadow: inset 0px 1px 0px 0px #222; -moz-box-shadow: inset 0px 1px 0px 0px #222; box-shadow: inset 0px 1px 0px 0px #222; }
.two_options:nth-child(2n){ -webkit-box-shadow: inset 0px 1px 0px 0px #222; -moz-box-shadow: inset 0px 1px 0px 0px #222; box-shadow: inset 0px 1px 0px 0px #222; }
.two_options:last-child{ -webkit-box-shadow: inset 0px 1px 0px 0px #222; -moz-box-shadow: inset 0px 1px 0px 0px #222; box-shadow: inset 0px 1px 0px 0px #222; }
.single_option:last-child{ -webkit-box-shadow: inset 0px 1px 0px 0px #222; -moz-box-shadow: inset 0px 1px 0px 0px #222; box-shadow: inset 0px 1px 0px 0px #222; }
.Odd_disabled{ background-color: #616161; opacity: 0.5;}
.specific_note{
	display:none;
	float:left;
	width:auto;
	height:28px;
	line-height: 36px;
	font-color:#fff;
	font-weight: bold;
	font-size:12px;
	color:#fff;
	margin:0 4px;
	cursor: pointer;
	margin-right: 7px;
}
.match_filter_active{
	border-bottom: 3px solid #ffcd00;
}

.specific_match_filters{
	display:none;
	float:left;
	height:20px;
	line-height: 20px;
	font-size:12px;
	color:#fff;
	margin:0 4px;
	cursor: pointer;
	margin: 5px 5px;
	padding: 4px 12px;
}

.specific_match_filters.active {
	background: #ffcd00;
    color: #012951;
    border-radius: 8px;
    padding: 4px 12px;
}



#game_summary{
	float: right;
	height:100%;
	color:#bbb;
	cursor: pointer;
	font-size: 12px;
	overflow: hidden;
	user-select: none;
}
#game_summary_btn {
    float: right;
    height: 38px;
    width: 30px;
    margin-right: 5px;
    background: url(../images/open_all_on.png) center center/16px 16px no-repeat;
    cursor: pointer;
}
.fav_selection{
	float: right;
	height:25px;
	width: 25px;
	background: url(../images/fav_off_gray.svg) center center/12px 12px no-repeat;
	cursor: pointer;
	display: none;
}
.unfav_market{
	position: absolute;
	right:31px;
	height:25px;
	width: 25px;
	background: url(../images/favstar.svg) center center/12px 12px no-repeat;
	cursor: pointer;
	display: block;
}
.fav_selection:hover{
	background: url(../images/favstar.svg) center center/12px 12px no-repeat;
}
.fav_selection_on{
	background: url(../images/favstar.svg) center center/12px 12px no-repeat;
}
.oddsel_arrow{
	float: right;
	height:25px;
	width: 16px;
	margin-right: 15px;
	background: url(../images/open_arrow.png) center center/12px 12px no-repeat;
	cursor: pointer;
	display: none;
}
#divright{
	position: relative;
	width: 22%;
	height: var(--live-viewport);
	/*margin-left: 6px;*/
	/* overflow: visible; */
	display: none;
	-webkit-transition-property: width;
    -webkit-transition-duration: 0.7s;
    transition-property: width;
    transition-duration: 0.7s;
}
.summary_row{
	width: 100%;
	height:25px;
	line-height: 25px;
	border-bottom: 1px solid #545454;
}
.summary_top_arr {
	width: 0;
    height: 0;
    display: none;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: #000 transparent #656363 transparent;
    position: absolute;
    right: 70px;
    top: 182px;
    z-index: 100;
}
/*.specific_match_filters:hover{border-bottom: 3px solid #fff!important}*/
.locked_odd_selection{
	position:relative;
	float:left;
	width:24px;
	height:100%;
}
.restriction_indicator{
	height:8px;
	width: 8px;
	float: left;
	margin:9px 5px;
	border-radius: 50%;
}
.led-red {background-color: #940;}
.led-green {background-color: #690;}
.led-blue { background-color: #3498db; }
.navigator-ControlBar{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #e4e4e4;
    border-bottom: 1px solid #5a5a5a;
    background: #012951;
}
#favourites_wrapper{
	min-width:200px;
	width:100%;
	transition-timing-function: cubic-bezier(.77,0,.175,1);
	transition-duration: .65s;
	transition-property: opacity, width;
}
#favourites_header,.fav_label {
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #ececec;
    background-color: #003c77;
    border-bottom: 1px solid #5a5a5a;
    font-size: 13px;
    padding-left: 10px;
    text-overflow: ellipsis;
    cursor: pointer;
    transition-property: opacity,height;
}
.fav_label {padding-left: 25px; border:0; display:inline-block; /*background: url(./../images/closed_arrow_white.png) 0px center no-repeat*/;
    background-size: 12px 12px;}

.fav_label.active {padding-left: 25px; border:0; display:inline-block; /*background: url(./../images/open_arrow_white.png) 0px center no-repeat*/;
    background-size: 12px 12px;}

.calendar_sport_header {
	border-bottom: 1px solid #272727;
}
.sport_header {
	width:100%;
	height:30px;
	color: #ffdc00;
	line-height: 30px;
	/*text-indent: 35px;*/
	border-bottom: 1px solid rgba(0,0,0,0.2);
	background-size: 12px 12px;
	cursor: pointer;
	font-size: 15px;
	text-shadow: 1px 1px #383838;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.calendar_sport_header{
	display: grid;
	grid-template-rows: 1fr;
}
.sport_label {
    display: grid;
    width: 100%;
	grid-template-columns: 25px 1fr 1fr;
	height:30px;
	line-height: 30px;
	color: #ffcd00;
	font-size: 13px;
	text-overflow: ellipsis;
	cursor: pointer;
	transition-property: opacity;
}
.sport_label_arrow{
	font-size: 18px;
    padding: 7px
}
.sport_label:hover{
	/*color: #012951;
	background-color:#ffcd00;*/
}
.sport_header_icon {
	width: 24px;
	height: 30px;
	transition: right .65s;
	right: 8px;
	justify-self: end;
}
.football_header { background-color: #191919; border-bottom: 1px solid #222; }
.football_icon {
	background-size: auto 15px;
	background: url('../m/images/sports/Sp_football.png') no-repeat center center;
}
.competition_name,.FO_competition_name,.SE_competition_name {
	display: grid;
	grid-template-columns: 30px 1fr 25px;
    height: 30px;
    line-height: 30px;
    background-color: #c8c8c8;
	color:#000;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.competion_country_name{
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.competition_country_icon{
	float:left;
	width:30px;
	height:100%;
}
/*.FO_competition_name{
	background-color: #ccc;
	color:#474747;
	border-bottom: 1px solid #bfbfbf;
}*/
#no_favs_msg { width:100%; background-color: #3d3d3d; }
.fav_message {
    /*width: 100%;*/
    padding: 10px 20px 10px;
    background-color: #d1d6db;
    color: black;
    font-size: 12px;
    font-weight: 400;
}
.fav_header_icon {
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	background-size: auto 15px;
	background: url('../images/favstar.svg') no-repeat center center;
	right: 8px;
}
.ControlBar_CollapseButton {
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	cursor: pointer;
	float:right;
	margin-right:8px;
}
.ControlBar_Show_Explain {
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	cursor: pointer;
	float:right;
	margin-right:8px;
}
.ControlBar_Show_Calendar {
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	background: url('../images/calendar_3.png') no-repeat center center/16px 16px;
	cursor: pointer;
	float:right;
	margin-right:8px;
}
.flip_ControlBar_CollapseButton {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.ControlBar_Expand_All,.ControlBar_Expand_All_Market,.ControlBar_Stream,.ControlBar_Time,.ControlBar_Show_All,.ControlBar_CollapseButton{
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	cursor: pointer;
	float:right;
	margin-right:10px;
	text-align: center;
	font-size: 14px
}
.ControlBar_Expand_All i,.ControlBar_Expand_All_Market i,.ControlBar_Stream i,.ControlBar_Time i,.ControlBar_Show_All i,.ControlBar_CollapseButton i{
	line-height: 30px
}
.ControlBar_Show_All{ width:auto; font-size: 15px; color: #6f6f6f; }
.ControlBar_Show_All_On { color: #ffcd00; }
.ControlBar_Expand_All_off {
	background-size: auto 15px;
}
.ControlBar_Expand_All_on {
	background-size: auto 15px;
}
.ControlBar_Expand_All_Market_icon_off{
	background-size: auto 11px;
}
.ControlBar_Expand_All_Market_icon_on{
	background-size: auto 11px;
}
.ControlBar_Stream{
	background-size: auto 19px;
}
.ControlBar_Stream_on {
	background-size: auto 19px;
}
.ControlBar_Time{
	background-size: auto 16px;
}
.ControlBar_Stats{
	position: relative;
	width: 24px;
	height: 30px;
	transition: right .65s;
	background: url('../images/lv_stats.png') no-repeat center center;
	background-size: auto 15px;
	cursor: pointer;
	float:right;
	margin-right:10px;
}
.match_row,.FO_match_row {
	display: grid;
	grid-template-rows: 1fr;
	width:100%;
	min-height:30px;
	height:auto;
	background-color: #eff0f1;
	cursor: pointer;
	border-bottom: 1px solid #474747;
}
/*.match_row:nth-child(odd),.FO_match_row:nth-child(odd),.game_row:nth-child(odd){
	background-color: #061f44
}
.match_row:nth-child(even),.FO_match_row:nth-child(even),.game_row:nth-child(even){
	background-color: #04112c
}*/
.FO_match_row {
	background-color: #dddddd;
	border-bottom: 1px solid #cccaca;
}
.match_details,.FO_match_details{
	display: grid;
	grid-template-columns: 1fr 130px 1fr 1fr 55px;
	/*grid-template-rows: 1fr 1fr;*/
	width:100%;
	height: 60px;
	padding: 3px 0px;
	font-size: 12px;
	color:black;
	box-sizing: border-box;
}
.crest_grid,.teams_grid,.field_grid,.score_grid,.timer_grid,.utils_grid,.utils_wrapper,.utils_grid_overview{
	display: grid;
	padding: 5px 0;
	grid-template-columns: 1fr;
	grid-gap: 5px 0;
	overflow: hidden
}
.teams_grid>span,.score_grid>span,.time_holder{line-height: 20px}
.score_grid>span,.time_holder{
	min-height: 20px;
	text-align: center;
	font-size: 10px;
	color:#000;
	height: 20px;
}
.utils_grid{
	grid-template-columns: 30px 25px;
	/*padding: 1px 0;*/
}
.utils_grid_overview{
	color:#000;
}
.field_grid span{
	justify-self:center;
}
.period_holder{
	position: relative;
    top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50px;
    font-size: 12px;
}
.utils_grid_overview>.time_holder{text-align: left}
.match_details:hover,.FO_match_details:hover{ background-color: #739df7f2;color:#000; }
.match_details:hover .LV_fav_me{ filter:invert(0)!important; }
.match_details:hover .LV_unfav_me{ filter:invert(0)!important; }
/*.match_details:hover .LV_unfav_me{ display: block; }*/
/*.match_details:hover .expand_market{ display: block; }*/
/*.FO_match_details{*/
	/*color: #696464!important;*/
/*}*/
/*.FO_match_details:hover{ background-color: #e6e3e3; }*/
.FO_score_time{
	color:#848484;
}
.match_market{
	width:100%;
	height:50px;
	background-color: #cfcfcf;
	display: none;
}
.play_odd,.disabled_odd {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	height: 40px;
	line-height: normal;
	padding-top: 10px;
	border-bottom: 1px solid #474747;
	-webkit-box-shadow: inset -1px 0px 0px 0px #303030;
	-moz-box-shadow: inset -1px 0px 0px 0px #303030;
	box-shadow: inset -1px 0px 0px 0px #303030;
	float: left;
	text-align: center;
	width: 33.333333333333336%;
}
.play_odd:hover { background-color: #ffcd00; color: #000;}
.play_odd:last-child{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.disabled_odd {
	background-color: #e3e6e9;
	color: #9e9e9e;
	/*opacity:0.6;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}


.LV_fav_me,.LV_unfav_me{
/*	position: relative;
	float: right;*/
	width: 24px;
	height: 18px;
	filter: invert(1);
	background:url(../images/favstar_dark.svg) center center/12px 12px no-repeat;
	cursor: pointer;
}
.wrapFav{
/*	position: relative;
	float: right;
	width: 24px;
	height: 22px;*/
	/*display: block;*/
}
.LV_FO_fav_me,.LV_FO_unfav_me{
/*	position: relative;
	float: right;
	width: 24px;
	height: 22px;*/
	filter: invert(1);
	background:url(../images/favstar_dark.png?v=3) center center/12px 12px no-repeat;
	cursor: pointer;
}
.LV_FO_fav_me:hover,.LV_unfav_me:hover{
	filter: invert(0);
	background:url(../images/favstar_dark.svg) center center/12px 12px no-repeat;
}
.LV_FO_fav_me:hover{
	filter: invert(0);
	background:url(../images/fav_on.png) center center/12px 12px no-repeat;
}
.LV_FO_unfav_me{
	filter: invert(0);
	background:url(../images/fav_on.png?v=3) center center/12px 12px no-repeat;
}
.expand_market{
	margin-right: 5px;
    font-size: 13px;
	cursor: pointer;
}
#divStreamv2.\1{
margin-bottom: 4px;
}
.mark_winner {color:#ffdf1b;}
/*#upcoming_label,#live_label,#divFavoritesMatches{
	position:relative;
	float:left;
	min-width: 721px;
	width:99.5%!important;
	left:5px;
	height:30px;
	font-size: 17px;
	line-height:30px;
	text-indent:20px;
	overflow:hidden;
	background-color: #ecf0f1;
	color:black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:1001!important;
	display:none;
}*/
/*#divFavoritesMatches { border:0; }*/
/*#divFavoritesMatches { height:auto; margin-bottom:5px; background-color: transparent!important; }*/
#upcoming_label { margin-top:10px; }

.CollapsibleHeaderFav{
		padding-bottom: 5px;
}
#live_sports_choices_wrapper{
	/*min-width: 721px;
	width:70%!important;*/
	overflow-x: auto;
	overflow-y: hidden;
	display: none;
	/*left:5px;*/
	height:55px;
	/*margin-left: 5px;
	margin-bottom: 5px;*/
	background:#003c79;
}
.live_sports_scroll {
	position: relative;
	height: 100%;
	display: table;
	border-collapse: separate;
	border-spacing: 3px;
	font-family: Helvetica, Arial, sans-serif;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: sticky;
	top:0;
}
#flyout_events_wrapper::-webkit-scrollbar {
	width: 8px;
	cursor: pointer!important;
}
#flyout_events_wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px 12px rgb(158, 158, 158);
	cursor: pointer!important;
}
#flyout_events_wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
	border-radius: 10px;
	cursor: pointer!important;
}
.coupon_container::-webkit-scrollbar {
	width: 12px;
	cursor: pointer!important;
}
.coupon_container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px 12px rgb(158, 158, 158);
	cursor: pointer!important;
}
.coupon_container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
	border-radius: 10px;
	cursor: pointer!important;
}

#FAV_flyout_events_wrapper::-webkit-scrollbar {
	width: 8px;
	cursor: pointer!important;
}
#FAV_flyout_events_wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px 12px rgb(158, 158, 158);
	cursor: pointer!important;
}
#FAV_flyout_events_wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
	border-radius: 10px;
	cursor: pointer!important;
}

.main_sport_filter,.show_all_sports{
	height: 12px;
	min-width: 40px;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	display: table-cell;
	white-space: nowrap;
	cursor: pointer;
	line-height: 35px
}
.show_all_sports{
	color: #ffcd00;
	border-bottom: 3px solid #f1c40f;
}
.main_sport_filter:hover, .show_all_sports:hover{
	color: #ffcd00!important;
	border-bottom: 3px solid #ffcd00!important;
}
.active_odd {
	background: #ffcd00;
    color: #012951;
}
div::-webkit-scrollbar {
	height: 8px;
	cursor: pointer!important;
}
.rightScroller{
	width: 100%;
	height: auto;
	/*margin-bottom: 200px;*/
}

div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px 12px rgb(158, 158, 158);
	cursor: pointer!important;
}

div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
	border-radius: 10px;
	cursor: pointer!important;
}

/* POPUP MAX BET COUNT*/
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	line-height: 1.750em;
	z-index:2000;
}
.popup-inner h2 {
	font-size: 25px;
	color: #262626;
	line-height: 20px;
	margin-bottom: 20px;
}

.popup-inner {
	max-width: 400px;
	width: 70%;
	padding: 15px;
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0px 2px 6px rgba(0,0,0,1);
	border-radius: 3px;
	background: #fff;
}

.popup-inner p {
	font-size: 14px;
	line-height: 19px;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	/*padding-top:4px;*/
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(200,200,200,0.8);
	font-family:Arial, Sans-Serif;
	font-size:28px;
	text-align:center;
	line-height:100%;
	color:#000;
	z-index:2000;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(180,180,180,1);
	text-decoration:none;
}

#preload {
	visibility: hidden;
	font-family: 'Sedgwick Ave', cursive;
}

#LiveRace_PopUp{
	width: 100%;
	position: absolute;
	display: none;
	background-color: #333;
	height: 88vh;
	z-index: 100;
	right: 0;
	overflow-y: scroll;
}
.LiveRace_PopUp__enableAnimateWidth{
	transition-timing-function: cubic-bezier(.77,0,.175,1);
	transition-duration: .65s;
	transition-property: width;
}
.LiveRace_PopUp__disableAnimateWidth{
	transition-timing-function: unset;
	transition-duration: unset;
	transition-property: unset;
}
#LiveRace_PopUp::-webkit-scrollbar {
	width: 1em;
}

/* Notifications */

#score_notification { display: none; }

#footer_wrapper {
	height: 600px;
	background-color: transparent;
}
#footer_inner {
	min-width: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	filter: "alpha(opacity=80)";
	-ms-filter: "alpha(opacity=80)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {width: 5px;}
.introjs-tooltiptext{font-size: 17px;}

#select_notification, #basket_notification, #tennis_notification, #volley_notification, #handball_notification, #icehockey_notification {
	display: none;
    position: absolute;
    margin-top: 40px;
    right: 2px;
    width: 250px;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    padding: 5px;
    background-color: #717171;
    border-radius: 4px;
    font-size: 12px;
    color: #eee;
    z-index: 10;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0px 0px 3px #263238;
}
#basket_notification, #tennis_notification, #volley_notification, #handball_notification, #icehockey_notification {
	right:7px;
}
.not_type{
	padding: 2px 0px;
}
.not_type_str{
	padding: 2px 0px;
	float: left;
	position: relative;
	pointer-events: none;
}
.not_type_alert_check{
	padding: 5px 5px;
	position: relative;
	float: left;
	width: 240px;
	background-color: #808080;
	border-radius: 3px;
	margin-bottom: 2px;
	cursor: pointer;
}
.round {
	position: relative;
	float: right;
    width: auto;
}

.round label {
	background-color: #a2a2a2;
	border: 1px solid #717171;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	left: 0px;
	position: absolute;
	top: -1px;
	width: 20px;
}

.round label:after {
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	content: "";
	height: 7px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg);
	width: 12px;
}

.round input[type="checkbox"] {
	visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.blink8 {
  animation: blinkerInOut .6s linear 8;
}

@keyframes blinkerInOut {
  50% {
    opacity: 0;
  }
}
.blinkGoal {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    background-color: #1f5921;
  }
}

#ProgramWrapper{
	font-family: Verdana,Geneva,Arial,sans-serif;
	background-color: #d1d6db;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 78%;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0;
	display: none;
	height: var(--live-viewport);
}
.coupon_container{
	position: relative;
    float: left;
    width: 100%;
 	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #868687 #012951;
	height: calc(100% - 82px);
}
/* Begin LOADER */
	.program_loader {
		width: 400px;
		z-index: 1000;
		height: 200px;
		top: 20%;
		left: -webkit-calc(35% - 200px); /*50% - half your wrapper width*/
		left: calc(35% - 200px);
		color: #FFF;
		background: url(/images/header/loader.gif?v=2) center no-repeat;
		background-size: contain;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
	  /*background: #ffffff;
	  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	  position: relative;
	  -webkit-animation: load3 1.4s infinite linear;
	  animation: load3 1.4s infinite linear;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);*/
	}
	/*.program_loader:before {
	  width: 50%;
	  height: 50%;
	  background: #ffffff;
	  border-radius: 100% 0 0 0;
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	}
	.program_loader:after {
	  background: #666;
	  width: 75%;
	  height: 75%;
	  border-radius: 50%;
	  content: '';
	  margin: auto;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	}*/
	@-webkit-keyframes load3 {
	  0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
	@keyframes load3 {
	  0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg);
	  }
	}
/*end LOADER*/
.main_loader{
	background: #474747 url(../images/Rolling.svg) center 30% / 100px 100px no-repeat;
	width: 100%;
	height: 1000px;
}
.program_loader {
	display: none;
    position: absolute;
    top: 20%;
    left: 35%;
    /*background: #003c78 url(../images/Rolling.png?v=5) center 100% / 120px 30px no-repeat;*/
}

.left-pane {
	height: 100%;
}

.coupon-header{
	z-index: 6
}
.sport_list{
	background-color: #a6b0b9;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    line-height: 40px;
    color:black;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}
.sport_list > span{
	display: inline-block;
	font-size: 13px;
	color: black;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	margin: 0 4px;
	padding: 0 8px;
}
.sport_list > span:hover{
	background: #ffcd00;
    color: #012951;
    border-radius: 13px;
    padding: 0 8px;
}
table.coupon-table td {
    font-size: 14px;
}
.date_list{
	float: left;
	background-color: #a6b5b9;
	width: 100%;
	height: auto;
	line-height: 24px;
	border-bottom: 2px solid grey;
	text-align: center;
	color: black;
	padding: 5px 0 5px 0;
}
.date_list span{
	display: inline-block;
	font-size: 13px;
	color: #blac;
	cursor: pointer;
	/*height: 30px;
	line-height: 30px;*/
	padding: 0 8px;
	margin: 0 10px;
}
.date_list span:hover{
	background: #ffcd00;
    color: #012951;
    border-radius: 13px;
    padding: 0 8px;
   /* margin: 0 10px;*/
}
.selected{
	color:#fff;
}

.coup-title.selected {
	background: #ffcd00;
    color: #012951;
    border-radius: 13px;
    padding: 0 8px;
}

/*.coup-title.selected:hover {
	color: #fff;
}*/

.coupon-table{
	width: 	100%;
	color:#012951;
	font-size: 14px;
}
.coupon-table tr{

}
.coupon-table tr:hover{
	background-color: #ffcd00;
}
.coupon-table td{
	border-bottom: 1px solid grey;
	padding: 7px;

}

#dyn-content{
	/*min-height:1000px;*/
	height: 100%;
}


/*div#mCSB_1 {
    max-width: 94%;
    width: 94%;
}*/


/*.match_details.SelectedGameRow .tv-stream-div, .match_details.SelectedGameRow .DivLiveCourt {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
*/
/*.match_details .tv-stream-div:hover, .match_details .DivLiveCourt:hover {
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
*/

.icon_Sp_Darts:before{
	content: '\f648';
}
.SelectedGameRow {
    color: #012951!important;
    background-color: #ffcd00!important;
}
.SelectedGameRow>.utils_grid>.LV_fav_me,.SelectedGameRow>.utils_grid>.LV_unfav_me{
	filter:invert(0)!important;
}
.SelectedGameRow>.utils_grid>.time_holder,.match_row:hover .match_details>.utils_grid>.time_holder{
	/*color:#0070e0!important;*/
}
#league_statistics, #players_statistics {
    position: relative;
    display: none;
    float: right;
    line-height: 43px;
    border-bottom: 0px;
}
.SelectedGameRow>.field_grid>.StreamCourtActive,.tv_stream_sm:hover,.tv_stream:hover,.DivLiveCourt[class*=" icon-"]:hover{
	color: #ffdc00;
}
.StreamCourtActive, .StreamActive  {
	color: #ffdc00;
}
.tv_stream:before,.tv_stream_sm:before {
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    font-size: 12px;
    content: "\f26c";
    padding: 6px 8px;
}
.tv_stream_sm:before{ font-size: 14px;}
.tv_stream_sm{
	position: relative;
	float: right;
	width: 30px;
	height: 22px;
	/*background: url(../images/tv_small_se.svg) no-repeat center center;*/
	cursor: pointer;
	right: 2px
}
@font-face {
  font-family: 'fieldicons';
  src:  url('/css/fonts/fieldicons.eot?v=1.05');
  src:  url('/css/fonts/fieldicons.eot?iefix') format('embedded-opentype'),
    url('/css/fonts/fieldicons.ttf?v=1.05') format('truetype'),
    url('/css/fonts/fieldicons.woff?v=1.05') format('woff'),
    url('/css/fonts/fieldicons.svg?v=1.05') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  display: inline-block;
  font-family: 'fieldicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.DivLiveCourt {
    position: relative;
    float: right;
    cursor: pointer;
}
.DivLiveCourt[class*=" icon-"] {
	font-size: 11px;
	padding: 6px 4px 6px;
	color: #000;
}
[uid*="ff_"],[uid*="tv_"]{
	color: #000;
}*/
.DivLiveCourt[class*=" icon-"]:hover {
	color: #ffdc00;
}
.DivLiveCourt[class*=" icon-"].StreamCourtActive, .tv_stream.StreamCourtActive {
	font-weight: bold;
	cursor:pointer;
}
/* Custom Scrollbar */
div.scrollbar_dark::-webkit-scrollbar {
  width: 8px;
}
div.scrollbar_dark::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000e0;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
}
div.scrollbar_dark::-webkit-scrollbar-thumb {
  background-color: #012951e6;
  -webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
  border-radius: 2px;
  min-height: 50px;
}

.scrollbar_dark {
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #868687 #012951;
}