.announcement{
    background: dimgrey !important;
    color: #FFFFFF !important;
    border-radius: inherit;
    font-weight: bold;
}

/*Top Header - 2A2D30, 0080fe */
.m-page--wide .m-header, .m-page--fluid .m-header {
        /*background-color: black !important; !* #d04000 *!*/
 		background: linear-gradient(90deg,rgba(13, 0, 255, 1) 0%, rgba(129, 129, 252, 1) 35%, rgba(0, 212, 255, 1) 100%); !important;
}
/*Side Bar Color - 2A2D30, 0080fe  */
.m-aside-menu.m-aside-menu--skin-light, .m-aside-left.m-aside-left--skin-light {
    /*background-color: darkorange !important; !* #7200a5* /*/
	background: linear-gradient(180deg,rgba(13, 0, 255, 1) 0%, rgba(129, 129, 252, 1) 35%, rgba(0, 212, 255, 1) 100%); !important;
}
/*Menu Active Color - 178BD0 normal background color "not currently working"*/
.m-menu__item .m-menu__item--active {
	background-color: black !important; /* #1c9a00 */
}
/*Data Background*/
/*.m-grid__item ,m-grid__item--fluid ,m-wrapper ,dashBoardContainer {*/
/*	background: #696969;*/
}
/*linear-gradient(145deg,rgba(244, 131, 27, .8) 0%, rgba(28, 28, 28, .8) 15%, rgba(144, 46, 187, .8) 100%); !important;*/


.m-dropdown__wrapper {
    width: 500px !important;
}

@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;
}

.dt-right__bg {
    background-size: cover !important;
}

div.widgetScroller.m-scroller.ps {
    height: 75% !important;
}

.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;
}
