body,html {
	width:  100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000;
}

#gameCanvasContainer {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gameCanvas {
	
}
#gameCalendar{
	 padding:10px 0;
	 background-color:#000;
}
.pickdate{
	text-align:center;
	margin:0 auto;
	font-family: Arial;
	font-size: 0;
	background:url('/sites/cmatame/files/playAnother.png')no-repeat !important;
	/* background:url('assets/sd/play-another.png')no-repeat !important; */
	height: 100%;
	display: block;
	/* padding: 40px; */
	z-index: 9999;
	color:transparent;
}
input{
  background: url(/sites/cmatame/files/play-another.png)no-repeat !important;
  border: 2px solid #0000;
  position: relative;
  content: ' ';
  opacity: 0;
  z-index: 9999;
  left: -68px;
  width: 137px;
  border: 2px solid #eef049;
  cursor: pointer;
  /* display: inline-block; */
  height: 20px;
  top: -4px;
  border-radius: 9px;
}
input:active{
		border:2px solid #eef049;
		border-radius:9px;
}
.playAnotherButton{
	border:2px solid transparent;
}
.inputPlaceholder{
	height:40px;
	position: relative;
	left: -10px;
}
.inputPlaceholder > label {
	  display: inline-block;
	  margin-bottom: 5px;
	  position: relative;
	  left: 80px;
	  z-index: 0;
	  width: 150px;
	  height: 49px;
}
.inputPlaceholder input[readonly]{
	cursor: pointer !important;
	opacity:0 !important;
}
/*.playAnotherButton:hover{
	border:2px solid #eef049;
}*/
.datepicker{
	left:237.5px !important;
}
/*
input#popUpDatePicker{
	background:url('/sites/cmatame/files/playAnother.png')no-repeat !important;
	border-radius:8px;
	height: 28px;
	display: block;
	margin: 0 auto;
	width: 148px;
	color:transparent;
	font-size:0px !important;
	/*border:2px solid transparent;*/
}
input:hover{
	border:2px solid #eef049;
}
.glyphicon{
	padding: 0 5px;
	font-size: 1.6em;
}
.glyphicon-forward, .glyphicon-step-forward, .glyphicon-backward, .glyphicon-step-backward{
	color:#bbb;	
}
.glyphicon-forward:hover, .glyphicon-step-forward:hover, .glyphicon-backward:hover, .glyphicon-step-backward:hover{
	color:#fff;
}
.glyphicon-calendar{
	color:#fff;
	vertical-align: top;
}