body {
    width: 100%;
	font-family: Verdana, sans-serif;
}

a:link { color:inherit; text-decoration: none; }
a:visited { color:inherit; text-decoration: none; }
a:hover { color:inherit; text-decoration: none; }
a:active { color:inherit; text-decoration: none; }

#Hidtextpass,#pass,#user{
	float:right;
    width: 17%;
    padding: 9px 12px;
    margin: 4px 5px 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#sel_lang::-ms-expand { /* for IE 11 */
    display: none;
}

#lang_lbl {position:relative}
#lang_lbl:after {
    content:'<>';
    font:13px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top: 2px;
    padding:0 0 2px;
    border-bottom:1px solid #81d4fa;
    position:absolute;
    pointer-events:none;
}

#lang_lbl:before {
    content:'';
    right:6px; top:0px;
    width:30px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

 #sel_lang {
 	width:130px;
 	height:28px;
    padding:5px;
    margin-top: 11px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;;
}
#nav_bar{
	position: relative;
	float: left;
	width:100%;
	height:50px;
	background-color: #263238;
	margin:0;
	z-index:100000;
	min-width: 1150px;
}
#nav_holder{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:50px;
	margin:0 auto;
}
#billboard_message{
	width:100%;
	height:22px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:30px;
}

#forgot_pass {
	float: right;
    min-width: 100px;
    width: auto;
	height:15px;
	text-align:right;
	color:#fff;
	font-size:14px;
	line-height:15px;
}

#top_links{
	position: relative;
	float: left;
	width:100%;
	height:20px;
	color:#fff;
	font-size:14px;
}

.dropdown{
    position: absolute;
    z-index: 1;
    top:30px;
    left:0px;
}
.drop_prov {
    display: none;
    position: absolute;
    opacity: 0.98;
    background-color: #263238;
    min-width: auto;
    min-height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
    top: 30px;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-radius: 10px;
    border: 5px solid #0a4563;
}
.dropdown-mnu:hover + .drop_prov,.drop_prov:hover  {display: grid;}
#forgot_pass { float:right; margin-right:0; text-indent:0; }
#taxes{  text-indent:0; }
.mid{
	height:60px;
	line-height: 60px;
	color:#FFF!important;
	text-indent: 0;
	font-size:10px;
}
.top_menu_item:hover,#forgot_pass:hover { color:#B0BEC5; }
.top_menu_item{
	position: relative;
	float: left;
	min-width:55px;
	width:auto;
	height:20px;
	line-height:20px;
	margin-right:10px;
	cursor:pointer;
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    font-size:14px;
}

.top_menu_item:before {
    font-size: 15px;
    margin: 0 4px;
}

#help_contact{
	position: relative;
	float: left;
	width:auto;
	height:60px;
	color: #fff;
}
#help_contact a {display: inline-flex; font-size: 11px;line-height: 60px;}
#help_contact a i {font-size: 15px;line-height: 60px;margin: 0 4px;}
#help_contact .ddown_msg_list a {line-height: 15px}
#shortcut{
	background:url(/images/shortcut.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	height:60px;
	line-height: 60px;
	color:#FFF;
	font-size:10px;
}

#login_sign_up{
	position: relative;
	float: right;
	width:100%;
	height:50px;
	color:#fff;
	font-size:14px;
}

#settingsM {
	background:url(/images/settings_m.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	height:60px;
	line-height: 60px;
	color:#FFF;
	font-size:10px;
}
#sign_up,#sign_in,#logout_btn{
	position: relative;
	float: right;
	min-width:100px;
	width:auto;
	height:20px;
	/*line-height:25px;*/
	padding:5px;
	text-align:center;
	margin-top:4px;
	margin-right:5px;
	background-color:#D50000;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sign_in{ background-color:#068dbc; margin-right:0; }
#logout_btn{ margin-right: 0; margin-left: 15px; margin-top:10px; }
#sign_up:hover,#logout_btn:hover { background-color:#C62828; }
#sign_in:hover{ background-color:#0b97d6; }

#logo_socials_wrapper{
/*	position:fixed;
	top:0;
	left:0;*/
	position: relative;
	float: left;
	width:100%;
	height:50px;
	background-color: #263238;
	margin:0;
	z-index:1000000;
}

