﻿@font-face {
	font-family: Lato-Bold;
	src: url('formsFonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Lato;
	src: url('formsFonts/Lato.ttf') format('truetype');
}

/* DIV PROPOSTA ADESAO */
.divPropostaAdesao {
	width: 100%;
}

.divPropostaAdesao .TituloFormulario {
	font-size: 21px;
	font-family: Lato;
	color: #999999;
	text-transform: uppercase;
	line-height: 1.286;
	z-index: 104;
}

.divPropostaAdesao .TituloStep {
	font-size: 17px;
	font-family: Lato;
	color: #00abeb;
	text-transform: uppercase;
	line-height: 1.588;
	z-index: 103;
}

.divPropostaAdesao input {
	border: 1px solid black;
	cursor: pointer;
}

.divPropostaAdesao input[type='text'],
.divPropostaAdesao select {
	width: 100%;
	height: 36px;
	cursor: text;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	outline: none;
	border: 1px solid #cccccc;
	background-color: rgba(4, 36, 74, 0);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0px 20px;
	z-index: 56;
}

.divPropostaAdesao input[type='text']:focus {
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

.divPropostaAdesao input[type='text'].error:focus {
	-moz-box-shadow: 0 0 5px #eb0c0c;
	-webkit-box-shadow: 0 0 5px #eb0c0c;
	box-shadow: 0 0 5px #eb0c0c;
}

.divPropostaAdesao select {
	cursor: pointer;
}

.tablePrazo > tbody > tr > td > table > tbody > tr > td > div,
div.TabContainer-no-border > table > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.tablePrazo > tbody > tr > td > table > tbody > tr > td > div > label,
div.TabContainer-no-border > table > tbody > tr > td > div > label {
	font-size: 14px;
	font-family: Lato;
	color: #404040;
	text-transform: uppercase;
	cursor: pointer;
}

.tablePrazo > tbody > tr > td > table > tbody > tr > td > span,
div.TabContainer-no-border > table > tbody > tr > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404040;
	line-height: 1.364;
	text-align: left;
	width: 331px;
	height: 11px;
	margin-left: 41px;
}

/* END DIV PROPOSTA ADESAO */

/* RADIO BUTTON*/

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
	width: 2em;
	margin: 0;
	padding: 0;
	font-size: 1em;
	opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -2em;
	line-height: 1.5em;
	cursor: pointer;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio]:not(old) + label > span {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: url(../layout/formularios/sprites.png);
	background-position: -30px -29px;
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	width: 16px;
	height: 16px;
	margin: -3px 10px 0px;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio]:not(old):checked + label > span {
	background-position: -5px -29px;
}

.tablePropostaAdesao > tbody > tr > td:nth-child(2) {
	margin-top: 44px;
	margin-bottom: 82px;
}

.tablePrazo > tbody > tr > td > div,
.tablePropostaAdesao > tbody > tr > td > table > tbody > tr > td > div {
	display: inline-block;
	background-color: #ebebeb;
	width: 231px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

/* END RADIO BUTTON*/

/* TABS CUSTOMIZATION */
div.TabTitle {
	width: 220px;
	position: relative;
	background-color: #ffffff;
	border-top: 2px solid #00abeb;
	text-align: center;
	padding: 8px 0px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	z-index: 101;
	top: 30px;
}

div.TabTitle > span {
	font-family: Lato;
	font-size: 14px;
	color: rgb(64, 64, 64);
	text-transform: uppercase;
	line-height: 1.857;
}


div.TabContainer {
	position: relative;
	/*width: 100%;*/
	margin-top: 29px;
	border: 1px solid #a8a8a8;
	z-index: 100;
	padding: 30px 30px 30px 22px;
}

div.TabContainer-border-top-blue {
	margin-top: 29px;
	border: 1px solid #a8a8a8;
	z-index: 100;
	padding: 30px 30px 30px 22px;
	border-top: 2px solid #00abeb;
}

div.TabContainer-no-border {
	/*width: 100%;*/
	margin-top: -1px;
	border: none !important;
	z-index: 100;
	padding: 30px 30px 30px 22px;
}

div.TabContainer > table > tbody > tr {
	height: 60px;
}

div.TabContainer > table > tbody > tr.spacer {
	border-bottom: 1px #00abeb solid;
	color: #00abeb;
	height: 35px;
}

div.TabContainer > table > tbody > tr.spacer span {
	font-size: 12px;
	font-family: Lato;
	color: #00abeb;
	line-height: 2.25;
	text-align: left;
	position: relative;
	bottom: -5px;
}

div.TabContainer > table > tbody > tr > td:nth-child(1) {
	text-align: right;
	max-width: 136px;
	padding-right: 20px;
}

.buttons > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1){
	max-width: 100%;
}

