/* HTML5 DECLARATIONS */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.hidden {
  display: none !important;
}
/* BASE */
html {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
/* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
  background: #f1f2f2;
  color: #414042;
  margin: 0;
  line-height: 130%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Improve default text rendering, handling of kerning pairs and ligatures */
/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body,
button,
input,
select,
textarea {
  *font-size: 1em;
  color: #333333;
}
/* IE7 and older can't resize px based text */
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
ol,
ul,
form,
table,
fieldset,
menu,
img {
  margin: 0;
  padding: 0;
}
/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e00e0e;
  font-weight: normal;
  margin: 10px 0;
  font-family: Ubuntu, Tahoma, sans-serif;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p,
ul,
blockquote,
pre,
td,
th,
label {
  margin: 0;
}
/* 16px / 24px */
/* FORMS */
form {
  margin: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
legend {
  *margin-left: -0.75em;
}
button,
input,
select,
textarea {
  vertical-align: baseline;
  *vertical-align: middle;
}
/* IE7 and older */
button,
input {
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BCBEC0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BCBEC0;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #BCBEC0;
}
.readonly {
  color: #BCBEC0;
  margin-top: 10px;
}
/* QUOTES */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote,
q,
cite {
  font-style: italic;
}
blockquote > p {
  padding: 0;
}
/* LISTS */
ul,
ol {
  list-style-position: inside;
  padding: 0;
  list-style: none;
}
li ul,
li ol {
  margin: 0;
}
/* HYPERLINKS */
a {
  text-decoration: underline;
  color: #e11515;
  font-size: 10px;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: none;
}
/* Better CSS Outline Suppression */
/* MEDIA */
figure {
  margin: 0;
}
img,
object,
embed,
video {
  max-width: 100%;
  _width: 100%;
}
/* Fluid images */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Improve IE's resizing of images */
svg:not(:root) {
  overflow: hidden;
}
/* Correct IE9 overflow */
/* ABBREVIATION */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #333;
  cursor: help;
}
/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins,
mark {
  text-decoration: none;
}
mark {
  background: #c47529;
}
ins {
  background: #d49855;
}
del {
  text-decoration: line-through;
}
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* selected text */
::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}
/* selected text */
/* OTHERS */
strong,
b,
dt,
.bold {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
var,
address {
  font-style: normal;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* Position 'sub' and 'sup' without affecting line-height */
sup {
  top: -0.5em;
}
/* Move superscripted text up */
sub {
  bottom: -0.25em;
}
/* Move subscripted text down */
span.amp {
  font-family: Adobe Caslon Pro, Baskerville, "Goudy Old Style", "Palatino", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/* Best available ampersand */
/* MICRO CLEARFIX HACK */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
/* For modern browsers */
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
/* For IE 6/7 (trigger hasLayout) */
.g0,
.g1,
.g2,
.g3,
.g4,
.g5,
.g6,
.g7,
.g8,
.g9,
.g10,
.g11,
.g12,
.g13,
.g14,
.g15,
.g16 {
  display: inline;
  margin: 0 10px;
  float: left;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}

.g0 {
  width: 0px;
}
.g1 {
  width: 60px;
}
.g2 {
  width: 140px;
}
.g3 {
  width: 220px;
}
.g4 {
  width: 300px;
}
.g5 {
  width: 380px;
}
.g6 {
  width: 460px;
}
.g7 {
  width: 540px;
}
.g8 {
  width: 620px;
}
.g9 {
  width: 700px;
}
.g10 {
  width: 780px;
}
.g11 {
  width: 120px;
}
.g12 {
  width: 25px;
}
.g13 {
  width: 50px;
}
.g14 {
  width: 15px;
}
.g15 {
  width: 250px;
}
.g16 {
  width: 200px;
}
.mbottom10 {
  margin-bottom: 10px;
}
.mbottom15 {
  margin-bottom: 15px;
}
.mbottom20 {
  margin-bottom: 20px;
}
.mbottom25 {
  margin-bottom: 25px;
}
.mbottom30 {
  margin-bottom: 30px;
}
.mbottom35 {
  margin-bottom: 35px;
}
.mbottom40 {
  margin-bottom: 40px;
}
.mbottom45 {
  margin-bottom: 45px;
}
.mbottom50 {
  margin-bottom: 50px;
}
.mbottom60 {
  margin-bottom: 60px;
}
.mbottom70 {
  margin-bottom: 70px;
}
.mbottom80 {
  margin-bottom: 80px;
}
.mbottom90 {
  margin-bottom: 90px;
}
.right {
  float: right;
}
.left {
  float: left;
}
body {
  font-family: Tahoma, Arial, sans-serif;
}
body .aligncenter {
  text-align: center;
}
body .alignleft {
  text-align: left;
}
body .alignright {
  text-align: right;
}
#wrapper,
.wrapper {
  width: 990px;
}
#wrapper {
  padding-top: 30px;
  margin: 0 auto;
}
#wrapperTemplate,
.wrapperTemplate {
  width: 700px;
}
#wrapperTemplate {
  padding-top: 50px;
  margin: 0 auto;
}
#main {
  width: 740px;
  float: left;
}
.fixed {
  position: fixed !important;
}
.map img {
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 20px;
}

.mapPerfil { 
  float: left;
  width: 28px;
  height: 25px;
  display: none;
  margin-right: 10px;
  background-image: url("/novo-portal-web-1804/javax.faces.resource/map.png.xhtml?ln=comum/images");
}

.back {
  color: #59595C;
  font-size: 13px;
}
.back:before {
  content: '\2190'; 
}

.exit {
  color: #59595C;
  font-size: 13px;
}
.exit:before {
  content: 'x '; 
}

.loading {
  padding: 10px 0 0 0;
}
.loading.inprogress:before {
  content: url("/novo-portal-web-1804/javax.faces.resource/ajax-loader.gif.xhtml?ln=comum/images") !important;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  top: 3px;
}

.loading-big{
	position:relative;
	left:50%;
	top:50%;
	margin-left:-16px;
	margin-top:-16px;
}