.scrolling_top_panel{
    border-bottom: 2px solid #068DBC;
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.6);
}

#logo_info_holder{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	margin:0 auto;
}

#logo{
	position: relative;
	float: left;
	width:192px;
	height:60px;
	background:url(/images/var_images/forfun/SVG/WHITE.svg) left center no-repeat;
	background-size:180px 47px;
}

#socials{
	position: absolute;
	min-width:135px;
	width:auto;
	margin-top: 54px;
	height:40px;
}

#fb_icon,#tw_icon,#gplus_icon,#insta_icon{
	position: relative;
	float: left;
	width:30px;
	margin-top: 10px;
	height:30px;
	background:url(/media/icons/socials/gray/facebook.png) center center no-repeat;
	background-size:24px 24px;
}

#tw_icon{
	background:url(/media/icons/socials/gray/twitter.png) center center no-repeat;
	background-size:24px 24px;
}

#gplus_icon{
	background:url(/media/icons/socials/gray/google_plus.png) center center no-repeat;
	background-size:24px 24px;
}

#insta_icon{
	background:url(/media/icons/socials/gray/instagram.png) center center no-repeat;
	background-size:24px 24px;
	margin-right:10px;
}

#langs_wrapper{
	position: relative;
	float: right;
	width:21%;
	height:50px;
	min-width: 266px;
}

#main_wrapper{
	position: relative;
	float: left;
	width:100%;
	min-height:1000px;
	height:auto;
}

#center_content{
	position: relative;
	min-width:960px;
	max-width:1400px;
	min-height:1000px;
	height:auto;
	margin:0 auto 30px auto;
}

#left_col{
	position: relative;
    float:left;
    width:80%;
    min-height:1000px;
	height:100%;
}

#right_col{
	position: relative;
    float:left;
    width:20%;
    min-height:1000px;
	height:100%;
}

.promo_pics {
	position: relative;
    float: left;
    width: 100%;
    height: 280px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #263238;
    webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #263238;
}

#right_col > .promo_pics {
	height: 220px;
	border-radius: 0;
	margin-bottom: 4px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#dailyOffer{background-image:url(/media/banners/RIGHT_BANNERS_DAILY.jpg?v=1.01)}
#casinoOffer{background-image:url(/media/banners/RIGHT_BANNERS_CASINO.jpg?v=1.01)}
#rakeOffer{background-image:url(/media/banners/RIGHT_BANNERS_RAKE.jpg?v=1.01)}
#bonusOffer{background-image:url(/media/banners/RIGHT_BANNERS_BONUS.jpg?v=1.01)}
#parlayOffer{background-image:url(/media/banners/RIGHT_BANNERS_PARLAY.jpg?v=1.01)}
#cashoutOffer{background-image:url(/media/banners/RIGHT_BANNERS_CASHOUT.jpg?v=1.01)}
#mobileOffer{background-image:url(/media/banners/RIGHT_BANNERS_MOBILE.jpg?v=1.01)}

.binderBg{background: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: .5;
    z-index: 10;}
.bannerInfoBinder{color:#EEEE;position:absolute;width: 100%;bottom:0;right:0;left:0;padding:6px 0 6px;font-family:Verdana,Geneva,Arial,Helvetica,sans-serif}
.bannerInfo{position:relative;width:85%;z-index:100000;text-align:right;padding-left:6px;float:left;box-sizing:border-box;}
.bannerTitle{font-size:23px;font-family:impact;letter-spacing:0.5px;padding:3px 0;font-weight:300;}
.bannerSubText{font-size:10px;line-height:15px;font-weight:300}
.bannerBtn{color:#EEE;position:relative;text-align:center;width:15%;height:100%;float:left;font-size:20px;z-index:10000;padding:10px 0;}

#promo_bets_wrapper{
	position: relative;
    float:left;
    width:100%;
    height:340px;
	background-color:#37474F;
	margin-top:125px;
	margin-bottom:12px;
}

#promo_bets{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:310px;
	margin:15px auto 0 auto;
}

