/* @charset="UTF-8"; */
/* Somente quando o nav for fixado no topo 
			body { padding-top: 70px; }*/
			footer{
				text-align:right;
				background-color:#EEEEEE;
				padding: 10px;
				margin-top:20px;
				border-top:1px solid #EFEFEF;
			}
			
			.view{
				background-color:rgba(250,250,250, 0.5);
				/*margin-bottom:0;*/
			}
			.view .botoes{
				margin-top:10px;
				margin-bottom:10px;
			}
			.dataTables_filter{
				float:right;
			}
			
			.user .imagem a img{
				width: 125px;
				height: 125px;
			}
			.user .imagem a{
				width: 100%;
				height: 100%;
				position:relative;
			}
			.user .texto-oculto{
				opacity:0;
				margin:auto;
				padding-top:62.5px;
				position:absolute;
				top:0px;
				left:20px;
				width:125px;
				height:125px;
				transition: all .5s;
    			-webkit-transition: all .5s; /* Safari 3.1 to 6.0 */
			}
			.user .texto-oculto:hover{
				opacity:1;
			}
			.user a{
				margin:0px;
				margin-top:4px;
			}
			
			/*
			.title{
				border-bottom: solid 2px rgb(255,255,255);
				background-color:rgba(250,250,250, 0.5);
			}
			.title *{
				margin-bottom:0px;
			}
			.view .botoes{
				padding:10px;
			}
			.dataTables_filter{
				float:right;
			}
			body{
				background-color:rgb(250,250,250);
				/*border:solid 1px;
			}*/
/*
.carregando-box {
	position:fixed;
	z-index: 8001;
	left:50%;
	width:200px;
	height:100px;
	margin-top:100px;
	background: #ffffff;
	border:1px solid #c6c6c6;
	border-radius: 5px;
}
.carregando{
	margin:auto;
	border:4px solid #f3f3f3; /* Light grey 
	border-top: 4px solid #3498db; /* Blue 
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}
.carregando-texto{
	margin:auto;
	width:75px;
}

.loader{
	margin:auto;
	border:4px solid #f3f3f3; /* Light grey 
	border-top: 4px solid #3498db; /* Blue 
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
*/