@charset "utf-8";

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css");

BODY {
	background: #374e59;
	color: #fff;
	margin: 0;
	padding: 0;
}
BODY, TH, TD {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
TH {
	font-weight: bold;
}
FORM {
	margin: 0;
	padding: 0;
}

IMG {
	vertical-align:bottom;
}
A {
	color: white;
	text-decoration: none;
}
A:hover {
	color: #1a9fe1;
	text-decoration: underline;
}
A IMG {
	border: none;
}
*:active {
	outline: none;
}
*:focus{
	-moz-outline-style: none;
}

#MainContainer {
	width: 100%;
	margin: 0 auto;
}



/* ---  LOGIN PAGE STARTS HERE ---  */
BODY#reportFrameBody {
	background:#fff url(../images/reportFrame/main-bg.png) 0 0 repeat-x;
	padding: 33px 50px;
}
BODY#AdminLogin {
	background: #000;
}
#bodyContainer {
	background: #000 url(../images/body-bg.jpg) no-repeat center 0;
	padding:48px 0 0 0;
}
#mainContainer {
	width:1000px;
	margin: 0 auto;
	position:relative;
}
#agentsForm {
	width: 357px;
	height:302px;
	position:relative;
	margin: 0 auto;
	background:none !important;
}
#agentsForm P {
	margin:0;
	position: absolute;	
}
#agentsForm P#accField {
	top:140px;
	left:128px;
}
#agentsForm P#passField {
	top:183px;
	left:128px;
}
#agentsForm P#submField {
	top:183px;
	left:260px;
}
#agentsForm P#errorMsg {
	top:110px;
	left:130px;
	color: #F00;
	font-weight: bold;
}
#agentsForm P INPUT {
	height:30px;
	width:115px;
	border: none;
	outline:none;
	-moz-outline:none;
	background: none;
	text-align:center;
	font: bold 12px/28px Verdana, Arial, Helvetica, sans-serif;
}
#agentsForm P#submField INPUT {
	width:67px;
	height:33px;
}
#agentsForm P#copyright {
	top: 272px;
	left:110px;
	color: #7c7c7c;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#agentsForm P#oldAgent {
	top: 250px;
	left:145px;
	color: #069;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#agentsForm P#oldAgent A {
	color: #069;
}
#player {
	background:none;
	height:554px;
}

/* ---   LOGIN PAGE ENDS HERE   --- */

tr.exposure-head-table{
	position: sticky;
	top: 0px;
	background: white;
	box-shadow: 3px 7px 5px -9px rgb(0 0 0 / 60%);
	-webkit-box-shadow: 3px 7px 5px -9px rgb(0 0 0 / 60%);
	-moz-box-shadow: 3px 7px 5px -9px rgba(0,0,0,0.6);
}

/* ---   TOP FRAME STARTS HERE   --- */
#TopFrame {
	background: #212121;
}
#TopFrameContainer {
	background: #263238;
	width: 100%;
	height: 115px;
	position: absolute;
	left: 0;
	overflow: visible;
	top: 30px;
}
#TopFrameContainer H1 {
	width: 325px;
    height: auto;
    margin: 0;
    padding: 0;
    color: #717171;
    font-weight: bold;
    text-shadow: 0px 2px 3px #555;
    font-size: 30px;
    text-transform: uppercase;
    font-family: -webkit-pictograph;
    margin-top: 36px;
    margin-left: 33px;
}

#TopBalances {
	height: 115px;
    width: 357px;
    position: absolute;
    top: 0;
    right: 0;
	background: #2130408f;
}
#TopBalances .b1{
    margin-top: 7px;
	margin-bottom: 3px;
}
#TopBalances .b2{
	margin-bottom: 3px;
}
#TopBalances DIV {
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	width: 155px;
	margin: 0px;
}
#TopBalances DIV STRONG {
	color: white;
}
#TopBalances DIV SPAN {
	color: white;
	margin-left: 7px;
	font-weight: bold;
}
#TopBalances .Countdown .time-out{
    color: #28a745;
    background: white;
    margin: 10px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 31px;
    height: 39px;
    border-radius: 5px;
    font-weight: bold;
	margin-top: 15px;
}
#TopBalances .Countdown div{
	width: 100%;
}
#TopBalances .Countdown div span{
	font-weight: normal;
}
#TopBalances .Countdown{
	width: 100%;
    text-align: center;
    height: 69px;
    line-height: 57px;
    color: #a94442;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}
#TopBalances .Countdown span{
	margin-left: 0px;
}
#TopBalanceNumber {
    position: absolute;
	left: 849px;
	color: #34714C;
	background: #FFF;
	font-weight: bold;
	padding: 0 15px;
	height: 25px;
	bottom: -27px;
	border-radius: 2px;
	font-size: 14px;
}
#ReportContent TABLE TH, #ReportContent TABLE TD {

    text-align: left;
}
.rOrderBy{
	position: relative;
    top: 0px;
}
#getThisWeek{
	display:block;
	margin-bottom: 3px;
}
#get2Week{
	display:block;
	margin-top: 3px;
}
.menuWeek{
	position: absolute;
}
#reportResume{
	margin-top: -25px;
}
#TopBalanceNumber {
    position: absolute;
    left: auto;
    top: 120px;
    right: 206px;
    color: #FFF;
    background: #2E866A;
    font-weight: bold;
    padding: 0 15px;
    height: 25px;
    bottom: -27px;
    border-radius: 3px;
}
#TopBalanceNumber p {
	margin: 0;
	line-height: 26px;
}

#TopFrameLogOutLink {
	background: #8e2323;
	width: 56px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index:1;
}
#TopFrameLogOutLink A {
	font: bold 11px/30px Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 0 5px 0 20px;
	display: inline-block;
}

#TopFrameOptions {
	height: 115px;
    position: absolute;
    top: 17px;
    right: 372px;
}
#TopFrameOptions A {
	background: #399740;
	font: bold 11px/12px Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0px 0 0 5px;
	padding: 9px 10px;
	border-radius: 10px;
	display: inline-block;
	transition: 0.5s ease;
}

