/***********Member**********/
html {
	background: url(../../images/mainBg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: transparent !important;
}
#Error {
	color: red;
	font-size: 13px;
	margin-top: 12px;
	display: block;
}
.ForgotPassInput {
	margin: 0 0 15px;
}
.ForgotPassInput {
	margin: 0 0 12px !important;
}
.selectCom select {
	background: #f5f5f5 !important;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8)) !important;
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%) !important;
	background: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%) !important;
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%) !important;
	background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%) !important;
	color: #333;
	border: #D2D2D2 1px solid;
	padding: 7px 16px;
	font-size: 22px;
	font-weight: 600;
	width: 200px;
	padding: 4px 12px;
	margin: 6px 0 0;
	height: 60px;
}
.myprofile {
	padding: 0;
}
.myprofile textarea {
	margin-bottom: 12px !important;
	height: 120px !important;
	border: #ddd 1px solid;
}
h4.monum {
	color: #999 !important;
}
form#aspnetForm input[type="text"], form#aspnetForm input[type="password"] {
	display: list-item;
	margin: 12px 0;
}
table {
	border-bottom: #DDDDDD !important;
}
input[type="submit"].tabBtn {
	background: #efefef;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 0;
	color: #333 !important;
	border-color: #D2D2D2;
}
input[type="submit"].tabBtn:active, input[type="submit"].tabBtn:hover {
	background: #fff !important;
	border-color: #D2D2D2 !important;
}
select#ctl00_ContentPlaceHolder1_GVTemplates_ctl06_ddlWords {
	width: 84% !important;
}
.media-object {
	width: 60px;
	margin: 0 auto;
}
form#aspnetForm select, form#aspnetForm textarea {
	width: 100%;
}
form#aspnetForm label {
	display: inline-block;
	margin: 0 18px 0 0 !important;
	max-width: 100%;
	font-weight: bold;
	position: relative;
	left: 5px;
	top: -2px;
}
form#aspnetForm input[type="radio"], form#aspnetForm input[type="checkbox"] {
	margin: 12px 0;
}
select {
	background: #fff;
	color: #333;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	margin: 6px 0 0;
	border: #9ccefc 1px solid;
	border-radius: 8px;
}
input#ctl00_ContentPlaceHolder1_GVTemplates_ctl06_btnAdd, input#ctl00_ContentPlaceHolder1_GVTemplates_ctl02_btnEdit, button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background: rgb(0,144,255);
	background: -moz-linear-gradient(top, rgba(0,144,255,1) 0%, rgba(0,127,226,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,144,255,1) 0%, rgba(0,127,226,1) 100%);
	background: linear-gradient(to bottom, rgba(0,144,255,1) 0%, rgba(0,127,226,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090ff', endColorstr='#007fe2', GradientType=0 );
	border: #0066cc 1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 600;
	margin: 0 12px 0 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, input#ctl00_ContentPlaceHolder1_GVTemplates_ctl06_btnAdd:hover, input[type="submit"]:hover {
	background: rgb(0,127,226);
	background: -moz-linear-gradient(top, rgba(0,127,226,1) 0%, rgba(0,144,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,127,226,1) 0%, rgba(0,144,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,127,226,1) 0%, rgba(0,144,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007fe2', endColorstr='#0090ff', GradientType=0 );
	border: #0066cc 1px solid;
	color: #fff;
}
a#lnkforgot {
	display: block;
	margin: 25px 12px;
	float: right;
}
textarea#ctl00_ContentPlaceHolder1_txtEmailTemplate {
	margin-bottom: 12px !important;
}
select#ctl00_ContentPlaceHolder1_ddlBranches {
	width: 200px;
	height: 40px;
	padding: 4px 0px 0px 10px;
	margin: 12px 0;
	background-color: rgb(243, 243, 243);
	display: block;
}
.container-fluid {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.navbar-default {
	background-color: transparent !important;
	border-color: transparent !important;
	margin-bottom: 0;
}
.btn-default {
	border-color: #ddd;
	padding: 6px 10px;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
input[type="image"] {
	opacity: 1;
	margin: 0 auto;
	display: block;
}
input[type="image"]:hover {
	opacity: 1;
}
.form h2 {
	font-size: 26px;
	margin-bottom: 14px;
	font-weight: normal;
}
input[type="text"], input[type="password"] {
	border: #9ccefc 1px solid;
	padding: 6px 12px !important;
	width: 100%;
	color: #333;
	height: 50px;
	border-radius: 5px;
}
table, .table > tbody > tr > th {
	border-color: #ddd;
	background-color: #fff;
}
.table > tbody > tr > th {
	color: #333;
	padding: 14px 8px;
	border-color: #ddd;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
.table > tbody > tr > td {
	vertical-align: middle;
	text-align: left;
	border: 1px solid rgb(221, 221, 221);
	font-size: 16px;
}
.table > tbody > tr > td.first {
	text-align: left !important;
}
.colored {
	background: #F2F8FD;
}
.uncolored {
	background: #f2f2f2;
}
tr:hover {
	background: #E1F1FF;
}
td, th {
	padding: 12px;
}
th.name {
	width: 30%;
	text-align: left !important;
}
.table > tbody {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
input#ctl00_ContentPlaceHolder1_btnSave {
	margin: 12px 0;
}
.container {
}
header {
	height: 97px;
	padding: 5px 0;
	margin: 0 0 24px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(25,25,25,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(25,25,25,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(25,25,25,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00191919', GradientType=0 );
}
.logo {
	margin: 0 15px;
	width: 110px;
	height: 97px;
	padding: 10px;
	border-radius: 2px;
}
.logo img {
	width: 102px;
	height: 61px;
	display: block;
}
.footerLinks {
	float: left;
	margin: 0 26px 0 0;
}
.footerLinks a {
	color: #000;
	font-size: 11px !important;
	line-height: 47px;
	margin: 0 26px 0 0;
}
.footerBottom {
	background: #fff;
	color: #333;
	border-top: 1px solid #9ccefc;
	margin-top: 24px;
	width: 100%;
}
span.copyright {
	color: #000;
	font-family: "Arial";
	float: right;
	font-size: 11px !important;
	line-height: 46px;
}
.foLogin {
	position: absolute;
	bottom: 0;
}
span.copyright a {
	color: #000;
}
span#lblError {
	display: -webkit-inline-box;
	color: #FF1C1C;
}
.form {
	width: 70%;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	border: 1px solid #dedede;
	box-shadow: 0 2px 5px rgba(235,235,235,0.5);
	margin: 25px 0 0 0;
	padding: 12px 24px 50px;
	letter-spacing: -0.1px;
}
.form p {
	color: #000;
	font-size: 13px;
}
.btn {
}
.form input.btn.btn-default {
	margin: 12px 0 0 -9px;
}
.form input[type="text"] {
	padding: 12px 6px;
}
input, button, select, textarea {
	line-height: normal;
}
.canIcn {
	margin: 0 0 0 10px;
}
button.btn-default {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	color: #0F0F0F;
	border: #ddd 1px solid;
	margin: -3px;
	font-weight: 500;
}
button.btn-default:hover, button.btn-default:hover, button.btn-default:focus, button.btn-default.focus, button.btn-default:active, button.btn-default.active {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	color: #0F0F0F;
	border: #ddd 1px solid;
	margin: -3px;
	font-weight: 500;
}
.form-control {
	border-radius: 8px;
	transition: all 0.2s ease-in-out 0s;
}
.TopMenuActive {
	color: #ddd !important;
}
@media screen and (max-width: 767px) {
	header {
		margin:0;
	}
	.form {
    	width: 100%;
		margin: 0;
	}
	a#lnkforgot {
		display: block;
		margin: 25px 0px;
	}
	span.copyright {
		float: left;
		font-size: 12px !important;
		color: #333;
	}
	.footerLinks a {
		font-size: 12px !important;
		margin: 0 13px 0 0;
		color: #333;
	}
	.footerLinks {
		margin: 0;
		height: 30px;
	}
	input#ctl00_btnHistory, input#ctl00_btnGifts, input#ctl00_btnRedeem {
		margin: 0 !important;
		padding: 10px 10px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	h4 span#ctl00_ContentPlaceHolder1_PointsTotal {
	    font-size: 14px !important;
	}

}