html{
	height: 100%;
}
body {
	font-family: -apple-system,"Helvetica Neue",Helvetica,"Segoe UI",Roboto,"Droid Sans",Arial,sans-serif;
	margin:0;
	padding:0;
	border:0;
	width:100%;
	/*min-width: 1300px;*/
	height: 100%;

	font-size:90%;

}

body.index-body {
    background: url(/images/backgrounds/sportsbook-background.jpg) no-repeat top center;
	background-color:#d1d6db;
    background-size: cover;
}

.main-background{
	background-color:#414141;
	background: url("/_images/bg.jpg") repeat center center;
}
a:link {
	/*color: #232323;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*color: #232323;*/
}
a:hover {
	text-decoration: none;
	/*color: #ffffff;*/
}
a:active {
	text-decoration: none;
	/*color: #ffffff;*/
}
.clearfix { display: block; clear: both; }
#container{
	margin: 0 auto;
	height: 100%;
	position: relative;
	min-width: 980px;
	background: #fff;
}
/*#header {
	width: 100%;
}*/
#content {
    float: left;
    width: calc(82% - 209px);
    min-width: 780px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left:5px;
    background-color: #d1d6db;
}
.right-pane {
	float: right;
	width: 18%;
	/*background-color: black;*/
}
#content #content-header {
    color: #ffffff;
    /*float: left;*/
    width: 100%;
    line-height: 30px;
    height: 30px;
    position: relative;
    background-color: #003c79;
    font-size: 12px;
}
#content #content-header #nav-title {
	margin-left: 10px;
	position: absolute;
	display: inline-block;
}
#content-header {
    background: #003c79;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
}


#content-subheader {
	float: left;
    width: 100%;
}

#event-container {
	width: 500px;
	margin: 10px auto;
	display: flow-root;
}

#event-team-home, #event-team-away {
	/*opacity: 0;*/
	width: 110px;
	height: 100px;
}

#event-team-home, #event-team-home-img {
	float: left;
}
#event-team-away, #event-team-away-img {
	float: right;
}

#event-team-home img, #event-team-away img {
    width: 100px;
    height: 100px;
}

#event-team-home-txt, #event-team-away-txt {
	position: absolute;
    color: #fff;
    width: 100px;
    text-align: center;
    top: 75px;
    font-size: 24px;
    font-weight: bold;
}

#event-team-away-txt, #event-team-away-txt-full {
	width: 120px;
}

#event-championship-container {
	display: inline-block;
    text-align: center;
    width: 280px;
    margin: 0 auto;
}

#event-championship-title {
	padding: 10px 2px 3px 2px;
    height: 42px;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#event-championship-datetime {
	background-color: #fff;
	width: 80px;
	margin: 0 auto;
	border-radius: 6px;
}

#event-championship-date {
	padding-top: 2px;
	font-size: 10px;
}

