@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;
}
#checksCustomHeaderFields .record-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    margin: 15px 0;
    background: #fff;
}

#checksCustomHeaderFields .summary-item {
    flex: 1 1 25%;
    min-width: 120px;
    text-align: center;
    padding: 12px 10px;
    border-right: 1px solid #e9ecef;
}

#checksCustomHeaderFields .summary-item:last-child {
    border-right: none;
}

#checksCustomHeaderFields .summary-label {
    font-size: 12px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#checksCustomHeaderFields .summary-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 767px) {
    #checksCustomHeaderFields .summary-item {
        flex: 1 1 50%;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }

    #checksCustomHeaderFields .summary-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    #checksCustomHeaderFields .summary-item {
        flex: 1 1 100%;
        border-bottom: 1px solid #e9ecef;
    }

    #checksCustomHeaderFields .summary-item:last-child {
        border-bottom: none;
    }
}

#commissionCustomHeaderFields .summaryBoxes {
    margin: 15px 0;
}

#commissionCustomHeaderFields .summaryBox {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 8px;
    text-align: center;
    background: #fff;
    height: 100%;
}

#commissionCustomHeaderFields .summaryLabel {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    margin-bottom: 6px;
}

#commissionCustomHeaderFields .summaryValue {
    font-size: 16px;
    font-weight: 600;
}