/* Skin Default */
:root {
	
	 /* filters */
    --filter-outline : #203b56;
    --filter-border : #e3e3e3;
    --filter-background : #fcfcfc;
    --filter-grid-color : #fcfcfc;
    --filters-bar-background : #e8f0fe;
    
    --theme-background : #203b56;
    --theme-text : #203b56;
    --theme-color : #ffc482;
    
    /* buttons (e.g Cancel Submit Save Send) */
    --theme-button-color : #203b56;
    --theme-button-background : #ffffff;
    
    /* nav button (e.g dropdrown) */
    --theme-user-info-button-background-color : #203b56 ;
    --theme-user-info-button-color : #e8f0fe ;
    --theme-user-info-button-background-hover-color : #e8f0fe ;
    --theme-user-info-button-hover-color : #203b56 ;
     
      /* breadcrumb */
    --theme-breadcrumb-text : #203b56;
    --theme-breadcrumb-background : #e8f0fe;
    
      /* sidebar */
    --theme-sidebar : #203b56;
    --theme-sidebar-active-before : #e8f0fe;
    --theme-sidebar-selected : #e8f0fe;
    --theme-sidebar-dropdown-open : #203b56;
    --theme-sidebar-selected-text : #203b56;
    --theme-sidebar-selected-child-text : #ffc482;
    --theme-sidebar-dropdown-button-hover : #ffc482;
    --theme-sidebar-dropdown-button-hover-background : #203b56;
    --theme-sidebar-dropdown-dotted-line : #e8f0fe;
    --theme-sidebar-dropdown-button-active : #203b56;
    --theme-sidebar-dropdown-button-top-border : #222526;
    --theme-sidebar-selected-menu : #203b56;
    --theme-sidebar-selected-child : #203b56;
    
     /* anchor button */
    --theme-anchor : #203b56;
    --theme-anchor-hover : #ffffff;
    --theme-anchor-background : transparent;
    --theme-anchor-background-hover : #244362;
    
     /* table */
    --theme-th-text : #ffffff;
    --theme-page-heading : #203b56;
    --theme-th-background : #244362;
    --theme-td-hover : #f3f7ff;
    
    /* paging */
    --theme-paging-background : #ffc482;
    --theme-paging-button-color : #ffc482;
	
	/* Inventory Colors */
	--i-yellow : #ffff63;
	--i-green: #9de276;
	--i-blue: #cadcfa;
	--i-gray: #ccc;
  --i-red: #ff8a8a
}