/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline }

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block }
	body {
		line-height: 1 }
	ol, ul {
		list-style: none }
	blockquote, q {
		quotes: none }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none }
	table {
		border-collapse: collapse;
		border-spacing: 0
	}


/* #Font-Face
================================================== */
	@font-face {
		font-family: 'FontRegular';
		src: url('fonts/sinkinsans-400regular-webfont.eot');
		src: url('fonts/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
		url('fonts/sinkinsans-400regular-webfont.woff') format('woff'),
		url('fonts/sinkinsans-400regular-webfont.ttf') format('truetype'),
		url('fonts/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FontMedium';
		src: url('fonts/sinkinsans-500medium-webfont.eot');
		src: url('fonts/sinkinsans-500medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/sinkinsans-500medium-webfont.woff2') format('woff2'),
		url('fonts/sinkinsans-500medium-webfont.woff') format('woff'),
		url('fonts/sinkinsans-500medium-webfont.ttf') format('truetype'),
		url('fonts/sinkinsans-500medium-webfont.svg#sinkin_sans500_medium') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FontSemiBold';
		src: url('fonts/sinkinsans-600semibold-webfont.eot');
		src: url('fonts/sinkinsans-600semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/sinkinsans-600semibold-webfont.woff2') format('woff2'),
		url('fonts/sinkinsans-600semibold-webfont.woff') format('woff'),
		url('fonts/sinkinsans-600semibold-webfont.ttf') format('truetype'),
		url('fonts/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FontBold';
		src: url('fonts/sinkinsans-700bold-webfont.eot');
		src: url('fonts/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/sinkinsans-700bold-webfont.woff2') format('woff2'),
		url('fonts/sinkinsans-700bold-webfont.woff') format('woff'),
		url('fonts/sinkinsans-700bold-webfont.ttf') format('truetype'),
		url('fonts/sinkinsans-700bold-webfont.svg#sinkin_sans700_bold') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FontBlack';
		src: url('fonts/sinkinsans-800black-webfont.eot');
		src: url('fonts/sinkinsans-800black-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/sinkinsans-800black-webfont.woff2') format('woff2'),
		url('fonts/sinkinsans-800black-webfont.woff') format('woff'),
		url('fonts/sinkinsans-800black-webfont.ttf') format('truetype'),
		url('fonts/sinkinsans-800black-webfont.svg#sinkin_sans800_black') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FontOpenBold';
		src: url('fonts/opensansbold.eot');
		src: url('fonts/opensansbold.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensansbold.woff') format('woff'),
		url('fonts/opensansbold.ttf') format('truetype'),
		url('fonts/opensansbold.svg#opensansbold') format('svg');
		font-weight: normal;
		font-style: normal
	}

	@font-face {
		font-family: 'FontOpen';
		src: url('fonts/opensansregular.eot');
		src: url('fonts/opensansregular.eot?#iefix') format('embedded-opentype'),
		url('fonts/opensansregular.woff') format('woff'),
		url('fonts/opensansregular.ttf') format('truetype'),
		url('fonts/opensansregular.svg#opensansregular') format('svg');
		font-weight: normal;
		font-style: normal;
		letter-spacing:-2px
	}

	.font-regular 	{ font-family: "FontRegular", Helvetica, Arial, sans-serif }
	.font-medium 	{ font-family: "FontMedium", Helvetica, Arial, sans-serif }
	.font-semiBold 	{ font-family: "FontSemiBold", Helvetica, Arial, sans-serif }
	.font-bold 		{ font-family: "FontBold", Helvetica, Arial, sans-serif }
	.font-black 	{ font-family: "FontBlack", Helvetica, Arial, sans-serif }

	.font-open 		{ font-family: "FontOpen", Helvetica, Arial, sans-serif }
	.font-openBold 	{ font-family: "FontOpenBold", Helvetica, Arial, sans-serif }


/* #Basic Styles
================================================== */
	body {
		font: 14px/20px Helvetica, Arial, sans-serif;
		color: #000000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100% }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #000000;
		font-family: "FontRegular", Helvetica, Arial, sans-serif;
		font-weight: normal }
	h1 > span { font-family: "FontBold", Helvetica, Arial, sans-serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit }
	h1 { font-size: 24px; line-height: 30px; margin-bottom: 30px; padding-bottom:20px; border-bottom:1px solid #CCCCCC; clear:left }
	h2 { font-size: 20px; line-height: 34px; margin-bottom: 10px }
	h3 { font-size: 16px; line-height: 26px; margin-bottom: 8px }
	h4 { font-size: 14px; line-height: 24px; margin-bottom: 4px }
	h5 { font-size: 14px; line-height: 21px }
	.subheader { color: #777 }

	h4 span { font-size:12px; font-weight:normal }

	p { margin: 0 0 20px 0 }
	p img { margin: 0 }
	p.lead { font-size: 21px; line-height: 27px; color: #777 }

	em { font-style: italic }
	strong { font-weight: bold }
	b { font-weight:bold }
	small { font-size: 80% }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 20px; color: #777; font-style: italic }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd }
	blockquote cite { display: block; font-size: 12px; color: #666 }
	blockquote cite:before { content: "\2014 \0020" }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555 }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 25px 0 ; height: 0 }


/* #Links
================================================== */
	a { color: #000000; text-decoration: underline; outline: 0; text-decoration: none }
	a:hover, a:focus { color: #2e64af }
	p a, p a:visited { line-height: inherit }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px }
	ul { list-style: none outside }
	ol { list-style: decimal }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px }
	ul.square { list-style: square outside }
	ul.circle { list-style: circle outside }
	ul.disc { list-style: disc outside }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90% }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px }
	li { line-height: 18px; margin-bottom: 12px }
	ul.large li { line-height: 21px }
	li p { line-height: 21px }


/* #Images
================================================== */
	img.scale-with-grid {
		max-width: 100%;
		height: auto }


/* #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #003f6c;
		border: 1px solid #003f6c;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #63afe5;
		display: inline-block;
		float:right;
		font-size: 12px;
		font-weight: bold;
		text-transform:uppercase;
		text-decoration: none;
		cursor: pointer;
		margin: 0;
		line-height: normal;
		padding: 8px 12px;
		font-family: "FontRegular", Helvetica, Arial, sans-serif;
		-webkit-appearance: none }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		background: #09293f;
		border: 1px solid #09293f
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		color: #003f6c;
		background: #63afe5;
		border: 1px solid #003f6c
	}

	.button.full,
	button.full,
	input[type="submit"].full,
	input[type="reset"].full,
	input[type="button"].full {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center }

	.button.small,
	button.small,
	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small {
		padding:6px 10px; 
		font-size:10px;
		line-height:normal !important }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0 }


/* #Forms
================================================== */
form {
	margin: 0 }
fieldset {
	margin-bottom: 20px }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #CCC;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 3px 0 0;
	display: block;
	background: #FFFFFF }
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 206px;
	padding: 2px 6px;
	height:28px }
select {
	height: 27px;
	line-height: 21px;
	text-indent: inherit;
	width: 220px;
	padding: 2px }
textarea {
	min-height: 200px;
	padding: 2px 6px;
	/*width: 686px;*/
	width: 100%;
	text-indent: inherit }
input[type="checkbox"] {
	display: inline;
	vertical-align: middle;
	margin: -2px 5px 0 0 }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background-color: #E5E5E5;
	border: 1px solid #999;
	color: #333 }
label,
legend {
	display: block;
	font-size: 11px;
	line-height: 14px }
label span,
legend span {
	font-weight: normal;
	font-size: 11px;
	color: #444 }
label.checkbox {
	display: inline;
	font-size:12px }
form > .cols {
	margin-bottom: 10px;
	position: relative }
.customSelect   {
	width: 100%;
	font: 12px/20px Helvetica, Arial, sans-serif;
	background:#FFFFFF url(/massarucorretoraseguros/images/arrow_dropdown.png) right center no-repeat;
	border: 1px solid #CCC;
	outline: none;
	color: #666;
	margin: 3px 0 0;
	display: block;
	height: 25px;
	line-height: 25px;
	text-indent: 3px;
	padding: 0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.customSelectDisabled {
	background:#E5E5E5 url(/massarucorretoraseguros/images/arrow_dropdown2.png) right center no-repeat !important;
	color: #999 !important;
}

/* Validação */
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
textarea.error,
select.error {
	background:#e6e6e6 !important;
	border:1px solid #bc000f !important;
	color:#444 }
label.error {
	position:absolute;
	top:0;

	width:100%;
	margin:-1px 0 0 0;
	padding-bottom:1px;
	background:#f3f3f3;
	color:#F00 }

/* Captcha */
.captcha { padding: 5px 0 10px; /* border-bottom: 1px solid #DDD */ }
.captcha .error { top:5px; width:50%; }
.captcha .img { width: 90px; margin: 0; float: left }
.captcha .text { width: 130px; float:left }
.captcha .text input[type="text"] { width: 104px; height:22px }

/* Alerta */
.overlay { width:100%; padding:100px 0; background:#F5F5F5; color:#333; display:none; text-align:center }
.overlay button { float:inherit }
.overlay_callback { display:block; padding:0 0 30px; text-align:center }

/* Formulário com largura diferente do padrão */
form h4 { margin:15px 0; padding:0 0 5px; border-bottom:1px solid #CCC }
form.c8 { width:460px }

/* Larguras diferentes dos campos texto */
.c2 > input[type="text"], 	.c2 > input[type="password"],	.c2 > input[type="email"] { width: 86px }
.grid-4 > input[type="text"],	.grid-4 > input[type="password"],	.grid-4 > input[type="email"] { width: 100% }
.c6 > input[type="text"],	.c6 > input[type="password"],	.c6 > input[type="email"] { width: 326px }
.grid-8 > input[type="text"],	.grid-8 > input[type="password"],	.grid-8 > input[type="email"] { width: 100% }
.c12 > input[type="text"], .c12 > input[type="password"],  .c12 > input[type="email"] { width: 686px }
.c16 > input[type="text"], .c16 > input[type="password"],  .c16 > input[type="email"] { width: 926px }

/* Larguras diferentes dos campos select */
.c2 > select { width: 100px }
.c3 > select { width: 160px }
.grid-4 > select { width: 108% }
.c6 > select { width: 340px }
.c8 > select { width: 460px }
.c12 > select { width: 700px }
.c16 > select { width: 940px }

/* Larguras diferentes dos campos textarea */
.grid-4 > textarea { width:206px }
.c6 > textarea { width:326px }
.c8 > textarea { width:446px }
.c12 > textarea { width:686px }
.c16 > textarea { width:926px }


/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important }
.half-bottom { margin-bottom: 10px !important }
.add-bottom { margin-bottom: 20px !important }

.hidden { display:none }