.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;
}



.color_completed_1 {
  border-color: green;
  background: #00800017;
  background-image: none;
  margin: -10px;
  padding: 10px;
  width: calc(100% + 20px);
}

.color2_completed_1 .dmbox-title{
  border-color: green !important;
  background: #00800017 !important;	
}

.color3_completed_1{
  border-color: green !important;
  background: #00800017 !important; 
}



.color_completed_0 {
  border-color: red;
  background: #ff00001c;
  background-image: none;
  margin: -10px;
  padding: 10px;
  width: calc(100% + 20px);
}

.color2_completed_0 .dmbox-title{
  border-color: red !important;
  background: #ff00001c !important; 
}

.color3_completed_0{
  border-color: red !important;
  background: #ff00001c !important; 
}

.DMs_grid_table.table > tbody > tr.color3_completed_0 > td.active, .DMs_grid_table.table > tbody > tr.color3_completed_1 > td.active{
	background: transparent;
}






