*{
	margin: 0;
	padding: 0;
	font-family: calibri;
	text-decoration: none;
}

body a{
	color: #01439a;
}

.nl2{
    width: 100%;
}

.main{margin-right: 30px;}

.main ul{
	float: right;
	list-style-type: none;
}


.main ul li{
	display: inline-block;
}

.chead{
	background-color: #0c4aad;
	color: white;
	padding: 15px;
	position: fixed;
	width: 100%;
}

.chead a{
	color: white;
}

.logo{
	float: left;
	font-weight: bold;
	font-size: 25px;
}

.main ul li a{
	text-decoration: none;
	padding: 5px 13px;
	color: white;
	border: 1px solid white;
	font-weight: bold;
	margin: 5px;
	transition: 0.6s ease;
}

.main ul li a:hover{
	background-color: white;
	color: black;
	font-weight: normal;
}

.cfooter{
	background-color: #0c4aad;
	color: white;
	padding: 20px;
}

.cfooter a{
	color: orange;
}

.container{
	background-color: #0c4aad;
	color: white;
	padding: 20px;
	text-align: center;
}

.container a{
	color: orange;
}

.hrow{padding: 3px;}

.banner{background-color: #0c4aad;}

.phonerow{padding: 2px;
font-size: 30px;}

.banner{background:url('images/banner3.jpg') no-repeat center;
	padding: 10px;
	text-align: center;
	color: white;
	text-shadow: 3px 3px black;
	background-size: cover
}

.brow{border-top: 2px solid white;
padding: 20px;}

.approw{padding: 10px;
font-size: 29px;}

.notice div{
	display: inline-block;
}

.notice{
	align-items: center;
	text-align: center;
}

.loginform{padding: 0px 20px;
border-radius: 10px;
border: 1px solid #eee;
border-top: 5px solid #01439a;
border-bottom: 5px solid #01439a;
margin: 1%;
box-shadow:0 0 22px -7px;
align-items: center;
text-align: center;
max-width: 600px;
}

.loginform h2{
	padding: 15px;
	font-size: 27px;
	color: #01439a;
	align-items: center;
	text-align: center;
}

.inputtxt{
	padding: 10px;
	width: 90%;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	font-size: 20px;
}

.inputbtn[type=submit]{
	padding: 10px;
	width: 94%;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #01439a;
	color: white;
	font-size: 17px;
}

.inputbtn:hover{
	background-color: #29059a;
	color: white;
	font-weight: bold;
	transition: 0.6s ease;
	cursor: pointer;
}

.loginform h4{
	font-weight: normal;
	margin-bottom: 10px;
}

.logintxt{
	padding: 10px;
	text-align: left;
}

.logintxt span{
	margin-left: 10px;
	color: red;
}

.success{
	padding: 10px;
	background-color: green;
	color: white;
	margin: 0px 10px 20px 10px;
	border-radius: 6px;
}

.success a{
	color: orange;
}

.error{
	padding: 10px;
	background-color: red;
	color: white;
	margin: 0px 10px 20px 10px;
	border-radius: 6px;
}

.gameform{padding: 0px 20px;
border-radius: 10px;
border: 1px solid #eee;
border-top: 5px solid #01439a;
border-bottom: 5px solid #01439a;
margin: 25px;
box-shadow:0 0 22px -7px;
align-items: center;
text-align: center;
max-width: 800px;
}

.gameform h2{
	padding: 15px;
	font-size: 27px;
	color: #01439a;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.gameform select{
	padding: 10px;
	margin-left: 10px;
	border-radius: 7px;
	font-size: 16px;
	width: 60%;
	min-width: 150px;
	background-color: white;
}

.gameform ul li{
	display: inline-block;
	list-style-type: none;
}

.gameform ul li input{
	max-width: 60px;
	list-style-type: none;
	padding: 8px;
	border-radius: 5px;
	font-size: 17px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid blue;
}

.gameform ul li span{
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #01439a;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gameformjodi{padding: 0px 20px;
border-radius: 10px;
border: 1px solid #eee;
border-top: 5px solid #01439a;
border-bottom: 5px solid #01439a;
margin: 25px;
box-shadow:0 0 22px -7px;
align-items: center;
text-align: center;
max-width: 800px;
}

.gameformjodi h2{
	padding: 15px;
	font-size: 27px;
	color: #01439a;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.gameformjodi select{
	padding: 10px;
	margin-left: 10px;
	border-radius: 7px;
	font-size: 16px;
	width: 60%;
	min-width: 150px;
	background-color: white;
}

.gameformjodi ul li{
	display: inline-block;
	list-style-type: none;
}

.gameformjodi ul li input{
	max-width: 60px;
	list-style-type: none;
	padding: 8px 7px;
	border-radius: 5px;
	font-size: 17px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid blue;
}

.gameformjodi ul li span{
	padding: 10px;
	border-radius: 5px;
	background-color: #01439a;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.totalpoint{
	font-size: 23px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  border-radius: 6px;
  background-color: #fefefe;
  margin: 18% auto; /* 15% from the top and centered */
  padding: 50px 15px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  font-size: 17px;
}

.modal-content p{
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 14px;
  font-weight: bold;
  background-color: #2b3294;
  padding: 8px 20px;
  border-radius: 6px;
}

.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: #6f24f0;
  color: white;
}

