@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;
}
.m-card-profile .m-card-profile__pic img {
	border-radius: 0px !important;
}