/*////Container*/
#container {
    width:960px;
    margin:0 auto;
    overflow:visible;    
    font: 12px/15px Arial,Helvetica,clean,sans-serif;
}

#cabecalho{    
    height: 90px;
}

.ui-widget{
    font-size: 12px;
}

/*////Header*/	
#header {
    width:960px;
    height:135px;
    text-align:center;
    padding:25px 0 0;
    border-bottom:solid 1px #c0bebf;
    position:relative;
}

.caixaLogin{
    width: 250px;
    height: 45px;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#ccc;
    top:0px;
    margin-left: 710px;
    position: absolute;
}

.botaoEnviarNaoLogado{
    height: 43px;
    width: 102px;
    background: url("../images/spr-buttons.png") repeat scroll 0 -450px transparent!important;
}

.botaoContinuarNaoLogado{
    height: 43px;
    width: 132px;
    background: url("../images/spr-buttons.png") repeat scroll -105px -450px transparent!important;
}

.inputNaoLogadoPass .ui-password{
    color:#525252;    
    background-color: #e0e0e0;
    padding: 7px;
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 2px 2px 2px 2px!important;
    box-shadow: none!important;
    width: 165px;
}

.inputNaoLogado {    
    color:#525252;    
    background-color: #e0e0e0;
    padding: 7px;
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 2px 2px 2px 2px!important;
    box-shadow: none!important;    
}

.inputNaoLogadoAutoComplete .ui-autocomplete-input{
    color:#525252;    
    background-color: #e0e0e0;
    padding: 7px;
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 2px 2px 2px 2px!important;
    box-shadow: none!important;
    width: 192px;
}


.input-login{
    color:#ababab;
    text-align: center;
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 10px 10px 10px 10px!important;
    box-shadow: none!important;
    font-weight: normal;
    width: 90px;
}

.input-login .ui-password{
    color:#ababab;
    text-align: center;
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 10px 10px 10px 10px!important;
    box-shadow: none!important;
    font-weight: normal;
    width: 90px;
}

.bt-ok-login{    
    width:15px!important;
    height:15px!important;
    cursor: pointer;
    background:url(../images/spr-buttons.png);
    -moz-border-radius: 10px 10px!important;
    -webkit-border-radius:10px!important;
    border-radius: 15px 15px 15px 15px;
    border : none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    text-shadow: 0 0 0 rgba(255, 255, 255, 0.7);
}

.esqueciMinhaSenha{
    font-size: 10px;
    text-decoration: none;
}

.esqueciMinhaSenha:hover{
    text-decoration: underline;
}

.boxlogin {
    width:250px;
    height:45px;
    position:absolute;
    top:2px;
    right:0;
    -moz-border-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background:#ccc;
    behavior: url(PIE.htc);
}
.boxlogin input {
    border:none;
    border-radius:10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius:10px;
    font-size:12px;
    color:#ababab;
    width:95px;
    text-align: center;
    height:20px;
    padding:0 0 0 0px;
    margin:7px 0 0 5px;
    behavior: url(PIE.htc);
}
.boxlogin .bt-ok {
    width:15px!important;
    height:15px!important;
    position:absolute;
    top:3px;
    right:7px;
    cursor:pointer;
}

