.details-grid>.panel-heading{
	display:none;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 8px 12px !important;
    font-size: 14px !important;
}
.panel-info{
	border-color: white !important;
}
table.rnr-b-grid td, table.rnr-b-grid th {
    border-bottom: 1px solid #ddd !important;
}
.panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}
td{
	padding-top:5px;
}

[id^=value_price],[id^=value_quantity],[id^=value_tax],[id^=value_invoice_number]{
	text-align:right !important;
}

.ui-sortable-handle{
	cursor: url(../../images/cursor_grab.png),auto ;
}

[data-itemid=grid_inline_cancel], [id^=revert] {
	cursor:pointer !important;
}

.function-edit td[data-field="total"],.function-add td[data-field="total"]{
padding-top: 15px !important;
}
.function-edit [data-field="subttl_individually"][data-itemtype="grid_field"]:not(.bs-ctrlspan) > span > span,.function-edit [data-field="total"][data-itemtype="grid_field"]:not(.bs-ctrlspan) > span > span{
padding-top: 0 !important; 
 padding-bottom: 0 !important;
}
.function-import.without_item_tax .prvcell.import-column-3{
display:none !important;
}

.function-import.without_item_tax .importColumnSelector.form-control [value="item_tax"]{
display:none !important;
}
.errorReportButtons1{
margin-top:10px;
}
.sum_by_taxs table{
	float:right;
	width:100%;
}
.sum_by_taxs table .tax_label{
	padding-right: 15px;
}
.sum_by_taxs table .tax_value{
	width: 100px;
	padding-right: 15px;
}
.r-horizontal-grid .r-ori-vert [data-itemtype="grid_field"][data-editcontrol][data-fieldname="subttl_individually"],
.r-horizontal-grid .r-ori-vert [data-itemtype="grid_field"][data-editcontrol][data-fieldname="nettobrutto"]{
	margin: 0px !important;
}
.sum_by_taxs_view{
	display:table;
	width:100%;
}
.sum_by_taxs_view > span{
	display:table-row;
}

.sum_by_taxs_view > span > p,.sum_by_taxs > span > b{
	display:table-cell;
}
.sum_by_taxs_view .tax_label{
}
.sum_by_taxs_view .tax_value{
	width: 100px;
	padding-right: 15px;
}