		body{
			padding-top: 70px;
			background: url('../images/mesh.png') #6B6B6B;
		}
		#isi{
			background: url('../images/bg.png');
		}
		#lap tr th{
			text-align: center;
			vertical-align: middle;
		}
		#lap tfoot tr td{
			text-align: center;
			font-weight: bold;
		}
		.dataTables_wrapper table thead th{
			vertical-align: middle;
		}
		.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
			background-color: #383838;
			background-image:-webkit-linear-gradient(top, #151515 0,#383838 100%);
			background-image:-o-linear-gradient(top,#151515 0,#383838 100%);
			background-image:-webkit-gradient(linear,left top,left bottom,from(#151515),to(#383838));
			background-image:linear-gradient(to bottom,##151515 0,#383838 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff383838', GradientType=0);
			background-repeat:repeat-x
		}

div.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}
.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -moz-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#f9f9f9',  GradientType=0);
    opacity: .95;
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, .5);
}
.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}
.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}
body.DTTT_Print {
    background: #fff!important;
}
.DTTT_Print #main {
    margin: 0!important;
}
.DTTT_PrintMessage {
    font-size: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}
.DTTT_Print table.dataTable {
    margin-top: 0!important;
}
.DTTT_Print #isi{
	background: none;
}
.DTTT_Print #isi.row.well, .DTTT_Print div.panel{
    border: 0px;
    padding: 0px;
    margin: 0px;
}
.DTTT_Print .dataTables_wrapper table {
    border: 1px solid #ddd;

}
/*.DTTT_Print .dataTables_wrapper table tbody td, .DTTT_Print .dataTables_wrapper table thead th{
    border: 1px solid #000;
}*/
@media print {
	body{
		padding-top: 10px;
	}
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #000 !important;
  }
}

.dataTables_filter {
    float: left;
    width: 100%}
.dataTables_filter .input-group-addon {
    width: 32px;
    margin-top: 0;
    float: left;
    height: 32px;
    padding-top: 8px;
}
.dataTables_filter .input-group-addon+.form-control {
    float: left;
}
.dt-toolbar>:first-child .DTTT, .dt-toolbar>:first-child .dataTables_filter>:only-child, .dt-toolbar>:first-child .dataTables_length, .dt-toolbar>:first-child .pagination {
    float: left!important;
}
.dt-toolbar>:last-child .DTTT, .dt-toolbar>:last-child .dataTables_filter>:only-child, .dt-toolbar>:last-child .dataTables_length, .dt-toolbar>:last-child .pagination {
    float: right;
}
.dt-toolbar-footer>:first-child .DTTT, .dt-toolbar-footer>:first-child .dataTables_filter>:only-child, .dt-toolbar-footer>:first-child .dataTables_length, .dt-toolbar-footer>:first-child .pagination {
    float: left;
}
.dt-toolbar-footer>:last-child .DTTT, .dt-toolbar-footer>:last-child .dataTables_filter>:only-child, .dt-toolbar-footer>:last-child .dataTables_length, .dt-toolbar-footer>:last-child .pagination {
    float: right;
}

.dt-toolbar-footer {
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
}