﻿body {
	margin: 0;
}
.contentModal{
	background: #fff;
	min-height: 245px;
}
.contentModal p{
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 20px;
	font: 15px lato;
	color: #293a4a;
}
/*MODAL DOS KITS*/
.contentModal table.products {
    margin: 0 auto;
    width: 90%;
    border-collapse: collapse;
}
.contentModal table.products tbody tr:nth-child(2n) td {background: #f8f8f8;}
.contentModal table.products th,
.contentModal table.products td {
    text-align: center;
    font: 14px/25px lato;
    color: #293a4a;
}
.contentModal table.products th{font-weight: bold;}
.contentModal table.products th:first-child,
.contentModal table.products td:first-child {text-align: left;}

/*INPUT TEXT DO CAPTCHA NA MODAL DE AVISE-ME*/
.contentModal form {
	width: 465px;
	overflow: hidden;
}
.contentModal form label{
	width: 126px;
	float: left;
	text-align: right;
	font: 14px/40px lato;
	color: #293a4a;
	margin-right: 13px;
	clear: left;
	margin-left: 50px;
}
.contentModal form input[type="text"]{
	margin-bottom: 10px; 
	float: left;
	width: 230px;
}
.contentModal form input.form-error{width: 230px !important;}
.contentModal form img.error-message{
	float: right;
	margin-top: 5px;
	display: none;
}
.contentModal #ArquivoAddForm #AviseMeCaptcha{width: 195px !important;}

.contentModal form textarea{
	width: 230px;
	border: 1px solid #bababa;
	border-radius: 3px;
	padding: 12px;
	color: #808080;
    font: 14px lato;
}
.contentModal form input[type="submit"]{
	border: medium none;
    cursor: pointer;
    float: right;
    margin-bottom: 15px;
    margin-right: 20px;
    width: auto;
}
.mensagem-sucesso, 
.mensagem-retorno{
	margin-left: 50px;
	margin-top: 15px;
    font: 13px latoItalic !important;
	clear: both;
}
.mensagem-sucesso{color: #53b949 !important;}
.mensagem-retorno{color: #d62d00 !important;}
.warningModal{
	background: url("../../img/infoCarrinho.png") no-repeat;
	clear: both;
    color: #7d91a3 !important;
    float: right;
    font: 12px/31px lato !important;
    height: 100px;
    margin-left: 0 !important;
    margin-right: 15px;
    padding-left: 50px;
    width: 305px;
}
.esqueceuSenha{
	margin-top: 15px; 
	height: 185px;
}
.esqueceuSenha .warningModal{margin-top: 0 !important;}
.esqueceuSenha .mensagem-erro{
	float: right !important;
    margin: 0 20px 0 auto !important;
    width: 300px;
}
.contentModal .mensagem-retorno{padding: 0 15px 20px 0;}
.news{
	margin-left: 41%;
	clear: both;
	margin-bottom: 10px;
}
.news input[type="checkbox"]{
	
}
.news span{
	color: #040707;
    font: 14px/20px lato;
}
input.btOrange {
	background: #f7941e !important;
}
.txtTellMe {
    clear: both;
    font: 18px latoItalic !important;
    margin-left: 50px;
    margin-top: 15px;
}
.ui-helper-hidden-accessible {display: none;}

/*TELA DE SUCESSO DOWNLOAD GRATUITO*/
.downloadFree .downloadSuccess {
    text-align: center;
    font: 25px lato;
    font-weight: bold;
    color: #12e14a;
}
.downloadFree p.downloadText {
    text-align: center;
    margin-left: 0px;
    width: 100%;
    padding-bottom: 10px;
}
.downloadFree a.btRed {text-decoration: none;}