#livebet_match,.pregame_match{
	float: left;
    width: 49%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right:1%;
    webkit-box-shadow: inset 0px 0px 1px 1px #263238;
    -moz-box-shadow: inset 0px 0px 1px 1px #263238;
    box-shadow: inset 0px 0px 1px 1px #263238;
}

.pregame_match{ width:24%; }

#promo_bets > div:nth-of-type(3n+3) { margin-right:0; width:24%; margin-left:1%;}

.bet_overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.6;
}

.livebet_ribbon{
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0px;
	top:10px;
	background-color:#FFC107;
    text-shadow: 2px 2px 2px #000;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

.bet_ribbon{
	width:100px;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0px;
	top:10px;
	background-color:#546E7A;
    text-shadow: 2px 2px 2px #000;
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

#live_content{
	position:absolute;
	width:100%;
	top:25%;
	height:auto;
	color:#FFF;
	text-align:center;
}

.pregame_bottom_content{
	position:absolute;
	width:100%;
	bottom:0;
	padding-bottom:2%;
	height:110px;
	color:#FFF;
	background-color:rgba(55, 71, 79, 1);
}

#game_time_icon {
	margin:0 auto 18px auto;
	width:auto;
	height:43px;
	line-height: normal;
	text-align:center;
	font-size:26px;
	font-weight: bold;
	/*background:url(/images/gametime_W.png?v=1) 46% center no-repeat;
	background-size:38px 38px;*/
    text-shadow: 2px 2px 2px #000;
}

#player_names{
	position: relative;
	float: left;
	width:100%;
	height:100%;
}

#live_odds{
	position: relative;
	float: left;
	width:65%;
	height:100%;
	padding-top:10px;
}

.pg_player_names{
	position: relative;
	float: left;
	width:100%;
	height:100%;
	padding-top:10px;
}

#live_host_name,#live_away_name{
	float: left;
	font-size: 2.0vw;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    width:48%;
}

.vs_text{
	float: left;
	font-size: 1.5vw;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    width:4%;
}

#live_odds{ width:100%; }

#host_odd,#away_odd {
	float: left;
    width: 30%;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA;
    margin-right: 2%;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 15px;
    cursor: pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

#host_odd{ margin-left:20%; }
#away_odd { margin-right:0; }

#host_odd:hover,#away_odd:hover { background-color: #068DBC; color:#FFF; }

#host_name,#away_name{
	font-size:26px;
	font-weight:700;
    text-shadow: 2px 2px 2px #000;
    text-indent:10px;
}

.game_time{
	position:absolute;
	top:10px;
	left:10px;
	color:#FFF;
    font-size:14px;
    font-weight:700;
    text-shadow: 2px 2px 2px #000;
}

.game_point{
	position: relative;
	float: left;
	width:31.333%;
	margin-top:8px;
	height:45px;
	margin-right:3%;
}


.point_name {
	position: relative;
	float: left;
	width:100%;
	height:15px;
	text-align:center;
	font-size:12px;
}

.point_odd{
	position: relative;
	float: left;
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#FAFAFA;
	color:#263238;
	text-align:center;
    font-size:14px;
    font-weight:700;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}

.point_odd:hover{ background-color:#068DBC; color:#FFF;}

#news_Content {
    height: 220px;
    padding: 40px 3%;
    width: 94%;
    position: absolute;
    top: 0;
    z-index: 3;
    color: #fff;

}

#news_title{
	font-size: 72px;
	font-weight:bold;
    text-shadow: 2px 2px 2px #000;
}

#left_sidebar{
	position: relative;
    float:left;
    width:23%;
    min-height:500px;
    height:auto;
	margin-right:1%;
}

.calendar,.sports_list,.sports_list_inner,.sport_country_list,.special_sports_list,.dates_list{
	position: relative;
    float:left;
    width:100%;
    height:auto;
    margin-bottom:12px;
    webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #C3C3C3;
}
.sports_list {
	border-radius: 5px;
}
.sports_menu_sel {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	padding-left: 8px;
}
#removeFiltering {
	width: 20px;
	height: 20px;
	background: #263238;
	color: #EEE;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	border-radius: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

.sports_list,.sports_list_inner,.sport_country_list,.special_sports_list,.dates_list{margin-bottom:0; }

