/****************************************************************************************************************************/
/* !! APENAS !! ESTILOS GENÉRICOS PARA O SITE 																				*/
/****************************************************************************************************************************/

.Questrial { 
	font-family: 'Questrial', sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
}

.Questrial-Bold { 
	font-family: 'Questrial', sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform:uppercase;
}
.Questrial-Light { 
	font-family: 'Questrial', sans-serif;
	font-weight: lighter;
	font-style: normal;
	text-transform:uppercase;
}

/* div vertical align */
/* OBS1: o parent de .vertAlignDivOuter tem q ter position: relative */
/* OBS2: COMPATIBILIDADE PARA BROWSERS <= IE7:

	.vertAlignDivOuter{
		display: inline-block; 
		top: 0
	}

	.vertAlignDivInner{
		display: inline-block; 
		top: 50%, position: relative;
	}

	.vertAlignDivContent{
		display: inline-block; 
		top: -50%, position: relative;	
	}
*/
.vertAlignDivOuter{
	display: table; 
	position: absolute; 
	height: 100%; 
	width: 100%;
}

.vertAlignDivInner{
	display: table-cell; 
	vertical-align: middle;
}

.vertAlignDivContent{
	
}
/* END div vertical align */

* {
	margin: 0px;
	padding: 0px;
    cursor: default;
}

img {
  border:0;
}
/*
ul {
   list-style-position: outside;
	list-style-type: square;
}*/

ul {
	list-style:none;
}

ol {
   list-style-position: outside;
}

/*
li{
	margin-left: 18px; 
	padding-bottom: 6px; 
}
*/
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #6b6b6b;	
	background-color:#f6f6f6;
}

h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	line-height: 26px;
	font-weight: normal;
	color: #0d2a4a;
	text-transform:uppercase;
	padding: 0px 0px 8px 0px;
}

h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	color: #0d2a4a;
	text-transform:uppercase;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	color: #4D4D4D;
	text-transform:uppercase;
}

h4 {
	font-family: 'Questrial', sans-serif;
	font-size: 13px;
	color: #4D4D4D;
}

h5 {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	text-transform:uppercase;
}

