/*
  Copyright ©2019. IPSR Solutions Ltd. All Rights Reserved.
  Unauthorized copying of this file, via any medium is strictly prohibited.  
  Proprietary and confidential.
  This file is part of QnSmart i. 
  QnSmart i can not be copied and/or distributed without the express  
  permission of IPSR Solutions Ltd
*/
/* 
    Created on : Oct 28, 2020, 2:49:37 PM
    Author     : Jincy
*/

body .ui-growl > .ui-growl-item-container.ui-growl-info {
    
    background-color: #9ccc65 ;
}
body .ui-message.ui-message-info {
      background-color: #9ccc65;
      border-color: #9ccc65;
      color: #ffffff; }


body .ui-messages .ui-messages-info{
      background-color: #9ccc65;
      border-color: #9ccc65;
      color: #ffffff;
}