#TopFrameOptions a.cashier-btn {
    height: 60px;
    background: #399740 !important;
    border-radius: 5px;
}

#TopFrameOptions a.cts-btn {
    position: absolute;
    top: 102px;
    padding: 4px 10px;
    right: -5px;
    background: #337ab7 !important;
    font-size: 12px;
    width: 105px;
    line-height: 18px;
    border-radius: 5px;
}
#TopFrameOptions A:hover {
	background: #1b5e20;
	color: #d4b421;
}

#TopBalanceMessage {
	width: 850px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: -31px;
	left: 25px;
	z-index: 1;
}
#TopBalanceMessage STRONG {
	font: bold 14px/30px Arial, Helvetica, sans-serif;
	color: #fc9703;
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}
#TopBalanceMessage DIV {
	width: 700px;
	position: absolute;
	top: 0;
	left: 120px;
}
#TopBalanceMessage MARQUEE {
	font: normal 12px/22px Arial, Helvetica, sans-serif;
    color: #fc9703 !important;
    width: 698px;
    height: 22px;
    font-weight: bold;
    height: 22px;
    margin: 3px 0;
    border-radius: 5px;
}
#TopFrameToggleLink {
	width: 100%;
	padding: 5px;
	position: absolute;
	top: 0;
	background: #efefef82;
}
#TopFrameToggleLink A {
	background-color: #2c434e;
    font: bold 10px/20px Arial, Helvetica, sans-serif;
    color: #374e59;
    text-align: center;
    text-decoration: none;
    width: 76px;
    height: 25px;
    padding: 0 5px;
    margin-top: -3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}


#TopFrameToggleLink A:hover {
	background-color: #1a9fe1;
}
#reportPreview{
	height: 115px;
    width: 935px;
    position: absolute;
    top: 0;
    left: 297px;
}
#reportPreview a:hover{
	text-decoration: none;
}
#reportPreview .reportBox{
	background-color: #2130408f;
    border: 0 solid transparent;
    border-radius: .25rem;
    color: white;
    font-family: Open Sans,sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 1.875rem;
	height: 101px;
    margin-top: 6px;
    border: 1px solid #263238;
}
#reportPreview .reportBox h3{
	font-size: 15px;
    font-size: 15px;
    text-align: center;
    padding: 1px;
    font-weight: bold;
    margin-top: 11px;
	color: #3c763d; 
}

#reportPreview .reportBox h3 a{
	color: #3c763d; 
}
#reportPreview .reportBox strong{
	font-size: 11px;
	    margin-left: 6px;
		font: normal 11px"Open Sans",sans-serif;
}
#reportPreview .reportBox span{
	margin-left: 8px;
    font-weight: bold;
    font-size: 11px;
}
#reportPreview .reportBox .info{
	margin-bottom: 5px;
	padding: 0px 8px;
}
.contentReports{
	box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 10%);
    padding: 20px 30px;
    width: 95%;
    margin-left: auto;
    border-radius: 5px;
    margin-right: auto;
	background: #3c535f;
}
/* -----   TOP FRAME ENDS HERE   ----- */