#sidebar {
  width: 230px;
  margin-left: 20px;
  float: left;
}
#sidebar .summary {
  color: #656565;
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15), -2px 0 2px rgba(0, 0, 0, 0.15);
  margin-top: 7px;
}
#sidebar .summary > h1 {
  background: #e11515;
  background-image: linear-gradient(top, #e11515, #ca1313);
  border-bottom: 1px solid #cccccc;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 8px;
}
#sidebar .summary > ul li {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #ffffff;
  padding: 8px 15px;
}
#sidebar .summary > ul > li.multi {
  background: #F7F2DA;
  width: 100%;
  margin-left: -15px;
}
#sidebar .summary > ul > li.multi > strong {
  padding: 0 15px 8px 15px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #444;
}
#sidebar .summary > ul > li.multi li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#sidebar .summary > ul > li.premio .name {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#sidebar .summary > ul > li.premio .lb {
  width: 60px;
  display: inline-block;
  font-size: 10px;
  line-height: 100%;
  text-align: right;
}
#sidebar .summary > ul > li.premio .vl {
  font-size: 20px;
  text-align: left;
}
#sidebar .summary > ul > li.premio .money {
  /* Removido para corrigir o alinhamento do campo   */
  /* Prêmio Total a Vista no bloco de resumo.        */  
  /* text-align: center; */ 
}
#sidebar .summary > ul > li.premio .franquia {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#sidebar .progressbar {
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 70px;
}
#sidebar .progressbar .bar {
  height: 17px;
  border: 1px solid #cbcaca;
  width: 80%;
  float: left;
  padding: 1px;
  box-sizing: border-box;
}
#sidebar .progressbar .bar span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  background: #78BC71;
}
#sidebar .progressbar .progress {
  width: 17%;
  padding-left: 3%;
  float: left;
}
 
 
.helpPerfil {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");  
  background-position: 0 -212px;
  width: 15px;
  border-radius: 10px;
  display: inline-block;
  opacity: .7;
  height: 15px;
  position: relative;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: -3px !important;
  top: 0;
  content: '';
}


.help, .helpPref {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: 0 -212px;
  width: 15px;
  border-radius: 10px;
  display: inline-block;
  opacity: .7;
  height: 15px;
  position: relative;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: -3px !important;
  top: 0;
  content: '';
}
.help:hover, .helpPref:hover {
  opacity: 1;
}
.helpPerfil:hover {
  opacity: 1;
}
.helpPerfil:after, .helpPref:after {
  display: block;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 3px;
  left: 4px;
  content: url("/novo-portal-web-1804/javax.faces.resource/help.png.xhtml?ln=comum/images");
}
.help:after {
  display: block !important;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 3px;
  left: 4px;
  content: url("/novo-portal-web-1804/javax.faces.resource/help.png.xhtml?ln=comum/images");
}
.money-icon:before,
.send-icon:before,
.print-icon:before,
.cash-dot-icon:before,
.umbrella-icon:before,
.car-icon:before,
.apply-icon:before,
.magnifier2-icon:before,
.print2-icon:before,
.document-icon:before,
.return-icon:before {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  content: '';
}
.return-icon:before {
  background-position: -54px -8px;
  width: 12px;
  height: 10px;
}
.cash-dot-icon:before {
  background-position: -23px -58px;
  width: 13px;
  height: 14px;
}
.print2-icon:before {
  background-position: -52px -21px;
  width: 19px;
  height: 16px;
}
.document-icon:before {
  background-position: -72px -21px;
  width: 9px;
  height: 12px;
}
.umbrella-icon:before {
  background-position: -9px -73px;
  width: 16px;
  height: 16px;
}
.apply-icon:before {
  background-position: -49px -60px;
  width: 10px;
  height: 10px;
}
.magnifier2-icon:before {
  background-position: -37px -58px;
  width: 10px;
  height: 13px;
}
.car-icon:before {
  background-position: 0 -90px;
  width: 23px;
  height: 12px;
}
.money-icon:before {
  background-position: 0 -73px;
  width: 8px;
  height: 14px;
}
.send-icon:before {
  background-position: 0 -58px;
  width: 21px;
  height: 13px;
}
.print-icon:before {
  background-position: -16px -40px;
  width: 20px;
  height: 16px;
}
.smart-input {
  position: relative;
}
.smart-input .smart-input-popup {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 150;
  border: 1px solid #e3e3e3;
}
.smart-input .smart-input-popup .meta {
  background: #E3E3E3;
  padding: 6px 5px;
}
.smart-input .smart-input-popup .list-wrap {
  overflow-y: scroll;
  max-height: 200px;
}
.smart-input .smart-input-popup .list-wrap ul li {
  font-size: 11px;
  background: #fff;
  padding: 3px 5px;
  cursor: pointer;
}
.smart-input .smart-input-popup .list-wrap ul li.even {
  background: #F1F1EF;
}
.smart-input .smart-input-popup .list-wrap ul li:hover {
  background: #e5e5e1;
}
.select-box {
  width: 100%;
  overflow-y: scroll;
  height: 150px;
  border: 1px solid #e7e7e7;
}
.select-box ul li {
  color: #939598;
  cursor: pointer;
  padding: 5px 7px;
}
.select-box ul li.even {
  background: #F2F2F2;
}
.select-box ul li.odd {
  background: #FFF;
}
.select-box ul li:hover {
  background: #ededed;
}
.select-box ul li:selected {
  background: #e8e8e8;
  font-weight: bold;
  color: #666;
}
.select-box.nothing-found {
  color: #939598;
  font-size: 15px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 65px;
}
.with-select-box {
  padding: 10px;
}
.browserChrome .wizard ul li.five .step,
.browserSafari .wizard ul li.five .step {
  left: 0 !important;
}
.browserChrome .wizard ul li .step,
.browserSafari .wizard ul li .step {
  top: 2px !important;
}
.selected {
  background: #e8e8e8;
  font-weight: bold;
  color: #666;
}
.wizard {
  padding: 20px 5px 0 5px;
  margin-left: -5px;
  
  background-color: #F1F2F2;
  font-size: 13px;
  width: 740px;
  height: 76px;
  top: 0;
  z-index: 99 !important;
  position: relative;
  font-size: 13px;
}
.wizard.four-steps .bg {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/wizard-four-steps.png.xhtml?ln=comum/images");
}
.wizard.four-steps li {
  margin-left: 180px;
}
.wizard.four-steps li:after {
  width: 184px;
}
.wizard.four-steps .multibg {
  width: 250px;
  left: 255px;
}
.wizard .bg {
  background: url("/novo-portal-web-1804/javax.faces.resource/wizard.png.xhtml?ln=comum/images") no-repeat;
  width: 655px;
  height: 30px;
  margin: 0 0 0 52px;
  position: relative;
  z-index: 900;
  margin-top: -30px;
}
.wizard ul {
  width: 655px;
  height: 30px;
  margin: 0 0 0 52px;
}
.wizard ul li {
  float: left;
  position: relative;
  margin-left: 128px;
}
.wizard ul li.tree .step,
.wizard ul li.five .step {
  left: 1px;
}
.wizard ul li.done:after {
  background: #87D04C;
}
.wizard ul li.done:before {
  background-position: 0 -103px;
}
.wizard ul li.done.active:before {
  background-position: 0 -130px;
}
.wizard ul li.done .step {
  color: #fff;
}
.wizard ul li.error:after {
  background: #E13442;
}
.wizard ul li.error:before {
  background-position: 0 -157px;
}
.wizard ul li.active:before {
  background-position: 0 -184px;
}
.wizard ul li.active h2 {
  color: #646567;
}
.wizard ul li.active h2,
.wizard ul li.active .step {
  font-weight: bold;
}
.wizard ul li.error .step,
.wizard ul li.done .step,
.wizard ul li.active .step {
  color: #fff;
}
.wizard ul li:before {
  content: '';
  width: 93%;
  height: 26px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 20;
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -27px -103px;
}
.wizard ul li:after {
  content: '';
  width: 131px;
  height: 5px;
  position: absolute;
  background: #F1F2F2;
  top: 12px;
  left: 26px;
  z-index: 9;
}
.wizard ul li h2,
.wizard ul li .step {
  color: #999;
}
.wizard ul li h2 {
  font-size: 13px;
  margin-top: -20px;
  white-space: nowrap;
  width: 200px;
  margin-left: -87px;
  text-align: center;
}
.wizard ul li .step {
  position: relative;
  top: 1px;
  margin-left: 9px;
  font-size: 14px;
}
.wizard ul li a {
  width: 28px;
  overflow: visible;
  display: block;
  position: relative;
  z-index: 9999;
  font-size: 13px;
  text-decoration: none;
}
.wizard ul li:first-child {
  margin-left: 0;
}
.wizard ul li.last-child:after {
  display: none;
}
.wizard .multibg {
  width: 355px;
  height: 35px;
  display: block;
  background: #F7F2DA;
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 205px;
  border-radius: 19px;
}
.wizard .multi-item {
  width: 500px;
  margin: 10px 0 0 200px;
}
.wizard .multi-item .bt {
  background: #E1E1E1;
  margin-left: 0px;
  margin-right: 5px;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  border: 1px solid #d6d6d6;
  box-shadow: 2px 2px 2px #e0e0e1, -2px -2px 2px #e0e0e1;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s linear;
}