.container2{
	padding: 10px;
}

.tbl1{
	max-width: 600px;
	border-radius: 7px;
	border: 1px solid #2b3294;
}

.tbl1 td{
	padding: 10px;
}

#tt td{
	background-color: white;
	color: black;
	align-items: center;
	text-align: center;
	font-size: 18px;
}

#tt2 td{
	background-color: #c3c7f7;
	color: black;
	align-items: center;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#ttt td{
	background-color: #01439a;
	color: white;
	align-items: center;
	text-align: center;
	font-size: 18px;
}

.navigation{
	font-size: 18px;
	font-weight: bold;
}

.playbt{
	background-color: green;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 10px;
	cursor: pointer;
}

.playbt:hover{
	background-color: #41bf24;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 10px;
	font-weight: bold;
	transition: 0.6s ease;
}

.backbt{
	background-color: #d91e41;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 10px;
	cursor: pointer;
}

.backbt:hover{
	background-color: #ff0835;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 10px;
	font-weight: bold;
	transition: 0.6s ease;
}

.imgpl{
	max-width: 100px;
}

.hlink{
	background-color: green;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 40px 10px;
	cursor: pointer;
}

.hlink:hover{
	background-color: #41bf24;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	transition: 0.6s ease;
}

.hslink{
	background-color: #d91e41;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	margin: 40px 10px;
	cursor: pointer;
}

.hslink:hover{
	background-color: #ff0835;
	color: white;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
	font-weight: bold;
	transition: 0.6s ease;
}

.plbtn{
	margin: 30px 0px;
}

.container3{padding: 0px 20px;
border-radius: 10px;
border: 1px solid #eee;
border-top: 5px solid #01439a;
border-bottom: 5px solid #01439a;
margin: 25px;
box-shadow:0 0 22px -7px;
align-items: center;
text-align: center;
max-width: 800px;
}

.container3 h2{
	padding: 15px;
	font-size: 27px;
	color: #01439a;
	align-items: center;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.newr{
	padding: 10px 15px;
	background-color: #01439a;
	color: white;
	cursor: pointer;
	font-weight: bold;
	border-radius: 6px;
}

.newr:hover{
	background-color: blue;
		transition: 0.6s ease;
}

.litxt li{
	padding: 5px;
}

.container4{
	padding: 10px;
}

.container4 h2{
	padding: 10px;
	font-size: 25px;
	color: #01439a;
}


.lform{
border-radius: 5px;
border: 1px solid #eee;
border-top: 5px solid #01439a;
border-bottom: 5px solid #01439a;
margin: 1%;
box-shadow:0 0 22px -7px;
align-items: center;
text-align: center;
max-width: 800px;
background-color: #f1f1f1;
}

.content h2{
	padding: 15px;
	font-size: 20px;
	align-items: center;
	text-align: left;
	border-bottom: 1px solid #eee;
	color: black;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  height: 100%;
  overflow: auto;
  float: left;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
}
 
.sidebar a.active {
  background-color: #01439a;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  background-color: white;
}

.menu{
	background-color: #042b69;
	color: white;
	padding: 50px 10px;
	text-align: center;
}

.menu ul{
	list-style-type: none;
}


.menu ul li{
	display: inline-block;
}

.menu ul li a{
	text-decoration: none;
	color: white;
	margin: 15px;
}

.menu ul li a:hover{
	color: orange;
	
}

.menu ul li.active a{
	color: orange;
	
}

.singleres ul li{list-style-type: none;
width: 32%;
font-size: 20px;
font-weight: bold;
text-align: center;}

.singleres h2{color:#fff;
	background:#01439a;
	font-size:19px;
	padding:13px 15px;
	font-weight:600;
	color:#fb0;
	border-radius:8px 8px 0 0;
	text-align:left;
}

.singleres{background:#fff;
	border-radius:8px 8px 0 0;
	box-shadow:0 0 22px -7px;
	margin: 15px;
	max-width: 370px;
	display: inline-block;
}

.sleft{
color: white;
font-size: 12px;
float: left;
margin-top: 10px;
font-family: Arial;}

.sright{
color: white;
font-size: 12px;
float: right;
margin-top: 10px;
font-family: Arial;}


.smid{color:#fff;
	background:#01439a;
	font-size:22px;
	font-weight:600;
	color:#fb0;
	text-align:left;
	margin: 0px 5px;
	}

.results{
	padding: 10px 20px;
	align-items: center;
	text-align: center;
}

.pbold{font-size:41px!important;font-weight:600}

.singleres p{padding:0px 20px 5px 20px;font-size:20px;}

.singleres ul li{animation:shake 4s;animation-iteration-count:infinite;transition:all ease-in-out .6s}

@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px,0) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}100%{transform:translate(1px,-2px) rotate(-1deg)}}