/* -----   MENU FRAME STARTS HERE   ----- */
#MenuFrame {
	background: #263238;
}
#MenuFrameOptions {
	padding: 10px;
}
#MenuFrameOptions UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#MenuFrameOptions UL LI {
	margin: 0;
	padding: 0;
	display: block;
}
#MenuFrameOptions UL LI A {
	background: url('../images/general/menu-sprite.png') 0 0  no-repeat;
	width: 55px;
	height: 60px;
	display: block;
	transition: 0.3s ease;
}
#MenuFrameOptions UL LI A STRONG {
	display: none;
}
#MenuFrameOptions UL LI A#LinkHideAgentList:hover {
	background-position: -55px 0;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkHome {
	background-position: 0 -60px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkHome:hover {
	background-position: -55px -60px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkWeeklyBalance {
	background-position: 0 -120px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkWeeklyBalance:hover {
	background-position: -55px -120px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkPendingBets {
	background-position: 0 -180px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkPendingBets:hover {
	background-position: -55px -180px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkMoveLines {
	background-position: 0 -240px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkMoveLines:hover {
	background-position: -55px -240px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkBetTicker {
	background-position: 0 -300px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkBetTicker:hover {
	background-position: -55px -300px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkPrintPage {
	background-position: 0 -360px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkPrintPage:hover {
	background-position: -55px -360px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkLogout {
	background-position: 0 -420px;
	text-decoration: none;
}
#MenuFrameOptions UL LI A#LinkLogout:hover {
	background-position: -55px -420px;
	text-decoration: none;
}
#MainContainer .TbInTitle{
	font-size:12px;
}
#ReportContent TABLE TH, #ReportContent TABLE TD.test:last-child{
	border-bottom: 1px solid #ffffff38 !important;
}
/*---------   MENU FRAME ENDS HERE   ------------*/



/* --------   AGENTS LIST FRAME STARTS HERE   ------------*/
#AgentListFrame {
	background: #1e292f;
}
#AgentListFrame H2 {
	background: #4a6877;
	font: bold 22px/40px "Open Sans", "Open Sans" Arial, Verdana, Geneva, sans-serif;
	color: #FFF;
	width:90%;
	margin: 20px 12px 0 12px;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	text-align:center;
	border-radius:5px 5px 0 0;
}
#AgentSearch {
	background: #374e59;
	width: 90%;
	margin: 0 12px 0 12px;
}
#AgentSearch SPAN {
	font: bold 11px/30px Verdana, Geneva, sans-serif;
	color: #6a8999;
	text-transform: uppercase;
	padding: 0 8px;
	display: inline-block;
}
#AgentListFrame INPUT[type='text'] {
	background: #2c3a41;
	font: bold 11px/20px Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	width: 130px;
	height: 19px;
	margin: 5px 0;
	padding: 0;
	border: none;
	border-radius: 5px;
	outline: none;
}
DD.divG TABLE A {
	color:#b2ebf2 !important;
	font: bold 12px Arial !important;
}
.TopLevel * {
	clear:both;
	margin:0;
	padding:0;
}
.TopLevel dl.accordion-menu {
	width: 90%;
	margin: 0 auto;
}
.TopLevel dl.accordion-menu dt.divT {
	background-color: #78909c;
	cursor: pointer;
	height: 28px;
	color:#FFF;
	text-align: center;
}
.TopLevel dl.accordion-menu dt.divT span {
	color: #FFF;
	font: bold 14px/28px Verdana, Geneva, sans-serif;
}
.TopLevel dl.accordion-menu dd.divG {
	width:97%;
}
.TopLevel dl.accordion-menu dd.divG .bd {
	background: #aeaeae;
	color: #1a1a1a;
	float:left;
	padding:0 0 2px;
	width:100%;
}
.TopLevel dl.accordion-menu dd.divG .bd ul {
	color:#000;
	float:left;
	left:5%;
	position:relative;
	width:95%;
}
.TopLevel dl.accordion-menu dd.divG .bd h3, .TopLevel dl.accordion-menu dd.divG .bd p, .TopLevel dl.accordion-menu dd.divG 

.bd dl, .TopLevel dl.accordion-menu dd.divG .bd dt, .TopLevel dl.accordion-menu dd.divG .bd dd, .TopLevel dl.accordion-menu 

dd.divG .bd table {
	left:1%;
	margin:3px 0;
	position:relative;
	width:97%;
}
.TopLevel .poChartTitle {
	background-color:#000;
	color:#FFF;
	float:left;
	height:100%;
	width:100%;
}
.TopLevel dd dt {color:#000;}

.MenuAgent,
TD[style='white-space:nowrap;'] {
	font-weight: bold;
	border-bottom: 1px dotted #455a64;
	color: #FFF;
	text-align:left;
	text-indent:5px;
	width:100%;
}
TD[style='white-space:nowrap;'] A {
	color: #b2ebf2;
}
.nevCheck span{
	position: relative;
    top: -14px;
}
.messagePlayer{
	width: 10%;
    display: inline;
    border-style: solid;
    font-size: 11pt;
    text-align: center;
    border-width: thin;
    display: inline-block;
    height: 21px;
    background: transparent;
    color: #FFF;
    margin-bottom: 4px;
}
/* --------   AGENTS LIST FRAME ENDS HERE   ------------*/



/*---------   REPORT FRAME STARTS HERE   ------------*/
#LiveHelpBlock DIV {
	padding: 20px 30px 0 30px;
}
#LiveHelpBlock A {
	background: url('../images/general/support-link.png');
	width: 170px;
	height: 50px;
	display: inline-block;
}
#LiveHelpBlock A STRONG {
	display: none;
}
#UserAvailableOptionsBlock {
	margin: 20px 30px;
}
#UserAvailableOptionsBlock DIV {
	width: 33%;
	padding: 0 0 20px 0;
	float: left;
}
#UserAvailableOptionsBlock DIV H3 {
	font: Bold 16px/40px "Open Sans", Arial, Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin: 0 10px;
	padding: 0;
	transition: background 1s ease;
	background-color: transparent;
}
#UserAvailableOptionsBlock DIV H3.top-c {
	margin-top: -40px;
}
#UserAvailableOptionsBlock DIV H3 .title-l{
	margin-left: 5px;
}

#UserAvailableOptionsBlock DIV UL {
	margin: 0 10px;
	padding: 15px 0 0 0;
	list-style: none;
}
.redio label{
	position: relative;
	top:-12px;
}
#UserAvailableOptionsBlock DIV UL LI {
	font: normal 14px/28px "Open Sans",sans-serif;
	margin: 0 0 1px 0;
	padding: 0;
}
#UserAvailableOptionsBlock DIV UL LI A {
	
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 25px;
	display: block;
	border-bottom: 1px solid #e8e8e8;
    transition: 0.5s ease;
    background: transparent;
    padding: 8px;
	padding-left: 17px;
}
#UserAvailableOptionsBlock span.icon{
	float: left;
    margin-top: 9px;
}
#UserAvailableOptionsBlock DIV UL LI A span.new-feature {
    background: #f00;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    color: #FFF;
}
#UserAvailableOptionsBlock DIV UL LI A:hover span.new-feature {
    color: #FFF;
}
DIV.choose-report-date {
	margin: 15px 0;
}
DIV.choose-report-date P {
	text-align: center;
}
DIV.choose-report-date INPUT,
DIV.choose-report-date SELECT {
	margin: 0 25px 0 10px;
	padding: 3px;
	border: none;
	outline: none;
	border-radius: 5px;
	padding:10px;
}
DIV.choose-report-date IMG {
	margin: 0 25px 0 -25px;
}

