.panel-table .panel-body{
  padding:0;
}

.panel-table .panel-body .table-bordered{
  border-style: none;
  margin:0;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
    text-align:center;
    width: 100px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
  border-right: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
.panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
  border-left: 0px;
}

.panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td{
  border-bottom: 0px;
}

.panel-table .panel-body .table-bordered > thead > tr:first-of-type > th{
  border-top: 0px;
}

.panel-table .panel-footer .pagination{
  margin:0; 
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col{
 line-height: 25px;
 height: 25px;
}

.panel-table .panel-heading .col h3{
 line-height: 10px;
 height: 10px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td{
  line-height: 1px;
}
/* Tablo için css*/

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
		padding: 6px;
		line-height: 1.42857143;
		vertical-align: top;

}
body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
}
.treeview-menu > li > a {
	padding: 5px 5px 5px 15px;
	display: block;
	font-size: 13px;
}
.dropdown-menu {
	font-size: 13px;
	text-align: left;
	list-style: none;
}
.input-sm {
	height: 29px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}


/* özet raporlardaki tablolar için css */
#ozet_rapor_tablo {
	width		: 100% !important;

}
#ozet_rapor_tablo tr.ust_satir {
	background-color	: #007bff !important;
	color				: #fff !important;
}

#ozet_rapor_tablo tr, 
#ozet_rapor_tablo td {
	border		: 1px solid #CCC !important;
	font-size	: 13px !important;
	padding		: 6px !important;
	/* font-size	: 11px !important; */

}

#ozet_rapor_tablo th{
	height				: 40px !important;
	padding-left		: 8px!important;
	border				: 1px solid #CCC !important;
	/* font-size			: 11px !important; */
	/* background-color	: #007bff !important; */
	/* color				: #fff !important; */
}

#ozet_rapor_tablo td.ortala {
	text-align : center !important;
}

@media print{
	#footer { display: none !important; }
	footer { display:none!important; }
	.footer { display:none !important; }
	#yazdirma_disi { display:none !important; }
	#yazdirma_div { display:block !important; }

}