.boxlogin .esqueciMinhaSenha:hover{
    text-decoration: underline;
}
/*////Menu*/
.menu {
    width:960px;
    margin:20px auto 0;
}
.menu li {
    width:auto;
    font-size:16px;
    color:#55788e;
    font-family: 'FranKleinMediumRegular';
    display:inline-block;
}
.menu li a {
    height:14px;
    padding:0 15px;
    color:#55788e;
    text-decoration:none;
}
body.home .menu li:first-child a, .menu li a:hover, .menu li a.selected { color:#262262; }
/*////content*/
#content {
    width:630px;
    min-height:380px;
    float:left;
    margin:0 10px 0 0;
    position:relative;
    overflow:visible;
}
.content {
    width:620px;
    overflow:hidden;
}
#content-half {
    width:580px;
    min-height:330px;
    padding:65px 20px 0;
    margin:0 10px 0 0;
    position:relative;
    overflow:visible;
}
#content-full {
    width:918px;
    min-height:330px;
    padding:65px 20px 0;
    position:relative;
    overflow:visible;
}
.minheigth { min-height:450px!important; }
.minheigth540 { min-height:540px!important; }
.width600 { width:600px!important; }
.border-radius {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:solid 1px #5e8bab;
    behavior: url(PIE.htc);
}
/*////right*/
#right {
    width:320px;
    float:right;
}
#right-half {
    width:260px;
    padding: 70px 25px 25px;
    float:right;
}
#right-serv-prestados {
    float:right;
    overflow:hidden;
}
#right-quem-somos {
    width:300px;
    float:right;
    min-height:500px;
    overflow:hidden;
}
/*////Social*/
#socialNew {
    width:960px;
}
#social {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    height: 26px;
    width:960px;
}
.fb-like {

    /*    margin:30px 0;*/
}
.addthis_toolbox {
    text-align:right;
    font-size:8px;
    width: 40px;
    /*    margin:30px 0 0;*/
}
/*////Footer*/	
#footer {
    width:100%;
    height:100px;
    color:#898989;
    float:left;
    background:#d7d7d7;
}
#footer .footer-int {
    width:960px;
    height:60px;
    margin:0 auto;
    padding:30px 0 0 0;
    font-size:8px;
}
#footer .fone {
    margin:0;
    font-size:12px;
    color:#689bb6;
}
/*////Home*/
.controle {
    width:320px;
    height:123px;
    border:solid 1px #d8d7d7;
    background:url(../images/tb-home-controle.jpg) no-repeat;
}
/*////Soluções*/
.accordion h3 {
    font-size:16px;
    color:#55788e;
    line-height:20px;
    margin:20px 0;
    cursor:pointer;
}
.list-solucoes-in li {
    font-size:12px;
    color:#262262;
    line-height:14px;
    list-style:none;
    padding:0 0 0 30px;
    margin:20px 0;
}
/*////Abra sua conta*/
.solicite {
    background-position: -175px -15px;
    padding:0 0 3px 20px;
    margin:-40px 0 0;
}
.list-step li {
    float:left;
    font-size:10px;
    font-style:italic;
    color:#89898c;
}
/*////Quem Somos*/
.list-quem-somos	{
    font-size:14px;
    margin:0 0 15px;
    line-height:20px;
}

/*////Veja como funciona*/
h2.title-veja, h2.title-planos {
    font-size:24px;
    line-height:normal;
    color:#012f47;
    text-align:center;
}
.list-veja-funciona { overflow:hidden; }
.list-veja-funciona li {
    float:left;
    margin:0 0 50px 40px;
    height:150px;
}
.list-veja-funciona img { float:left; }
.list-veja-funciona p {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px #cacaca;
    float:left;
    padding:25px;
    behavior: url(PIE.htc);
}
.list-veja-funciona li.one p { width:565px; }
.list-veja-funciona li.two p { width:395px; }
.list-veja-funciona li.three p, .list-veja-funciona li.four p {
    width:255px;
    margin:30px 0 0;
}

/*////Serviçõs Prestados*/	
.accordion h3	{
    width:550px;
    background:url(../images/bg-accordion.png) no-repeat right;
}
.accordion h3.active	{background:url(../images/bg-accordion-active.png) no-repeat right;
}