#ReportContent,
#AgentLinesBlock {
    padding: 30px 30px;
}
#ReportPrintLink {
	background: #374e59;
	width: 60px;
	height: 60px;
	border: 1px solid #4a6877;
	border-radius: 15px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#ReportPrintLink A {
	width: 60px;
	height: 60px;
}
#ReportContent H2 {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #edf1f7;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5rem;
	margin: 0 0 25px 0;

}
#ReportContent H4.AgentTitle{
	text-align: left;
    padding: 10px;
    border-bottom: 1px solid #757575 !important;
    font-weight: bold;
    font-family: Open Sans,sans-serif;
}
#ReportContent table .GameDetailChart td{
	border: 1px solid #cecece; 
}
#ReportContent TABLE .TrGamePosition TD {
    border-bottom: 1px solid transparent !important;
}
#ReportContent H3 {
	font: bold 18px/25px "Trebuchet MS";
	color: #fff;
	margin: 10px 0 15px 0;
	padding: 0 5px;
}
#ReportContent H4 {
	font: 16px/20px "Trebuchet MS";
	color: white;
	padding: 0 5px;
}
#reportResume a {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    padding: 10px 16px;
    border-radius: 3px;
    color: #FFF !important;
    font-weight: bold;
	margin-right: auto;
    margin-left: auto;
    display: block;
	text-align: center;
    width: 167px;
}
#ReportContent TABLE {
	margin: 10px 0 18px 0;
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
}
#ReportContent TABLE.filter TD {
	border-bottom: 1px solid transparent !important;
}
#ReportContent TABLE.filter TD span label{
	position: relative;
    top: -15px;
}
.detn{
	position: relative;
	top:5px;
}
.detn label{
	position: relative;
	top:-2px;
}
#ReportContent TABLE CAPTION {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 10px;
}
#ReportContent TABLE TH,
#ReportContent TABLE TD {
	font-size: 120%;
	color: black;
	padding: 3px;
	border-collapse: collapse;
	height: 40px;
}
.lw-radio{
	position: relative;top: 3px;
}
#ReportContent TABLE TH, #ReportContent TABLE TD .fa-user{
    color: white;
}
#ReportContent TABLE TR.GameHeader TH{
    border-bottom: 1px solid rgb(234, 229, 229) !important;
    border-right: 1px solid rgb(234, 229, 229) !important;
    border-left: 1px solid rgb(234, 229, 229) !important;
}
#ReportContent TABLE TR.GameHeader.ext TH {
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}
#ReportContent TABLE.profile TD {
border-top: 1px solid transparent !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
#MainContainer .TrGameEven {
    font-size: 12px;
}
#MainContainer .TbInTitle TD {
    font-weight: bold;
	font-family: Open Sans,sans-serif;
}
#MainContainer .TrGameOdd{
    font-size: 12px;
}
#ReportContent TABLE THEAD TH {
	background: transparent;
	color: #e9f4fa;
	padding: 3px 5px;
}
#ReportContent TABLE TD A {
	color: white;
}
#ReportContent TABLE TD A img{
	position: relative;
    top: -10px;
}
#ReportContent TABLE TBODY TR:nth-child(even) {
	background-color: transparent;
	height: 40px;
}
#ReportContent TABLE TBODY TD {
	
}
#ReportContent TABLE TFOOT TD {
	background: #3f5763;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
#ReportContent DIV.reporttable.autosise {
	margin: 0 10px;
	display: inline-block;
	min-width: 48%;
}
#ReportFooter {
	font: normal 11px/15px Verdana, Geneva, sans-serif;
	color: #ccc;
	text-align: center;
	padding: 15px 10px;
	clear: both;
}
#ReportContent TABLE TR.beater TD:last-child {
	font-weight: bold;
	color: #900;
}
/*---------   REPORT FRAME ENDS HERE   ------------*/



/*---------   WEEKLY BALANCE STARTS HERE   ------------*/
#WeeklyBalanceBlock {
	
}
#WeeklyBalanceMenu {
	
}
#WeeklyBalanceMenu P {
	text-align: center;
}
#WeeklyBalanceMenu INPUT,
#WeeklyBalanceMenu SELECT {
	margin: 0 5px 0 10px;
	padding: 3px;
	border: none;
	outline: none;
	border-radius: 5px;
}
#WeeklyBalanceMenu IMG {
	margin: 0 25px 0 0;
}
#WeeklyBalanceResume {
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px;
	border-top: 1px solid #4a6877;
	border-bottom: 1px solid #4a6877;
}
#WeeklyBalanceResume H4 {
	font: bold 16px "Trebuchet MS";
	color:#146f89;
	margin: 0;
}
#ReportResume H4 SPAN {
	color:#000;
}
#WeeklyBalanceBlock .weekly-negative-value {
	color: #fe4e4e;
}
/*---------   WEEKLY BALANCE ENDS HERE   ------------*/


/*---------   AGENT MOVE LINES STARTS HERE   ------------*/
DIV.gamevaluesblock TABLE TD {
	color: #000;
}
/*---------   AGENT MOVE LINES END HERE   ------------*/



/*---------   OLDER REPORT FRAME STARTS HERE   ------------*/
.ProcessDiv {
	text-align: center;
	height: 100px;
}
#reportFrame {
	padding: 20px;
}
#reportFrame H3 {
	color:#367524;
	margin: 25px 0 5px 0;
	font: bold 20px "Trebuchet MS";
	border-bottom:4px solid #dadada;
}
#reportFrame H3 SPAN {
	font-size: 12px;
	color:#000;
}
#reportFrame H4 {
	font: bold 16px "Trebuchet MS";
	margin: 20px 0 10px 0;
	color:#146f89;
}
#reportFrame H4 SPAN {
	color:#000;
}
#reportFrameContainer {
	background:#FFF url(images/reportFrame/main-bg.png) repeat-x 0 0;
	color: #000;
	padding: 10px;
}
input.sub{
	background-color: #36f;
    border-color: #36f;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}
#reportFrameContainer TABLE TD {
	color: #000;
}
#reportMenu1 {text-align:center;}

#reportMenu1 P,
#reportResume P,
TABLE.PlayerMessageFilter TD {
	margin: 0 0 12px 0;
	color:2c2c2c;
	text-transform:uppercase; /*TD difference - line 268*/
	font: bold 12px "Trebuchet MS";
}
#reportMenu1 P INPUT,
TABLE.PlayerMessageFilter TD INPUT,
TABLE.PlayerMessageFilter TD SELECT,
TABLE TD.AgtLineHeader INPUT#txtFind,/*AgentLineMover - Line 448*/
TABLE#PageRefresh TD INPUT[type="text"] { /*AgentLineMover - Line 538*/
    border-color: #36f;
    border-radius: 4px;
    padding: 10px;
}
TABLE.PlayerMessageFilter TD SELECT {
	padding: 3px;
	line-height:18px;
	text-transform: capitalize !important;
}
#reportMenu1 P INPUT[name="Submit"],
TABLE.PlayerMessageFilter TD INPUT[name="Submit"] {
	background-color: #36f;
    border-color: #36f;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}
#reportMenu1 P INPUT#ckShowFutures {
	width:20px;
	margin: 0;
	background:none;
	padding: 0 !important;
	vertical-align:bottom;
}
#reportMenu1 P SELECT,
#reportResume P SELECT,
#reportFrameContainer TABLE#multiplePages SELECT,
TABLE TD.AgtLineHeader SELECT, /*AgentLineMover - Line 447*/
TABLE#LineSportMoveLine SELECT { 
	width:148px;
	border:none;
	height:40px;
	padding: 3px;
	line-height:18px;
	text-align:center;
	background-color: #f7f9fc;
    border-color: #e4e9f2;
}
#reportMenu1 P SPAN {padding:0 0 0 15px;}