div.TabContainer > table > tbody > tr > td label {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Lato;
	color: #404041;
	line-height: 1.25;
	text-align: left;
	position: relative;
}

div.TabContainer > table > tbody > tr > td label.required:after {
	content: "*";
}

div.TabContainer > table > tbody > tr > td:nth-child(1) > label {
	/*margin-right: 20px;*/
}

div.TabContainer > table > tbody > tr > td:nth-child(2) > div {
	display: inline;
	text-align: right;
}

div.TabContainer > table > tbody > tr > td > div > table > tbody > tr > td > input,
div.TabContainer > table > tbody > tr > td > input[type=text] {
	font-size: 12px;
	font-family: "Arial";
	color: #404041;
	font-weight: bold;
	line-height: 2.455;
	text-align: left;
}

div.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) {
	text-align: right;
}

div.TabContainer-border-top-blue > table > tbody > tr > td label {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Lato;
	color: #404041;
	line-height: 2.25;
	text-align: left;
}

.tblFinalMessage > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > label:nth-child(1){
	font-family: Lato;
}

div.TabContainer-border-top-blue > table > tbody > tr > td label.required:after {
	content: "*";
}

div.TabContainer-border-top-blue > table > tbody > tr > td:nth-child(1) > label {
	margin-right: 20px;
}

div.TabContainer-border-top-blue > table > tbody > tr > td:nth-child(2) > div {
	display: inline;
	text-align: right;
}

div.TabContainer-border-top-blue > table > tbody > tr > td > div > table > tbody > tr > td > input,
div.TabContainer-border-top-blue > table > tbody > tr > td > input[type=text] {
	font-size: 11px;
	font-family: "Arial";
	color: #404041;
	font-weight: bold;
	line-height: 2.455;
	text-align: left;
}

/* TABLE PRAZO */
.tablePrazo {
	margin-left: 88px;
}

.tablePrazo > tbody > tr > td > table > tbody > tr > td > span {
	margin-left: 50px;
}
/* END TABLE PRAZO */

/* TABLE AVISOS LEGAIS */
.avisosLegais {
	position: relative;
}

.avisosLegais > tbody > tr > td:nth-child(1) > span {
	font-size: 14px;
	font-family: Lato-Bold;
	color: #404041;
	line-height: 1.429;
	text-align: left;
}

.avisosLegais .divChkAvisosLegais {
	position: absolute;
	top: 260px;
	left: -16px;
}

.divLblPopUpAvisosLegais {
	position: absolute;
	bottom: 36px;
	left: 53px;
}

.divLblPopUpAvisosLegais,
.divChkAvisosLegais > label:nth-child(2) {
	font-size: 11px;
	text-transform: none;
}

.divLblPopUpAvisosLegais > a,
.divChkAvisosLegais > label:nth-child(2) > a {
	color: #404041;
	font-size: 11px;
	font-family: Lato;
	text-transform: none;
	text-decoration: underline;
}

.divLblPopUpAvisosLegais,
.divLblPopUpAvisosLegais > a {
	font-family: Lato;
	color: #ffffff;
}
/* END TABLE AVISOS LEGAIS */

.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) h2 {
	font-family: 'Lato';
	font-size: 18px;
	line-height: 22px;
	margin-top: 46px;
	z-index: 100001;
}

.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) span {
	font-family: Lato;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) ul li {
	list-style: initial;
	margin-left: 25px;
	font-family: Lato;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) ul li ul li {
	list-style: circle;
}

.TabContainer-border-top-blue > table:nth-child(3) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) p {
	font-family: Lato;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	z-index: 100001;
}
/* END TABS CUSTOMIZATION */

/* VALIDATION CUSTOMIZATION */
.Validation {
	margin-bottom: 20px;
	margin-left: 138px;
	font-size: 11px;
	text-align: left;
	line-height: 2.455;
}

.Validation > span {
	font-family: Lato;
	color: #404041;
}

.Validation > ul {
	list-style: none;
}

