body {
    width: 100%;
    /*background-color:#EEE;*/
	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;
}

/*select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}*/

#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:fixed;
	top:50px;
	left:0;
	width:100%;
	height:75px;
	background-color: #263238;
	margin:0;
	z-index:100000;
	min-width: 1150px;
}

#nav_holder{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	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;
}

.top_menu_item{
	position: relative;
	float: left;
	min-width:55px;
	width:auto;
	height:20px;
	line-height:20px;
	margin-right:10px;
	cursor:pointer;
	text-indent:28px;
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    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;


}

.drop_prov_items {


}


.dropdown-mnu:hover + .drop_prov,.drop_prov:hover  {display: grid;}


.top_menu_item:hover,#forgot_pass:hover { color:#B0BEC5; }


#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;
}

#help{
	height:60px;
	line-height: 60px;
	background:url(./images/help.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	color:#FFF;
	font-size:10px;
}

#contact_us{
	background:url(./images/contact.png?v=1) 4px center no-repeat;
	background-size:18px 18px;
	height:60px;
	line-height: 60px;
	color:#FFF;
	font-size:10px;
}

#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;
	width:100%;
	height:53px;
	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/logo2.png?v=1) left center no-repeat;
	background-size:180px 47px;
}

#help_contact{
	position: relative;
	float: left;
	width:auto;
	height:60px;
}

#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(./images/social_facebook.png) center center no-repeat;
	background-size:24px 24px;
}

#tw_icon{
	background:url(./images/social_twitter.png) center center no-repeat;
	background-size:24px 24px;
}

#gplus_icon{
	background:url(./images/social_google_plus.png) center center no-repeat;
	background-size:24px 24px;
}

#insta_icon{
	background:url(./images/social_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_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;
}

.promo_pics {
	position: relative;
	float: left;
    width:100%;
	height:280px;
	margin-bottom:12px;
	border-radius: 5px;
    border: 4px 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;
}

#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;
}


#footer_wrapper{
	position: relative;
	float: left;
	width:100%;
/* 	height:400px; */
	background-color:#263238;
	padding-bottom: 40px;
}

#footer_inner{
	position: relative;
	min-width:960px;
	max-width:1400px;
	height:100%;
	margin:0 auto;
}

#payment_logos,#footer_links,#company_details,#footer_msg{
	position: relative;
	float: left;
	width:100%;
	height:70px;
	text-align:center;
	margin-top:20px;
}

#payment_logos { height:35px; }
#footer_links{ height:30px; line-height:30px; }

#company_details,#footer_msg {
	height:auto;
	font-size:14px;
}

#footer_links a{
	color:#7C8184;
	text-decoration:none;
	font-size:14px;
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#footer_links a:hover{ color:#FFF; }

.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: #fff;
    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 */