.sel_date{
	position: relative;
    float:left;
    width:100%;
    height:35px;
    line-height:35px;
    color:#263238;
    background:#FFF url(./images/Calendar.png?v=1) 10px center no-repeat;
    background-size:22px 22px;
    font-size:12px;
    border-bottom:1px solid #EEEEEE;
    text-indent:38px;
    cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    border-bottom-right-radius: 5px;
}
.sel_from_sports_menu,.sel_from_countries,.special_sport,.sel_champ,.special_sport_option,.sel_from_basket_menu,.sel_from_handball_menu{
	position: relative;
    float:left;
    width:100%;
    height:35px;
    line-height:36px;
    color:#263238;
    background-size:22px 22px;
    font-size:12px;
    background-color:#FFF;
    border-bottom:1px solid #EEEEEE;
    text-indent:38px;
    cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.sel_from_countries {
    box-sizing: border-box;
    padding-left: 15px;
}
.sel_from_sports_menu,.sel_from_countries,.special_sport,.sel_champ,.sel_from_basket_menu,.sel_from_handball_menu{ text-indent:9px; }
.sel_from_sports_menu a,.sel_from_countries a,.special_sport a,.sel_champ a,.special_sport_option a,.sel_from_basket_menu a,
.sel_from_handball_menu a { color:#263238; text-decoration:none; }

.sel_date:hover,.sel_from_sports_menu:hover,.sel_from_countries:hover,.special_sport:hover,.sel_champ:hover,.special_sport_option:hover,
.sel_from_basket_menu:hover,.sel_from_handball_menu:hover { background-color:#F3F5F7;  }


#main_content{
	position: relative;
    float:left;
    width:75%;
    height:auto;
	background-color:#FFF;
	webkit-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 1px 1px #C3C3C3;
    box-shadow: inset 0px 0px 1px 1px #C3C3C3;
}

#banner_title{
    position: relative;
    margin:10px auto;
	height: auto;
    width: 90%;
    text-align:center;
    color: #fff;
	font-size: 1.5vw;
	font-weight:bold;
	line-height: 130%;
    text-shadow: 2px 2px 2px #000;
}

.right_col_more_btn{
	position: absolute;
	bottom:18px;
	left:15%;
    width:70%;
	height:40px;
	line-height:40px;
	background-color:#009688;
	text-align:center;
	color:#FFF!important;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	-webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.right_col_more_btn:hover{
	background-color:#00897B;
}
.special_sport_option { min-height:35px; height:auto; text-indent: 0; }
.special_sport_option span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 12px;
    width: 96%;
    padding: 5px 2%;
}

.ddown_menu,.ddown_msg_list {
	position:absolute;
	text-align: left;
	top:45px;
	width:240px;
	height:auto;
	background-color: #ecf0f1;
	z-index:100;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #303030;
	-webkit-box-shadow: 4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow:    4px 4px 14px 0px rgba(50, 50, 50, 0.82);
	box-shadow:         4px 4px 14px 0px rgba(50, 50, 50, 0.82);
}

.ddown_msg_list { top: 50px; z-index:101; font-size: 12px;}


.top_arr{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #303030 transparent #ecf0f1 transparent;
	position: absolute;
	left: 43%;
	top: -10px;
}

.mnu_item{
	width:98%;
	height:35px;
	position: relative;
	line-height: 35px;
	margin:0 auto;
	border-bottom: 1px solid #bdc3c7!important;
	color:#546E7A;
	text-align: left;
	font-size: 12px;
	text-indent: 20px;
}

.mnu_item:last-child { border-bottom: 0; }

.mnu_item:hover { background-color: #F3F5F7;  }

#popup_overlay {
    display: none;
    z-index: 9999999;
    position: fixed;
    width: 760px;
    background-color: #263238;
    height: 235px;
    top: 50%;
    left: 50%;
    margin-top: -230px;
    margin-left: -380px;
    box-shadow: 0px 0px 20px 5px #2a2a2a;
}
#register_popup_overlay {
    display: none;
    z-index: 9999999;
    position: fixed;
    width: 899px;
    background-color: #263238;
    height: 470px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#register_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}
