body {
	margin:0px;
	font-family:Tahoma;
	background-color: #ffffff;
}
a{
	color:#000000;
	font-weight:bold;
}
a:hover {
	color:#35a62d;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(256,256,256, 1.0);
	border-radius: 5px;
	background-color: transparent;
}
.openMenuBtn {
		float:left;
		cursor: pointer;
		margin-left:20px;
		margin-right:10px;
		margin-top: 10px;
		border-radius:5px;
		width:40px;
		height:40px;
		background-image: url('../image/open-menu.png');
		background-size: auto 32px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.openMenuBtn:hover {
		background-color: #5db070;
	}
#style-1::-webkit-scrollbar
{
	width: 5px;
	opacity: 0;
	background-color: #5db070;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #5db070;
}
.lineUpHomeTeamBtm{
	float:left;
	cursor:pointer;
	width:50%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#35a62d;
	color:#ffffff;
	font-size:16pt;
}

.lineUpAwayTeamBtm{
	float:left;
	cursor:pointer;
	width:50%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#5db070;
	color:#ffffff;
	font-size:16pt;
}

.matchDivHdr{
	width:100%;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px dotted  #AEAEAE;
}
.matchTeamsHdr {
	width:100%;
	overflow:auto;
	font-size:14pt;
	text-align:center;
	color:#5db070;
}
.matchDivLogo {
	float:left;
	width:10%;
	padding-top:5px;
	padding-bottom:5px;
	min-height:50px;
	text-align:center;
}
.marchDash {
	float:left;
	width:80%;
	min-height:60px;
}
.matchDateAndTime {
	width:100%;
	font-size:9pt;
	text-align:center;
	color:#5db070;
}
.scannerBtn {
	cursor:pointer;
	position: fixed;
	bottom:15px;
	left:50%;
	margin-left:-55px;
	z-index:55555;
	width:100px;
	height:100px;
	border-radius: 60px;
	background-color: #FFFFFF;
	border:5px solid #5db070;
	box-shadow: 0px 0px 25px #104a16;
	background-image: url('../image/scanner.png');
	background-size: auto 60px;
	background-position: center center;
	background-repeat: no-repeat;
}

.autozirInput {
	width:80%;
	padding:10px;
	border-radius:10px;
	text-align:center;
	color: #104a16;
	font-size: 12pt;
	border:0px;
	outline: 0;
	background-color: #e8e8e8;
}
.autozirInput:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px #000000;
}
.autozirTitle {
	text-align: right;
	padding-right: 50px;
	color:#FFFFFF;
}
.signInBtn {
	cursor:pointer;
	width:85%;
	padding:10px;
	border-radius:10px;
	text-align:center;
	color: #FFFFFF;
	font-size: 12pt;
	border:0px;
	outline: 0;
	background-color: #fa7a2f;
}
.signInBtn:hover {
	background-color: #f29b29;
	box-shadow: 0px 0px 15px #000000;
}
.titleHeader {
	width:auto;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	padding:10px;
	font-size:14pt;
	font-weight:bold;
	color:#35a62d;
	border-top:1px solid #5db070;
	border-bottom:1px solid #5db070;
}

