.dont-break-out {

  
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  
  word-break: break-all;
  
  word-break: break-word;

  
  
-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.justify{
text-align: justify;
}

.selectedrow{
background-color: #C8EAD6;
}

.force-wrap {
  overflow-wrap: anywhere
}

.FluidError textarea,
 .FluidError .psc_off_container, .FluidError input[type=text], .FluidError input[type=text], .FluidError input[type=date],.FluidError select{
background-color:#ffd3cc;
}