#popup_msg {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    padding: 70px 20px 70px 20px;
}
#close_popup {
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding: 6px;
    text-align: center;
    background-color: #ce2424;
    border-bottom: 3px solid #840e0e;
    color: #FFF;
    font-size: 18px;
	cursor: pointer;
}

#close_popup:hover { background-color: #C62828; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently*/
}

.logged_mnu{
	text-indent: 0;
    text-align: center;
    width: auto;
    padding: 0 10px;
    margin-right: 0;
}

.top_mnu_products{
	text-indent: 0;
	min-width:20px;
    width: auto;
    padding: 0;
    margin-left: 10px;
}

.MenuItemSelected{
	color:#B0BEC5!important;
}

.best_matches_icon {
	padding-right: 10px;
    vertical-align: middle;
	height: 24px;
}
#usrReqBonus{
	border-radius: 6px;
	margin-left: 6px;
	margin-bottom: -7px;
	cursor:pointer;
}
.usrBonusPopup{
	width: 220px;
	height: 130px;
	background-color: #32454e;
	position: absolute;
	right: -27px;
	top: 56px;
	border-radius: 5px;
	display: none;
}
#bArrow{
	background: #32454e;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -8px;
	right: 26px;
	transform: rotate(45deg);
	border-radius: 4px;
}
#bonusText{
	text-align: center;
    font-size: 12px;
}
#bonusAmount{
	height: 20px;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 1;
	font-size: 17px;
}
#cancelBonus{
	background: #cc4444;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 8px;
	left: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
    cursor: pointer;
}
#cancelBonus:hover{
	background-color: #e05959;
}
#confirmBonus{
	background: #07b36b;
	width: 98px;
	height: 26px;
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-radius: 4px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}
#confirmBonus:hover{
	background-color: #10ca7c;
}

#social_footer {
	float: left;
}

/* ---------- Login Popup ----------- */
#loginWrapper { width: 250px; float: right; }
#loginTriangle {
    width: 0;
    height: 0;
    border: solid 15px;
    border-color: transparent transparent #424242 transparent;
	margin: -45px -10px 0px 0px;
    float: right;
}
#loginSelector {
	position: relative;
    float: right;
    min-width: 100px;
    width: auto;
    height: 18px;
    line-height: 18px;
    padding: 5px;
    text-align: center;
    margin-top: 11px;
    margin-right: 5px;
    background-color: #068dbc;
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
#loginSelector:hover { background-color: #0b97d6; }

#loginPopup {
	display:none;
	position: relative;
    float: right;
    width: 100%;
    color: #000;
    font-size: 14px;
	height: 100%;
    background: #424242;
    padding: 15px;
	margin-top: 20px;
}

@media (max-width: 1200px) {
	#top_links a { font-size: 12px; }
	#login_sign_up { font-size: 12px !important; }
}

/* ---------- /Login Popup ----------- */
.right_col_bottom_info {
	position: absolute;
	color: #d4d4d4;
	bottom: 5px;
	left: 0%;
	text-align: center;
	width: 100%;
	font-size: 10px;
	line-height: 11px;
    text-shadow: 1px 2px 2px #000000;
}

/* Match Search START */
div#search-container {
	position: relative;
    float: left;
    width: 100%;
    height: 40px;
    color: #263238;
    font-size: 12px;
    background-color: #FFF;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
input#search-teams {
    border: 0;
    color: #6b6b6b;
    outline: 0;
    height: 100%;
    width: 100%;
    text-indent: 40px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-sizing: border-box;
    background: #e0e0e0 url(/images/search.png?v=2) no-repeat scroll 10px 10px / 20px 20px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
