#canvas{
	height: 100%;
    width: 100%;
}
body.wait, body.wait *{
    cursor: wait !important;   
}
.paginacao
{
	padding-left:5px;
	padding-right:5px;
}
.popup
{
	position:absolute;
	left:50%;
	top:50%;
	background-color:#CCC;
	z-index:120;
}
.popup_fundo
{
	position: fixed;
	top:0px;
	right:0px;
	bottom: 0px;
	left: 0px;
	background-image:url(../imagens/transparencia75.png);
	z-index:110;
}
.celula_select:link, .celula_select:visited {
	}
.celula_select:hover {
	background-color: #CCC;
}
.celula_select{
}
.celula_top{
	background-color: #EEE;
}
.card-head {
	background-color: rgba(230,230,230,0.7);
}
.viatura_area {
	height:200px; 
	outline:hidden;
	text-align:center;
}
.viatura_area_imagem {
	height:130px; 
	overflow:hidden;
	outline:hidden;
	margin:5px;
}
.viatura_imagem {
	width:100%;
	position: relative;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	transform: translateY(-50%); 
}
.viatura_imagem_ficha {
	width:100%; 
}
.documento_area {
	height:300px; 
	outline:hidden;
	overflow:hidden;
	text-align:center;
}
.documento_area_imagem {
	height:280px; 
	overflow:hidden;
	outline:hidden;
	margin:5px;
}
.documento_imagem {
	width:100%;
	position: relative;
}
.documento_imagem_ficha {
	width:100%; 
}
@media (max-width: 769px) {
.viatura_area {
	height:155px; 
}
.viatura_area_imagem {
	height:80px; 
}
.documento_area {
	height:200px; 
}
.document_area_imagem {
	height:140px; 
}
}
@media (min-width: 769px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}