#event-championship-time {
	color: #272727;
	font-size: 25px;
	font-weight: bold;
}
#sidebar {
	float: left;
    width: 200px;
    max-width: 200px;
    /*height: 100%;*/
    background-position: right top;
    position: relative;
    padding-bottom: 5000em;
    margin-bottom: -5000em;
    z-index: 2;
}
#sidebar #sidebar-header {
	color: #ffffff;
	float: left;
	width: 100%;
	max-width: 200px;
	line-height: 30px;
	height: 30px;
	position: relative;
	background: url('/_images/sidemenu-header-bg.jpg');
	background-position: right top;
}
#content .left-pane{
    /*display: inline-block;
    float: none;*/
    position: relative;
    margin-right: -1px;
    min-height: 900px;
}
#content .right-pane{
    display: inline-block;
    width: 23%;
    float: right;
    position: relative;
    min-height: 900px;
    padding-bottom: 5000em;
    margin-bottom: -5000em;
    padding-top: 5px;
}
#dyn-content{
	color: #fff;
}
.sports-filters .sport-filter {
	font-size: 13px;
    color: #fff;
    line-height: 31px;
    height: 31px;
   	border-bottom: 1px solid #003367;
    padding: 2px;
    background-color: #003c79;;
}
.sports-filters .sport-filter:hover {
    cursor: pointer;
    background: #012952;
    transition: .1s;
}
.sports-filters .sport-filter img.sport-filter-img {
	margin-left: 2px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.sports-filters .sport-filter span.sport-filter-label {
	margin-left: 10px;
}
table.champ-filters, table.coupon-table{
    font-size: 13px;
    width: 100%;
    margin-bottom: 7px;
    color: #000;
    table-layout: fixed;
    border: 2px solid #012951;
}
table.champ-filters th, table.coupon-table th{
	background-color: #003c79;
    color: #ffd200;
	padding: 8px 5px 8px 5px;
	border: 1px solid #404040;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.champ-filter-selector {
    color: #232323!important;
}
table.champ-filters th img.flag-icon, table.coupon-table th img.flag-icon{
	margin-right: 5px;
}
table.champ-filters tr{
    background-color: #fff;
    border: 1px solid #003c79;
    text-align: left;
}
table.coupon-table tr{
    color: #222222;
    text-align: left;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #c5c9cd;
    border-left: 1px solid #c5c9cd;
    border-right: 1px solid #c5c9cd;
    height: 34px;
    max-width: 100%;
    position: relative;
    
}
table.coupon-table tr:nth-child(odd) { background: #eff0f1;  }
table.coupon-table tr:nth-child(even) { background: #ffffff;  }
table.coupon-table tr.title {
    background: #d1d6db;
    color: #555f69;
}
table.coupon-table tr.title.bet-type-group {
	background: #012951;
	border-top: 2px solid #373737;
}
table.champ-filters tr td, table.coupon-table tr td{
	vertical-align: middle;
	padding: 5px;
}
table.coupon-table tr td.odds {
    border-left: 1px solid #c5c9cd;
    background-color: #FFF;
    font-weight: bold;
    color: #424242;
}
table.coupon-table tr td.odds.selected{
	background:#ffd200;
}
table.coupon-table tr td.odds:hover {
    background-color: #ffd2009e;
    cursor: pointer;
    color: black;
    transition: .2s;
}
table.coupon-table tr td.odds:hover div span {
        color: black;
}
table.coupon-table tr td.more-odds{
	border-left: 1px solid #c5c9cd;
}
table.coupon-table tr td.more-odds:hover{
	cursor: pointer;
	/*color: #ffdf1b;*/
	font-weight: bold;
}
table.coupon-table tr td.teams{
	font-weight: bold;
}
table.coupon-table tr:hover td.teams{
	/*color: #ffdf1b;*/
	cursor: pointer;
}
table.coupon-table tr td.gamecode{
	font-size: 10px;
	font-weight: bold;
}

table.betslip-table{
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	color: #dcdddc;
	table-layout: fixed;
}
table.betslip-table th{
	background-color: #14805e;
	padding: 8px 5px 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	cursor: pointer;
	font-size: 16px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
table.betslip-table tr{
	background-color: #666666;
	text-align: left;
}
table.betslip-table tr.title{
	background-color: #a7a7a7;
	color: #444444;
	text-align: left;
}
table.betslip-table tr td{
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
}

table.base-table tr td{
	vertical-align: middle;
	padding: 8px 5px 8px 5px;
}
form table.base-table input, form table.base-table select{
	padding: 5px;
}
form table.base-table input[type='button'], input[type='submit']{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	background-color: #ffdf1b;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

table.base-table{
	font-size: 13px;
	width: 100%;
	margin-bottom: 7px;
	color: #dcdddc;
	table-layout: fixed;
}
table.base-table th{
	background: #14805e;
	padding: 8px 5px 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
table.base-table tr{
	background-color: #666666;
	text-align: left;
}

#footer{
    width: 100%;
    color: #ffffff;
    height: 200px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #010101;
}

div.nav-products{
	width: 100%;
	position: relative;
	text-align: center;
}
div.nav-products ul{
	line-height: 75px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	list-style: none;
}
div.nav-products ul li{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid transparent;
}
div.nav-products ul li:hover, div.nav-products ul li.active{
	border: 2px solid #10634a;
	background-color: #116c50;
}
div.nav-products ul li a{
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	font-size: 12px;
	color: #ffffff;
}
div.nav-products ul li:hover a, div.nav-products ul li.active a{
	color: #ffdf1b;
}
div.subnav-container{
	position:relative;
	height:30px;
	width:100%;
	min-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#14805e;
	font-size:10px;
	color:#ffffff;
	border-bottom: 1px solid #116d50;
}
div.subnav-products{
	position: relative;
    height: 30px;
    font-size: 11px;
    color: #fdfdfd;
    display: inline-block;
    width: 100%;
}
div.subnav-products a {
	font-weight: bold;
	color:#ffffff;
	padding: 9px;
	display: inline-block;
}
div.subnav-products a:hover {
	color:#ffdf1b;
}
div.subnav-products.lang-selector{
	width: 155px;
}
div.subnav-products.help-selector{
	width: 80px;
	text-align: center;
}
div.subnav-products.odd-selector{
	width: 155px;
}
div.subnav-products.account-selector{
	width: 80px;
	text-align: center;
	margin-right: 0px;
}
div.subnav-products.account-selector .ddown_menu{
	width: 240px;
	right: 5px;
}
.ddown_menu_label {
	padding-top: 10px;
}
.ddown_menu,.ddown_msg_list {
	position:absolute;
	top:45px;
	height:auto;
	background-color: #bbbbbb;
	z-index:100;
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #666;
	-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);
}
div.subnav-products .ddown_menu a {
	width: 100%;
	padding: 0px;
}
div.subnav-products .ddown_menu a {
	color: #333333;
	font-weight: normal;
}
.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: #666 transparent #bbbbbb transparent;
	position: absolute;
	left: 80%;
	top: -10px;
	color: #333333;
}
.mnu_item, .mnu_item_header{
	width:98%;
	height:35px;
	position: relative;
	line-height: 35px;
	margin:0 auto;
	border-bottom: 1px solid #bdc3c7!important;
	color:#333333;
	text-align: left;
	font-size: 12px;
	text-indent: 20px;
}
.mnu_item_header{
	background-color: #c8c8c8;
	text-align: center;
}
.mnu_item_header:hover {
	cursor: default;
}
.mnu_item:last-child { border-bottom: 0; }
.mnu_item:hover { background-color: #c8c8c8;  }
.right-float { float: right; }
.left-float { float: left; }
.toggle-btn { cursor: pointer; }
.toggle-btn:hover { background-color: #137a59; }
.highlight-text { color: #ffffff; font-weight: bold; }
.highlight-red-text { color: #ff0000!important; font-weight: bold; }
.highlight-white-text { font-weight: bold; }
.highlight-gray-text { /*color: #fcfcfc;*/ }
.highlight-yellow-text { color: #ffdf1b; }
.toggle-btn:hover .highlight-text { color: #ffdf1b; }
.align-center { text-align: center!important; }
.align-left { text-align: left!important; }
.align-right { text-align: right!important; }
.content-container {
	min-height: 900px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #d1d6db;
	padding: 5px 0px;
}
.clear-background{ background: none; background-color: none; }

@media all and (max-width : 1200px) {
	#content .left-pane{
		/*width: 77%;*/
	}
	#content .right-pane{
		width: 23%;
	}
	table.coupon-table {
		font-size: 11px;
	}
	#sidebar{
		width: 160px;
		min-width: 160px;
	}
	.sports-filters .sport-filter{
		font-size: 11px;
	}
	#content{
		width: calc(82% - 169px);
		min-width: 820px;
	}
	table.coupon-table tr td.gamecode{
		font-size: 9px;
		font-weight: normal;
	}
}
@media all and (min-width : 1200px) and (max-width : 1500px) {
	#content .left-pane{
		/*width: 77%;*/
	}
	#content .right-pane{
		width: 23%;
	}
	table.coupon-table tr td.gamecode{
		font-size: 10px;
	}
}
@media all and (min-width : 1500px) and (max-width : 1700px){
	#content .left-pane{
		/*width: 77%;*/
	}
	#content .right-pane{
		width: 23%;
	}
}
@media all and (min-width : 1700px){
	#content .left-pane{
		/*width: 77%;*/
	}
	#content .right-pane{
		width: 23%;
	}
}
.header-btn {
    cursor: pointer;
	margin-top: 4px;
}
#dyn-content .coupon-header {
    background-color: #fff;
    position: relative;
    overflow: auto;
    display: flex;
    grid-gap: 5px;
    padding: 5px;
}