.addTable {
	display:table;
	width:100%;
}
.addTr {
	display:table-row;
}
.addTdLf {
	width:auto;
	padding:5px;
	font-weight:bold;
	text-align:center;
	min-height:30px;
	vertical-align:middle;
}
.addTdRt {
	width:auto;
	padding:5px;
	text-align:left;
	min-height:30px;
	vertical-align:middle;
}
.ninput {
	width:95%;
	padding:5px;
	border:1px solid #C5C5C5;
	border-radius:3px;
}
@media only screen and (max-width: 999px) {
	.topBar {
	position: fixed;
	z-index: 99999;
	background-color: #35a62d;
	border-bottom:5px solid #5db070;
	box-shadow: 0px 0px 25px #104a16;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
}
	.LoadinPagePanel {
		width:auto;
		overflow:auto;
		margin-top:70px;
		margin-bottom:70px;
		margin-left:3px;
		margin-right:3px;
		border-radius:5px;
		padding:3px;
		border:1px solid #ababab;
	}
	.autozirDiv {
		position:fixed;
		left:50%;
		top:50%;
		margin-left:-155px;
		margin-top:-155px;
		background-color: #35a62d;
		width:300px;
		height:300px;
		border-radius: 25px;
		border:5px solid #5db070;
		box-shadow: 0px 0px 25px #104a16;
	}
	.desktopMenuBar {
		display:none;
	}
	.logoDivWhite {
		float:left;
		cursor: pointer;
		margin-left:10px;
		width:80px;
		height: 60px;
	}
	
	.MobMenuBar {
		position:fixed;
		z-index: 3333;
		top:-800px;
		width:100%;
		height: 600px;
		background-color: #111111;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}
	.menuMobBtn a{
		display: block;
		padding-top:15px;
		padding-bottom:15px;
		width:100%;
		height:20px;
		color:#FFFFFF;
		text-decoration: none;
		text-align: center;
	}
	.menuMobBtn a:hover{
		background-color: #5db070;
	}
	.admin_header_div {
		background-color:#dedede;
		overflow:auto;
		padding-top:5px;
		padding-bottom:5px;
		width:100%;
		border-bottom:1px solid #ababab;
		border-top:1px solid #ababab;
	}
	.admin_header_in{
		width:auto;
		overflow:auto;
	}
	.admin_header_left {
		width:auto;
		padding-bottom:5px;
		text-align:center;
		font-size:10pt;
	}
	.admin_header_right {
		width:auto;
		text-align:center;
		font-size:10pt;
	}
	.admin_logo {
		height:40px;
		margin-top:10px
	}
	.pages_liner {
		width:auto;
		overflow:auto;
	}
}
@media only screen and (min-width: 1000px) {
	.topBar {
	position: fixed;
	z-index: 99999;
	background-color: #35a62d;
	border-bottom:5px solid #5db070;
	box-shadow: 0px 0px 25px #104a16;
	top:0px;
	left:0px;
	width:100%;
	height:60px;
}
.menuMobBtn a{
		display: block;
		padding-top:15px;
		padding-bottom:15px;
		width:100%;
		height:20px;
		color:#FFFFFF;
		text-decoration: none;
		text-align: center;
	}
	.menuMobBtn a:hover{
		background-color: #5db070;
	}
	.LoadinPagePanel {
		width:auto;
		overflow:auto;
		margin-top:70px;
		margin-bottom:70px;
		margin-left:5px;
		margin-right:5px;
		border-radius:5px;
		padding:5px;
		border:1px solid #ababab;
	}
	.autozirDiv {
		position: fixed;
		top:50%;
		left:50%;
		margin-left:-210px;
		margin-top:-155px;
		background-color: #35a62d;
		width:410px;
		height:310px;
		border-radius: 25px;
		border:5px solid #5db070;
		box-shadow: 0px 0px 25px #104a16;
	}
	.desktopMenuBar{
		float:left;
		margin-right: 30px;
		min-width:1200px;
		height:60px;
	}
	.logoDivWhite {
		float:left;
		cursor: pointer;
		margin-left:30px;
		width:80px;
		height: 60px;
	}
	.menuDeskBtn a{
		margin-top: 15px;
		padding:10px;
		border-radius: 5px;
		font-size:9pt;
		float:left;
		width:auto;
		color:#FFFFFF;
		text-decoration: none;
		text-align: center;
	}
	.menuDeskBtn a:hover{
		background-color: #5db070;
	}
	.openMenuBtn {
		float:left;
		cursor: pointer;
		margin-left:10px;
		margin-right:10px;
		margin-top: 10px;
		border-radius:5px;
		width:40px;
		height:40px;
		background-image: url('../image/open-menu.png');
		background-size: auto 32px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.openMenuBtn:hover {
		background-color: #5db070;
	}
	.MobMenuBar {
		position:fixed;
		z-index: 3333;
		top:-800px;
		width:100%;
		height: 600px;
		background-color: #111111;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
		transition:.3s;
	}
	.admin_header_div {
		background-color:#dedede;
		display:table;
		width:100%;
		border-bottom:1px solid #ababab;
		border-top:1px solid #ababab;
	}
	.admin_header_in{
		display:table-row;
	}
	.admin_header_left {
		display:table-cell;
		width:50%;
		height:45px;
		vertical-align:middle;
		text-align:left;
		font-size:10pt;
	}
	.admin_header_right {
		display:table-cell;
		width:50%;
		height:45px;
		vertical-align:middle;
		text-align:right;
		font-size:10pt;
	}
	.admin_logo {
		height:50px;
		margin-top:5px
	}
	.pages_liner_f {
		float:left;
		margin:0.5%;
		width:69%;
		overflow:auto;
	}
	.pages_liner_s {
		float:left;
		margin:0.5%;
		width:29%;
		overflow:auto;
	}
	.hompageLiners{
		float:left;
		width:32%;
		padding-left:0.65%;
		padding-right:0.65%;
		overflow:auto;
	}
}