/**
* reset browser defaults
----------------------------------*/
body,div,dl,dt,dd,ul,ol,
li,
pre,form,fieldset,p,
blockquote,th,td          {margin:0;padding:0;}
body                      {line-height:1;color:#121212;background:#fff;}
h1,h2,h3,h4,h5,h6,p       {font-weight:400;}
ol,ul                     {list-style:none;}
caption,cite,code,th      {font-style:normal;font-weight:400;}
fieldset,img              {border:0;}
caption,th                {text-align:left;}
:focus                    {outline:1px dotted #eee;}
table                     {border-collapse:collapse;border-spacing:0;}
hr                        {border:0;border-top:1px solid #555;margin:0;height:1px;}
dt                        {font-weight: normal}
/*----------------------------------*/

html, body {
    height: 90%;
}

.fill_limitado { 
    min-height: 97%;
    width: 880px;
}

.fill { 
    min-height: 95%;
}

body {
    padding-top: 18px;
    background: url("../img/bg_site.gif") repeat scroll 0 0 transparent;
    font-family: Helvetica,Verdana,sans-serif;
    height: 100%;
}

.row-fluid .conteudo_principal {
    padding-bottom: 50px;
}

footer {
    /* margin-top: 30px;*/
}

.container , .container-fluid {
    background-color: #fff;
    -moz-box-shadow:0px 0px 16px 6px #aeaeae;
    -webkit-box-shadow:0px 0px 16px 6px #aeaeae;
    box-shadow:0px 0px 16px 6px #aeaeae;
}

/*---------------- barra brasil ------------------*/
#barra-brasil-v3 {
    position:relative;
    clear:both;
    overflow:hidden;
    height:28px;
    background:#004b82;
}

#barra-brasil-v3 span {
    display:block;
    width:50%;
    height:28px;
    background:url(../img/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil-v3 span .imagemGov {
    position:absolute;
    top:4px;
    left:50%;
    height: 24px;
    width: 75%;
    background: url(../img/barra-brasil-v3-azul.gif) right top no-repeat;
    margin-left: -643px;
}

#barra-brasil-v3 span .brasilgov {
    width: 100px;
    height: 24px;
    float:right;
    display:block;
    border: 0 !important;
}

/*---------------- TOPO ------------------*/
.topo {
    width: 100%;
    background: url(../img/bg_topo.jpg) 0 bottom repeat-x;
    margin-top: 10px;
}

.topo a img {
    margin-left: 281px;
    height: 59px;
}

.topo .barra_topo {
    width: 100%;
    height: 6px;
    background-color: #004C80;
}
/*----------------------------------*/

.bt_login {
    margin: 5px;
    float: right;
    padding: 0 0 5px 3px;
    background:#004C80;
    border:1px solid #bbbbbb;

    /*border-radius:100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;*/
    width: 70px;
    height: 23px;
}

.bt_login a {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}

.bt_login img {
    margin: 2px 2px  0 3px;
}

.bt_login span {
    margin: 2px 2px  0 3px;
}

/*---------------.menu_topo-------------------*/
.menu_topo {
    /* border-bottom: solid 1px #276C9F; */
    margin-top: 7px;
    width: 100%;
    text-align: right;
    color: #004C80;
    font-size: 12px;
    font-weight: bold;
    /*height: 1px;*/
}
/*---------------.menu_topo-------------------*/

/*---------------rodape-------------------*/
.rodape {
    background-color: #004C80;
    min-height: 22px;
    font-size: 11px;
}

.rodape .corporate {
    font-size: 10px;
    float: left;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
}

.rodape .blocosdiv {
    min-height: 17px;
}

.rodape .links {
    margin-right: 5px;
    margin-top: 4px;
}

.rodape .links a {
    font-size: 11px;
    color: #fff;
}

.rodape .links i {
    margin-right: 3px;
}

.navbar_rodape {
    margin-top: 0;
    margin-left: 0;
}

/*--------------- titulo -------------------*/
.tituloSubTitulo{
    height: auto;
    width: 100%;
    float: left;
}

.titulo {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #1A4566;
}

.subTitulo {
    font-size: 14px;
    font-weight: 100;
    margin: 15px 0 13px 15px;
    color: #1A4566;
    line-height: 20px;
}

.noResize {
    resize: none;
}

/*--------------- titulo -------------------*/
.div_login {
    float: left;
    font-size: 14px;
    height: auto;
    margin-left: 14px;
    width: 85%;
    line-height: 20px;
}

/*--------------- menu acao -------------------*/
.menu_acao{
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    min-height: 0;
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}

.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 0;
}

.navbar-fixed-top {
    margin-bottom: 18px;
    position:absolute;
}

a.tooltip {
    opacity: 1;
    display: inline;
    border-bottom: 1px #ff5e2f;
    text-decoration: none;
    position: relative;
    color: #006699;
    font-size:15px;
    z-index: 1;
    font-weight: bold;
}

a.tooltip:hover {
    border-bottom: 1px #FF003A;
    text-decoration: none;
    color: #FF003A;
    z-index: 25;
}

a.tooltip span {
    display: none;
}

a.tooltip:hover span {
    border: 1px solid #00557F;
    background-color: #DFF4FF;
    position: absolute;
    color: #00557F;
    display: block;
    padding: 5px;
    width: 300px;
    font-weight:normal;
    font-size:12px;
    top:0em;
    left:2em;
    text-align:justify;
}

.row-fluid .mensagem{
    min-height: 0px;
}

.row-fluid .m_acao{
    min-height: 0px;
}

ul.mensagem-confirmacao li{
    list-style: initial;
    margin: 2% 2% 2% 3%;
}

/* Portlets */
/* Portlets */
.box {
    margin-bottom:10px;
}

.box h4.box-header {
    size:10px;
    padding: 7px 7px;
    margin: 0;
    list-style: none;
    cursor:move;
}

.box-content {
    padding:10px;
}

.box-btn {
    float:right;
    margin-left:2px;
    margin-right:2px;
    height: 14px;
    width: 14px;
    text-decoration:none;
    display: block;
    float: right;
    overflow: hidden;
    background-position:center;
    cursor:pointer;
}

.box-btn [class^="icon-"], .box-btn [class*=" icon-"] { 
    vertical-align:top;
}

.box-container-closed {
    display:none;
}

/* Portlets */
.box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #DDDDDD;
    display: block;
    /* float: left;*/
    margin-bottom: 13px !important;
    margin-left: 1%;
    margin-right: 0.6%;
}
.box-placeholder * {
    visibility:hidden;
}
.box form {
    margin:0;
}

.box .form-actions {
    margin-bottom:0px;
}

.box h4.box-header {
    background-color: #FBFBFB;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
    background-repeat: repeat-x;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
}
.box .box-container-toggle {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #DDDDDD;
}
.box-btn {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.bt_hide_menu{
    cursor: pointer;
    font-size: 9px;
    height: 18px;
    left: 223px;
    margin-top: 0;
    padding: 2px 0 0 6px;
    position: absolute;
    top: 93px;
    width: 13px;
}

.well {
    margin-bottom: 0;
    padding: 5px 19px 0;
}

.logoAniversario{
    margin-left: 30px;
}

div.menu{
    background-color: #FCFCFC;
    border-right: 1px dashed #CECECE;
}

#hide_menu{
    cursor: pointer;
}

.list-view .pager {
    text-align: center;
    width: 100%;
}
.pager .previous > a, .pager .previous > span {
    float: none;
}

.pager .next > a, .pager .next > span {
    float: none;
}

.list-view {
    padding-top: 0;
}

.row-fluid-principal [class*="span"] {
    margin-left: 1.564%;
}

.row-fluid .span1_menor {
    width: 1.983%;
}

.row-fluid .span11_maior {
    width: 96.453%;
}

#texto_loading{
    display: none;
}