#reportMenu1 P IMG {margin: 0 15px 0 0;
position: relative;
    top: -10px;
}

#reportFrameContainer TABLE {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}
TABLE#multiplePages {background-color:#CCC; font-weight:bold;}

TABLE#playerMarketing TD { text-align:left; padding: 0 10px;}

#reportFrameContainer TABLE TR.GameHeader,
#reportFrameContainer TABLE TR.TbInTitle {
	background-color: #81a0a9;
	font-weight:bold !important;
	text-align:center;
	color:#FFF;
}

#reportFrameContainer TABLE TR.TrGameEven {background-color:#f1f1f1;}

#reportFrameContainer TABLE TR.SubTotalFields TD {border:1px dotted #999; border-top:none;}

#reportFrameContainer TABLE TR.GameHeader2 {background-color:#DBE3E0;}

#reportFrameContainer TABLE TR.TrTotalEven {
	background-color:#688363;
	color:#FFF;
	font-weight:bold;
}
#reportFrameContainer TABLE TD {
	line-height:23px;
	text-align:center;
	padding: 0 2px;
}
#reportFrameContainer TABLE TD TABLE {margin: 0 !important;}

#reportFrameContainer TABLE TD A.TagSpace {margin: 0 10px 0 0;}

#reportFrameContainer TABLE CAPTION {
	background-color:#f4f4f4;
	font-size: 14px;
	color:#444;
	font-weight:bold;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}

#reportFrameContainer TABLE TD.AgentCell {
	color:#000;
	font-weight:bold;
	background-color:#FFF;
	border:1px solid #81a0a9;
}
#reportFrameContainer TABLE TD.TrGameBottom {
	font-weight:bold;
	text-align:right;
	color: #369;
	padding: 0 10px 0 0;
}
TABLE.PlayerMessageFilter TD {text-transform:capitalize !important;text-align:left !important;}

TABLE.PlayerMessageFilter TD INPUT[type="checkbox"]{width:20px;height:14px;padding:0; background:none;}

#closeButton {
	text-align:center;
	margin:0 0 20px 0;
}
#closeButton INPUT {width:83px; height:23px;margin: 0 10px;}



/* ------  OLD REPORTS MENU STARTS HERE   ------- */
	
		#reportsMenu { 
			width: 786px;
			margin:0 auto;
			padding: 0 0 25px 0 !important;
		}
			DIV.ReportsBox {
				width:393px;
				float:left;
				display: inline;
				padding:0 0 25px 0;
				background: url(../images/reportFrame/reportsMenu-bg.png) no-repeat 0 bottom;
			}
				DIV.ReportsBoxLinks {
					width: 335px;
					margin:0 auto;
					padding:15px 0 0 0;
					background-color:#f6f6f6;
					border:3px solid #FFF;
					border-bottom:none;
				}
					DIV.ReportsBoxLinks H3 {
						margin:0 0 10px 0;
						color:#1b5362;
						text-align:center;
						font: bold 22px/30px Impact; 
					}
					DIV.ReportsBoxLinks UL {
						margin:0;
						padding:0;
						list-style:none;
					}
						DIV.ReportsBoxLinks UL LI {
							padding:0 35px;
							margin:0 25px;
							text-transform:uppercase;
							border-bottom:1px dotted #CCC;
							font: bold 12px/24px Arial,Helvetica, sans-serif;
							background:url(../images/reportFrame/icon-reportsMenu.png) no-repeat 

10px 4px;
						}
							DIV.ReportsBoxLinks UL LI A {
								color: #000;
								text-decoration:none;
							}
.AgentTotals {
	font-weight: bold;
	text-align: right;
}
/* ------   OLD REPORTS MENU ENDS HERE   ------- */



/* ---------   WELCOME BALANCE   ---------- */
#welcomeBalance {
	width:393px;
	height:251px;
	padding:10px 0 0 0;
	margin: 0 auto 30px auto;
	background: url(../images/reportFrame/welcomeBalance.png) no-repeat 0 0;
}
#welcomeBalance TABLE {
	width:300px;
	margin:0 auto;
}
#welcomeBalance TABLE TH {font: bold 22px/42px Impact; text-align:right;}
#welcomeBalance TABLE TH#welcAgentID {color:#407b2e;text-align:center;width: 115px;}
#welcomeBalance TABLE TD {
	text-align:right;
	height:26px;
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	color:#000;
	width:50%;
}
#welcomeBalance TABLE TD SPAN {font-size:11px !important;}
#welcomeBalance TABLE TD.WelBalanceItem {color:#1b5362;}
#welcomeBalance P {
	margin:6px 0;
	text-align:center;
}
#welcomeBalance P A {
	margin: 0 10px;
}



/* ------------ OLD AGENT LINES ------------ */
TABLE#AgtLineTop {
	background:#FFF url(../images/reportFrame/main-bg.png) repeat-x 0 0;
	color: #000;
}

	TABLE TD.AgtLineHeader {
		color: #000;
		width:30%;
		padding:7px 0;
		font-weight:bold;
		text-align:center;
		text-transform:uppercase;
	}
	TABLE TD.AgtLineHeader INPUT {margin: 0 5px;}
	
	TABLE TD.AgtLineHeader INPUT#txtFind {line-height:18px !important;}