/*////Planos*/
h3.subtitle-planos {
    width:570px;
    height:70px;
    padding:20px 60px;
    text-align:center;
    margin:0 auto 40px;
    font-size:18px;
    line-height:normal;
    color:#012f47;
    background:url(../images/bg-subtitle-planos.jpg) no-repeat;
}
h4.subtitle-planos {
    width:850px;
    text-align:center;
    margin:0 auto 40px;
    line-height:normal;
}
#planos, #demonstrativos {
    width: 890px;
    text-align: left;
    border-collapse: collapse;
    font-size:14px;
    margin:75px 0 45px 20px;
}
#planos tfoot td {
    height:80px;
    border-top:none;
    border-bottom:1px solid #9aafc0!important;
}
#planos h3.tit-controle, #planos h3.tit-seguro, #planos h3.tit-total {
    width:210px;
    height:50px;
    position:absolute;
    top:175px;
}
#planos h3.tit-controle {
    background-position:0 -530px;
    left:335px;
}
#planos h3.tit-seguro {
    background-position:-210px -530px;
    left:545px;
}
#planos h3.tit-total {
    background-position:-420px -530px;
    left:755px;
}
#demonstrativos h3.tit-controle, #demonstrativos h3.tit-seguro, #demonstrativos h3.tit-total {
    width:210px;
    height:50px;
    position:absolute;
    top:705px;
}
#demonstrativos h3.tit-controle {
    background-position:0 -580px;
    left:335px;
}
#demonstrativos h3.tit-seguro {
    background-position:-210px -580px;
    left:545px;
}
#demonstrativos h3.tit-total {
    background-position:-420px -580px;
    left:755px;
}
#planos th, #demonstrativos th {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 13px;
    color: #039;
    text-transform: uppercase;
    border-right: 1px solid #9aafc0;
    border-left: 1px solid #9aafc0;
    border-bottom: 1px solid #d0d0d0;
}
#planos td, #demonstrativos td {
    min-width:10px;
    padding: 7px 20px;
    color: #669;
    border-right: 1px solid #9aafc0;
    border-left: 1px solid #9aafc0;
    border-bottom:1px solid #d0d0d0;
}
#planos .brd-none, #demonstrativos .brd-none { border:none!important; }
#planos .brd-bottom-left, #demonstrativos .brd-bottom-left { border-left:none!important; }
#planos .padzero, #demonstrativos .padzero { padding:0; }
/*////Assessoria Financeira*/
#left {
    width:220px;
    min-height: 100%;
    height:100%;
    float:left;
    border-color:#cacaca;
    padding:0 20px;
    position:relative;
}
#left .list-topics { margin:60px 0 0; }
#left .list-topics li { margin:0 0 10px; }
#left .list-topics a {
    text-transform:uppercase;
    color:#012f47;
}
#left .list-topics a.selected { color:#5883a5; }
#left .list-topics a:hover { color:#000066 }
.sub-content { display:none; }
#content_1 { display:block; }

/*////Fale Conosco*/
#fale, #cadastro, #recuperaemail {
    width:330px;
    margin:0 auto;
}
.cadastro-alt	{width:580px!important;}
.tipo-planos	{
    width:470px;
    height:135px;
    background:#e9e9e9;
    margin:10px auto;
    padding:25px 55px;
}
.tipo-itens	{
    width:400px;
    height: auto;
    padding:15px 100px 30px 0;
}
.bt-final-step	{
    width:290px;
    height:41px;
    background-position:0 -1175px;
    margin:80px auto;
}
h2.title-final-step	{
    line-height:normal;
    text-align:center;
    margin:0 auto 145px;
}

/*#fale input, #recuperaemail input, #cadastro input, textarea, select {
  width:320px;
  height:30px;
  color:#525252;
  border:0;
  margin:3px 0 15px;
  background:#e9e9e9;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 2px 1px 0px #ccc;
  -moz-box-shadow: inset 0px 2px 1px 0px #ccc;
  box-shadow: inset 0 2px 1px 0 #bfbfbf;
  behavior: url(css/PIE.htc);
}*/
/*textarea {
    width:330px;
    height:120px;
    padding:15px 15px 0 15px;
}*/
#fale #bt-send {
    width:100px;
    height:40px;
    background:url(../images/spr-buttons.png) 0 -450px;
    box-shadow:none;
    margin:10px 0 20px 230px;
    cursor:pointer;  
}

