.page-checkout {
	background: url(../img/ws/new-checkout/bg.png);
}

fieldset {
	margin: 0 !important;
	border: none !important;
	padding: 0 !important;
}

.page {
	width: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Component header */

.component-header {
	width: 100%;
	max-width: 927px;
	background-color: #FFF;
	margin: 15px auto;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-khtml-box-shadow: 0 0 5px #999;
	overflow: auto;
}

.component-header .container-logo {
	text-align: center;
	padding: 10px;
}

.component-header .container-meta {
	display: none;
	width: 98%;
	margin: 0 auto 1%;
	background-color: #ebebeb;
	font: 14px 'Questrial', sans-serif;
	text-align: center;
	color: #3e3e3e;
	padding: 5px;
	box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Component calc */

.component-calc {
	position: relative;
}

.component-calc table {
	width: 300px;
}

.component-calc.mob {
	display: none !important;
}

.component-calc .info {
	display: block;
	float: left;
}

.component-calc table, .component-calc tr, .component-calc th, .component-calc td, .component-calc tbody, .component-calc thead {
	border: none;
	background: none;
}

.component-calc th { 
	background-color: inherit;
	font: 12px 'Questrial', sans-serif;
	color: #7a7a7a;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}

.homologacao td {
	position: relative;
}

#clique {
	text-align: center;

}

.component-calc th.fx_rate,
.component-calc th.amount {
	width: 50px;
}

.component-calc th.iof {
	width: 40px;
}

.component-calc th.total {
	width: 69px;
}

.component-calc th.via {
	width: 40px;
}

.component-calc td {
	font: 15.43px 'Questrial', sans-serif;
	color: #414042;
	text-align: center;
	padding: 0;
}

.component-calc.mob td {
	font-size: 13px;
}

.component-calc td p {
	margin: 0;
}

.component-calc th.equals,
.component-calc th.plus,
.component-calc th.multiplication,
.component-calc td.equals,
.component-calc td.plus,
.component-calc td.multiplication {
	width: 17px;
	padding: 0 !important;
	margin: 0;
}

.component-calc td.symbol span { margin-top: 0 !important; width: 17px; height: 17px; display: block; }
.component-calc td.symbol.multiplication span { background: url(../img/ws/new-checkout/symbol-multiplication.png); }
.component-calc td.symbol.plus span { background: url(../img/ws/new-checkout/symbol-plus.png); }
.component-calc td.symbol.equals span { background: url(../img/ws/new-checkout/symbol-equals.png); }

.component-calc td.total {
	color: #17659f;
}

.container-buttons .btn-choose-payment {
	width: 100%;
	display: block;
	box-shadow: 0 0 5px #333;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	font: 17px 'Questrial';
	line-height: 35px;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background: #8a9aa5 url(../img/ws/new-checkout/pattern-button-choose-payment.png) repeat-x;
}


.logged .btn-choose-payment {
	display: none !important;
}

.logged .container-buttons form {
	margin-top: 0 !important;
}

.container-buttons .btn-choose-payment:hover,
.container-buttons .btn-choose-payment.active {
	background: #FFF;
	color: #025595;
}

.container-buttons .btn-choose-payment.btn-conta .img {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 87px;
	height: 17px;
	background: url(../img/ws/new-checkout/btn-ebanx.png) no-repeat;
}


.container-buttons .btn-choose-payment.btn-conta:hover .img,
.container-buttons .btn-choose-payment.btn-conta.active .img  {
	background: url(../img/ws/new-checkout/btn-ebanx-dark.png) no-repeat;
}

/* Component Payment data */

.data-payment input[type=text], .data-payment select, .data-payment input[type=password] {
	font: 14px 'Questrial';
	color: #6d6e71;
	background-color: #f5f5f5;
}

span.err, p.erro{
	font: 14px 'Questrial';
	color: #F00;
}

.data-terms .error {
	margin-top: 0;
}

.form-row span.err {
	display: none; /* TODO verificar como resolver */
}

.input-dados span.err {
	display: none;
}

.data-payment .title {
	font: 17px 'Questrial';
	color: #025595;
	line-height: 30px;
}

.data-payment .title small {
	font: 12px 'Questrial';
	color: #9e9e9e;
}

.data-payment label {
	font: 13px 'Questrial';
	color: #7a7a7a;
	display: block;
	float: left;
}

.data-payment input[type=text], .data-payment input[type=password], .data-payment select {
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 2px;
	height: 27px;

	*line-height: 27px;
}

.data-payment .form-column-left {
	float: left;
	padding-right: 2%;
}

.data-payment .form-column-right {
	float: right;
}



.data-payment .form-column-40 {
	width: 40%;
}

.data-payment .form-column-50 {
	width: 50%;
	*width: 49%;
}

.data-payment .form-column-60 {
	width: 60%;
}

@media screen and (max-width: 600px){
	
	.homologacao button[type=submit],
	button.login,
	.homologacao .forward,
	.bt.prosseguir-pagamento,
	.boleto a.button {
		margin: 10px auto !important;
	}
	
	.bt.cancelar {
		margin-top: 0 !important;
	}
	
	.component-calc.no-mob {
		display: none !important;
	}
	
	.component-calc.mob {
		display: block !important;
		width: 300px;
		margin: 0 auto;
	}
	
	.page {
		width: 94%;
		margin: 0 0 0 3%;
		min-width: 300px;
	}
	
	/* Component header */
	
	.component-header .container-logo img {
		display: block;
		margin: 0 auto;
	}
	
	.component-header .container-meta {
		display: block;
	}
	
	/* Component buttons */
	
	.container-buttons {
		margin: 0 auto;
		width: 100%;
		display: block;
		position: relative;
		min-width: 300px;
	}
	
	.data-payment, .data-terms {
		width: 100%;
		background-color: #FFF;
		box-shadow: 0 0 5px #999;
		-moz-box-shadow: 0 0 5px #999;
		-khtml-box-shadow: 0 0 5px #999;
		margin-bottom: 10px;
		display: none;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        box-sizing: border-box;
		padding: 10px;
	}

	.data-ebanx .logos img {
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
	
	.data-ebanx .logos img:first-child {
		margin-right: 30px;
	}
	
	.data-ebanx p {
		text-align: center;
		font: 14px 'Questrial';
		color: #838383;
		line-height: 20px;
		margin-bottom: 0;
	}	
	
	
}

.data-ebanx, .data-postit {
	position: relative;
	width: 100%;
	max-width: 927px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-khtml-box-shadow: 0 0 5px #999;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
}

.box {
	position: relative;
	width: 100%;
	max-width: 927px;
	margin: 0 auto 15px;	
}

@media screen and (min-width: 601px){
	.component-header {
		overflow: hidden;
	}
	.component-merchant {
		width: 311px;
		float: left;
		position: relative;
	}
	.component-header .container-logo {
		max-width: 311px;
		max-height: 74px;
	}
	.component-header .container-logo img {
		width: auto;
		height: auto;
		max-width: 291px;
		max-height: 54px;
	}
	.container-meta {
		display: block !important;
	}
	.component-header .container-meta {
		display: none;
		width: 298px;
		margin: 0 auto 4px;
		background-color: #ebebeb;
		padding: 5px;
	}
	.no-mob .calc {
		float: left;
		width: 500px;
		padding-left: 60px;
		border-left: 1px solid #e0e0e0;
		min-height: 102px;
	}
	.component-calc table {
		width: 500px;
		margin-bottom: 0;
		margin-top: 14px;
	}
	.component-calc td {
		font-size: 18px;
	}
	.component-calc td.total {
		font-size: 22px;
	}
	.component-calc th { 
		font-size: 15px;
	}
	
	.component-calc th.fx_rate {
		width: 70px;	
	}
	.component-calc th.amount {
		width: 80px;
	}
	
	.component-calc th.iof {
		width: 59px;
	}
	
	.component-calc th.total {
		width: 150px;
	}
	
	.component-calc th.via {
		width: 90px;
	}

	.component-calc td.symbol span { margin-top: 0 !important; width: 17px; height: 17px; display: block; }	
	
	.container-buttons {
		width: 100%;
		max-width: 927px;
		margin: 0 auto 10px;
		background-color: #FFF;
		box-shadow: 0 0 5px #999;
		-moz-box-shadow: 0 0 5px #999;
		-khtml-box-shadow: 0 0 5px #999;
		-webkit-box-sizing: border-box;
       	-moz-box-sizing: border-box;
        box-sizing: border-box;
		padding: 10px;
		position: relative;
	}
	
	.container-buttons form {
		margin-top: 50px;
	}
	
	.choose-payment .container-buttons form {
		margin-top: 20px;
	}
	
	.login .container-buttons form {
		margin-top: 0;
	}

	.input-dados .container-buttons form {
		margin-top: 0;
	}
	
	.dados-pessoais {
		width: 415px;
		float: left;
	}
	.endereco {
		width: 415px;
		float: right;
	}
	
	.data-terms {
		width: 100%;
	}
	
	.data-terms .form-row {
		width: 415px;
		float: right;
		clear: right;
		margin-top: 0 !important;
	}
	
	.data-terms .info-terms {
		float: right;
		width: 415px;
	}
	
	.container-buttons .btn-choose-payment {
		width: 450px;
		position: absolute;
		top: 8px;
	}

	.container-buttons.checkout-by-cnpj .btn-choose-payment {
		width: 298px;
	}
	
	.container-buttons .btn-choose-payment.btn-cpf {
		left: 8px;
	}
	
	.container-buttons .btn-choose-payment.btn-cnpj {
		left: 314px;
	}

	.container-buttons .btn-choose-payment.btn-conta {
		left: 468px;
	}
	
	.container-buttons.checkout-by-cnpj .btn-choose-payment.btn-conta {
		left: 620px;
	}
	
	.data-ebanx {
		height: 74px;
	}
	
	.data-ebanx .logos {
		width: 907px;
		position: absolute;
	}
	
	.data-ebanx .logos img {
		float: right;
		margin-top: 4px;
	}
	
	.data-ebanx .logos img:first-child {
		margin-top: 18px;
		float: left;
	}
	
	.data-ebanx p {
		margin-top: 8px;
		text-align: center;
		font: 14px 'Questrial';
		color: #838383;
		line-height: 20px;
		margin-bottom: 0;
		padding: 0 140px;
	}
	
	.data-terms .bt.prosseguir-pagamento {
		float: right;
		clear: right;
		margin-top: 50px;
		width: 415px;
	}
	
	.data-terms .data-password {
		float: left;
		clear: left;
		width: 415px;
	}
	
}

.bt.cancelar {
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	height: 40px;
	font: 15px 'Questrial';
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #d2d2d2;
	background-repeat: repeat-x;
	-khtml-border-radius: 5px;
	box-shadow: 0 1px 5px #333;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	border: none;
	text-transform: uppercase;
	display: block;
	text-indent: 0;
	line-height: 40px;
	outline: none;
	margin-top: 50px;
	float: left;
	clear: left;
	max-width: 361px;
}

.boleto a.button.cancel, form .button.cancel {
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #d2d2d2 !important;
	-khtml-border-radius: 5px;
}

.bt.prosseguir-pagamento {
	text-indent: 0;
}

/* Terms */

.data-terms {
	position: relative;
}

.data-terms p {
	font: 11px 'Questrial';
	color: #7a7a7a;
	display: block;
	float: left;
	width: 100%;
}

.data-terms p label {
	float: left;
	display: block;
	width: 90%;
	line-height: 25px;
}

.data-terms .form-row {
	background: #e7eaec url(../img/ws/new-checkout/bg-form-row-terms.png) repeat-x;
	margin-top: 5px;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.data-terms .data-password .form-row {
	background: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.data-terms .data-password .form-row:first-child {
	margin-top: 15px;
}

.data-terms .form-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.bt {
	display: block;
	text-indent: -9999px;
	margin: 5px auto 0;
	height: auto;
	position: relative;
	background: none;
	padding: 0;
	border: none;
	outline: none;
	max-width: 361px;
	font: 16px "Questrial";
	text-transform: uppercase;
	color: #FFF;
	line-height: 45px;
	text-align: center;
}

.data-terms .data-password {
	display: none;
	padding-top: 10px;
}

.data-terms .data-password.active {
	display: block;
}

.bt img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
}

.data-terms .form-row:first-child {
	margin-top: 0;
}

.data-terms a.maskCheckbox {
	width: 13px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url(../img/ws/new-checkout/bg-checkbox.png);
	float: left;
	margin-right: 5px;
}

.data-terms a.maskCheckbox.active {
	background-position: bottom;
}

.data-terms span a {
	text-decoration: underline;
	color: #226da6;
}

.data-terms input[type=checkbox]{
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 5px;
}

#parcelas {
	width: 100% !important;
	margin-right: 0 !important;
}

/* Ebanx info */

.data-ebanx, .data-terms {
	display: block;
}

.data-ebanx .logos {
	text-align: center;
	margin-bottom: 10px;
}

.homologacao .top-ebanx {
	font: 14px 'Questrial';
	text-align: center;
	color: #025595;
}

.homologacao h3 {
	font: 22px 'Questrial';
	color: #7a7a7a;
}

.homologacao h4 {
	font: 22px 'Questrial';
	color: #7a7a7a;
	text-transform: uppercase;	
}

.container-buttons h4 {
	text-align: center;
	color: #025595;
	background-color: #f3f3f3;
	line-height: 32px;
}

.homologacao ul {
	list-style: none;
}

.homologacao label {
	font: 14px 'Questrial';
	color: #7a7a7a;
}

.homologacao {
	width: 100%;
	max-width: 927px;
	min-width: 300px;
	margin: 0 auto;
}

.homologacao table {
	padding: 0;
	margin: 15px auto;
}

.select-payment table {
	box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
}

.homologacao input[type=text], .homologacao select, .homologacao input[type=password] {
	font: 14px 'Questrial';
	color: #6d6e71;
	background-color: #f5f5f5;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	padding: 2px;
	height: 27px;
	width: auto;
}

.homologacao input.mini {
	width: 40px;
}

.homologacao input.small {
	width: 60px;
}

.homologacao span.left {
	margin: 0 5px;
	line-height: 27px;
}

.homologacao .container-buttons {
	width: 100%;
	max-width: 927px;
	margin: 0 auto 10px;
	background-color: #FFF;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-khtml-box-shadow: 0 0 5px #999;
	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.homologacao .payment-type {
	width: 100%;
	min-width: 300px;
	text-align: center;
}

.centered-form .input .erro,
div.error,
span.err {
	width: 100%;
	float: left;
	font: 14px 'Questrial';
	color: #e11d13;
	border: 1px solid #e11d13;
	padding: 5px;
	*padding-right: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	background-color: #fffcd5;
	margin-top: -10px;
	margin-bottom: 10px;
}


.transaction-value td .err,
.transaction-value td #valor {
	width: 100%;
	*padding: 2px;
	*width: 80%;
}

.homologacao .payment-type > li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.homologacao .payment-type > li > a {
	width: 136px;
	height: 139px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/ws/new-checkout/sprite-method-payment.png);
	background-repeat: no-repeat;
	margin-top: 4px;
}

.homologacao .formas-pagamento {
	display: none;
}

.select-payment .formas-pagamento {
	display: block;
}

.homologacao .formas-pagamento.persistent-active {
	display: block;
}

.homologacao .formas-pagamento {
	text-align: center;
}

.homologacao .formas-pagamento > li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 20px;
	margin: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.homologacao .formas-pagamento > li.active {
	border: 2px solid #ededed;
	margin: 0;
}

.homologacao .formas-pagamento > li img {
	margin-bottom: 10px;
}

.homologacao button[type=submit],
button.login,
.homologacao .forward,
.bt.prosseguir-pagamento,
.boleto a.button, form .button {
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	max-width: 368px;
	height: 40px;
	font: 15px 'Questrial';
	background-color: #1272b9;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../img/ws/new-checkout/bg-button.png);
	background-repeat: repeat-x;
	-khtml-border-radius: 5px;
	box-shadow: 0 1px 5px #333;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	border: none;
	text-transform: uppercase;
	display: block;
	outline: none;
	vertical-align: middle;
}

button span,
a span {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
}

button span.arrow,
a span.arrow {
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	background: url(../img/ws/new-checkout/arrow-forward.png);
	margin-left: 15px;
}

button span.arrow-back,
a span.arrow-back {
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	background: url(../img/ws/new-checkout/arrow-backward.png);
	margin-right: 15px;	
}

button:hover, button:focus, .button:hover, .button:focus {
	background-color: #1272b9 !important;
}

.select-payment .forward {
	float: right;
}

.select-payment .bt.cancelar {
	margin-top: 0;
}

.bt:hover {
	color: #FFF;
}

.data-ebanx ul { 
	list-style: none;
	text-align: center;
}

.data-ebanx ul > li {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}

.data-ebanx ul > li:first-child {
	margin-left: 0;
}

.data-ebanx.withpayment {
	height: auto;
}

.data-ebanx .logos.withpayment {
	position: relative;
}

.data-ebanx ul > li img {
	margin-top: 0 !important;
}

.homologacao .payment-type > li > a.creditcard {
	background-position: -144px 0;
}

.homologacao .payment-type > li > a.tef {
	background-position: -288px 0;
}

.homologacao .payment-type > li > a.boleto:hover {
	background-position: 0 -139px;
}

.homologacao .payment-type > li > a.creditcard:hover {
	background-position: -144px -139px;
}

.homologacao .payment-type > li > a.tef:hover {
	background-position: -288px -139px;
}

.homologacao .payment-type > li > a.boleto.active {
	background-position: 0 -278px;
}

.homologacao .payment-type > li > a.creditcard.active {
	background-position: -144px -278px;
}

.homologacao .payment-type > li > a.tef.active {
	background-position: -288px -278px;
}

.homologacao .payment-type > li > a.boleto.active.noarrow {
	background-position: 0 -417px;
}

.homologacao .payment-type > li > a.creditcard.active.noarrow {
	background-position: -144px -417px;
}

.homologacao .payment-type > li > a.tef.active.noarrow {
	background-position: -288px -417px;
}

.actions .top-ebanx {
	height:50px;
	overflow:hidden;
	background:url(../img/ws/bg-top-ebanx.png) repeat-X left center;
	border:1px solid #144279;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom:15px;
}

.actions .top-ebanx p {
	color:#FFF;
	padding:3px 0 0 15px;
	margin:0;
	float:left;
	line-height:22px;
}

.actions .top-ebanx p strong {
	font-size:15px;
}
.actions .top-ebanx p a.btn-login {
	display:inline-block;
	*zoom: 1;
	*display: inline;
	width:47px;
	height:21px;
	line-height:21px;
	background:url(../img/ws/btn-login.png) no-repeat left top;
	text-align:center;
	color:#114078;
	text-decoration:none;
}

.actions .top-ebanx img {
	float:right;
	margin:12px 15px 0 0;
}
	
.actions .top-ebanx.seg img {
	float:left;
	margin-left:15px;
}

.form-row {
	position: relative;
}

.actions .top-ebanx.seg .ambienteSeguro {
	background:url(../img/ws/cadeado.png) no-repeat left top;
	display:block;
	float:right;
	margin:17px 15px 0 0;
	width:14px;
	height:15px;
	text-indent:-9999px;
}

.resumo {
	text-align:left;
	vertical-align:top;
	display:inline-block;
	width:100%;
	min-width: 300px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	padding:1px 0;
}
.resumo h1 {
	margin:0;
	padding:10px 0 5px;
	background-color:#FFF;
	text-align:center;
}
.resumo .pedido thead th,
.resumo .pedido thead td,
.resumo .pedido tfoot th,
.resumo .pedido tfoot td,
.resumo h3 {
	font:18px "Questrial";
	margin:0;
	color: #7A7A7A;
	padding:10px 0 7px;
	text-align:center;
}
.resumo table.valores {
	width:100%;
}
.resumo table.valores th {
	text-align:right;
	font-weight:normal;
}
.resumo table.valores td span {
	display:block;
	width:190px;
}

#mainBox h5, #mainBox p, .box h2 {
	font-family: 'Questrial';
}

#mainBox h5 { 
    font-size: 18px;
}

