body{
	background: #FFF; color: #000; font: 12pt serif;
	display: block;
}
/*@page {
    margin-left: 0;
    margin-right: 10px;
}*/
button{
	display: none !important;
}
.form-group{
	clear: both;
}
.modal{
	display: none;
}

#imprimir{display: none;}
#cabecalho{
	width: 100%;
	margin: 10px auto;
	
}

#example_filter{
	display: none;
}

#example_length{
	display: none;
}

#example_paginate{
	display: none;
}

#example_info{
	display: none;
}

.not-print{
	display: none;
}

#print_button{
	display: none;
}

#excel_button{
	display: none;
}

.table-responsive{
	display: block!important;
	width: 100%!important;
	height: 100%!important;
	overflow: visible!important;
}

.dataTables_length{
	display: none;
}
.dataTables_filter{
	display: none;
}

.dataTables_info{
	display: none;
}

tfoot{
	display: none;
}

.dataTables_paginate{
	display: none;
}

.glyphicon-envelope:after{
	content: "Msg";
}

.glyphicon-ok-circle:after{
	content: "Ok";
}
.glyphicon-exclamation-sign:after{
	content: "!";
}
.glyphicon-remove-sign:after{
	content: "X";
}
.tooltip { display: none; }

.ui-tooltip{
    visibility: hidden;
}
.glyphicon-ok:after{
	content: "Ok";
}

.glyphicon-ban-circle:after{
	content: "X";
}
.glyphicon-remove:after{
	content: "X";
}

.print-bloqueado:after{
	content: "bloqueado";
}
.print-livre:after{
	content: "livre";
}

.print-agendamento:after{
	content: "em agendamento";
}

.print-agendado:after{
	content: "agendado";
}

.print-sepultado:after{
	content: "sepultado";
}
td > i {
	color: black!important;
	font-size: 15px!important;
}

.table-responsive{
	overflow-x: visible!important;
}

.table{
	overflow-x: visible!important;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}

/*form>div>div{
	display: none;
}*/