input#search-teams::placeholder {
    color: #5d5d5d;
}
div#search-container div#search-results {
	position: absolute;
    text-align: center;
    height: auto;
    background-color: #fafafa;
    z-index: 99;
    border: 4px solid #eceff1;
    -webkit-box-shadow: 0px 1px 11px #9e9e9e;
    -moz-box-shadow: 0px 1px 11px #9e9e9e;
    box-shadow: 0px 1px 11px #9e9e9e;
    display: none;
    width: 280px;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    margin: 0;
    left: 0px;
    cursor: pointer;
}
div#search-container div#search-results div.more-odds {
	padding: 0 10px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
    line-height: 25px;
    box-sizing: border-box;
}
div#search-container div#search-results div.match-title {
    color: #333333;
    font-weight: bold;
    padding: 2px;
}
.search-item.more-odds.align-center:hover {
    background-color: #eceff1;
}
div#search-container div#search-results div.more-odds:last-child {
    border-bottom: none;
}
.search-error {
    font-size: 13px;
}
/* Match Search END */

/* Loaders */
.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(/login/livebet/images/logo_loading.gif?v=1) no-repeat;
	z-index: 1000;
}

.main_loader{
	display: none;
    position: absolute;
    z-index: 10000;
    width: 250px;
    height: 200px;
    top: 40%;
    left: -webkit-calc(50% - 130px); /*50% - half your wrapper width*/
	left: calc(50% - 130px);
    background: #000 url(/_images/Rolling.svg) center center/32px 32px no-repeat ;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.loading:before {
	position: absolute;
	content: " ";
    z-index: 11000;
    top: 30%;
    left: 45%;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0490a8;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Loaders End */

/*inc.Header*/
#Hidtextpass,#Hidtextpass:focus,#Hidtextpass:hover,#pass{height:35px}
	#licence_notification{position:fixed;z-index:99999999;color:#fff;height:40px;bottom:0;left:30%;width:40%;cursor:pointer}
	#licence_notification:hover:after{background:hsla(0,0%,0%,.8);border-radius:3px;color:#f6f6f6;content:'Click to dismiss';font:bold 12px/30px sans-serif;height:30px;left:50%;margin-left:-60px;position:absolute;text-align:center;top:50px;width:120px}
	#licence_notification:hover:before{border-bottom:10px solid hsla(0,0%,0%,.8);border-left:10px solid transparent;border-right:10px solid transparent;content:'';height:0;left:50%;margin-left:-10px;position:absolute;top:40px;width:0}
	.licence_notification{background-color:#c4453c;background-image:-webkit-linear-gradient(135deg,transparent,transparent 25%,hsla(0,0%,0%,.05) 25%,hsla(0,0%,0%,.05) 50%,transparent 50%,transparent 75%,hsla(0,0%,0%,.05) 75%,hsla(0,0%,0%,.05));background-image:-moz-linear-gradient(135deg,transparent,transparent 25%,hsla(0,0%,0%,.1) 25%,hsla(0,0%,0%,.1) 50%,transparent 50%,transparent 75%,hsla(0,0%,0%,.1) 75%,hsla(0,0%,0%,.1));background-image:-ms-linear-gradient(135deg,transparent,transparent 25%,hsla(0,0%,0%,.1) 25%,hsla(0,0%,0%,.1) 50%,transparent 50%,transparent 75%,hsla(0,0%,0%,.1) 75%,hsla(0,0%,0%,.1));background-image:-o-linear-gradient(135deg,transparent,transparent 25%,hsla(0,0%,0%,.1) 25%,hsla(0,0%,0%,.1) 50%,transparent 50%,transparent 75%,hsla(0,0%,0%,.1) 75%,hsla(0,0%,0%,.1));background-image:linear-gradient(135deg,transparent,transparent 25%,hsla(0,0%,0%,.1) 25%,hsla(0,0%,0%,.1) 50%,transparent 50%,transparent 75%,hsla(0,0%,0%,.1) 75%,hsla(0,0%,0%,.1));background-size:20px 20px;box-shadow:0 5px 0 hsla(0,0%,0%,.1);color:#f6f6f6;display:block;font:bold 16px/40px sans-serif;height:40px;line-height:40px;position:absolute;text-align:center;text-decoration:none;bottom:0;width:100%;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-animation:licence_notification 1s ease forwards;-moz-animation:licence_notification 1s ease forwards;-ms-animation:licence_notification 1s ease forwards;-o-animation:licence_notification 1s ease forwards;animation:licence_notification 1s ease forwards}
	body{font-size:unset}
	#btnDeposit{margin-right:15px;color:#fff;background-color:#019ab5;border-color:#2e6da4;padding:5px 10px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
	#account_mnu{top:2px;position:relative}
	#account_mnu i {font-size: 20px;}
	#divUAT{color:#01b7d6}
	.noselect > img{vertical-align:unset}
	#logout_btn{box-sizing:unset;border-radius:4px}
	/*#nav_bar{padding-bottom:10px}*/
	@-webkit-keyframes licence_notification {
	0%{opacity:0}
	50%{opacity:1}
	100%{bottom:0}
	}
	@-moz-keyframes licence_notification {
	0%{opacity:0}
	50%{opacity:1}
	100%{bottom:0}
	}
	@-ms-keyframes licence_notification {
	0%{opacity:0}
	50%{opacity:1}
	100%{bottom:0}
	}
	@-o-keyframes licence_notification {
	0%{opacity:0}
	50%{opacity:1}
	100%{bottom:0}
	}
	@keyframes licence_notification {
	0%{opacity:0}
	50%{opacity:1}
	100%{bottom:0}
	}
	#theheader{
		width: 100%;
		height: 100px;
		display: block;
		position: fixed;
		z-index: 9999;
		top: 0;
	}
	#header_placeholder{
		width: 100%;
		height: 100px;
	}
	#control_bar_items{float:left;width:100%}