.Validation > ul > li {
	font-family: Lato;
	color: #eb350b;
}
/* END VALIDATION CUSTOMIZATION */

/* BUTOES */
.buttons > tbody > tr:nth-child(2) > td {
	text-align: right;
}

.buttons > tbody > tr:nth-child(1) > td > span {
	font-size: 11px;
	font-family: Lato;
	color: #404041;
	line-height: 2.455;
	text-align: left;
	margin-left: 0px !important;
}

.botao-ok {
	background: #00abeb;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 14px 12px 14px;
}

.botao-ok:hover {
	background-color: #4B4B4B;
}

.btNext {
	background: #00abeb url('../layout/formularios/btArrow.png') no-repeat;
	background-position: 90% center;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 26px 12px 14px;
}

.btNext:hover {
	background-color: #666666;
}

.botao-cancelar,
.btBack {
	background-color: #959595;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 12px 14px 12px 14px;
	margin-right: 11px;
}

.botao-cancelar:hover,
.btBack:hover {
	background-color: #00abeb;
}

.btVoltarSite {
	background: #666666 url('../layout/formularios/assoft_logo.png') no-repeat;
	background-position: 10% center;
	border: none !important;
	display: inline-block;
	font-size: 14px;
	font-family: "Arial";
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 101;
	padding: 11px 22px 11px 57px;
}

.btVoltarSite:hover {
	background-color: #00abeb;
}
/* END BUTOES */

/* POPUP PAINEL*/
.PopUpPainel {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	max-width: 980px;
	background: #f1f1f1;
	opacity: 0.97;
	padding: 30px 30px 30px 22px;
	border-top: 2px solid #00abeb;
}

.PopUpPainel.positionTabTitle {
	top: 29px !important;
	border-top: none !important;
	z-index: 100002 !important;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > span:nth-child(1),
.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > span:nth-child(1) {
	font-size: 18px;
	font-family: Lato;
	color: #808080 !important;
	line-height: 1.222;
	text-align: left;
	margin-right: 50px;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > h2 {
	font-family: Lato;
	font-size: 18px;
	line-height: 22px;
	margin-top: 46px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > span {
	font-family: Lato-Bold;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) ul li {
	list-style: initial;
	margin-left: 25px;
	font-family: Lato-Bold;
	font-size: 13px;
	line-height: 16px;
	z-index: 100001;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) ul li ul li {
	list-style: circle;
}

.PopUpPainel > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(2) > div:nth-child(1) > p {
	font-family: Lato-Bold;
	font-size: 14px;
	line-height: 20px;
	z-index: 100001;
}
/* END POPUP PAINEL*/

/* FINAL MESSAGE */
.tblFinalMessage > tbody:nth-child(1) > tr:nth-child(2) > td{
	text-align: left !important;
}

.tblFinalMessage > tbody:nth-child(1) > tr:nth-child(1) > td > span {
	font-size: 15px;
	font-family: Lato-Bold;
	color: #404041;
	line-height: 26px;
	text-align: left;
	text-transform: none;
}
.tblFinalMessage > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > span:after{
}
/* END FINAL MESSAGE */

/* FLOATS */
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
/* END FLOATS */

/* BROWSER SPECIFICS */
/* MOZ */
@-moz-document url-prefix() {

	div.TabContainer > table:nth-child(3) > tbody > tr:nth-child(3) > td:nth-child(2) > div{
		padding: 0px 15px 0px 20px !important;
	}
    
    div.TabContainer > table:nth-child(3) > tbody > tr:nth-child(4) > td:nth-child(2) > div{
        padding: 0px 15px 0px 20px !important;
    }

	div.TabContainer > table:nth-child(3) > tbody > tr:nth-child(5) > td:nth-child(2) > div {
		padding: 0px 15px 0px 61px !important;
	}

	div.TabContainer > table:nth-child(4) > tbody > tr:nth-child(3) > td:nth-child(2) > div{
		padding: 0px 17px 0px 66px !important;
	}

	div.TabContainer > table:nth-child(4) > tbody > tr:nth-child(4) > td:nth-child(2) > div{
		padding: 0px 17px 0px 24px !important;
	}

	div.TabContainer-border-top-blue > table:nth-child(3) > tbody > tr:nth-child(2) > td:nth-child(2) > div{
		padding: 0px 10px 0px 11px !important;
	}
}