#dyn-content .coupon-header .top{
	width: 100%;
	border-bottom: 1px solid #046f50;
}
#dyn-content .coupon-header .coup-title {
    position: relative;
    padding: 10px 6px 10px 6px;
    border: 1px solid #c5c9cd;
    color: #1d1d1d;
    min-width: 80px;
    text-align: center;
    display: grid;
    align-content: center;
    font-size: 13px;
}

#dyn-content .coupon-header .coup-title:hover{
	cursor: pointer;
}
#dyn-content .coupon-header .coup-title:hover, #dyn-content .coupon-header .coup-title.selected{
    background: #ffd200bf;
    transition: .2s;
}

.clear-input{ background: none; border: none; outline: none; }
#couponpage {
	position:absolute;
	width:100%;
}
#couponpage .coupon-container{
	padding: 8px 6px 8px 6px;
}
#couponpage .coupon-controls{
	width: 100%;
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
}
#couponpage .coupon-header{
	min-height: 60px;
	border: 1px solid #404040;
	background-color:#14805e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#couponpage .coupon-header .top{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #046f50;
}
#couponpage .coupon-header .top .coup-title{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #ffdf1b;
	font-weight: bold;
}
#couponpage .cancel-button{
	font-size: 12px;
	cursor: pointer;
}
#couponpage .coupon-box{
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #404040;
	background-color:#666666;
	color: #ababab;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
