@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.perficio-footer {   
	position: relative;
	zbottom: -550px;
	zheight: 150px;
	background: white;
}
body {
	zmin-height: 800px;
	padding-bottom: 150px;
}
html {


}
.resultadobusca {
	margin-top: 40px;
}
.resultadobusca-descricao {
	font-size: smaller;
	color: #aaa;
}
.resultadobusca-classe {
	background: #eee;
	font-weight: normal;
	color: #555;
}
.resultadobusca-item {
	color: black;
	margin-bottom: 30px;
}
.resultadobusca-icone {
	width: 50px;
	height: 50px;
	float:left;
	margin-right: 10px;
	background: #d9edf7;
}
.nav-tabs > li .close {
	margin: -2px 0 0 10px;
	font-size: 18px;
}
.input-data {
	font-family: monospace;
}

.btn-notify {
	margin: 8px 0px 8px 8px;
}

.notificacoes li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.notificacoes li small {
	color: #ddd;
}
.notificacoes .vazia {
	color: #ddd;
}
.verde { color: green; }
.vermelho { color: red; }

.dim {
	color: #aaa;
}



.gradeicones {
	margin: 0 -10px 20px;
	overflow: hidden;
}
.gradeicones-list {
	padding-left: 0;
	list-style: none;
}
.gradeicones li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff;
}
.gradeicones li a {
	width: 100%;
	height: 100%;
	display: block;
	color: black;
}
.gradeicones li a:hover {
	text-decoration: none;
}
.gradeicones .icone {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.gradeicones .titulo {
	display: block;
	text-align: center;
	word-wrap: break-word; 
}
.gradeicones li:hover {
	color: #fff;
	background-color: #a9a9a9;
}

@media (min-width: 768px) {
	.gradeicones {
		margin-right: 0;
		margin-left: 0;
	}
	.gradeicones li {
		width: 12.5%;
		font-size: 12px;
	}
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.linhadigitavel {
	font-family: dejavu sans mono, courier new, monospace;
	font-weight: bold;
}
fieldset {
	margin: 2em 0 2em 0;
}
fieldset legend {
	margin: 0 0 2em 0;
	color: #888;
}
h1.titulo-cadastro {
	font-size: 200%;
}
.logo-cadastro {
	margin: 2em 0 0 0;
	padding: 0 10px 0 0;
	height: 24px;

}
@media (min-width: 768px) {
	.logo-cadastro {
		margin: 2em 0 0 0;
		height: 40px;
	}
	h1.titulo-cadastro {
		font-size: 28pt;
	}
}
.faint {
	color: #ddd;
}

.faint a {
	color: #72afd2;
}

.alternativas-login {
	margin-top: 24px;
	color: #888;
}
.alternativas-login a {
	color: #72afd2;
}
.login-buttons .btn {
	margin-bottom: 8px;
}