@media (min-width: 768px){
	.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(1){
		min-width : 230px;
	}
	.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(2){
		min-width : 260px;
	}

	.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(n+4){
		min-width : 260px;
	}
		.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(n+5){
		min-width : 200px;
	}
	.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(n+12){
		min-width : 100px;
	}
	.table-responsive>.invoiceLineItemTable tbody tr.lineItemRow  td:nth-child(n+16){
		min-width : 260px;
	}
	.input-group-commission {
		width: 250px; !important;
	}
}
.picklist-color {
	border-radius: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.la-S:before {
    content: "Q";
}

.la-Q:before {
    content: "I";
}
.m-card-profile.detailViewHeader .m-card-profile__pic img{
	max-width : 200px !important;
	height: 100px;
}
.picklist-color {
	border-radius: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.dt-right__bg {
    background-size: cover !important;
}
@media (min-width: 768px){
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(1){
		min-width: 80px;
	}
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(2){
		min-width : 300px;
	}
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(3){
		min-width : 60px;
	}
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(n+4){
		min-width: 135px;
	}	
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(n+8){
		min-width: 185px;
	}	
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(n+10){
		min-width: 165px;
	}
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(11){
		min-width: 100px;
	}
	.table-responsive>.inventoryLineItemTable tbody tr.lineItemRow  td:nth-child(n+15){
		min-width: 100px;
	}
}
@media screen and (max-width: 768px) {

	#lineItemTab thead, #lineItemTab .lineItemFieldHeaders,
	.moduleLineItemTable thead, .moduleLineItemTable .lineItemFieldHeaders{
		display : none;
	}
}