﻿div.pageHeader {
	height: 100px;
}

div.pageTop {
	/* height: 55px; */
}

a {
    color: #1c73b8!important;
    text-decoration: none;
}
a.collapy .panel-cat-title{
	color: #333333;
	font-size: 16px;
    font-weight: 700;
}

.contentpage-container a {
	/*text-decoration: underline!important;*/
	text-decoration: underline;
}

.nh-title{
	color:#2b0f01!important;
}

.nj-title {
	color:#054e79!important;
}

.no-title {
	color:#105866!important;
}

a:focus, a:hover {
    color: #0d2678;
    text-decoration: none;
}
.game-intro-text {
	width: 70%;
	margin: auto;
}

.backToSite {
	background: #9c822e;
	/* background: #23b7c5 url(../images/game-btn-bg.jpg) no-repeat; */
	background-size: cover;
	color: #fff !important;
}

.backToSite:hover {
	background: #b79d4b;
	/*background: #23b7c5 url(../images/game-btn-bg-r.jpg) no-repeat;*/
	background-size: cover;
	color: #fff !important;
}
/*-------MPHJ STYLE START---------*/
.share-table td {
    padding: 0px 2px;
}
.topnavbar .nav.navbar-nav, .subnavbar .nav.navbar-nav {
    margin: 0px auto !important;
}
.topnavbar {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #333333;
}
.subnavbar {
    width: 100%;
    display: flex;
}
.magamenu .dropdown button:hover, .magamenu .dropdown a:hover, .magamenu .dropdown .active {
    color: #fff;
    /* border-bottom: 2px solid #333333; */
    /* min-height: 28px; */
    /* background-color: rgba(0,0,0,0.5); */
	background-color:#19285f;
}
.ewin_logo_if {
    margin-left: 20px;
    display: none;
}
/*-------MPHJ STYLE END---------*/
.container-bg {
	padding: 15px 5px;
	/*background: #fff;*/
}

#formDiv {
	/*border: 1px solid #c5c5c5;*/
	/*  padding-right: 0px !important;
    padding-left: 0px !important;*/
}