#mainBox a {
	color: #2ba6cb;;
}

#mainBox a:hover {
	text-decoration: underline;
}


button,
.bt-finalizar {
	border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:5px 10px;
	cursor:pointer;
}
button:hover,
.bt-finalizar:hover {
    box-shadow: 0 0 5px rgba(115, 115, 115, 1);
    -webkit-box-shadow: 0 0 5px rgba(115, 115, 115, 1); 
    -moz-box-shadow: 0 0 5px rgba(115, 115, 115, 1); 
}
.bt-finalizar,
button.primary {
	color:#FFF;
	background:url(../img/ws/bg-btn-primary) repeat-X 0px -1px;
	text-decoration:none;	
}

p.bandeira {
	text-align:center;
}
.qtip_name_cpf,
.qtip_password_confirm {
	display: none;
	position: absolute;
	top: 50px;
	z-index: 200;
	background-color: #fffef0;
	box-shadow: 5px 9px 13px #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	border: 2px solid #2eaed3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	font: 12px 'Questrial';
	color: #6d6e71;
}

.qtip_name_cpf {
	*top: -50px;
	*left: 0;
}

.qtip_password_confirm {
	top: 100px;
}

.qtip, .qtip-wrapper, .qtip-contentWrapper {
	font: 12px 'Questrial';
	text-align: center;
	line-height: 1.3em;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;	
}