TABLE.TrGameScheduleNon {background-color:#FFF;}		
TABLE.TrGameSchedulePar {background-color:#CCC;}

TABLE TR.TrAction TD {
	color:#FFF;
	height:26px;
	line-height: 26px;
	font-weight:bold;
	background-color:#144158;
}
TABLE TR.TRTitle {
	color:#FFF;
	height:20px;
	text-align:center;
	background-color: #81a0a9;
	font-weight:bold !important;
}
TABLE TR.FollowLine {
	color:#FFF;
	height:20px;
	font-weight:bold;
	background-color:#688363;
}
	TABLE TR.FollowLine TD INPUT.btReset {
		color:#FFF;
		height: 100%;
		width: 82px;
		border:1px solid #FFF;
		font: bold 10px Verdana;
		background-color:#630103;
	}
TABLE.TrGameSchedulePar TD,TABLE.TrGameScheduleNon TD {color:#000!important;padding: 0 4px;}

TABLE TD DIV.Change INPUT.InputTxt {width:120px !important; border:1px solid #CCC !important;}

/* ------------ MOVE LINES ------------ */

TABLE#TopMoveLine,
TABLE#LineSportMoveLine,
TABLE#BottomMoveLine {
	margin: 10px;
	color:#000;
	background-color:#FFF;
	font-weight:bold;
}
	TABLE TD#MLMAgentInfo {
		height:60px;
		color: #FFF;
		background-color:#000;
		font:22px Impact;
		text-align:center;
	}
	TABLE#LineSportMoveLine SELECT {font-size: 12px;}
	
	TABLE#LineSportMoveLine SELECT OPTION {background-color:#FFF;}
	
	TABLE#LineSportMoveLine UL {
		margin:0 0 0 10px;
		padding:00;
		list-style:none;
		width:520px;
	}
	TABLE#LineSportMoveLine UL LI {
		margin:0 0 0 10px;
		padding:3px 0;
		width:120px;
		float:left;
		border-bottom:1px dotted #333;
		text-align:center;
	}
		TABLE#LineSportMoveLine UL LI A {text-decoration:none;}
	
	TABLE#MoveLineSchedule { margin:25px 0 0 0;}
	
	TABLE#PageRefresh, TABLE#TBComboSchedule {margin:0 0 10px 0;}
		
		TABLE#PageRefresh TD INPUT[type="text"] {margin-left:10px;}
		
		TABLE#TBComboSchedule {width:100%;}



/* ------------ BET TICKER ------------ */
TABLE TD INPUT#Button1 {
	background:url(../images/reportFrame/icon-refresh.png) no-repeat 0 0;
	border:none;
	width:83px;
	height:23px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}



/* ------------ SCORES ------------ */
#pageContent {
	background: #444;
	color: #fff;
	padding: 25px 50px;
}
#pageContent TABLE {
	border-bottom:none;
	border-left:none;
	margin: 0 !important;
}
#pageContent TABLE TD,
#pageContent TABLE TH {
	border-top: none;
	border-right: none;
	padding: 0 !important;
}
#pageContent TABLE TH {
	background-color:none;
}

/* - - - - - - */
#sportCalendar {
	width:840px;
	margin:0 auto;
}
#dateCalendar {
	margin:0;
}
#monthlyCalendar {
	width:320px;
	margin: 25px auto;
}
#monthlyCalendar TABLE {
	width:320px;
	background-color:#545454;
	padding:5px;
	margin:5px auto;
}
#monthlyCalendar TABLE CAPTION {
	background-color:#666;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:35px;
	text-align:center;
	height:35px;
}
#monthlyCalendar TD {
	width:175px;
	height: 25px;
	text-align:center;
	background-color:#666;
	color:#fff;
	font-weight:bold;
	padding:3px 0;
}
#monthlyCalendar TD A {
	color:#f6cb00!important;
	text-decoration:none;
}
#monthlyCalendar TD A:hover {
	color:#ffdb2f!important;
	text-decoration:none;
}
#prevNextCalendar {
	float:left;
	background-color:#2e2e2e;
	color:#fff;
	width:288px;
	height:15px;
	font-weight:bold;
	text-align:center;
	margin:5px auto 0 auto;
	padding:10px 0;
}
#prevNextCalendar A {
	color:#f6cb00;
	text-decoration:none;
}
#calendar {
	float:left;
	background-color:#383838;
	width:288px;
	height:105px;
	margin:0 auto;
	padding:5px 0;
	text-align:center;	
}
#calendar TABLE {
	width:288px;
	margin:0 auto;
}
#calendar TD A {
	color:#f6cb00;
}
#calendar TR#calendarMonth {
	text-align:center;
}
#calendar TD.calendarDaySelected {
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#calendarMonth {
	text-align:center;
}
#calendarMonth TH {
	line-height:14px;
}
#calendarMonth TD {
	color:#fff;
	font-weight:bold;
}
#calendarMonth TD A {
	color:#f6cb00;
}
#scoreboardGames {
	width:840px;
	margin:0 auto;
	clear:both;
}
#scoreboardGames H3 {
	background-color:#545454;
	background-image:none;
	font:normal 22px Impact, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:35px;
	display:block;
	padding:0 0 0 15px;
	margin:10px 0;
	clear:both;
}
#scoreboardGames .scoreboardItem {
	width:400px;
	margin:0 auto;
	float:left;
}
#scoreboardGames .scoreboardItem .scoreTable {
	width:300px;
	height:120px;
	margin:5px auto 15px auto !important;
	padding:5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background-color:#4c4c4c;

	border:3px solid #3c3c3c;
}
.scoreboardItem TABLE.scoreTable TD.gameStatus {
	font-size:12px;
	text-align:left;
	color:#ffd308;
	border-bottom:1px solid #3c3c3c;
}
.scoreboardItem TABLE.scoreTable TD.gameTime {
	font-size:12px;
	text-align:right;
	color:#adadad;
	border-bottom:1px solid #3c3c3c;	
}
.scoreboardItem TABLE.scoreTable TD.team1, TABLE TD.team2 {
	font-weight:bold;
	font-size:14px;
	text-align:center;
	padding:5px;
	color:#fff;
}
.scoreboardItem TABLE.scoreTable TD.score1, TABLE TD.score2 {
	font-size:16px;
	font-weight:bold;
	color:#fed100;
	text-align:center;
	padding:5px;
}