.row{padding: 10px;
text-align: center;
background-color: #0c4aad;
color: white;
margin: 25px 25px 0px 25px;
border-radius: 5px;}

.row2{padding: 10px;
text-align: center;
align-items: center;
background-color: #0c4aad;
color: white;
margin: 25px 0px 10px 0px;
border-radius: 5px;}

.noticeb{padding: 0px 10px;
border-radius: 10px;
border: 1px solid #eee;
border-top: 10px solid #01439a;
border-bottom: 10px solid #01439a;
margin: 15px;
width: 40%;
box-shadow:0 0 22px -7px;
}

.noticeb h2{
	font-size: 30px;
	color: #01439a;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	margin: 10px;
}

.notee{
	padding: 5px 10px 10px 20px;
	font-size: 17px;
}

@media screen and (max-width: 1000px) {
    	.menu ul li{
	display: inline-block;
	margin: 5px 5px;
}

.menu{
	padding: 50px 10px 10px 10px;
	}

.noticeb{
width: 40%;
}
}

@media screen and (max-width: 860px) {
      .singleres{
	margin: 15px 15px;
	max-width: 40%;}
	
	.row2{
margin: 20px 0px 10px 0px;
}

.noticeb{
width: 80%;
max-width: 80%;
}
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  .lform{display: inline-block;
  	align-items: center;
  	text-align: center;}
  	.lform h2{margin-top: 60px;}
  	
  .singleres{
	margin: 15px 15px;
	max-width: 85%;
}

.row2{
margin: 20px 0px 20px 0px;
}

.noticeb{
width: 80%;
max-width: 80%;
}
}

@media screen and (max-width: 450px) {
	.inputtxt{
	padding: 7px 10px;
	width: 90%;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	font-size: 16px;
}

.inputbtn[type=submit]{
	padding: 7px 10px;
	width: 94%;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #01439a;
	color: white;
	font-size: 16px;
}

    .content h2{
    display: block;
	padding: 15px;
	font-size: 20px;
	align-items: center;
	text-align: left;
	border-bottom: 1px solid #eee;
	color: black;
}
  .sidebar a {
    text-align: center;
    float: none;
  }
  .lform{display: inline-block;}
  	.lform h2{margin-top: 60px;}
  	.menu ul li{
	margin: 5px 0px;
}

.menu ul li a{
	margin: 9px;
}

.menu{
	padding: 50px 10px 10px 10px;
	}

.singleres{
	display: block;
	margin: 30px 15px;
	max-width: 90%;
}

.row2{
margin: 10px 0px 20px 0px;
font-weight: normal;
font-size: 14px;
}

.singleres p{font-size:21px;}

.pbold{font-size:32px!important;}

.smid{font-size:18px;}
	
.noticeb{
width: 80%;
max-width: 80%;
}

.phonerow{
font-size: 20px;}

.approw{
font-size: 22px;}

.noticeb h2{
	font-size: 22px;
}

.notee{
	padding: 5px 10px 10px 10px;
	font-size: 14px;
}

.gameform h2{
	padding: 18px 5px;
	font-size: 20px;
}

.gameformjodi h2{
	padding: 18px 5px;
	font-size: 20px;
}


.gameform select{
	width: 80%;
	margin: 10px;
	background-color: white;
}


.gameformjodi select{
	width: 80%;
	margin: 10px;
	background-color: white;
}

.main{margin-right: 20px;}

.main ul li a{
	padding: 5px 5px;
	font-weight: normal;
	margin: 4px;
}

.totalpoint{
	font-size: 20px;
}

.gameform ul li input{
	text-align: center;
}

.gameformjodi ul li input{
	text-align: center;
}
}

#cpass{
	display: none;
}

#pmethod{
	display: none;
}

.paybox{
	padding: 10px;
}

.hssrow{
	padding: 10px 20px;
	color: #01439a;
	font-weight: bold;
	font-size: 20px;
	align-items: left;
	text-align: left;
}

.gamecont{padding: 10px;
border: 1px solid #01439a;
margin: 20px;
border-radius: 7px;}

.gamecont h2{padding: 10px;}

.inl div{
	display: inline-block;
	padding: 10px;
}

.resl ul li{
	display: block;
}