#recuperaemail #bt-send {
    width:100px;
    height:40px;
    background:url(../images/spr-buttons.png) 0 -450px;
    box-shadow:none;
    margin:10px 0 20px 230px;
    cursor:pointer;  
}

#cadastro #bt-continue {
    width:130px;
    height:40px;
    background:url(../images/spr-buttons.png) -105px -450px;
    box-shadow:none;
    margin:30px auto 35px;
    cursor:pointer;
}
.mailto {
    background-position: 0 -495px;
    padding:0 0 3px 20px;
    margin:20px 0 0;
}
.phone-txt {
    background-position: 0 -515px;
    padding:0 0 0 20px;
    margin:-10px 0 0;
    font-size:16px;
    color:#012f47;
}
/*////Buttons*/
.bt-abra-conta,
.bt-como-funciona,
.bt-nossos-pacotes {
    width:240px;
    height:100px;
    margin:30px auto 35px;
    background-position:0 -225px;
}
.bt-quem-somos	{margin-top:70px;}
.bt-como-funciona {background-position:0 -835px;   margin:30px 20px 35px;}
.bt-nossos-pacotes {background-position:0 -935px;}

.bt-doca {
    width:180px;
    height:40px;
    background-position:0 -655px;
    margin:0 auto 10px;
}
.bt-docb {
    width:180px;
    height:40px;
    background-position:0 -700px;
    margin:0 auto 10px;
}
.bt-docc {
    width:180px;
    height:40px;
    background-position:0 -745px;
    margin:0 auto 10px;
}
.bt-docd {
    width:130px;
    height:40px;
    background-position:0 -790px;
    margin:0 auto 10px;
}
.bt-upload {
    width:240px;
    height:95px;
    background-position:0 -125px;
    margin:0 auto 10px;
}
.bt-vejacomo {
    width:175px;
    height:30px;
    background-position: 0 -15px;
    margin:45px 0 0 25px;
}
.bt-contratar {
    width:105px;
    height:15px;
    background-position:-25px -630px;
}
.bt-embreve {
    width:86px;
    height:15px;
    background-position:-130px -630px;
}
.bt-print, .bt-send-mail {
    font-size:10px;
    float:right;
    margin:0 10px 0 0;
    padding:0 0 0 30px;
    background-position:0 -89px;
}
.bt-print {
    background-position:0 -105px;
    padding:0 0 0 20px;
}
/*////Errors*/	
label.error {
    font:12px 'FranKleinMediumRegular', helvetica, clean, sans-serif;
    color:#F00;
    width:100%;
}
/*////Pagination*/	
.Paginator {
    width:350px;
    font-size: 12px;
    padding-top: 10px;
    margin:50px auto;
}
.Paginator a, .pageList .this-page {
    padding: 2px 6px;
    border: solid 1px #808f9b;
    background: #fff;
    text-decoration: none;
    color:#808f9b;
}
.Paginator .AtStart {
    margin-right: 10px;
    padding: 2px 6px;
    border: solid 1px #808f9b;
    background: #fff;
    color:#808F9B;
}
.Paginator .Prev {
    margin-right: 10px;
    padding: 2px 6px;
    border: solid 1px #808f9b;
    background: #fff;
    color:#808F9B;
}
.Paginator .break {
    padding: 2px 6px;
    border: none;
    background: #fff;
    text-decoration: none;
}
.Paginator .Next {
    margin-left: 10px;
    padding: 2px 6px;
    border: solid 1px #808f9b;
    background: #fff;
}
.Paginator .AtEnd {
    margin-left: 20px;
    padding: 2px 6px;
    background: #fff;
    color: #aaa;
}
.Paginator .this-page {
    padding: 2px 6px;
    border: solid 1px #000;
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    background: #fff;
    color: #c7cdd4;
}
.Paginator a:hover {
    border-color: #808f9b;
    text-decoration: none;
}