#couponpage .line1{
	position: relative;
}
#couponpage .line2{
	position: relative;
}
#couponpage .game-selection{
	margin-left: 5px;
	display: inline-block;
	max-width: 165px;
	min-height: 45px;
}
#couponpage .game-selection{
	margin-left: 5px;
	display: inline-block;
	max-width: 165px;
	min-height: 45px;
}
#couponpage .main-form input.rounded{
	padding: 5px;
	outline: none;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#couponpage .main-form table.coupon-table input[type="text"]{
	padding: 5px;
	outline: none;
	border: 1px solid #404040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#couponpage .main-form div#SysExpandingTab input[type="text"]{
	width: 40px;
}
#couponpage .main-form input#txtSImp, #couponpage .main-form input#txtMImp{
	width: 60px;
}
#couponpage .main-form div#SysExpandingTab .systxt{
	text-align: right;
}
#couponpage .main-form div#SysExpandingTab .syschka{
	text-align: center;
}
#couponpage .main-form select#mycustomer{
	padding: 5px;
}
#couponpage .refresh-button{
	position: relative;
	display: inline-block;
	padding: 2px 4px 2px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #10634a;
	background-color: #116c50;
	color: #ffdf1b;
	font-weight: bold;
	cursor: pointer;
}
#couponpage .bet-button{
	position: relative;
	display: inline-block;
	padding: 4px 4px 4px 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	background-color: #ffdf1b;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.back-button{
	border-right: 1px solid #333333;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: #ffffff url("/_images/back-button.jpg") no-repeat right top;
}
.back-button:hover{
	cursor: pointer;
	background: #ffffff url("/_images/back-button-hover.jpg") no-repeat right top;
}

