﻿/* Move down content because we have a fixed navbar that is 50px tall */
body 
{
  margin:0px;
}
.topo
{
    width:100%;
    background-color:#3B6EA5;
}
.titulo
{
    width: 95%;
    padding-left:15px;    
}
.barra
{
    height:2px;
    background-color:#CEDAF0;
}

.barra_form
{
    height:2px;
    background-color:#337AB7;
}

.botao_oculto
{
    visibility: hidden;
}

#img_head_mobile_brasao
{
    max-height:95%;
    max-width:95%;    
}

#img_head_brasao 
{
    max-height: 50%;
    max-width: 50%;
}

#img 
{
    max-height: 40%;
    max-width: 40%;
}

.imagem 
{
    max-height: 90%;
    max-width: 90%;
}

#img_head_titulo
{
    max-height:99%;
    max-width:99%;    
}

.input-size-small
{
    max-width:200px;    
}

.input-size-large
{
    max-width:500px;    
}

.button-size-large
{
    max-width:400px;    
}

.label-alert
{
    color:Red;
}
