body {
    /* font-family: 'Roboto Condensed', sans-serif !important; */
    background: #ffffff !important;
    background-image: url("fundo.png") !important;
}
.panel-default>.panel-heading, .panel-heading{
	background: #eee !important;
	border: none;
}

.theme-adminflare .btn-primary, .theme-adminflare .btn-primary:focus{
	background: #1f83e3 !important;	
}

.theme-adminflare .btn-primary:hover {
	background: #1b7cd8 !important;
}

.btn-success, .btn-success:focus {
	background: #4cb64c !important;
}

.btn-success:hover{
	background: #46ac46 !important;
}

.btn-info, .btn-info:focus{
	background: #46b8da !important;
}

.btn-info:hover{
	background: #39b3d7 !important;
}

.checkbox{padding: 0 !important;}