/*icomoon custom font*/
@font-face {
  font-family: 'fieldicons';
  src:  url('./fonts/fieldicons.eot');
  src:  url('./fonts/fieldicons.eot?iefix') format('embedded-opentype'),
    url(/css/fonts/fieldicons.ttf') format('truetype'),
    url('./fonts/fieldicons.woff') format('woff'),
    url('./fonts/fieldicons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'fieldicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Generic:before {
  content: "\e900";
}
.icon-Football:before, .icon-BeachSoccer:before {
	content: "\e901";
}
.icon-Basketball:before {
	content: "\e902";
}
.icon-Volley:before, .icon-Badminton:before {
	content: "\e903";
}
.icon-Hockey:before, .icon-HockeyGrass:before {
	content: "\e908";
}
.icon-AmericanFootball:before, .icon-RugbyUnion:before, .icon-RugbyLeague:before {
	content: "\e906";
}
.icon-Handball:before {
	content: "\e905";
}
.icon-BeachVolley:before, .icon-PingPong:before, .icon-Tenis:before {
	content: "\e904";
}
.icon-Baseball:before {
	content: "\e907";
}
.DivLiveCourt {
    position: relative;
    float: right;
    cursor: pointer;
}

.DivLiveCourt[class*=" icon-"] {
	font-size: 13px;
	padding: 6px 4px 6px;
	color: #989898;
}
.DivLiveCourt[class*=" icon-"]:hover {
	color: #fff;
}
.DivLiveCourt[class*=" icon-"].StreamCourtActive, .tv_stream.StreamCourtActive {
	background-color: #303030;
	color: #ffcc00;
}
.tv_stream{
	position: relative;
	color: #989898;
	float: right;
	padding: 5px 0px;
	cursor: pointer;
}
.tv_stream:hover {color:#fff;}
.tv_stream:before {
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    font-size: 12px;
    content: "\f26c";
    padding: 6px 8px;
}
.tv_stream_empty {display: inline-block;width: 15px;height: 15px}
.tv_stream_sm{
	position: relative;
	color: #989898;
	float: right;
	margin-top: 6px;
	cursor: pointer;
}
.tv_stream_sm:hover {color:#fff;}
.tv_stream_sm:before {
    font-family: "Font Awesome 5 pro";
    font-weight: 300;
    font-size: 12px;
    content: "\f26c";
    padding: 6px 8px;
}
.popup-title {
    background: #263238;
    color: #EEE;
    padding: 12px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 4px solid #019ab5;
    box-shadow: 0px 3px 5px #bfbfbf;
}
.popup-body {
    padding: 20px 10px;
    font-size: 14px;
    color: #444444;
}
.popup-buttons-area {
    padding: 10px;
    border-top: 1px solid #d4d4d4;
}
.btn {
    border: 0px;
    border-radius: 3px;
    padding: 10px;
    cursor: pointer;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}