/* Datepicker */
.datepickIcon:hover {
	-webkit-border-radius: 20px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 150, 0, 0.67);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 150, 0, 0.67);
	box-shadow:         0px 0px 30px 0px rgba(0, 150, 0, 0.67);
}
input#search-teams[type=text] {
	margin: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #012951;
    padding: 3px 5px 3px 13px;
    border: none;
    border-bottom: solid 1px #3c3c3c;
    outline: 0;
    color: #fff;
}
input.champ-filter-checkbox[type=checkbox] {
	vertical-align: text-top;
	margin-top: 1px;
	margin-right: 8px;
}
input.champ-filter-checkbox[type=checkbox]:hover {
	cursor: pointer;
}
div#search-container div#search-results{
	position: absolute;
	height: auto;
	background-color: #fafafa;
	z-index: 100;
	border: 1px solid #666;
	-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);
	display: none;
	width: 300px;
	font-size: 14px;
	color: #666;
	border-radius: 4px;
	margin: 0;
}
div#search-container div#search-results div.match-title{
	color: #333333;
	font-weight: bold;
	padding: 2px;
}
div#search-container div#search-results div.more-odds{
	padding: 0;
	border-bottom: 1px solid #666;
	font-size: 12px;
	line-height: 17px;
}
div#search-container div#search-results div.search-error{
	padding: 15px;
}
div#search-container div#search-results div.more-odds:hover{
	background-color: #efefef;
	color: #000;
	cursor: pointer;
}
.overlay-window{
	text-align: center;
	cursor: default;
	width:300px;
	min-height: 200px;
	margin: 10px auto;
	border:1px solid #333;
	background-color:#666666;
	position: relative;
	z-index: 1000000;
	padding: 5px;
	padding-right: 15px;
	border: 2px solid #ffffff;
	border-radius: 3px;
}
.overlay-mask{
	cursor: pointer;
	color: #000000;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	display:none;
	z-index:99999;
}
.static-top-alert {
	width: 100%;
	height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #14805e;
	color: #ffffb7;
	line-height: 30px;
}
.search-input {
	margin-top: 3px;
	width: 200px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: white;
	background-image: url(/_images/search.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px 5px 3px 30px;
}
.div-loader{
	position:fixed;
	width:50%;
	z-index:1000;
	height:200px;
	top:250px;
	left:25%;
	color:#FFF;
	background: #000 url(/_images/loadme.gif) no-repeat center center;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
}
div#couponpage div#alertdiv table{
	margin-top: 10px;
	background-color:#FF0000;
	color:#FFFFFF;
	border:1px solid #404040;
	font-size:12px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
div#couponpage div#alertdiv table td{
	padding: 10px;
	text-align: center;
}

div.main_loader {
	position: fixed;
	width: 300px;
	z-index: 1000;
	height: 200px;
	top: 30%;
	left: -webkit-calc(50% - 200px);
	left: calc(50% - 200px);
	background: url(/images/header/loader.gif?v=2) no-repeat center bottom;
	background-size: contain;
	background-position: center;
	opacity: 0.7;
	filter: alpha(opacity=100);
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: 1px solid #003c79;*/
}
.pg-CreateCouponContainer {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	text-align: center;
	pointer-events: none;
	z-index: 2;
}
.pg-CreateCouponContainer-Sticky {
	position: fixed;
	z-index: 100;
}
.pg-CreateCoupon, .pg-CreateCoupon_Button, .pg-CreateCoupon_Count, .pg-CreateCoupon_Selection, .pg-CreateCoupon_Selections {
	display: inline-block;
}
.pg-CreateCoupon {
    line-height: 19px;
    background-color: #012951;
    border-radius: 0 0 1px 1px;
    position: relative;
    pointer-events: auto;
    padding: 10px 30px 10px 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 0px 5px 2px dimgrey;
}
.pg-CreateCoupon_Count {
    background-color: #ffdf1b;
    font-size: 11px;
    color: #333;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    padding: 1px;
    text-align: center;
    border-radius: 50%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-indent: -1px;
}
.pg-CreateCoupon_Selection, .pg-CreateCoupon_Selections {
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	padding-left: 5px;
	min-width: 90px;
	text-align: left;
	position: relative;
}
.pg-CreateCoupon_Selection {
	display: inline-block;
}
.pg-CreateCoupon_Button {
    min-width: 115px;
    font-size: 12px;
    color: #474747;
    background-color: #ffdf1b;
    vertical-align: middle;
    height: 25px;
    line-height: 23px;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: background-color .1s ease-in-out,color .1s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 10px;
}
.pg-CreateCoupon_Button:hover {
    background-color: #c8af15;
    transition: .4s;
}
.general-btn {
    background: white;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    font-size: 14px;
    color: black;
    display: inline-block;
}
.general-btn:hover, .general-btn.selected {
    background-color: #fbde58;
    cursor: pointer;
    /* color: black; */
    transition: .2s;
}
.clear-spacing{
	padding: 0!important;
	margin: 0!important;
}
table.normaltable td {
	padding:5px;
	text-align: center;
}
table.normaltable th {
	font-size: 12px;
	padding:5px;
}
table.normaltable td.team {
	text-align: left;
}
table.normaltable td.team a{
	cursor: default;
	color: #000;
	font-weight: bold;
}