/*////JqTransform*/
label	{
    font-size:12px;
    color:#012f47;
}
.lbl-tipo	label{
    width:180px;
    float:left;
    display:block;
    padding:3px 0 7px 30px;
    background:url(../images/spr-buttons.png) no-repeat;
}
.lbl-tipo	.jqTransformInputWrapper	{float:left;}

.lbl-tipo	.lbl-dependentes		{background-position:0 -1040px;}
.lbl-tipo	.lbl-imoveis                    {background-position:0 -1065px;}
.lbl-tipo	.lbl-vinculadas			{background-position:0 -1094px;}
.lbl-tipo	.lbl-automoveis			{background-position:0 -1120px;}
.lbl-tipo	.lbl-funcionarios		{background-position:0 -1145px;}


.check	{
    padding:0 0 15px;
    margin:0 0 20px;
    border-bottom:dashed 1px #d4d4d4;
}
form.jqtransformdone label{
    margin-top:4px;
    margin-right: 8px;
    display: block;
    float:left;
}
form.jqtransformdone div.rowElem{
    clear:both;
    padding:4px 0px;
}

/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
    font-size: 12px;
    line-height: 16px;
}

table.jqTransformTextarea td{
    font-size: 1px;
    line-height: 1px;
    width: 5px;
    height: 2px;
    margin: 0;
    padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
    /*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(../images/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(../images/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(../images/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(../images/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(../images/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(../images/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(../images/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(../images/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(../images/textarea_br.gif) no-repeat top left;}

table.jqTransformTextarea .jqTransformSafariTextarea div {
    position: relative;
    overflow: hidden;
    border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
    background: none;
    position: absolute;
    top:-10px;
    left:-10px;
    padding: 10px 10px 10px 10px;
    resize: none;
}


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
    background: transparent url(../images/input_text_left.gif) no-repeat left top;
    height: 31px;
    padding: 0px;
    margin:0 0 10px;
}

.jqTransformInputInner {
    background: transparent url(../images/input_text_right.gif) no-repeat top right;
    padding: 0px;
    margin: 0px;
}

.jqTransformInputInner div {
    height: 31px;
    margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height: 18px;
    vertical-align: middle;
    color:#525252;
    border: none;
    padding: 8px 0px 0px 0px;
    margin: 0px;
    background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
    padding: 6px 0 0 0;
    margin: 0 0 0 -8px;
    height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
    padding: 6px 0 0 0;
    margin-left:-10px;
    height:24px;
}

/*hover
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}*/

/*focus
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}
*/

.jqTransformSafari .jqTransformInputInner div {
    position: relative;
    overflow: hidden;
    margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
    background-color: none;
    position: absolute;
    top: -10px;
    left: -2px;
    height: 42px; 
    padding-left: 4px;
}

/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
    display:block;float:left;
    margin:0 10px 0 0;
}
a.jqTransformCheckbox {
    background: transparent url(../images/checkbox.gif) no-repeat center top;
    vertical-align: middle;
    height: 19px;
    width: 18px;
    display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
    width: 45px;
    height: 31px;
    position:relative;
    background: url(../images/select_left.gif) no-repeat top left;
    /*float:left;*/
}

.jqTransformSelectWrapper div span {
    font-size: 12px;
    float: none;
    position: absolute;
    white-space: nowrap;
    height: 21px;
    line-height: 15px;
    padding: 8px 0 0 7px;
    overflow: hidden;
    cursor:pointer;
    color:#012f47;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
    display: block;
    position: absolute;
    right: 0px;
    width: 23px;
    height: 29px;
    background: url(../images/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
    position: absolute;
    width: 43px;
    top: 30px;
    left: 0px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index:10;
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:#333;
    background-color: #FFF;
    font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
    background: #EDEDED;
    color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background:#6c99ba;
    color: #fff;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

.campoLogin{
    font-size: 15px!important;
}

.botaoPequeno .ui-icon{
    margin-left: -7px;
    margin-top: -9px;
}

.ui-icon-blank
{
    background-position: -96px -240px;
}



.div-assessoria	h2	{width:310px;}