/********************
RESET
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
********************/



html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
	min-width: 320px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	cursor: pointer;
	 
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	float: left;
	width: 100%;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/********************
    WEBFONTS
********************/



/********************
    PRIMARY
********************/

body {
	color: #555;
	background: url(../img/bg.jpg) no-repeat;
	background-attachment: fixed;
	font-family: 'arial';
}

body.loginWrap {
	background: url(../img/bgHome.jpg) no-repeat;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
* html .clear { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a:link, a:hover, a:visited {
	text-decoration: none;
}

h3 {
	font-weight: normal;
}

ul {
	list-style: none;
}

		button.submitBtn, button.loginBtn {
			width: 80px;
			float: right;
			background: #3e6382;
			text-transform: uppercase;
			padding: 5px;
			color: #fff;
			margin: 0;
			border: 0;
		}

/********************
    LOGIN PAGE
********************/

.error {
	font-size: 0.7rem;
	color: #f06868;
	width: 120px;
	float: left;
	padding-top: 5px;
}

.red {
	font-size: 0.7rem;
	color: #f06868;	
}

.login {
	max-width: 600px;
	margin: 15% auto;
}

	.login h2 {
		font-size: 1.5rem;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		padding: 0 0 10px 0;
	}

	.login .loginForm {
		background: #28465F;
		color: #fff;
		font-size: 0.850rem;
	}

	.login .loginForm .left {
		float: left;
		width: 40%;
		padding: 5%;
		height: 120px; 
	}

	.login .loginForm .left p {
		margin: 5px 0;
	}	

		.login .loginForm .left .remember {
			font-size: 0.7rem
		}

		.login .loginForm .left label {
			width: 80px;
			float: left;
			padding: 5px 0 0 0;
		}

	.login .loginForm .right {
		float: left;
		width: 40%;
		padding: 5%;
		background: #3e6382;
		height: 120px; 
	}

		.login .loginForm .right h3 {
			font-size: 1rem;
			padding-bottom: 5px;
			color: #f06868;
		}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px;	
}

	.top {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		margin-bottom: 20px; 
	}

	.top .logo {
		float: left;
	}

	.top .balance {
		float: left;
		font-size: 0.785rem;
		width: 160px;
		padding: 10px 20px 10px 0;
	}

	.top .balance span {
		float: right;
	} 

	.menu {
		float: left;
		max-width: 550px;
		padding: 10px 0 0 0;
	}

	.menu .line {
		display: inline-block;
		width: 100%;
		padding: 0 0 10px 0;
	}

		.menu .line select {
			width: 120px; 
		}

	.menu .logOut {
		float: right;
		font-size: 0.825rem;
		color: #f06868;
	}

	.menu ul.mainMenu {
		width: 100%
	}

		.menu ul.mainMenu li {
			float: left;
		}

		.menu ul.mainMenu li a {
			color: #fff;
			float: left;		
			background: #28465F;
			margin: 0 3px 0 0;
			padding: 5px 10px;
		}

	.menu .line .reportS , .menu .line .toolS , .menu .line .agentS {
		float: left;
		margin: 0 8px 0 0;
	}

	.report .filter {
		padding: 10px;
		background: #e6e6e6;
		 margin-bottom:10px;
	}

		.report .filter .line {
			float: left;
		}
				.report .filter .line label {
					float: left;
					padding: 5px 10px 0 0;
				}

				.report .filter .line input ,.report .filter .line select {
					margin: 0 10px 0 0;
					width: 100px;
				}
				
				.report .filter .line select {
					height: 25px;
				}

				.report .filter .line img {
					float: left;
					margin:  0 5px 0 0;
				}
	
	.report .subFilter {
		padding: 10px;
		background: #e6e6e6;
		 margin-bottom:10px;
	}

		.report .subFilter .line {
			float: left;
		}
		
		
		.report .subFilter .line label {
					float: left;
					padding: 5px 0 0 0;
				}

				.report .subFilter .line input {
					margin: 5px 10px ;
				}	
	
	.report h4 {
	        font-size:1em;
	        color:#004b6d;
	        width:100%;
	        color:#f06868;
	        background:#28465F;
	        text-align:center;
	        padding: 8px 0;
	        margin-bottom:10px;
	        border:1px solid #036;
	        float: left;
		}
	
	.report .subFilter h5 {
		margin: 5px 0 0 0;
		color: #f06868;
	}	

		.report table {
			width: 100%;
			margin-bottom: 20px;
		}

		.report table .title {
			text-transform: uppercase;
			font-size: 1rem;
			margin-bottom: 0;
			padding: 5px 0;
			background: #28465F;
			text-align: center;
			color: #fff;
		}

		.report table .title a {
			color: #fff;
			cursor: pointer;
			text-decoration: underline;
		}

		.report table th {
			background:#426989;
			padding: 5px;
			color: #fff;
			font-weight: normal;
			text-align: left;
			border-right: 1px dotted #e6e6e6;
			border-bottom: 1px solid #e6e6e6;
		}

			.report table th:last-child {
				border-right: 0;
			}

		.report table td {
			padding: 5px;
			border-bottom: 1px solid #ccc;
			border-right: 1px dotted #ccc;
			font-weight: normal;
			font-size: 0.85rem;
		}


		.report table td:last-child {
			border-right: 0;
		}

		.report table .odd {
			background: #d1e0e7;
		}

		.report table .total {
			font-size: 1rem;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
		}
		
		.subFilter .sep {
			margin: 0 20px 0 0; 
		}


	.report a {
		color: #f06868;
	}	
	
	.report .editLink {
		background: #008800;
		color: #fff;
		padding: 2px 5px;
	}

	.report .edit-player {
		color: #000;
		text-decoration: underline;
	}
	
	.report .btnSave , .report .btnBack , .btnCreate {
		background: #cc0000;
		color: #fff;
		text-transform: uppercase;
		padding: 5px 10px;
		border: 0;
		width: 200px;
		float:left;
		margin: 0 5px 0 0;
	}
	
	.report .btnSave {
		background: #008800;
	}
	
	.report textarea {
		width: 100%;
	}
		
.footer {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	display: inline-block;
}


@media only screen and (max-width: 800px) {

	.report .tableWrapper {
		overflow-x: auto;
		float: left;
		width: 100%;
	}

}

@media only screen and (max-width: 580px) {

	body {
		background: #fff;
	}
	
	.top .logo {
		display: none;
	}

	.wrapper {
		padding: 0 5px;
	}

	.menu .line .reportS, .menu .line .toolS, .menu .line .agentS {
		width: 99%;
	}

	.login h2 {
		font-size: 2.5rem;
		color: #28465F;
	}

				.report .filter .line {
					margin: 0 0 10px 0;
				}

				.report .filter .line input {
					margin: 0;
				}

	.login .loginForm .left , .login .loginForm .right {
		width: 90%;
		padding: 5%;
	}	

	.top .balance {
		width: 99%;
	}
			.top .balance ul li {
				padding: 2px 0;
				border-bottom: 1px solid #ccc;
			}

	.menu ul.mainMenu li {
		width: 99%;
		display: inline-block;
	}

	.menu ul.mainMenu li a {
		margin: 0 0 2px 0;
		width: 95%; 
	}

	.line select {
		float: right;
	}

}




/**************
pending bets
***************/

.report table.openBets td {
	padding: 20px 5px;
	vertical-align: middle;
}


.report table.openBets td.title {
	padding: 5px;
}


.PendingBetsTicketNumber , .PendingBetsBy ,
.PendingBetsPlaceDate {
    display: block;
    padding: 2px 0;
    border-bottom: 1px dotted #ccc;
}

.report.setting .filter .line{
	float: none;
	margin-bottom: 7px;
}
.report.setting .filter .line:after{
	clear: both;
	display: table;
	content: "";
}
.report.setting br.clearboth{
	display: none;
}
.menu .line ul li{
	padding-left: 0;
	margin: 0 0 2px;
}
.menu .line ul li:before{
	content: none;
}
.report table.weeklyBalance td.money{
	color: #0000ee;
}
.report table.weeklyBalance .money.negative,
.report table.weeklyBalance .money.negative a,
.report table.weeklyBalance .money a.negative{
	color: #dc3545;
}
.report table.weeklyBalance .money.positive,
.report table.weeklyBalance .money.positive a,
.report table.weeklyBalance .money a.positive{
	color: #28a745;
}
.report table.weeklyBalance .total_per_agent .money{
	color: #fff;
}
.report table.weeklyBalance .total_per_agent .money.positive{
	color: #00ff3a;
}
.report table.weeklyBalance .total_per_agent .money.negative{
	color: #ff6e6e;
}

@media print{
	.top, .subMenu,
	.actions a{
		display: none;
	}
	.report{
		width: 99%;
		padding: 0;
		float: none;
		margin: 0 auto;
		border: none;
	}
	table,
	table th,
	table td{
		border: 1px solid #ccc;
		padding: 5px;
	}
	table td a{
		text-decoration: none !important;
	}
}
#searchPlayerByName{
	margin: 5px 0;
	padding: 5px 10px;
	width: 140px;
}
.autocomplete-suggestions{
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	overflow: auto;
	width: 140px !important;
}
.autocomplete-suggestion:hover{
	background: #0289b1;
	color: #fff;
	cursor: pointer;
}
.report .playerHistory a {
	color: #f06868;
}
	.report .playerHistory .text-win{
		color: #2bb712 !important;
	}
	.report .playerHistory .text-push{
		color: #0000ff !important;
	}
	
#game-type-display {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.minmax-fp {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

td .width100 {
	width: 50px !important;
}
		