.wizard .multi-item .bt.with-success a {
  padding-left: 8px;
}
.wizard .multi-item .bt.with-success a:before {
  content: url("/novo-portal-web-1804/javax.faces.resource/success.png.xhtml?ln=comum/images");
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.wizard .multi-item .bt:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 3px solid #E9E9E9;
  border-left: 3px solid #E9E9E9;
  top: 0;
  left: 0;
  width: 95%;
  height: 90%;
  border-radius: 8px;
}

.wizard .multi-item .bt a {
  color: #555;
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  position: relative;
  z-index: 99;
  padding-left: 25px;
}
.wizard .multi-item .bt .bin {
  padding: 0;
  margin-right: 5px;
  opacity: 0;
  padding-left: 0 !important;
  transition: all 0.3s linear;
  display: inline-block;
}
.wizard .multi-item .bt .bin:before {
  float: left;
}
.wizard .multi-item .bt .bin:after {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: -4px;
  background: #D5C8B5;
  height: 140%;
  width: 1px;
}

.wizard .multi-item .bt:hover {
  background: #F7F2DA;
  border-color: #D5C8B5;
}

.wizard .multi-item .bt-ativo {
  background: #F7F2DA;
  border-color: #D5C8B5;
  outline: none;
}

.wizard .multi-item .bt-ativo a {
   outline: none;
}

.wizard .multi-item .bt:hover .bin {
  opacity: 1;
}

.wizard .multi-item .bt-ativo .bin {
  opacity: 1;
}

.wizard .multi-item .bt:hover:after {
  border-color: #F8F8ED;
}

.wizard .multi-item .with-success-desabilitado:hover {
  background: #E1E1E1;
  margin-left: 0px;
  margin-right: 5px;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  border-color: #D6D6D6;
  box-shadow: 2px 2px 2px #e0e0e1, -2px -2px 2px #e0e0e1;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s linear;
}

.wizard .multi-item .with-success-desabilitado:hover:after {
  border-color: #EAEAEA;
}

.wizard .multi-item .bt-ativo:after {
  border-color: #F8F8ED;
}

.wizard .multi-item .bt .no-trash {
  width: 1px;
  display: inline-block;
  height: 0px;
  margin-left: 15px;
}

.browserIE8 .wizard .multibg {
  z-index: -1;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  border-radius: 19px;
}

.browserIE8 .wizard .multi-item .bt:after {
  height: 70%;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  left: 2px;
  top: 2px;
}
.light {
  color: #939598 !important;
}
.separator {
  background: #D2D3D4;
  height: 1px;
}
.repique-attachment .name {
  font-size: 10px;
  color: #e11515;
  margin-bottom: 6px;
  display: block;
}
.repique-attachment ul {
  white-space: nowrap;
}
.repique-attachment ul li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
  border-left: 1px solid #818385;
}
.repique-attachment ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.repique-attachment ul li:last-child {
  padding-right: 0;
}
.repique-attachment ul li a {
  font-size: 9px;
  color: #818385;
}
.tabbed-widget nav.tabs {
  margin-left: -2px;
}
.tabbed-widget nav.tabs li {
  border-bottom: none;
}
.tabbed-widget nav.tabs li:before,
.tabbed-widget nav.tabs li:after {
  height: 25px;
}
.tabbed-widget nav.tabs li:before {
  background-position: -62px -75px;
}
.tabbed-widget nav.tabs li:after {
  background-position: -79px -75px;
}
.tabbed-widget nav.tabs li.active:before {
  background-position: -62px -45px;
}
.tabbed-widget nav.tabs li.active:after {
  background-position: -79px -45px;
}
.tabbed-widget nav.tabs li.active a {
  border-color: #fff;
  background: #fff;
}
.tabbed-widget nav.tabs li a {
  border-color: #E5E5E5;
  background: #E5E5E5;
  box-shadow: 0 -5px 2px #ebebeb;
}
.with-menu {
  padding: 10px;
}
.with-menu nav.menu {
  width: 25%;
  float: left;
}
.with-menu nav.menu h2 {
  color: #58595A;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Tahoma, Arial, sans-serif;
}

