:root {
    /* (CUST) Marca los habilitados para la customización de agentes */
    /* BACKGROUNDS */
	 /* (CUSTOMIZABLES)  */
    --header-main-color: #ffffff;
      --footer-background: #ffffff;
    --footer-title: #003366;
    --footer-link: #003366;
    --title-color: #003366;
    --title-primary: #003366;
    --button-primary-color: #096DB6;
    --active: #003366;
    --active-contrast: #FFFFFF;
    --hover-color: #096DB6;
    --link-color-strong: #003366; 
    --tabs-title-color: #003366;
    --order-capture-header: #003366;
    /* BACKGROUNDS */ 
    --general-container: #ffffff;
    --nav-bar-bg-color: #F9F9F9;
    
    --page-background-color: #E5E5E5;
    
    /* FONTS */
    --main-font-color: #535353;
    --secondary-font-color: #535353;
    --tertiary-font-color: #1F1F1F;
    --label-green: #057E51;
    --label-red: #D10230;
     --title-secondary: #3F484E;
    /* WIDGETS */
    --widget-main-color: #f9f9f9;
    --widget-secondary-color: #f3f3f3;
    --widget-filter-component-bg: #f1f1f1;
    /* HOVERS AND LINKS */
   --hover-color-strong: #EEEEEE;
    --link-color-turquoise: #096DB6;
    /* LOGIN (No aplican actualmente) */
    --login-background: #FFF;
    --login-title-color: #979797;
    
    /* GENERAL */
    --no-data-background: #F1F1F1;
    --border-button: #AFAFAF;
    --disabled: rgba(175, 175, 175, 0.7); 
    --scrollbar-main-color: #95AAB4;
    --datatable-row-active: #E7F1F8;
    
	--filter-bg:#E5E5E5;
    --order-capture-commissions-market-rights-bkgr: #F0F0F0;
    /*Se dejo ya que el general-container no realiza cambios en el light theme (probablemente por sobreescritura de colores en temas
    y el widget-secondary-color difiere con 1.6.3.0 se cambio el color para que concuerde con el color elegido en 1.6.3.0*/
    --order-capture-highlighter-container: #DADADA;
    --notification-color-info: #1159BF;
    --notification-color-success: #009000;
    --notification-color-error: #BF3A3B;
     --bg-cell-table-secondary: #f4f4f4;
}