@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;
}
/*Side Bar Color - 2A2D30, 0080fe  */
.m-aside-menu.m-aside-menu--skin-light, .m-aside-left.m-aside-left--skin-light {
	background: #1C8B4F !important;
}
.m-menu__link-icon {
	color: #000000 !important;
}
m-aside-menu.m-aside-menu--skin-light .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-icon, .m-aside-menu.m-aside-menu--skin-light .m-menu__nav>.m-menu__item>.m-menu__link {
	color: black !important;
}

.m-menu__link-text app-name {
	color: #000000 !important;
}
.announcement{
	background: #1C8B4F !important;
	color: white !important;
	border-radius: inherit;
	font-weight: bold;
}
.m-topbar .m-topbar__nav.m-nav>.m-nav__item>.m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
	background: black !important;
	border-color: #1C8B4F !important;
}

@media (min-width: 768px){

	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(1){
		min-width: 80px;
	}


	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(2){
		min-width: 280px;
	}
	
	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(5){
		min-width: 160px;
	}
	
	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(7){
		min-width: 120px;
	}
	
	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(n+8){
		min-width: 180px;
	}
	
	.table-responsive>.quotesLineItemTable tbody tr.lineItemRow td:nth-child(13){
		min-width: 120px;
	}
}

@media screen and (max-width: 768px) {

	#lineItemTab thead, #lineItemTab .lineItemFieldHeaders,
	.moduleLineItemTable thead, .moduleLineItemTable .lineItemFieldHeaders{
		display : none;
	}
}