.hbi_notice		{ color: #8a6d3b; background-color: #fcf8e3; padding: 15px; border: 1px solid #faebcc; border-radius: 4px; display:none; margin-bottom:5px; font-size:90%;}
.hbi_error		{ color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }
#hbi_optin 		{ background-color: #366FBE; padding: 0px 36px 24px 36px; color:#FFFFFF !important; } 
.hbi_heading	{ background-color: #2B5896; margin-left: -36px; margin-right: -36px; padding: 24px 36px; font-size: 28px; color:#FFFFFF !important; text-align:center;}
.hbi_button 	{ width: 100%; padding: 12px 16px; background-color: #FF6C00; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; cursor:pointer; 
    							-moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5);
    							color: #FFF; font-family: "Arial"; font-size: 22px; font-weight: 700; text-shadow: 1px 1px #cc3c00; text-align:center; }
#HBI_Email, #HBI_FirstName, #HBI_FirstName_S, #HBI_Email_S, #HBI_SMS_S	{ border-radius: 5px; margin-bottom:5px; padding: 10px;  }
.checkmark	{ border-radius: 5px; margin-bottom:5px;  }
.hbi_note		{ font-size:90%; text-align:center; }	
.hbi_description { font-size:110%; }

#unchecked-tip {
  position: relative;
  display: none;;
}

#unchecked-tip .inner {
	margin: -10px 20px 0 20px;
	position: absolute;
	color: #881903;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 1px 3px -2px rgba(0, 0, 0, .05);
	padding: 1rem;
	background-color: rgba(254, 252, 191);
	padding: 10px 15px;
	font-size: 0.8em;
}

.order-button.disabled {
	cursor: not-allowed;
}

.order-button.disabled img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.checkbox-lg-styled-c {
	transform: scale(2.0);
	margin: 3px 0 0 0!IMPORTANT;
	accent-color: #007800;
	box-shadow: 0 0 0 transparent;
	width: 27px;
	position: absolute;
	display: inline;
}
.agree-label {
	display: block;
	padding-left: 0px;
	text-indent: 35px;
	font-weight: 700;
}

/* checkbox button */
.checkbox-lg-styled-b .checkmark:after {
	left: 8px;
	top: 2px;
	width: 12px;
	height: 22px;
	border: solid #007800;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-lg-styled-b input:checked ~ .checkmark:after {
	display: block;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-lg-styled-b input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.indent-texts {
	margin-left: 50px;
	margin-bottom: 25px;
}

#chkbox-tac {
	width: 30px;
	height: 30px;
	float: left;
	background-color: #FFFFFF;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: white;
	border: 1px solid lightgray;
}

.checkbox-lg-styled-b {
	display: block;
	position: absolute;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* checkbox button end */
