* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.loading {
	font-size: 22px;
	color: #949494;
}
.simSize:after {
	content:"";
	display:table;
	clear:both;
}

.formTitle {
	font-size: 20px;
	text-align: center;
	margin: 16px 0;
}

table.cp3g {
	width: 90%;
	margin: 0 5%;
}
table.cp3g.bgSim {
	background-image:url(/sim/img/cp3g/bg_form_simcard.jpg);
	background-repeat:no-repeat;
	background-position: right 24px top 24px;
}
table.cp3g th {
	position: relative;
	background-color: #D7E6EB;
	border:1px solid #C5C6C7;
	font-weight: normal;
	padding: 15px 55px 15px 15px;
	text-align: left;
	width: 250px;
}
table.cp3g th.required:after,
.agreeOuter label.required:after
{
	display: inline-block;
	content: "\5fc5\9808";
	position: absolute;
	top:15px;
	right:15px;
	background-color: #B8231D;
	color: #fff;
	font-style: normal;
	font-size: 9pt;
	text-align: center;
	padding: 2pt 5pt;
	border-radius: 3pt;
}
table.cp3g td {
	background-color: transparent;
	border:1px solid #C5C6C7;
	padding: 10px;
}
table.cp3g td label {
	display:block;
	position: relative;
}
table.cp3g td .radio.inline {
	display:inline-block;
}
table.cp3g td .radio label {
	padding: 5px 5px 5px 25px;
}
table.cp3g .radio label input {
	position: absolute;
	top: 6px;
	left: 0;
}
table.cp3g input,
table.cp3g select,
table.cp3g textarea {
	font-size: 14px;
}

table.cp3g input[type="text"],
table.cp3g input[type="password"]
{
	background-color: #C8C9CA;
	border: 1px solid #315BB9;
	padding: 0 4px;
	width: 300px;
	height: 30px;
	line-height: 30px;
}
table.cp3g select {
	background-color: #C8C9CA;
	height: 30px;
	min-width: 100px;
}
table.cp3g .phoneField input[type="text"],
table.cp3g input[type="text"].zip
{
	width: 100px;
}
table.cp3g .btns {
	margin: 10px 0;
}
table.cp3g .btn {
	background-color: #325DBC;
	color: #fff;
	font-size: 14px;
	border: 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}
table.cp3g .help-block {
	color:#666;
	text-align: left;
	margin-top: 8px;
	font-size:12px;
}
table.cp3g .addressField select,
table.cp3g .addressField input
{
	display:block;
	margin: 5px 0;
}
table.cp3g .addressField input.zip {
	display:inline-block;
}
table.cp3g .addressField select.form-control {
	background-color:#fff;
}
.alertText {
	margin-bottom: 15px !important;
}
.warnText {
	background-color: #F0F1F2;
	padding: 20px;
	line-height: 26px;
	overflow-y: auto;
	height: 150px;
}
.warnBox {
	margin: 20px 0;
}
.hide {
	display: none;
}
.agreeOuter {
	width: 90%;
	margin:0 auto 15px auto;
}
.agreeOuter:after {
	content:"";
	display:table;
	clear:both;
}
.agreeLink {
	float:left;
	display:inline-block;
	width:48%;
	margin: 5px 0;
	background-color:#D7E6EB;
	color:#333;
	padding: 15px 12px;
}
.agreeLink.right {
	float:right;
}
.agreeLink a {
	color:#333;
}
.agreeLink:before,
.validError:before
{
	content:"\f0f6";
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.agreeOuter label.required {
	position: relative;
	padding-right: 48px;
}
.agreeOuter label.required:after {
	top:0;
	right: 0;
}
.warnFooter {
	text-align: center;
}
[data-hidden="nextBtn"] button {
	display: block;
	width: 332px;
	margin: 30px auto 0 auto;
	height: 60px;
	background-color: #0a9029;
	color: #fff;
	border: 0;
	line-height: 60px;
	font-size: 26px;
}

.validError {
	position: absolute;
	display: inline-block;
	background: #B8231D;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	border-radius: 11px;
	padding: 4px 10px;
	margin: 0 1px;
	min-width: 110px;
	text-align: center;
}
.validError:before {
	content:"";
	position: absolute;
	bottom: -14px;
	left: 9px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 10px solid #B8231D;
}
.inputError {
	border-color: #B8231D;
}
.outer {
	width: 90%;
	margin: 0 auto;
}
.red {
	text-align: center;
	color: red;
	margin: 32px auto;
	font-size: 20px;
}

.alert {
	margin:10px 0;
	padding: 10px;
	border-radius: 5px;
}
.alert.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border: 3px solid #ebccd1;
	margin: 15px;
}
.alert.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

@media (max-width: 414px){

	table.cp3g {
		display:block;
		overflow:hidden;
		border-bottom: 1px solid #C5C6C7;
		width: 98%;
		margin: 0 1%;
	}

	table.cp3g tr,
	table.cp3g th,
	table.cp3g td,
	table.cp3g tbody
	{
		display:block;
		width: 100%;
	}
	table.cp3g.bgSim {
		background-image:none;
	}
	table.cp3g td {
		border-top: 0;
		border-bottom: 0;
	}
	table.cp3g td .radio.inline {
		display: block;
	}
	table.cp3g input[type="text"],
	table.cp3g input[type="password"]
	{
		width: 100%;
	}
	table.cp3g .phoneField input[type="text"],
	table.cp3g input[type="text"].zip {
		width: 70px;
	}
	table.cp3g select {
		width: 100%;
		margin-bottom: 5px;
	}
	table.cp3g .btn {
		width: 100%;
		margin-bottom:5px;
	}
	.alertText {
		width: 98%;
		margin: 15px 1%;
	}
	.agreeOuter {
		width: 98%;
		margin: 0 1% 15px 1%;
	}
	.agreeLink {
		display:block;
		float:none;
		width: 100%;
	}
	.agreeLink.right {
		float:none;
	}
	.agreeOuter label.required:after {
		top:20px;
	}
	[data-hidden="nextBtn"] button {
		width: 100%;
		margin:50px auto 10px auto;
	}


}

.header {
	position: relative;
	font-size: 18pt;
	font-weight: bold;
	padding: 20pt 0;
	text-align: center;
}
.header:before {
	content: "";
	position: absolute;
	top:20pt;
	left:0;
	display: inline-block;
	background-image: url(/sim/img/logo.png);
	background-repeat: no-repeat;
	background-size:cover;
	width: 140px;
	height: 28px;
	margin: 0px 20px;
}

.cpClose {
	margin: 10px 50px;
}

.cpClose a:link, a:visited {
	color: #62BDEA;
	text-decoration: none;
}

.alertText {
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 6px 7px;
	background-color: #FCF8E3;
	border: 1px solid #D8C872;
	padding: 6px 6px 6px 27px;
	font-size: 13px;
	line-height: 19px;
	color: #584A00;
	margin: 10px;
}
