.telaLogin{
	width: 50%; 
	position: 
	absolute; 
	left: 25%; 
	top: 13%;
}

.usarioLogado{
}

.campoData{
	width: 200px !important;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('imagens/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

.labelEstadoFuturo {
    font-size: 100% !important;
}

.cabecalho {
    padding-left: 3%; 
    text-align: left; 
    font-weight: bold; 
    font-size: 14pt;
}
.cabecalho a {
    color: white;
}

.cabecalho a:hover{
    text-decoration: none;
}

.twitter-typeahead{
    width: 100%;
}

.colapse-alerta{
    margin-bottom: 5px !important;
}

.conteudo-colapse{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.columnRight{
    text-align: right;
}

.popover{
    max-width: 90%; /* Max Width of the popover (depending on the container!) */
}

.cabecalho-col { width: 50%; float: left;}

@media screen and (max-width: 450px) {
    .cabecalho-col { width: 100%;}
}

#clientePesquisa .empty-message {
  padding: 5px 10px;
 text-align: center;
}

span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu{
    width: 100% !important;
}