/* STATS START */
#StatsBlock H3 {
	
}
DIV.statsTypes {
	background: #4a6877;
	width: 400px;
	height: 70px;
	margin: 25px auto;
	border: 1px solid #475c66;
	overflow: auto;
}
DIV.statsTypes UL {
	margin: 0;
	padding: 5px 0;
}
DIV.statsTypes LI {
	font: bold 10px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
}
DIV.statsTypes LI A {
	color: #fff;
	padding: 0 10px;
	display: block;
}
DIV.statsTypes LI A:hover {
	background: #475c66;
}
DIV.contentData {
	margin: 0 0 30px 0;
}
DIV.contentData TABLE {
	border: 1px solid #475c66;
}
DIV.contentData TABLE TR.odd {
	background-color: #4a6877;
}
DIV.contentData TABLE TR.even {
	background-color: #374e59;
}
DIV.contentData TABLE CAPTION {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 20px;
	padding: 0 0 0 0;
}
DIV.contentData TABLE TD,
DIV.contentData TABLE TH {
	font-size: 11px;
	color: #fff;
	padding: 3px 0 3px 8px;
	text-align: left;
}
DIV.contentData TABLE TH {
	padding: 2px;
	background-color: #475c66;
	color: #FFF;
	text-align: center;
}
DIV.contentData TABLE TR.odd {
	background-color: #4a6877;
}
DIV.contentData TABLE.statsInjuries {
	width: 90%;
	margin: 0 0 25px 25px;
}
DIV.contentData TABLE.statsTable {
	min-width: 70%;
	margin: 0 0 25px 25px;
}
#generalStats2 DIV.generalStatItem,
.subdivisionStats2 {
	width: 380px;
	float: left;
	text-align: center;
}
#generalStats1 DIV.generalStatItem {
	text-align: center;
}
#generalStats2 DIV.generalStatItem DIV.contentData {
	padding: 5px;
}
#generalStats2 DIV.generalStatItem DIV.contentData TABLE {
	width: 320px;
	margin: 0 auto;
}
DIV.subdivisionStats2  {
	border-top: 1px dotted #CCC;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
}
DIV.subdivisionStats2 DIV.subdivisionStatItem {
	margin: 10px 0;
}
DIV.subdivisionStats2 DIV.subdivisionStatItem TABLE {
	width: 250px;
	margin: 0 auto 5px auto;
}
DIV.subdivisionStats2 DIV.subdivisionStatItem TABLE TH {
	background-image: url(../images/content/table_odd_bg.gif);
	color: #797979;
}
#statsList {
	color: #705640;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;  
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 7px 0 7px 0;
	margin: 10px 0;
	word-spacing: 7px;
	text-align: center;
}
#statsList A {
	font-size: 11px;
	word-spacing: normal;
	line-height: 15px;
}
/* INJURIES END */



/* LOADING STRANSITION START*/
#LoadingTransitionBlock {
	background: rgba(44,58,65,0.95);
	color: #fff;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 1000;
}
#LoadingTransitionBlock DIV {
	text-align: center;
	width: 60%;
	margin: 50px auto;
}
#LoadingTransitionBlock H2 {
	font: normal 22px/30px 'Impact' Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #475c66;
}
/* LOADING STRANSITION EBD*/

/* SURVEY STYLE STARTS HERE  */

#AgentSurvey {
	width:95%;
	margin:25px auto;
}

#AgentSurvey ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* Float the list items side by side */
#AgentSurvey ul.tab li {float: left;}

/* Style the links inside the list items */
#AgentSurvey  ul.tab li a {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #456574;
	background-color: #263238;
	margin:0 3px;
}

/* Change background color of links on hover */
#AgentSurvey ul.tab li a:hover {
	background:#456574;
}

/* Create an active/current tablink class */
#AgentSurvey ul.tab li a:focus, 
#AgentSurvey ul.tab li a.active {
	color:#374e59;
    background-color: #EEE;
}

/* Style the tab content */
#AgentSurvey .tabcontent {
    display: none;
	max-width:1200px;
    padding: 6px 0;
    border-top: none;
}

#AgentSurvey .tabcontent h2 {
	line-height:40px;
	padding:0 0 0 20px;
    border-bottom:3px solid #456574;
}
#AgentSurvey .tabcontent .tab50 {
	width:45%;
	float:left;
	margin:2%;
}
#AgentSurvey .tabcontent .tab65 {
	width:55%;
	float:left;
	margin:2%;
}
#AgentSurvey .tabcontent .tab35 {
	width:36%;
	float:left;
	margin:2%;
}
#AgentSurvey .tabcontent .txt-center {
	text-align:center;
	padding:2% 0;
}
#AgentSurvey table {
	width:100%;
}
#AgentSurvey table td {
	margin:0 2px;
	line-height: 48px;
	text-align:center;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
	text-transform:uppercase;
}
#AgentSurvey table td span.rate-value {
	background:#eee;
	color:#333;
	border-radius:3px;
	padding:5px 8px;
	font-size:14px;
	font-weight:bold;
	text-shadow: none;
	margin:0 5px 0 0;
}
#AgentSurvey .tabcontent  p {
	font-size:13px;
	line-height:24px;
	font-weight:bold;
	border-bottom:1px dotted #456574;
}
#AgentSurvey .tabcontent textarea {
	width:100%;
}

#AgentSurvey .tabcontent  input.input-select-go {
	line-height:24px;
	border-radius:5px;
	margin:0 5px;
	text-align:center;
	box-shadow:0 3px 3px rgba(0, 0, 0, 0.2) inset;
	color:#FFF;
	font-weight:bold;
	min-width:200px;
	background:#360;
	border:1px solid #693;
}
#AgentSurvey .tabcontent .tab50 input.input-select-go:hover {
	background:#284808;
	border:1px solid #360;
}


/* SURVEY STYLE ENDS HERE  */


/* Other Universal Definitions */
.all-centered,
.all-centered TABLE {
	text-align: center !important;
	margin: 0 auto !important;
}
.end-float {
	float: none !important;
	clear: both !important;
}
.important {
	color: #e80000;
}



/* Media Queries */
@media print {

#ReportPrintLink {
	display: none;
}

}

TABLE TR.TrGameSchedulePar TD,
TABLE TR.TrGameScheduleNon TD {
	color: #222 !important;
}

#sportsMenuBlock A {
    color: #EEE !important;
}

FORM[action="AgentLineMover.aspx"] DIV#AgentLinesBlock TABLE[width="90%"] TR.GameHeader TD {
    background: white !important;
}
tr.TR-Odd {
    background-color: #FFF !important;
	border-top-color: #999999 !important;
}
tr.TR-Even {
    background-color: #f9f9f9 !important;
}
tr.TrGameOdd {
    background-color: transparent;
}
tr.TrGameEven {
    background-color: transparent;
}


