* {
	-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 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;
}
table.alert {
	width: 90%;
	margin: 0 5%;
}
table.alert td {
	background-color: #ffffcc;
	border:1px solid #C5C6C7;
	padding: 10px;
}
table.priceList {
	width: 90%;
	margin: 0 5%;
}

table.priceList thead th {
	background-color: #527480;
	color: #fff;
}
table.priceList th {
	position: relative;
	background-color: #D7E6EB;
	border:1px solid #C5C6C7;
	font-weight: normal;
	padding: 15px 55px 15px 15px;
	text-align: left;
	width: 250px;
}
table.priceList td {
	background-color: transparent;
	border:1px solid #C5C6C7;
	padding: 10px;
}
div.mayOnlyInfo{
	width: 90%;
	margin: 5%;
	border: 3px solid #C5C6C7;
	background-color: #ffffcc;
	padding: 10px;
}
div#voiceInfo {
	color: red;
	font-weight: bolder;
}
.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: 1px solid #ebccd1;
}
.alert.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

#btnStyle {
	text-align: center;
	margin: 50pt 0;
}

#prevButton {
	padding: 10pt 30pt;
    margin: 0pt 20pt 50pt 20pt;
	font-size: 1.0em;
	cursor: pointer;
}

#prevButton:hover {
	background-color: #888;
}

#nextButton {
	position: relative;
	background-color: #0a9029;
	color: #fff;
	padding: 8pt 27pt;
	min-width: 100pt;
	font-size: 1.5em;
    font-weight: bold;
	cursor: pointer;
}

#nextButton:hover {
	background-color: #046D1D;
}

#applyform {
	margin-top:40px;
}

.mt-md {
	margin-top: 40px;
}

.cpCloseHeader {
	position: relative;
	font-size: 18pt;
	font-weight: bold;
	padding: 20pt 0;
	text-align: center;
	margin: 10px;
}
.cpCloseHeader: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;
}

.cpCloseAlertText {
	background-image: url(/sim/img/icon_warn.png);
	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: 17px;
	line-height: 19px;
	color:#584A00;
	margin: 20px;
}
.cpCloseAlertText ul,{
	padding-left: 18px;
}
.cpCloseAlertText ul li,{
	margin-bottom: 6px;
}

.cpCloseContainer {
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	background: #ffffff;
}
.item_box .cpBunner1 {
	margin-left: 5%;
}

.item_box {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.item_box a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-999px;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.noCountBunner{
	width: 88%;
	height: auto;
	border: 2px solid #b94f00;
	background-color: #f5832f;
	margin: 40px auto;
	padding: 0;
	text-align: center;
}
p#noCountBunner2 {
	color: #fff;
	padding: 10px 0;
	margin: 0px;
	font-size: 18px;
}
p#dummyLink {
	color: #fff;
	padding: 10px 0;
	margin: 0px;
	font-size: 18px;
	text-decoration: underline;
}
.notes {
	white-space: pre-wrap;
	color: #333;
}

/* modal */
.modal {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal:before {
	content:"";
	display:block;
	position:absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
	z-index:1;
}
.modal .outer {
	position:relative;
	width: 440px;
	margin: 40px auto;
	padding-top:35px;
	z-index:2;
}
.modal .outer .modal-close {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFF00;
	color: #000;
	width: 36px;
	height: 36px;
	font-size: 44px;
	text-align: center;
	line-height: 38px;
	cursor:pointer;
	z-index: 2;
}
.modal .outer .modal-content {
	border-radius:0;
}
.modal .outer .modal-content img {
	width: 100%;
}
.modal .outer .modal-content a {
	display: block;
	padding: 14px;
	text-align: center;
	text-decoration: none;
    font-size: 95%;
}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
div#houseNumberField input {
	display: inline-block;
	width: 71px;
}
input#cust_addr2_2, #send_addr2_2 {
	width: 71px;
}
.newYearTable {
	width: 70%;
	border-collapse: collapse;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
.newYearTable th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #bcd4f3;
	border: 1px solid #b9b9b9;
	text-align: center;
	vertical-align: middle;
}
.newYearTable td{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
	text-align: center;
}
.newYearText {
	text-align: center;
}
.newYearTextLeft {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: left;
	margin-bottom: 30px;
}
.addAttention {
	color: #ff0000;
	font-weight:bold;
}

@media (max-width: 800px){

	.notes .img2 {
		width: 100%;
	}

	table.transfer {
		width: 100%;
	}
}

@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%;
		-webkit-overflow-scrolling: touch;
	}
	.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;
	}

	table.priceList,
	table.priceList tbody,
	table.priceList tbody tr,
	table.priceList tbody tr td,
	table.priceList tbody tr th
	{
		display:block;
	}
	table.priceList {
		width: 98%;
		margin:0 1%;
	}
	table.priceList tbody tr th {
		width: 100%;
		padding: 10px;
	}
	table.priceList thead {
		display:none;
	}
	table.priceList tbody td {
		border-top-width:0;
	}
	table.priceList tbody td .init:before {
		content:"\4E8B\52D9\624B\6570\6599";
		margin-right: 5px;
	}
	table.priceList tbody td .month:before {
		content:"\6708\984D\6599\91D1";
		margin-right: 5px;
	}

	.modal .outer {
		width: 98% !important;
	}

	.cpCloseHeader:before {
		width: 75px;
		height: 15px;
		top: 6pt;
	}

	.cpCloseAlertText {
		width: 98%;
		margin: 15px 1%;
	}
	div#houseNumberField input{
		width: 20%;
	}
	.newYearTable {
		width: 98%
	}
	.newYearTextLeft {
		width: 98%
	}

}

.iframe-content {
	position: relative;
	width: 100%;
}
iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
