/**
 * Filename:    default.css
 * 
 * Description: Implementation of the default class.
 * 
 * URL:         $URL: svn://svn.interact.com.br/sas/work/product/SA-10.0.2.21/runtime/desktop/modules/cmn/res/images/sas/branding/default/default.css $
 * 
 * Revision:    $Revision$ / $Date: 2024-01-29 13:52:20 -0300 (seg., 29 jan. 2024) $
 * 
 * Changed by:  $Author: mzn $
 * 
 * Author:      Roberto Santin
 * EMail:       ros@interact.com.br <mailto:email=ros@interact.com.br>
 * Internet:    www.interact.com.br
 * 
 * Copyright © 1999-2014 by Interact Solutions Ltda.
 * Rua Carlos Fett Filho, 47/301
 * 95.900.000, LAJEADO, RS
 * BRAZIL
 * 
 * The copyright to the computer program(s) herein
 * is the property of Interact Solutions Ltda., Brazil.
 * The program(s) may be used and/or copied only with
 * the written permission of Interact Solutions Ltda.
 * or in accordance with the terms and conditions
 * stipulated in the agreement/contract under which
 * the program(s) have been supplied.
 */

body
{
    background-color: rgb( var(--color-primary) ) !important;
}

.cmn-default-background
{
    background-image: url('res?name=/images/sas/branding/default/background.jpg');
}