.with-menu nav.menu h2 .helpPerfil {
  margin-left: 15px;
}
.with-menu nav.menu h2 .help, .helpPref {
  margin-left: 15px;
}
.with-menu nav.menu ul {
  border: 1px solid #d1d3d4;
  border-right: none;
}
.with-menu nav.menu ul li {
  background: #E5E5E5;
  border-top: 1px solid #d1d3d4;
}
.with-menu nav.menu ul li a {
  padding: 5px 10px;
  color: #414141;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  font-size: 12px;
}
.with-menu nav.menu ul li a:hover {
  color: #111;
}
.with-menu nav.menu ul li.active {
  background: #fff;
}
.with-menu nav.menu ul li.active a {
  width: 75%;
  margin-right: 15px;
}
.with-menu nav.menu ul li.active .bin {
  display: inline-block;
  width: auto;
  top: 5px;
  position: relative;
  margin-right: 0;
}
.with-menu nav.menu ul li:first-child {
  border-top: none;
}
.with-menu nav.menu ul li .bin {
  display: none;
}
.with-menu .widget-section {
  border: 1px solid #d1d3d4;
  overflow: hidden;
  padding: 20px;
}
nav.tabs {
  position: relative;
  z-index: 99;
  top: 1px;
}
nav.tabs li {
  float: left;
  position: relative;
  border-bottom: 1px solid #929497;
  margin-left: -12px;
  z-index: -99;
}
nav.tabs li:first-child {
  margin: 0;
}
nav.tabs li.active {
  z-index: 999;
}
nav.tabs li.active a:after {
  content: '';
  display: block;
  width: 99%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 1px;
  z-index: 99;
}
nav.tabs li:before,
nav.tabs li:after {
  width: 16px;
  height: 25px;
  position: absolute;
  display: inline-block;
  content: '';
}
nav.tabs li:before {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -30px -75px;
  left: 1px;
}
nav.tabs li:after {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -46px -75px;
  right: 0;
}
nav.tabs li a {
  color: #424143;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  border-top: 1px solid #929497;
  background: #fff;
  padding: 4px 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.window {
  display: inline-block;
}
.window.with-tabs .close.x {
  top: 14px;
}
.window .close.x {
  width: 27px;
  height: 27px;
  top: -10px;
  right: -14px;
  position: absolute;
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -28px -133px;
  cursor: pointer;
  z-index: 999;
}
.window .content {
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  background: #fff;
  border: 1px solid #929497;
  box-shadow: 2px 2px 8px #666666, -2px -2px 8px #666666;
  padding: 10px;
  position: relative;
  z-index: 9;
}
.window .content .title {
  color: #424142;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 10px 20px 10px;
}
.window .content .table {
  width: 100%;
  border-collapse: collapse;
}
.window .content .table.bigger thead th {
  color: #414141 !important;
}
.window .content .table.bigger td {
  color: #939598 !important;
}
.window .content .table.bigger td,
.window .content .table.bigger th {
  padding: 10px 5px;
}
.window .content .table.bigger .numero {
  padding-left: 125px;
}
.window .content .table td {
  border-bottom: 1px solid #d1d2d3;
  padding: 2px;
}
.window .content .table tr.last td {
  border-bottom: 1px solid #ffffff;
}
.window .content .table thead th {
  color: #939598 !important;
  font-weight: normal;
  text-align: left;
}
.window .content .table tbody td {
  color: #414141;
}
.window .content .table tbody td .apply-icon {
  margin-right: 2px;
}
.window .bt-list {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.window .bt-list a {
  color: #555655;
}
.window .bt-list .bt {
  color: #fff;
  padding: 7px 12px;
  font-size: 13px;
}
.window .bt-list.centered {
  float: none;
  text-align: center;
}
.blocked-heading,
.feedback h1 {
  font-size: 13px;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 5px;
  color: #939598;
  margin: 0;
}
.blocked-heading:after,
.feedback h1:after {
  content: '';
  position: absolute;
  background: #fff;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
}
.blocked-heading {
  margin-bottom: 20px;
  position: relative;
}
.two-lines {
  position: relative;
  top: -15px;
  margin-bottom: -15px;
}
.keep-in-line {
  white-space: nowrap;
}
.t-list h3 {
  color: #939598 !important;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
  border-bottom: 2px solid #D2D3D4;
  padding: 4px;
}
.t-list h3 a {
  margin-left: 10px;
}
.t-list dl {
  width: 100%;
  box-sizing: border-box;
}
.t-list dl dt,
.t-list dl dd {
  border-bottom: 1px solid #d2d3d4;
  padding: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
}
.t-list dl dt {
  width: 70%;
  margin-right: -5px;
  font-weight: normal;
}
.t-list dl dd {
  width: 30%;
  text-align: right;
}
.print-bar {
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px;
  background: #F7F8F8;
  width: 100%;
  box-shadow: 2px 2px 2px #d9d9d9, -2px 0 2px #d9d9d9;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  text-align: right;
}
.print-bar .wrapper {
  margin: 0 auto;
}
.widget {
  background: #fff;
  box-shadow: 2px 2px 2px #d9d9d9, -2px 0 2px #d9d9d9;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  padding: 10px;
  margin-bottom: 15px;
}
/* CR6139 - laila.rothe - início */
.widget-questions {
  background: #D3D3D3;
  box-shadow: 2px 2px 2px #d9d9d9, -2px 0 2px #d9d9d9;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  padding: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.widget-inicial {
  background: #D3D3D3;
  box-shadow: 2px 2px 2px #d9d9d9, -2px 0 2px #d9d9d9;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.field-inicial{
  display: inline;
  margin: 0 10px;
  float: center;
  width: 40%;
}
.table-question {
   display: inline;
   margin: 0 0px;
   float: left;
   width: 140px;
   text-align: center;
} 
.table-question label{
    background-color: #808080;
    color:#ffffff;
    font-weight: bold;
}
.onecolCancel td label {
	width: 130px !important;
}
/* CR6139 - laila.rothe - fim */
.widget > header,
.widget .widget-title {
  margin: 10px 10px 15px 10px;
}
.widget > header h1,
.widget .widget-title h1 {
  margin-top: 0;
  white-space: nowrap;
  float: left;
}
.widget > header h1 img,
.widget .widget-title h1 img {
  position: relative;
  top: 8px;
  margin-top: -12px;
  margin-right: 5px;
}
.widget > header h1,
.widget .widget-title h1,
.widget > header dt,
.widget .widget-title dt,
.widget > header dd,
.widget .widget-title dd,
.widget > header dl,
.widget .widget-title dl {
  display: inline;
}
.widget > header dl,
.widget .widget-title dl {
  float: right;
}
.widget > header dl dt,
.widget .widget-title dl dt {
  margin-left: 40px;
  font-weight: normal;
}
.widget > header dl dd,
.widget .widget-title dl dd {
  margin-left: 0;
  color: #939598;
}
.widget .info {
  color: #939598;
}
.widget .itemlist > li {
  border-top: 1px solid #d1d3d4;
  padding: 5px 0;
}
.widget .itemlist > li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget .itemlist > li.total .label {
  margin-top: 15px;
}
.widget .itemlist > li .label {
  text-align: center;
  margin-top: 5px;
  width: 18%;
  float: left;
}
.widget .itemlist > li .label label {
  font-size: 15px;
  color: #58595B;
  font-weight: bold;
}
.widget .itemlist > li .content {
  color: #939598 !important;
  margin-top: 5px;
  width: 82%;
  margin-left: 18%;
}
.widget .itemlist > li ul.dl li {
  float: left;
  margin-left: 70px;
}
.widget .itemlist > li ul.dl li:first-child {
  margin-left: 10px;
}
.widget .itemlist > li ul.dl li.result {
  color: #58595A;
}
.widget .itemlist > li ul.dl li.result span {
  font-size: 18px;
}
.min {
  font-size: 11px;
}
.less {
  white-space: nowrap;
}
.less:before {
  margin-right: 0 !important;
}
.message {
  text-align: center;
  margin-top: 15px;
  color: #939598 !important;
}
.entry {
  position: relative;
}
.entry input[type=text],
.entry textarea,
.entry select {
  width: 100%;
}
.entry textarea {
  height: 70px;
  overflow-y: scroll;
}
.entry.error input[type=text],
.entry.error .selector {
  border-color: #e11515;
}
.entry.error .error-desc {
  color: #e11515;
  text-transform: uppercase;
  margin-top: 5px;
}
.entry.phone .dd,
.entry.n-with-digit .dd,
.entry.phone .digit,
.entry.n-with-digit .digit {
  width: 22%;
  margin-right: 5%;
  float: left;
}
.entry.phone .number,
.entry.n-with-digit .number,
.entry.phone .n,
.entry.n-with-digit .n {
  width: 73%;
  float: left;
}
.entry.n-with-digit .digit {
  margin: 0;
}
.entry.n-with-digit .n {
  margin-right: 5%;
}
.entry.with-helper .helper {
  position: absolute;
  top: 6px;
  color: #939598;
}
.entry.with-helper.in-left .helper {
  left: 7px;
}
.entry.with-helper.in-left input {
  padding-left: 25px;
}
.entry.with-helper.in-right .helper {
  right: 7px;
}
.entry.with-helper.in-right input {
  padding-left: 25px;
}
.princing-table table {
  width: 100%;
  color: #939598;
}
.princing-table table thead th {
  text-align: left;
}
.princing-table table td,
.princing-table table th {
  padding: 2px;
}
.bt-skin-2 {
  background: #D1D1D1;
  background-image: linear-gradient(top, #e5e5e4, #d1d1d1);
  padding: 7px 12px;
  border-radius: 6px;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  position: relative;
  color: #555556;
  font-size: 12px;
  text-decoration: none;
}
.bt-skin-2:hover {
  color: #333;
}
.bt-skin-2:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 95%;
  height: 85%;
  border-left: 2px #E9E9E8 solid;
  border-top: 2px #E9E9E8 solid;
}
.bt-list .bt {
  padding: 6px 20px;
}
.bt-list .bt:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 90%;
  height: 80%;
  border-radius: 2px;
  border-left: 2px #EA5C5C solid;
  border-top: 2px #EA5C5C solid;
}
.bt {
  position: relative;
  background: #e11515;
  background-image: linear-gradient(top, #e11515, #b84132);
  padding: 2px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
}

.window .bt-list .bt-after {
 	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(225, 21, 21);
	background-image: -webkit-linear-gradient(top, rgb(225, 21, 21), rgb(184, 65, 50));
	background-image: linear-gradient(top, rgb(225, 21, 21), rgb(184, 65, 50));
	background-origin: padding-box;
	background-size: auto;
	border-radius: 6px;
	color: rgb(255, 255, 255);
	cursor: auto;
	display: inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	height: 15px;
	line-height: 15px;
	margin-left: 15px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 4px;
	position: relative;
	text-decoration: none;
	behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
}

.window .bt-list .bt-after:hover {
  background: #ed3c3c;
}

.bt:hover {
  background: #ed3c3c;
}
.bt input {
  background: none !important;
  border: none;
  font-family: Tahoma, Arial, sans-serif;
  border-radius: 2px !important;
  padding: 6px 20px;
  font-size: 15px;
  display: inline-block;
  color: #fff !important;
  border-left: 2px #EA5C5C solid;
  border-top: 2px #EA5C5C solid;
}

.bt input:hover {
  background: #ed3c3c;
}

input[type=text],
textarea,
.selector {
  border: 1px solid #d1d3d4;
  box-shadow: inset 0 2px 0 #E6E7E8;
  height: 25px;
  padding: 4px 8px 2px 5px;
  box-sizing: border-box;
}
.selector {
  position: relative;
  overflow: hidden;
}
.selector span {
  display: block;
  white-space: nowrap;
  margin-right: 18px;
  overflow: hidden;
}
.selector select {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.selector:hover span {
  color: #000;
}
.selector:hover:after {
  opacity: 1;
}
.browserIE .smart-input:before,
.browserIE .selector:before {
  top: 0;
  height: 23px;
}
.smart-input:before,
.selector:before {
  content: '';
  right: 0;
  top: 2px;
  width: 24px;
  height: 21px;
  background: #E6E7E8;
  display: block;
  position: absolute;
}
.smart-input:after,
.selector:after {
  content: '';
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: 0 0;
  display: block;
  position: absolute;
  right: 7px;
  top: 10px;
  width: 10px;
  height: 6px;
  opacity: .7;
}

.selector.focus, input:focus { border: 1px solid #656356; }
.radio span.focused { background-position: -13px -7px; opacity:0.5 !important; }
/*.checker span.focused { background-position: -39px -7px; opacity:0.5 !important; }*/


.smart-input:before {
  display: none;
}
.smart-input:after {
  opacity: .5;
}
.inf {
  margin-top: 15px;
}
.inf dt,
.inf dd {
  margin: 2px 5px 0;
}
.inf dt {
  float: left;
  font-weight: normal;
}
.inf dd {
  color: #939598 !important;
  float: left;
  clear: after;
}
.inside-box {
  box-shadow: 2px 2px 2px #d9d9d9, -2px 0 2px #d9d9d9;
  border-radius: 4px;
  padding: 10px;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  background: #fff;
}
.list-info {
  color: #939598 !important;
  overflow: hidden;
}
.list-info li {
  float: left;
  padding: 5px 35px;
}
.list-info li:last-child {
  padding-right: 0;
}
input[readonly] {
  color: #BCBEC0;
}
.checker,
.radio {
  top: 5px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.checker.hover span,
.radio.hover span,
.checker .checked,
.radio .checked {
  opacity: .8;
}
.checker.disabled span,
.radio.disabled span {
  opacity: .6 !important;
}
.checker .checked,
.radio .checked {
  opacity: 1 !important;
}
.checker span,
.radio span {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: 0 -7px;
  width: 12px;
  height: 14px;
  display: inline-block;
}
.radio.hover span,
.radio .checked {
  background-position: -13px -7px;
}
.checker span {
  width: 13px;
  height: 12px;
  background-position: -25px -7px;
}
.checker.hover span,
.checker .checked {
  background-position: -39px -7px;
}
.star-skin input {
  cursor: pointer;
}
.checker.star-skin {
  margin-left: 20px;
}
.checker.star-skin span {
  width: 21px;
  height: 21px;
  background-position: -58px -107px;
}
.checker.star-skin.hover span {
  opacity: .5;
}
.checker.star-skin.hover span,
.checker.star-skin .checked {
  background-position: -78px -107px;
}
.table-list {
  width: 200px;
  float: left;
  margin-left: 10px;
  margin-right: 60px;
}
.table-list li {
  border-bottom: 1px solid #d0d1d2;
  padding: 2px;
}
.table-list li label {
  margin: 0;
}
.optional {
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  background: #d1d1d1;
  background-image: linear-gradient(top, #dbdbdb, #d1d1d1);
  font-size: 10px;
  color: #403F41;
  padding: 2px 4px;
  margin: 0 2px;
  margin-bottom: -1px;
  position: relative;
  top: -1px;
  border-radius: 6px;
}
.browserChrome .widget-group .widget .label label .radio,
.browserSafari .widget-group .widget .label label .radio {
  position: relative;
  top: 2px;
}
.browserChrome .table .checker,
.browserSafari .table .checker {
  position: relative;
  top: 1px;
}
.widget-group .widget {
  border-radius: 5px;
  margin-bottom: 8px;
}
.widget-group .widget .label {
  margin-left: 10px;
  margin-top: 10px;
  width: 28%;
  float: left;
}
.widget-group .widget .label label {
  font-size: 15px;
  color: #58595B;
}
.widget-group .widget .label .info {
  font-size: 10px;
}
.widget-group .widget .content {
  margin-top: 5px;
  width: 72%;
  margin-left: 28%;
}
.widget-group .widget .content.unable {
  padding-top: 8px;
}
.widget-group .widget .content .cf {
  margin-bottom: -20px;
}
.widget-group .widget .content li {
  width: 95px;
  color: #939598;
  float: left;
}
.widget-group .widget .content li.result {
  color: #58595A;
}
.widget-group .widget .content li.bigger {
  width: 110px;
  margin-right: 12px;
}
.widget-group .widget .content li.bigger span {
  font-size: 18px;
}
.feedback {
  color: #939598;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 15px;
}
.feedback .messages {
  padding: 15px;
  padding-left: 10px;
}
.feedback .messages .error {
  color: #CD2E2E;
}
.feedback .messages .error:before {
  content: url("/novo-portal-web-1804/javax.faces.resource/error.png.xhtml?ln=comum/images");
}
.feedback .messages .success {
  color: #277A33;
}
.feedback .messages .success:before {
  content: url("/novo-portal-web-1804/javax.faces.resource/success.png.xhtml?ln=comum/images");
}
.feedback .messages > :before {
  display: inline-block;
  margin-right: 5px;
}
.feedback .messages :last-child {
  margin-bottom: 0;
}
.feedback .inner {
  padding-left: 5px;
}
.feedback:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: -2px;
  height: 1px;
}
.error {
  color: #CD2E2E;
}
.no-labels-2 {
  padding-right: 15px;
}
.no-labels-2 .bin {
  margin-top: 4px;
  margin-left: 3px;
}
label {
  display: block;
  margin-bottom: 5px;
}

label .helpPerfil,
label a {
  margin: 0 2px;
}

label .help, .helpPref,
label a {
  margin: 0 2px;
}
.tabs {
  overflow: hidden;
}
.tabs section {
  margin-bottom: 15px;
}
.tabs section.close > h2:before {
  background-position: 0 -21px;
}
.tabs section > h2 {
  cursor: pointer;
  font-size: 15px;
  color: #58595B;
}
.tabs section > h2:hover {
  color: #333;
}
.tabs section > h2:before {
  content: '';
  display: inline;
  padding-left: 17px;
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -19px -21px;
  margin-right: 7px;
}
.documents-icon:before,
.add-new-icon:before,
.bin-icon:before,
.magnifier-icon:before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.magnifier-icon:before {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -38px -39px;
  width: 10px;
  height: 10px;
  margin-right: 1px;
}
.bin-icon:before {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -49px -39px;
  width: 10px;
  height: 11px;
  margin-right: 1px;
}
.documents-icon:before {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: 0 -40px;
  width: 14px;
  height: 16px;
  top: 3px;
}
.add-new-icon:before {
  background: url("/novo-portal-web-1804/javax.faces.resource/add-new.png.xhtml?ln=comum/images") no-repeat;
  width: 9px;
  height: 8px;
}
.item,
.bt {
  margin-left: 15px;
}
.item a,
.bt a {
  font-size: 12px;
}

.item .helpPerfil,
.bt .help {
  margin-left: 7px;
}

.item .help, .helpPref,
.bt .help {
  margin-left: 7px;
}
.condensed .item {
  width: 70px;
  margin-right: 25px;
}
.condensed .item a {
  text-indent: -25px;
  display: block;
}
.condensed .large {
  width: 100px;
  margin-left: 25px;
}
.aviso {
  width: 260px;
  margin: 0 auto;
  text-align: center;
}
.aviso.bigger {
  width: 400px;
}
table.coberturas-table {
  width: 100%;
  border-collapse: collapse;
}
table.coberturas-table thead {
  color: #939598;
}
table.coberturas-table thead th {
  text-align: left;
  font-weight: normal;
  margin: 0;
}
table.coberturas-table thead th:first-child {
  padding-left: 85px;
}
table.coberturas-table td,
table.coberturas-table th {
  border-bottom: 1px solid #d0d2d3;
  padding: 5px 10px;
}
table.coberturas-table .blank-space {
  padding-right: 17%;
}
table.coberturas-table .cash {
  color: #939598;
}
table.coberturas-table .coberturas img {
  vertical-align: middle;
  margin-right: 15px;
  float: left;
}
table.coberturas-table .coberturas label {
  display: inline;
  position: relative;
  top: 3px;
}
.heading {
  font-size: 15px;
  color: #58595B;
}
fieldset label, .fieldset label {
  width: 35%;
  float: left;
  margin-top: 6px;
}
fieldset .field .entry, .fieldset .field .entry {
  width: 65%;
  margin-left: 35%;
}
fieldset .field.with-bin .bin, .fieldset .field.with-bin .bin {
  margin-top: 5px;
  margin-left: 5px;
}
.field {
  margin-bottom: 10px;
}
.field.multi-fields .entry {
  margin-top: 7px;
}
.field.multi-fields .entry:first-child {
  margin-top: 0;
}
.with-bin .entry {
  white-space: nowrap;
}
.with-bin .bin {
  cursor: pointer;
  margin-top: 26px;
  margin-left: 5px;
}
.with-bin.no-labels .bin {
  margin-top: 5px;
}
.bin {
  background: url("/novo-portal-web-1804/javax.faces.resource/bin.png.xhtml?ln=comum/images") no-repeat;
  text-indent: -9999px;
  width: 14px;
  height: 17px;
  display: inline-block;
}
.subject-sec .bin {
  margin-left: 2px;
}
.add-new {
  margin-left: 30%;
  width: 70%;
  text-align: right;
  display: block;
}
.add-new:before {
  content: url("/novo-portal-web-1804/javax.faces.resource/add-new.png.xhtml?ln=comum/images");
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.check-list.inline label {
  display: inline-block;
  margin-left: 50px;
}
.check-list.inline label:first-child {
  margin-left: 0;
}
.check-list.sequential label {
  display: inline-block;
  box-sizing: border-box;
  width: 18%;
  margin-bottom: 6px;
  line-height: 70%;
}
.check-list.sequential label.min {
  width: 5%;
}
.check-list.sequential label.max {
  width: 23%;
}
.check-list.less-space label {
  margin-left: -2px;
  margin-right: 0;
}
.check-list.medium-space label {
  margin-left: 20px;
}
.check-list.bigger-space label {
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
  line-height: 60%;
}
.check-list label {
  margin-bottom: 0;
  box-sizing: border-box;
}
.check-list label.full {
  width: 100%;
  vertical-align: bottom;
}
.check-list label.half {
  width: 50%;
  float: left;
  vertical-align: bottom;
}

/*===== Alteracoes ===*/

table tbody tr td div.radio {
	width: 14px;
	float: left;	
}

table tbody tr td label.bugfix, table tbody tr td.with-radio label{
	width: 68px;
	padding-top: 3px;
	height: 10px;
	margin-left: 5px !important;
	display:block !important;
}

.check-list.inline table tbody tr td.with-radio label{
	width: 48px;
}

td.with-radio {
	height: 20px !important;
}

table tbody tr td div.checker {
	width: 14px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	display: block !important;	
}

table tbody tr td.with-check label{
	/*width: 135px !important;*/
	display: block !important;
	padding-top: 3px;
	height: 10px;
	margin-left: 5px !important;
}


span.cf { display: block; }

.link-to-input input {
	display: none;
}


#coberturaList.check-list table tr td {
	
}

.wizard .multi-item {
	margin: 3px 0 9px 200px;
}

.wizard { 
	height: auto !important;
}

.l1 label,.l2 label,.l3 label,.l4 label,.l5 label,.l6 label {
    vertical-align: bottom;
    display: table-cell;
    margin-bottom: 0;
    padding-bottom: 7px;
}

.l1 label { height: 15px; }
.l2 label { height: 30px; }
.l3 label { height: 45px; }
.l4 label { height: 60px; }
.l5 label { height: 75px; }
.l6 label { height: 90px; }


.rf-au-lst-scrl {
	margin-top: 0px;	
	width: 400px !important;
}

.rf-au-lst-scrl .rf-au-itm {
	padding: 3px 5px;
	cursor: pointer;
	font-size: 11px !important;
	display: list-item; 
}

.rf-au-lst-scrl .rf-au-itm:nth-child(even) {
	background-color: #E5E5E1;
}

.rf-au-lst-scrl .rf-au-itm:hover,  .rf-au-lst-scrl .rf-au-itm:selected {
	background-color: #E5E5E1 !important;
}

.rf-au-fld-btn, .rf-au { width: 100%; }
.rf-au-btn-arrow {
position: absolute;
right: -1px;
width: 25px !important;
height: 25px !important;
margin-left: -3px;
z-index: 2;
background: #E6E7E8 !important;
}

.rf-au-btn-arrow:after {
content: '';
background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
background-position: 0 0;
display: block;
position: absolute;
right: 7px;
top: 10px;
width: 10px;
height: 7px;
}

.smart-counter-box {
	padding: 6px 5px;
	background-color:#E3E3E3;
	width: 390px;
	display: block;
	margin-top: 1px;
}

.no-arrow.smart-input::after {
	background-image: none;
}

/*Style para rich upload*/

div.richUpload .rf-fu-btn-cnt-add {
	background-image: url("/novo-portal-web-1804/javax.faces.resource/add-new.png.xhtml?ln=comum/images") !important;
	background-repeat:  no-repeat !important;
	background-position: 10px 8px !important; 				  
	color: #E11515;
	font-size: 10px;
	text-decoration: underline;
}


div.richUpload .rf-fu-btn-add, 
div.richUpload .rf-fu-btn-upl, 
div.richUpload .rf-fu-btn-clr {
	background: none;
	border: none;
}

div.richUpload .rf-fu {
	background: none;
	border: none;
	width: 280px !important;
	height:auto;
}

div.richUpload .rf-fu-hdr {
	background: none;
	border: none;
}

div.richUpload .rf-fu-btn-cnt-add {
	display: block;
}

div.richUpload .rf-fu-btn-cnt-upl {
	background-image: none;
	display: none;
}

div.richUpload .rf-fu-btn-cnt-clr {
	background-image: none;
	display: none;
}

div.richUpload .rf-fu-itm-rgh {
	width: 14px;
	display: block;
	height: 16px;
	float: right;
}

div.richUpload .rf-fu-itm-lnk {
	display:block !important;
	text-indent: 50px;
	background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
    background-position: -49px -39px;
    width: 10px;
    height: 11px;
    margin-right: 1px;
}

div.richUpload .rf-fu-itm-lbl{
	width: 94px;
	display: inline-block;
	float: none;
}

div.richUpload .rf-fu-btns-lft{
	width: 100% !important;
}

div.richUpload .rf-fu-lst{
	height: auto !important;
}

div.richUpload .rf-fu-btns-lft, 
div.richUpload .rf-fu-btns-rgh, 
div.richUpload .rf-fu-itm-lft, 
div.richUpload .rf-fu-itm-rgh {
	display: inline-block;
	overflow: hidden;
}

div.richUpload .rf-pb-prgs {
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url("/novo-portal-web-1804/javax.faces.resource/ajax-loader.gif.xhtml?ln=comum/images");
}

div.richUpload .rf-pb-rmng {
	height: 15px;
	border-width: 0px;
	background-color: #ffffff;	
}

div.richUpload .rf-fu-itm {
	border-bottom-width: 0px;
	padding: 3px;
}

.rf-au-fld-btn, .rf-au { width: 100%; }
.rf-au-btn-arrow { 
position: absolute;
right: -1px;
width: 25px;
height: 25px;
margin-left: -3px;
z-index: 99;
background: #CCC;
}

.rf-au-lst-cord {
	z-index: 99999999 !important;
}

.table-list .checker {
	top: 1px;
	position: relative;
	display: inline;
	vertical-align: bottom;
	margin-right: 5px;	
}

.onecol td label {
	width: 110px !important;
}

.notlabeled {
	margin-top: 22px
}

/** new changes **/
.warning {
  margin: 0 auto;
  box-sizing: border-box;
  background: #FBF7E3;
  color: #C09882;
  padding: 5px 40px 15px;
  box-shadow: 2px 2px 2px #EBEBEB;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  position: relative;
  border-radius: 5px;
}
.warning p {
  margin-top: 10px;
}
.warning a {
  font-size: 12px;
}
.warning:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 16px;
  left: 18px;
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -57px -130px;
}
.tooltip,
.tooltip h3 {
  color: #000014;
}
.tooltip {
  background: #F5F6C8;
  behavior: url("/novo-portal-web-1804/javax.faces.resource/PIE.htc.xhtml?ln=comum/plugins");
  padding: 3px 13px 13px;
  margin-top: -30px;
  margin-left: 30px;
  border: 1px solid #afb1ae;
  border-radius: 14px;
  z-index: 9999999999;
}
.tooltip p {
  margin-top: 10px;
  padding-right: 10px;
}
.tooltip label {
  margin-top: 10px;
  padding-right: 10px;
}
.tooltip h3 {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: bold;
}
.tooltip .pointer {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -72px -128px;
  display: block;
  width: 14px;
  height: 32px;
  position: absolute;
  left: -13px;
  top: 16px;
}
.tooltip .closeTooltip {
  background-image: url("/novo-portal-web-1804/javax.faces.resource/sprites.png.xhtml?ln=comum/images");
  background-position: -87px -132px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 17px;
  cursor: pointer;
}
.tooltip.in-south {
  margin-top: 30px;
}
.tooltip.in-south .pointer {
  top: auto;
  bottom: 16px;
}
.tooltip.in-east {
  margin-left: -30px;
}
.tooltip.in-east .pointer {
  background-position: -73px -158px;
  right: -14px;
  left: auto;
}
.minusculo {
  text-transform: lowercase;
}

.labelResumo {
  width: 200px;  
  font-size: 10px;
  line-height: 100%;  
  display: block;
}

.labelMinhasCotacoes {
  font-size: 14px;
  line-height: 10px;
}

.maiusculo {
	text-transform: uppercase;
}
.smartinputed{
	text-transform: uppercase;
}


/* Tabela Cartao Segurado Mapfre*/
.tableCartaoSegurado{
	height: 372px;
	width: 1215px;
	position: absolute;
	left: 100px;
}


.posicionamentoNome{
	position:fixed;
	top: 222px;
	left: 135px;
	text-transform: uppercase;
	color: #000;
}

.posicionamentoCotacao{
	position:fixed;
	top: 265px;
	left: 135px;
	color: #000;
}

.posicionamentoVigencia{
	position:fixed;
	top: 265px;
	left: 500px;
	color: #000;
}

.posicionamentoVeiculo{
	position:fixed;
	top: 308px;
	left: 135px;
	text-transform: uppercase;
	color: #000;
}

.posicionamentoPlaca{
	position:fixed;
	top: 350px;
	left: 135px;
	text-transform: uppercase;	
	color: #000;
}

.posicionamentoAnoModelo{
	position:fixed;
	top: 350px;
	left: 325px;
	color: #000;
			
}
.posicionamentoCpfCnpj{
	position:fixed;
	top: 350px;
	left: 500px;
	color: #000;
}

.parabens{
	font-size: 25px;
	color: #000;
}

.nomeSegurado{
	font-size: 20px;
	color: #000;
}

.subTituloCertificadoCotacao{
	 color: #E11515;
}

.franquiaBotoes {
	padding-top: 10px;
}

#divMinhasCotacoes {
	margin-bottom: -3px;
}