table tbody tr th, table tbody tr td
{
	vertical-align: middle !important;
}

.space
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.fl-right
{
	float: right;
}

.fl-left
{
	float: left;
}

select#idioma, select#moeda
{
	height: 20px;
	padding: 0;
	padding-left: 5px;
	border: none;
	background-color: #E7E7E7;
	font-size: 11px;
}

#mascara
{
	position: absolute;
	z-index: 9000;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
}

#loadLoja
{
	position: fixed;
	z-index: 9900;
	width: 200px;
	height: 200px;
	display: none;
	left: 0;
	top: 0;
	background-color: #FFF;
	border-radius: 6px;
}

#mensagem
{
	position: fixed;
	z-index: 9950;
	width: 450px;
	height: auto;
	display: none;
	left: 0;
	top: 0;
	border-radius: 6px;
}

/*Impressao Inicio*/
.unprintable
{
	display: block;
}

div.printable
{
	display: none;
	padding-left: -60px;
	padding-right: -60px;
	margin-left: -150px;
	margin-right: -150px;
}

@media print
{
	.unprintable
	{
		display: none;
	}

	div.printable
	{
		display: block !important;
	}

}
/*Impressao Fim*/

section#voltar
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.go-to-top
{
	position: fixed;
	border-radius: 6px;
	font-size: 18px;
	z-index: 50;
	width: 45px;
	height: 45px;
	bottom: 30px;
	right: 20px;
	line-height: 42px;
	cursor: pointer;
	color: #030303;
	background-color: #FFF;
	display: none;
	text-align: center;
	box-shadow: 0 0 1px #666666;
	border-radius: 90%;
	text-decoration: none;
	font-weight: bold;
	transition: ease-out 0.5s;
}
.go-to-top:hover
{
	background-color: #444444;
	color: #FFF;
	transition: ease-in 0.5s;
}

.item-area-reservada
{
	background-color: #9C9D9D;
	padding-top: 35px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

a .item-area-reservada
{
	color: #FFF;
}

a .item-area-reservada:hover
{
	color: #bdc3c7;
}

.checkbox, input[type=checkbox]
{
	margin-left: 0px;
}

.radio-custom
{
	transform: scale(1.7);
}

.input-group-addon.no-bg
{
	background-color: transparent;
	border: none;
}

textarea.bg-white
{
	background-color: #f9f9f9 !important;
	border-radius: 6px ! important;
}

.mark-progress
{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #F5F5F5;
	text-align: center;
	padding-top: 12px;
	border: 2px dashed #9C9D9D;
	position: absolute;
	left: 38.5%;
	font-weight: bold;
}
.mark-progress strong
{
	font-size: 1.5em;
}

.mark-progress.active
{
	background-color: #337AB7;
	color: #FFF;
	border-color: #224f77;
}

.progress
{
	margin-top: 95px;
}

span.iconPayment i
{
	font-size: 5.6em;
	text-align: center;
}