.bottom-container {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.bottom-container>.row {
	margin-right: 0px;
	margin-left: 0px;
}

.title-line {
	width: 150px;
	border-width: 5px 0px 0px;
	border-color: #3b8f41;
}

.highlight-box {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.125em;
	padding: 10px;
	background: #6076b4;
}

.redemption-box {
	padding: 10px 10px;
	color: #333333;
	font-weight: bold;
	/* border: 2px solid #ccc; */
	background-color: #ececec;
	text-align: center;
	border-radius: 0px;
	line-height: normal;
	font-size: 1em;
	margin: 0 5px;
	letter-spacing: 0px;
	position: relative;
}

.form-bg {
	padding: 10px;
	margin: 10px;
}

.ValidationErrors {
	color: #fb5858;
}

.reload-btn {
	font-size: 1.3em;
	letter-spacing: 1px;
	cursor: pointer;
	background: #646464;
	background-image: -webkit-linear-gradient(top, #646464, #272727);
	background-image: -moz-linear-gradient(top, #646464, #272727);
	background-image: -ms-linear-gradient(top, #646464, #272727);
	background-image: -o-linear-gradient(top, #646464, #272727);
	background-image: linear-gradient(to bottom, #646464, #272727);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	color: #fdd900;
	width: 42px;
	height: 42px;
	padding: 8px;
	text-decoration: none !important;
	text-align: center;
}

.reload-btn:hover {
	background: #8b8b8b;
	background-image: -webkit-linear-gradient(top, #8b8b8b, #3c3c3c);
	background-image: -moz-linear-gradient(top, #8b8b8b, #3c3c3c);
	background-image: -ms-linear-gradient(top, #8b8b8b, #3c3c3c);
	background-image: -o-linear-gradient(top, #8b8b8b, #3c3c3c);
	background-image: linear-gradient(to bottom, #8b8b8b, #3c3c3c);
	text-decoration: none !important;
}

/****** bg color *************/
.level1-bg {
	/* background-image: url(../images/hd-ins-top-bg.jpg); */
    background-size: cover;
    background-position: center top;
}

.panel-group .panel {
	background-color:rgba(0, 0, 0, 0);
    background-color: unset!important;
}

.discount-coupon-container img {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.page-topbar img {
    width: 100%;
	vertical-align: top;
}

.thankyou-mess {
	text-align:center!important;
	letter-spacing:0px!important; 
	font-size:2.5em;
	color:#41413f;
}

.promo-banner {
    margin-bottom: 20px;
	text-align:left;
}

.promo-banner img{
    width:100%;
}

.licence-num {
	margin-top: -23px;
    font-size: 0.75em;
	color:#666666;
	margin-right:10px;
}

.discount-coupon-container {
    margin-bottom: 10px;
}

@media(min-width: 769px) {
	.input_label {
		margin-bottom: 25px;
	}
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	padding-left:5px;
	height:40px;
}

button, input, select, textarea {
	line-height:normal;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(163, 174, 239, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
}

.btn_submit {
	cursor: pointer;
	text-align: center;
	padding: 15px 40px;
	/*width: 100px;*/
	/*   -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;*/
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	outline: none;
	text-decoration: none;
	line-height: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
	color: #ffffff;
	border-radius: 0px;
	/*background-color: rgb(92, 117, 94);
    border-radius:3px;	
	margin: 0 auto;
	background: rgba(3, 34, 105, 0.8) none repeat scroll 0px 0px;
	*/
	/* border-radius: 5%; */
	/* background: -moz-linear-gradient( rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: -webkit-linear-gradient(rgba(114, 179, 243, 1) 0%, rgba(43, 84, 166, 0.8) 100%);
    background: linear-gradient( rgba(114, 179, 243, 1), rgba(43, 84, 166, 1)); */
	/*background: #23b7c5 url(../images/game-btn-bg.jpg) no-repeat;*/
	background: #19285f;
	background-size: cover;
	display: table!important;
}

.btn-center {
    display: inline-block!important;
}

.btn_submit:hover {
	color: #ffffff;
	/*opacity:0.7;*/
	/* transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
	background: -moz-linear-gradient( rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: -webkit-linear-gradient(rgba(43, 84, 166, 1) 0%, rgba(114, 179, 243, 0.8) 100%);
	background: linear-gradient( rgba(43, 84, 166, 1), rgba(114, 179, 243, 1)); */
	text-decoration: none;
	/*background: #23b7c5 url(../images/game-btn-bg-r.jpg) no-repeat;*/
	background: #1d498a;
	background-size: cover;
}

.cheerbox {
	background-color: inherit!important;
	color: #fff;
	padding: 15px;
}

.cheerbox h2 {
	color: #fff;
}

.popContain ul {
	color: inherit;
}

.footerProjectList {
	display: none;
}

.btn {
	border-radius: 0px!important;
}

@media (min-width: 768px){
	a.collapy:hover {
		cursor: inherit;
	}
	a.collapy .panel-cat-title:hover {
		color: #333333;
		cursor: inherit;
		color: #333333;
		
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.keyvisual {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.kv-img.container {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media (max-width: 767px) {
	.keyvisual {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.kv-img.container {
		padding-right: 0px!important;
		padding-left: 0px!important;
	}
	.game-intro-text {
		width: 100%;
		margin: auto;
	}
	.discount-coupon-container {
    margin-bottom: 20px;
}
}

.reload-btn-pos {
	float: left;
	padding-left: 5px;
}

#capImg {
	width: 250px;
}

@media (max-width: 550px) {
	.form-bg {
		padding: 0px;
		margin: 0px;
	}
}

@media (max-width: 480px) {
#formDiv {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
	}
}

@media (max-width: 340px) {
.thankyou-mess {
	text-align:center!important;
	letter-spacing:0px!important; 
	font-size:2em;
	line-height:1.2;
}
	a.collapy .panel-cat-title{
	font-size: 14px;
    font-weight: normal;
}
}

/*#v_name{
	text-transform:uppercase;
}*/