h6 {
	font-family: 'Questrial', sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

p {
	font-size: 13px;
	line-height: 18px;
	color: #6b6b6b;
	padding: 0px 0px 15px 0px;
}

a *{
	cursor:pointer;
}

a {
	color: #0d2a4a;
	text-decoration: none;
	outline:0;
}

a:hover {
	color: #0066cc;
	text-decoration: none;
	outline:0;
	cursor:pointer;
}

h2 a {
	color: #0d2a4a;
}

h2 A:hover {
	color: #0d2a4a;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #0d2a4a;
	text-decoration: underline;
}

textarea, input, select {font-family: 'PT Sans', sans-serif;outline: none;}

/* MAC Styles */
textarea, input:not([type=checkbox]):not([type='radio']), select{ /* Remove rounded corners from safari... */
	-webkit-appearance: none;
	border-radius: 0;
}
/* end MAC */

textarea { resize: none; }

fieldset{
  border:0;
  display:block;
}

fieldset > legend{
  white-space:normal; /* firefox fix */
}

* HTML .clearfix {height: 1%;}

.clear{clear:both;}
.left {float:left;}
.right {float:right;}
.noPaddingTop {padding-top: 0px !important;}


/* width classes */
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w55{width:55px !important;}
.w60{width:60px !important;}
.w65{width:65px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w150{width:150px !important;}
.w180{width:180px !important;}
.w200{width:200px!important;}
.w250{width:250px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w350{width:350px !important;}
.w370{width:370px !important;}
.w400{width:400px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w510{width:510px !important;}
.w550{width:550px !important;}
.w580{width:580px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}

/* height classes */
.h20{height:20px !important;}
.h50{height:50px !important;}
.h100{height:100px !important;}
.h150{height:150px !important;}
.h200{ height:200px !important;}
.h250{height:250px !important;}
.h300{height:300px !important;}
.h350{height:350px !important;}
.h400{height:400px !important;}
.h450{height:450px !important;}
.h500{height:500px !important;}
.h550{height:550px !important;}
.h600{height:600px !important;}
.h650{height:650px !important;}
.h700{height:700px !important;}
.h750{height:750px !important;}
.h800{height:800px !important;}

.hidden{display:none !important;}

.boxError{
  margin-top:16px;
  background-color:#ffcccc;
  color:#ff0000;
  border:1px solid red;
  padding:8px;
  margin-bottom:28px;
  text-align: center;
}

.boxError > li{
  margin-left:8px;
  margin-bottom:4px;
}

.boxInfo{
  margin-top:16px;
  background-color: #99ff9a;
  color:#00a401;
  border:1px solid #00a401;
  padding:8px;
  margin-bottom:8px;
  text-align: center;
}

.erro{
	border: 1px solid red;
}

div.notice{
	border: 1px dashed #0f0;
	color: #006633;
	text-align: center;
	padding: 8px;
	margin: 10px 0px;
	background-color: #ccffcc;
}

div.notice p{
	color: #006633;
	text-align: center !important;
	padding: 0px !important;
	margin: 0px auto;
}

.error{
	border: 1px dashed #f00000;
	padding: 8px;
	background: #ffcccc;
}

.error p{
	color: #FF4D4D;
	text-align: center !important;
	padding: 0px !important;
	margin: 0px auto;
}

/******************************************************************************/
/* DIALOGS                                                                    */
/******************************************************************************/
.ui-input-style1 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid transparent;
	padding: 0px 10px !important;
	margin-bottom: 5px;
	color: #5a86a3;
	height: 34px;
   background-color: #fff;
}
input.ui-input-style1, select.ui-input-style1, button.ui-input-style1{
  line-height:28px;
}

.ui-box-wizard-button {
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
	font-weight: bold;
	border: 0px solid white;
	color: #0d2a4a;
	height: 17px;
	width: 80px;
	cursor: pointer;
	border-image: initial;
	text-transform: uppercase;
}
.ui-box-wizard-button span {
	visibility: hidden;
}

.ui-box-retroceder-button {background: white url(images/bg_wizard-previous.png) no-repeat 4% center;padding-left: 20px;}
.ui-box-prosseguir-button {background: white url(images/bg_wizard-next.png) no-repeat 96% center; padding-right: 20px;}
.ui-box-finalizar-button {/*background: transparent url(images/bt_finalizar.png) no-repeat;*/}
.ui-box-sair-button {/*background: transparent url(images/bt_sair.png) no-repeat;*/}


/******************************************************************************/
div.blockBar{
	display: block;
}

div.button-style1{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	color: #ffffff;
	background: url('images/bg_button_style1.png') transparent no-repeat left;
	width: 236px; /* 256px sem padding */
	height: 44px; /* 65px sem padding */
	padding: 21px 0px 0px 20px;
	vertical-align: top;
}
.button-style1-title{
	font-family: 'Questrial', sans-serif;
	display: block;
	padding-left: 10px;
	font-size: 16px;
	text-shadow: 1px 2px 2px #191919;
}
.button-style1-desc{
	display: block;
	padding-left: 10px;
	font-size:11px;
}

div.button-style2{
	display:-moz-inline-stack; /* FF2 fix coz it does not support inline-block */
	display:inline-block; /* supported by FF3+ and IE8+ */
	zoom:1; *display:inline; /*  IE6 & IE7 hack coz they do not support inline-block (zoom trigger hasLayout and * target IE6/7) */
	color: #ffffff;
	background: url('images/bg_button_style2.png') transparent no-repeat center;
	width: 228px; /* 228px sem padding */
	height: 32px; /* 38px sem padding */
	padding: 6px 0px 0px 0px;
	vertical-align: top;
}
.button-style2-title{
	font-family: 'Questrial', sans-serif;
	display: block;
	padding-left: 10px;
	font-size: 16px;
	text-shadow: 1px 2px 2px #191919;
}
.button-style2-desc{
	display: block;
	padding-left: 10px;
	font-size:11px;
}

div.button-style3 {
	display: block;
	color: #0d2a4a;
	background: url('/assets/images/bg_button_style3.png') #909da6 no-repeat 95% center;
	width: 300px;
	height: 40px;
	padding: 10px 30px 10px 30px;
	margin-bottom: 40px;
	vertical-align: top;
}
.button-style3-title {
	padding-right: 28px;
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.button-style3-desc {
	color: #fff;
	display: block;
	padding-right: 30px;
	font-size: 11px;
	text-align: right;
	font-size: 11px;
}

#bt-pedirProposta .button-style3-title{
	background: url('/assets/images/bg_button_pedido_proposta.png') #909da6 no-repeat right center;
}

#bt-pedirAssistencia .button-style3-title{
	background: url('/assets/images/bg_button_pedido_assistencia.png') #909da6 no-repeat right center;
}
#bt-pedirAssistencia .button-style3-desc{
	padding-left: 130px;
}	

.messageBox{
	padding:10px;
	font-family: 'Questrial', sans-serif;
	text-transform:uppercase;
	font-size: 14px;
}

.errorMessages{
    background: none repeat scroll 0 0 #FFCCCC;
    border: 1px dashed #F00000;
}

.errorMessages > li{
	list-style-type:square !important;
	list-style-position:inside !important;
	color: #FF4D4D;
}


.infoMessages{
	border: 1px solid #00a401;
	background: #99ff9a;
}

.infoMessages p{
	color:#00a401 !important;
	padding-bottom: 0px !important;
}

/*
div.errorBox {
  color: #FF0000;
  font: Questrial-Bold;
  background-color: #FFCCCC;
  border: 1px solid #FF0000;
}

div.successBox {
  color: #009901;
  font: Questrial-Bold;
  background-color: #CCFFCC;
  border: 1px solid #009901;
}
*/

/* facebook like */
span.facebook_like_box {
   position: relative;
   top: -6px;
	left: 0px;
   float:left;
   overflow: hidden;
   width: 60px;
   height: 27px;
   margin: 0px 4px;
   background-color: transparent;
}

div#blockLikeLng iframe {
    margin: -30px -92px 0 -66px;
    padding-top: 1px; 
}

div#blockLikeLng{
	vertical-align: top;
}

div.error ul li{
	color: #ff4d4d;
	font-size: 12px;
}

.containerPrettyChk {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerPrettyChk input {
    position: absolute;
	left:0;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
	margin-top:5px;	
    background-color: #eee;
}

.containerPrettyChk:hover input ~ .checkmark {
    background-color: #ccc;
	margin-top:5px;	
}

.containerPrettyChk input:checked ~ .checkmark {
    background-color: #2196F3;
	margin-top:5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerPrettyChk input:checked ~ .checkmark:after {
    display: block;
}

.containerPrettyChk .checkmark:after {
    left: 6px;
    top: 0px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}