#erro_cep_pj, #erro_cep {
	display: none;
}

.postit,
.info-login {
	font-family: 'Questrial';
}

.info-login {
	padding-top: 50px;
}

.bg-yellow {
	background-color: #fcffb1;
}

.postit h3,
.info-login h2 {
	font-family: 'Questrial';
	text-align: center;
}

.info-login a, .box a {
	color: #333;
}

.info-login .forgotPassword {
	margin-bottom: 15px;
}

.info-login a:hover, .box a:hover {
	color: #666;
}

body.choose-type .container-buttons form {
	margin-top: 0;
}

body.boleto .data-ebanx,
.login .forgotPassword .data-ebanx {
	margin-top: 15px;
}

body.login .info-login {
	padding-top: 60px;
}

@media screen and (min-width: 601px) and (max-width: 926px){
	.component-header,
	.container-buttons,
	.data-ebanx,
	.data-postit,
	.homologacao {
		width: 927px !important;
	}
}

body.homologacao-cielo button[type=submit],
body.choose-type button[type=submit] {
	display: none;
}

@media screen and (max-width: 480px){
	.homologacao .payment-type > li > a {
		width: 100px;
		height: 102px;
		background-image: url(../img/ws/new-checkout/sprite-method-payment-small.png); /* Sprite for small resolutions */
	}
	
	.homologacao .payment-type > li > a.boleto {
		background-position: 0 -306px;
	}
	
	.homologacao .payment-type > li > a.creditcard {
		background-position: -106px -306px;
	}
	
	.homologacao .payment-type > li > a.tef {
		background-position: -212px -306px;
	}
	
	.homologacao .payment-type > li > a.boleto:hover {
		background-position: 0 -204px;
	}
	
	.homologacao .payment-type > li > a.creditcard:hover {
		background-position: -106px -204px;
	}
	
	.homologacao .payment-type > li > a.tef:hover {
		background-position: -212px -204px;
	}
	
	.homologacao .payment-type > li > a.boleto.active {
		background-position: 0 -102px;
	}
	
	.homologacao .payment-type > li > a.creditcard.active {
		background-position: -106px -102px;
	}
	
	.homologacao .payment-type > li > a.tef.active {
		background-position: -212px -102px;
	}
	
	.homologacao .payment-type > li > a.boleto.active.noarrow {
		background-position: 0 0;
	}
	
	.homologacao .payment-type > li > a.creditcard.active.noarrow {
		background-position: -106px 0;
	}
	
	.homologacao .payment-type > li > a.tef.active.noarrow {
		background-position: -212px 0;
	}
}

.qtip-tooltip {
	box-shadow: 5px 9px 13px #666;
}

.centered-form {
	width: 400px;
	padding: 0 15px;
	margin: 0 auto;
}

.centered-form .input input {
	width: 370px;
}
