.panel-default>.panel-heading{
    color:white;
    background-color:navy;
    border-color:navy
}

.panel-default { 
    border-color:navy; 
}

.table a {
	color : gray;
}

.ativo {
    background: #337ab7;
    color: white;
}

.btnFilt {
	background:url(../png/filtrar.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.bntPsq {    
    margin-top: 26px;
    width: 100%;
	background:url(../png/pesquisa.png) no-repeat;
	background-position:center center;	
	background-origin: content-box;
}

.btnOk {
    background-color: white;
	min-width: 90px;
}

.btnCancelar {
	background:url(../png/cancelar.png) no-repeat;    
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.btnNovo {
	background:url(../png/novo.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.btnEditar {
	background:url(../png/editar.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.btnGravar {
	background:url(../png/gravar.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.btnApagar {
	background:url(../png/apagar.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
}

.btnSairNBg {
	background:url(../png/sair.png) no-repeat;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
	margin: 5px;
}

.btnSair {
	background:url(../png/sair.png) no-repeat;
    background-color: white;
	background-position:left center;	
	background-origin: content-box;	
	min-width: 90px;
	margin: 5px;
}

#tabFilt td {
	vertical-align: middle;
}

#tabFilt label {
    font-weight: normal;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.table thead {
    background: gray;
    color: white;   
}

.box {
    padding: 2px 5px;
    margin-top: 0;
    margin-bottom: 0;    
}

label {
    padding: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

#formEdFun .panel-body {
    padding-bottom: 0px;   
}

#formEdFun .panel-title {
    font-size: 1.1em;
}

.bordaRadio {
    border: 1px solid #C0C0C0; 
    background: #F8F8F8;
}

.bordaRadioSemBG {
    border: 1px solid #C0C0C0; 
}

#btnProximo {
	background:url(../png/proximo.png) no-repeat;
	background-position:center center;	
	background-origin: content-box;	
    background-color: white;
	min-width: 50px;
}

#btnAnterior {
	background:url(../png/anterior.png) no-repeat;
	background-position:center center;	
	background-origin: content-box;	
    background-color: white;
	min-width: 50px;
}