/* PROMOTION BANNER */
.promotion-container {
    margin-top: 50px;
    height: 270px;
    background-color: gray;
    background: url(/images/promotions/main/promo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.promotion-left {
    float: left;
    text-align: left;
    color: #ffffff;
    width: 515px;
    margin-left: 72px;
    margin-top: 18px;
}
.promotion-right {
    float: right;
    margin-right: 20px;
    margin-top: 17px;
}

.promo-main-title {
    font-weight: bold;
    font-size: 43px;
    margin-top: 20px;
}
.promo-main-desc {
    font-size: 22px;
    margin-top: 16px;
    margin-right: 20px;
}
.promo-main-button {
    width: 194px;
    height: 54px;
    background-color: #000;
    color: #fff;
    margin-top: 23px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}
.promo-banner-item {
    border: 2px solid #ffffff;
    width: 250px;
    height: 70px;
    margin-bottom: 5px;
}
.multiview table.normaltable tr td.stay span.stay, table.normaltable tr td.change span.stay, table.normaltable tr.even td.change span.stay{
	background:url(../stats/clients/default/img/arrow_none.png) no-repeat scroll 50% 50% transparent!important;
	text-indent:-1920px!important;
	display:block!important;
	height:13px!important;
	padding:0 2px;
}
.multiview table.normaltable tr td.up span.up, table.normaltable tr.even td.up span.up {
	background:url(../stats/clients/default/img/arrow_up2.png) no-repeat scroll 50% 50% transparent!important;
	display:block!important;
	text-indent:-1920px!important;
	height:13px!important;
}
.multiview table.normaltable tr td.down span.down, table.normaltable tr.even td.down span.down {
	background:url(../stats/clients/default/img/arrow_down2.png) no-repeat scroll 50% 50% transparent;
	display:block!important;
	text-indent:-1920px!important;
	height:14px!important;
}

.promo_pics {
    position: relative;
    float: left;
    width: 100%;
    height: 280px;
    margin-bottom: 12px;
    border-radius: 5px;
/*    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;*/
}
.promo_pics {
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
.binderBg {
    background: #000;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: .65;
    z-index: 10;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #068dbc;
}
.bannerInfoBinder {
    color: #EEEE;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px 0 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.bannerInfo {
    position: relative;
    width: 85%;
    z-index: 100000;
    text-align: left;
    padding-left: 6px;
    float: left;
    box-sizing: border-box;
}
.bannerTitle {
    font-size: 15px;
    padding: 3px 0;
    font-weight: bold;
}
.bannerSubText {
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
}
.bannerBtn {
    color: #EEE;
    position: relative;
    width: 15%;
    height: 100%;
    float: left;
    font-size: 20px;
    z-index: 10000;
    padding: 10px 0;
}






#pregame-coupon-binder > header {
	background: black;
}
.coupon-top-header {
    background: url(/images/header/betime33_logo.png?v=2.10) #003c79 no-repeat;
    background-size: contain;
    height: 50px;
}
.coupon-sub-header {
    background: #d1d6db;
    height: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
}
.coupon-sub-header > .utilities {
    display: flex;
}
.coupon-sub-header > .utilities > div {
    color: #4c4c4c;
    padding: 11px 20px;
    border-right: 1px solid #b7bbbf;
    font-size: 13px;
}
.coupon-sub-header > .utilities > div[enabled] {
	background: #fecd00;
}
.coupon-sub-header > .utilities > div:hover {
    background: #fecd00;
    transition: .2s;
    cursor: pointer;
}
.row.coupon-sportlist-item {
    background: #003c79;
    color: #ddd;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #003163;
    cursor: pointer;
}
.row.coupon-sportlist-item:hover {
    background: #002b56;
}
img.coupon-sport-img {
    width: 25px;
    height: 25px;
    margin: 5px;
}
.card.coupon-sportlist-item {
    background: #003c79;
    color: #eaeaea;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    border: 5px solid #ffffff;
    padding: 10px 0px;
}
.card.coupon-sportlist-item:hover {
    background: #fecd00;
    transition: .1s;
    color: #2f2f2f;
}
.championship-match-container > .championship-header {
	background: #003c79;
    color: #EEE;
    font-size: 14px;
    padding: 10px 0px;
}
.matches-container > .coupon-matchlist-item {
    color: #2b2b2b;
    font-size: 13px;
}
.matches-container > .coupon-matchlist-item:nth-child(odd) {
	background: #eff0f1;
}
.matches-container > .coupon-matchlist-item:nth-child(even) {
	background: white;
}

.matches-container > .coupon-matchlist-item:not(:last-child) {
	border-bottom: 1px solid #c5c9cd;
}
.coupon-odd-btn {
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #c5c9cd;
    border-radius: 0px;
    color: #2b2b2b;
}
.coupon-odd-btn:hover {
    background: #988d73;
    transition: .3s;
}
.card.coupon-matchlist-item {
    background: #003c79;
    border: 3px solid #ffffff;
    min-height: 135px;
    max-height: 135px;
    padding-right: 0px;
    padding-left: 0px;
    color: #DDD;
    padding: 5px;
}
.card.coupon-teams {
    font-size: 14px;
    margin: 0px 10px;
    padding: 3px 0px;
    border-bottom: 1px solid #565555;
    height: 30px;
}
.card.coupon-champ {
    font-size: 13px;
    padding: 5px 10px;
    color: #c5c5c5;
    height: 30px;
}
.card.coupon-anop {
    margin: 3px 10px;
    padding: 5px 10px;
    background: #d1d6db;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    height: 30px;
    color: #171717;
}
.card.coupon-gdgt {
    padding: 5px 10px;
    font-size: 11px;
    color: #b3b3b3;
    font-style: italic;
    height: 25px;
}
.alert.alert-danger.coupon-alert-danger {
    font-size: 14px;
}
.coupon-sportsel-container > .header {
    background: #003c79;
    color: #ddd;
    font-size: 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #3c3c3c;
    cursor: pointer;
}
.selections-list > .row {
    color: #383838;
    padding: 5px 0px;
    font-size: 15px;
    border-bottom: 1px solid #545353;
}
.selections-list > .row:nth-child(odd) { background: #eff0f1; }
.selections-list > .row:nth-child(even) { background: white; }

.selections-list > .row > div:nth-child(1) {
    background: #fecd00;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.championship-match-container > hr { border-top: 1px solid #9c9c9c; }
.to-print { display:none !important; }
@media print {  
	* { }  
	@page {size: auto;}
	.pregame-match-tbl-toprint {
		width: 100%;
		font-size: 12px;
	}
	.pregame-match-tbl-toprint > thead > tr > th { border: 1px solid; }
	.pregame-match-tbl-toprint > tbody > tr > td { border: 1px solid; }
    .no-print { display: none !important; }
    .to-print { display:block !important; }
}
.champs-grid-binder {
    width: 100%;
    display: grid;
    grid-template-rows: 1fr;
}
div.champs-bottom-col-binder {
    display: grid;
    width: 100%;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
div.champ-filters {
    /*width: 100%;*/
    display: grid;
    grid-template-rows: 1fr;
    font-size: 13px;
    margin: 1px 1px 7px 0px;
    color: #dcdddc;
    table-layout: fixed;
    background-color: #fff;
    border: 2px solid #003c79;
}
div.country-binder-header {
    background: #003c79;
    color:#ffd200;
    display: grid;
    grid-template-columns: 30px 1fr 20px 30px;
    border: 1px solid #404040;
    padding: 5px;
    align-items: center;
	font-size: 16px;
	cursor: pointer;
}
div.country-champ-binder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    width: 100%;
	color: #333;
}
div.champ-filter-binder {
    padding: 5px 3px;
/*    border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;*/
	display: flex;
    align-items: center;
    cursor: pointer;
}
.left-champ-pane > .champ-filters > .country-champ-binder, 
.right-champ-pane > .champ-filters > .country-champ-binder {
	display: none;
}
/*#content .left-pane {
	display: grid
}*/

.selection-categories-container {
    background: white;
    text-align: center;
    padding: 10px 5px;
}
button.filter-button {
    border: 0px;
    padding: 10px;
    margin: 6px;
    /* border: 2px solid #003c79; */
    cursor: pointer;
    box-shadow: 0px 0px 0px #003c79;
    background: #d1d6db;
    color: #012951;
}
button.filter-button:hover {
    box-shadow: 3px 3px 0px #003c79;
    transition: .2s;
}
.sport-menu-filter {
    display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
	height: 100%;
}
.sport-menu-filter > div:nth-child(1) {
    text-align: center;
}
.sport-menu-filter > div:nth-child(2) {
    height: 100%;
    line-height: 20px;
}
.champ-menu-binder { 
	display: none; 
	max-height: 500px;
    overflow: auto;
	direction: rtl;
	scrollbar-color: #003c79 #d1d6db;
	scrollbar-width: thin;
}

.champ-menu-binder::-webkit-scrollbar {
	width: 0.5em;
}
.champ-menu-binder::-webkit-scrollbar-thumb {
    background-color: #767676;
    outline: 1px solid #121212;
}
#dyn-sports-filters {
    background: #363636;
}
#dyn-sports-filters > .sport-filter {
	display: grid;
	grid-template-columns: 1fr 25px;
	align-content: center;
	min-height: 33px;
}
#dyn-sports-filters > .sport-filter > div:nth-child(2) {
	font-size: 16px;
    text-align: center;
	border-left: 1px solid #003367;
	cursor: pointer;
}
.champ-menu-selection {
	display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 10px 5px;
    background: #ffffff;
    border-bottom: 1px solid #252525;
    cursor: pointer;
    direction: initial;
    color: #333333;
}
.champ-menu-selection > div:nth-child(1) > img {
	width: 17px;
	
}
.champ-menu-selection > div:nth-child(1) {
	font-size: 12px;
}
.champ-menu-selection > div:nth-child(2) {
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
}
.champ-menu-selection:hover {
    cursor: pointer;
    background: #068DBC;
    transition: .4s;
    color: #e5e5e5;
}
.lv-match-icon{
	background:#b10808;
	text-align:center;
	padding:7px 0;
	font-size:10px;
	border-radius:3px;
	color: #eff0f1;
	float:left;
	margin:0px 5px 0px 0px;
}
#bb-event-expand-btn {
    padding: 10px 25px;
}
#bb-event-expand-btn:after {
    background-image: url(/ext/games/grfx/new_en.png);
    position: absolute;
    width: 50px;
    height: 49px;
    margin: -18px 0px 0px -18px;
    content: "";
    transform: scale(.85);
}

.coupon-header::-webkit-scrollbar-thumb {
    background: #003c79;
    box-shadow: 0px 0px 3px 2px #c7c7c7;
}

.coupon-header::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dadada;
}
.coupon-header::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.coupon-header-binder {
    margin-bottom: 5px;
}
#nav-title {
    cursor: pointer;
}
.highlight-dark-text { color: #ffd200!important; font-weight: bold; }

.chmpSelected{
	background: #068DBC;
	color: #fff;
}
.fltrSelected{
	background-color: #ffd200!important;
	color: #000!important;
}