body
{
font-size: 14px;
}
.txth1
{
  font-family: 'Lato' ;
  font-weight: 600;
  font-size: 30px;
  margin-left: 20px;
}
.txth2
{
font-family: 'Lato';
font-size: 16px;
color: #313030;
font-weight: bold;
}
.txtp
{
font-family: 'Lato';
font-size: 12px;
color: #ffffff;
font-weight: bold;
margin-left: 20px;
}
#footer
{
font-size: 14px;
width: 100%;
font-family: 'Lato';
text-align: center;
font-weight: bold;
padding: 10px;
color: white;
margin-top: 80px;
background: #004a8f;
height: 40px;
width: 100%;
clear: both; 
}
#bgin
{
 color: #ffffff;
 background: #004f8a;	
}
.box_button
{
  margin-left: 10px;
}
#legenda
{
margin-left: 280px;
margin-top: -190px;
}
#topo
{
 float: right;
 color: #ffffff;
}
#btnvoltar
{
margin-left: 28px;
margin-top: 20px;
}
/*step by step */
/* Latest compiled and minified CSS included as External Resource*/

.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before 
{
    /*top: 14px;
    bottom: 0;
    position: absolute;*/
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
width: 36px;
height: 36px;
text-align: center;
padding: 9px 0;
font-size: 14px;
line-height: 1.028571429;
border-radius: 35px;
font-weight: 700;
background: #0d69b2;
background-position-x: 0%;
background-position-y: 0%;
color: #fff;
border-color: #0d69b2;
}
.strong
{  
font-weight: 600;}
.text-center
{
text-align: center;
}
.bg-body
{
background: #f2f2f2;
}
.iframe
{
width: 710px;
height: 650px;
border: solid 1px #fff;
}
.number-align
{
position: relative;
left: -95px;
}
.nav-perfil
{
position: relative;
top: -65px;
left: -100px;
}
.bg-body
{
 background:#f5f5f5;
}
.box-std
{
 padding: 30px;
 border: 1px solid #ddd;
}
.box-content
{
position: relative;
top: -29px;
}
.text-white
{
color: #fff;
}
.border-tr
{
border: solid 1px #ccc;
}
.icon-size
{
font-size: 18px;
}
.list-none
{
border:  solid none;
}
.btn-std
{
width: 130px;
}
/*modal*/
.modal-header
{
background: #f5f5f5;
}
.modal-footer
{
/*background: #f5f5f5;*/
}
.text-grey
{
color: #757575;
}
.br
{
padding-top: 10px;
padding-bottom: 40px;
}
.search-align
{
position: relative;
top: -14px;
left: 16px;
}
.box-login
{
padding: 20px;
}
.btn-login
{
position: relative;
top: 10px;
left: 43px;
}
.txtlabel
{
color: #0d69b2;
font-weight: 600;
}
.text-secondary
{
color: #7c7c7c;
}
.panel-title a:after 
{
 content: '﹀ ';
 float: left;
 font-size: 19px;
 font-weight: bold;
}
.panel-title a.collapsed:after 
{
 content: '〉  ';
 font-weight: bold;
 font-size: 19px;

}
.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}