INPUT {
    border: 0px solid #ccc !important;
    margin: 0 4px 0 3px !important;
    background-color: #f7f9fc;
    border-color: #e4e9f2;
    height: 40px;
	color:black;
}


body#TopFrame {
    background: #374e59;
 
}


#TopFrameContainer {
    background: #374e59;
	box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 38%);
}


#TopFrameOptions A {
    background: #4a6877 !important;
	color: #fff !important;
    
}



body#MenuFrame {
    background: #213040!;
}

div#AgentListFrameContainer {
    background: #3e3c3c !important;
}

#MenuFrameOptions li a span {
    color: white;
}

a#LNK_Agent {
    background: #3c4042;
    font: bold 11px/12px Verdana, Geneva, sans-serif;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    margin: 10px 0  5px 0;
    padding: 9px 20px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    transition: 0.5s ease;
}

a#LNK_Player {
    background: #3c4042;
    font: bold 11px/12px Verdana, Geneva, sans-serif;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    margin: 10px 0  5px 0;
    padding: 9px 20px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    transition: 0.5s ease;
}


#TopFrameToggleLink A {
    
    color: #fff !important; 
 
}


#AgentListFrame H2 {
    background: #d0d0d0 !important;
    
}

#AgentSearch {
    background: #1b1b1b !important;
    color: #fff !important;
}

#AgentSearch SPAN {
    
     color: #fff !important;
    
}

#AgentListFrame INPUT[type='text'] {
    background: #ffffff!important;
    color: #000;
}

#AgentListFrame {
    background: #d0d0d0 !important;
}


#TopFrameLogOutLink A {
    
    color: #FFF !important;
    font-size: 20px;
}

#TopFrameLogOutLink A i {
    
    position: relative;
}
.tab100 .enable-check span {
    color: #fff;
}

.tab100 .player-selected span {
    color: #fff;
}


#AgentCasinoAdmin ul.tab li a {
   
    color: #FFF !important;
    
}

#AgentCasinoAdmin ul.tab li a:focus, #AgentCasinoAdmin ul.tab li a.active {
    color: #374e59 !important;
    
}


#AgentCasinoAdmin .tabcontent .tab50 .enable-check i.fa {
    
    color: #fff !important;
}

tr.GameHeader td {
    
	font-weight: bold !important;
    font-family: Open Sans,sans-serif;
}


.col-lg-12.col-sm-12.buttonX {
    margin: 10px 0 0 0;
    background-color:  #000 !important;
	color: #FFF !important;
    text-align: center;
}
.col-lg-12.col-sm-12.buttonY {
    background-color: #0042fb;
    color: white;
    text-align: center;
}
.col-lg-3.col-sm-3.buttonY {
    background-color: #0042fb;
    color: white;
    text-align: center;
}
.col-lg-12.col-sm-12.buttonK {
    text-align: center;
}



#BLNK_InsertBet {
    background: #4F5E78 !important;
    font: bold 11px/12px Verdana, Geneva, sans-serif !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 10px 0 10px 5px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    transition: 0.5s ease !important;
}


#BLNK_SportsAccess {
    background: #4F5E78 !important;
    font: bold 11px/12px Verdana, Geneva, sans-serif !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 10px 0 10px 5px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    transition: 0.5s ease !important;
}

#BLNK_CasinoAccess {
    background: #4F5E78 !important;
    font: bold 11px/12px Verdana, Geneva, sans-serif !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 10px 0 10px 5px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    transition: 0.5s ease !important;
}

#BLNK_HorseAccess {
    background: #4F5E78 !important;
    font: bold 11px/12px Verdana, Geneva, sans-serif !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    margin: 10px 0 10px 5px !important;
    padding: 9px 10px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    transition: 0.5s ease !important;
}


select {
  margin: 0 4px 0 3px !important;
  background-color: #f7f9fc;
  border-color: #e4e9f2;
  height: 34px;
  font-size: 13px;
  color: black;
}

@media (max-width: 1800px){
	#TopFrameContainer H1 {
    height: auto;
    margin: 0;
    padding: 0;
    color: #717171;
    font-weight: bold;
    text-shadow: 0px 2px 3px #555;
    font-size: 20px;
    text-transform: uppercase;
    font-family: -webkit-pictograph;
    margin-top: 44px;
    margin-left: 21px;
}
#reportPreview {
    left: 199px;
}
}

@media (max-width: 1700px){
	#reportPreview {
    width: 830px;
}
	#reportPreview .row .col{
    padding-right: 0px;
	padding-left: 5px;
}
}
@media (max-width: 1550px)and (min-width: 991px){
	#reportPreview {
    width: 704px;
    white-space: nowrap;
	left: 155px;
}
#TopFrameContainer H1 {
    font-size: 14px;
    margin-top: 50px;
}
}
@media (max-width: 1450px)and (min-width: 991px){
#reportPreview .col.b3{
	display:none;
}
#reportPreview {
    width: 550px;
    white-space: nowrap;
    left: 155px;
}
#ReportContent TABLE.head {
    overflow: scroll;
    overflow-y: hidden;
    width: 830px;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
	display: block;
}
}

@media (max-width: 1300px)and (min-width: 991px){
#reportPreview {
    width: 446px;
    white-space: nowrap;
    left: 155px;
}
#reportPreview .col.b4{
	display:none;
}
}

@media (max-width: 1200px)and (min-width: 991px){
#reportPreview {
    width: 237px;
    white-space: nowrap;
    left: 155px;
}
#reportPreview .col.b5{
	display:none;
}
}

@media (max-width: 991px){
#reportPreview {
    width: 15em;
}
#reportPreview .col.b5{
	display:none;
}
#reportPreview .col.b4{
	display:none;
}
#reportPreview .col.b3{
	display:none;
}
#ReportContent TABLE.head {
	display: block;
    overflow: scroll;
    overflow-y: hidden;
	width: 500px;
    white-space: nowrap;
	border-bottom:1px solid transparent;
}
}

