.note_visible_for_client .note_body{    
    background-color:#E0F2CA !important;
}

.note_not_visible_for_client .note_body{   
    background-color:#DDEBF8 !important;
}

.note_done .note_body{
    border:1px solid #449d44 !important;
}

.highlighted-cal-weekend{
	background-color: lightgreen;	
}

.highlighted-cal-holiday{
	background-color: lightcoral;
}

/*.with_global_email{
	background-color: lightgreen;
}

.without_global_email{
	background-color: yellow;
}
*/
.with_global_email td.column_id:before, .with_global_email td.column_company_name:before{
  content: "";
  width: 50px;
  background: url(/template/img/acu_logo.png);
    background-repeat: repeat;
    background-size: auto;
  position: absolute;
  left: 5px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.without_global_email td.column_id:before, .without_global_email td.column_company_name:before{
	/*content: "\f127";
  	font-family: var(--fa-style-family, "Font Awesome 6 Pro");*/
	width:50px;
	position: absolute;
  	left: 5px;
  	color:#a0a0a0;
}

.without_global_email td.column_id, .without_global_email td.column_company_name{
	position:relative;
	padding-left:50px;	
}

.with_global_email td.column_id, .with_global_email td.column_company_name {
	position:relative;
	padding-left:50px;	
}
/*************/

 

.grid_event_manage .with_global_email td.column_id:before, div[id^='event_manage_connected_grid'] .with_global_email td.column_id:before{
  content: "";
  width: 0px;
  background: none;
  position: absolute;
  left: 0px;
  height: 0px;
}

.grid_event_manage .without_global_email td.column_id:before, div[id^='event_manage_connected_grid'] .without_global_email td.column_id:before{
	width:0px;
	position: absolute;
}

.grid_event_manage .without_global_email td.column_id, div[id^='event_manage_connected_grid'] .without_global_email td.column_id{
	padding-left:0px;	
}

.grid_event_manage .with_global_email td.column_id, div[id^='event_manage_connected_grid'] .with_global_email td.column_id{
	padding-left:0px;	
}


/**************/

.event_manage .grid_items_resources_manage .DMs_grid_bottom_buttons
{
  display: none;
}









.dashboard_manage .wrapper.wrapper-content .row.sortable .dmbox-content {
  padding: 0;
}