/* Skin Default */
/* --color-2: #22739b; #2679b5 */
:root {
	/* THEME COLORS */
	--color-1: #5c5a74;
	--color-2: #525067;
	--color-3: #db9c40;
	--color-4: #e4e3ea;
	--color-5: #666;
	--color-6: #fcfcfc;
	--color-7: #e3e3e3;
	--color-8: #ddd;
	--color-9: #0083c1;
	--color-10: #ededed;
	--color-11: #707070;
	--white: #fff;
	--transparent: transparent;
	
	
	/* THEME COMPONENTS */
	--body-text: var(--color-5);
	--body-bg: var(--color-4);
	
	--sidebar-text: white;
	--sidebar-bg: var(--color-1);
	--sidebar-border-right: var(--color-8);
	--sidebar-menu-border: var(--color-1);
	--sidebar-menu-text-hover: var(--color-3);
	--sidebar-menu-bg: transparent;
	--sidebar-menu-bg-hover: transparent;
	--sidebar-menu-text-active: var(--white);
	--sidebar-menu-bg-active: var(--color-3);
	--sidebar-menu-bg-active-hover: var(--color-3);
	--sidebar-submenu-text: white;
	--sidebar-submenu-text-hover: var(--color-3);
	--sidebar-submenu-bg: var(--color-2);
	--sidebar-submenu-bg-hover: var(--color-2);
	--sidebar-submenu-text-active: var(--color-3);
	--sidebar-submenu-text-active-hover: var(--color-3);
	--sidebar-submenu-bg-active: var(--color-2);
	--sidebar-submenu-bg-active-hover: var(--color-2);
	--sidebar-submenu-border: var(--color-2);
	--sidebar-menu-before: transparent;
	--sidebar-submenu-before: var(--color-11);
	--sidebar-shortcuts-bg: var(--color-2);
	--sidebar-collapse-bg: var(--transparent);
	--sidebar-collapse-border: var(--color-2);
	--sidebar-collapse-hr: var(--color-2);
	--sidebar-collapse-icon: white;
	--sidebar-collapse-icon-border: white;
	--sidebar-collapse-icon-bg: var(--color-1);
	--sidebar-shortcuts-text: var(--sidebar-text);
	--sidebar-shortcuts-text-hover: var(--sidebar-text);
	
	--navbar-text: var(--white);
	--navbar-bg: var(--color-1);
	
	--breadcrumb-text: var(--color-5);
	--breadcrumb-bg: var(--color-4);
	--breadcrumb-anchor-text-hover: var(--color-5);
	--breadcrumb-anchor-bg-hover: var(--transparent);
	
	--anchor-text: var(--color-2);
	--anchor-bg: var(--white);
	--anchor-text-hover: var(--color-1);
	--anchor-bg-hover: var(--color-2);
	
	--anchor-btn-text: var(--color-2);
	--anchor-btn-bg: var(--white);
	--anchor-btn-text-hover: var(--white);
	--anchor-btn-bg-hover: var(--color-2);
	
	--btn-bg: var(--color-1);
	--btn-text: white;
	--btn-border: var(--color-1);
	--btn-bg-hover: white;
	--btn-text-hover: var(--color-1);
	--btn-border-hover: white;
	
	--page-title-text: var(--color-2);
	
	--filters-bg: var(--color-6);
	--filters-border: var(--color-7);
	--filters-footer-bg: var(--color-8);
    --filter-outline : #E0A96D;
	--filters-footer-button-border: #428bca;
	--filters-footer-button-bg: #428bca;
	--filters-footer-button-bg-hover: #1b6aaa;
	
	--pagination-bg: var(--color-8);
	--pagination-nav-bg: transparent;
	--pagination-nav-icon: var(--color-2);
	
	--table-thead-text: var(--color-11);
	--table-thead-tr-bg: var(--color-10);
	--table-tbody-tr-bg-hover: #f3f7ff;
	--table-detail-thead-text: #336199;
	--table-detail-thead-bg: #EDF3F4;
	--detail-logs-heading-text: var(--color-1);
	--detail-logs-anchor-text: var(--color-1);
	
	--tooltip-bg: black;
	--tooltip-text: white;
	
	--scrollbar-track: #e7e7e7;
	--scrollbar-thumb: #bbd4e5;
	--navbar-dropdown-background: var(--color-2);
	--navbar-dropdown-text: var(--white);
	--login-background: #e6f3fa;
	
	--error: red;
	
	--font-awesome: "Font Awesome 6 Free";
	
	--theme-color : #ffc482;
    --theme-text : #707070;
    --theme-background : var(--color-1);
	
	--infobox-bg: #444;
	--infobox-icon-bg: #9abc32;
	--infobox-icon: white;
	--infobox-data: #fff;
	--infobox-title: #fff;
	
	--infobox-blue-bg: #6fb3e0;
	--infobox-green-bg: #9abc32;
	--infobox-green3-bg: #54dd45;
	--infobox-grey-bg: #999999;
	--infobox-red-bg: #d53f40;
	--infobox-brown-bg: #c67a3e;
	--infobox-purple-bg: #6f3cc4;
	--infobox-black-bg: #393939;
	--infobox-orange-bg: #e8b110;
	
	--infobox-blue-icon-bg: #6fb3e0;
	--infobox-green-icon-bg: #9abc32;
	--infobox-grey-icon-bg: #999999;
	--infobox-red-icon-bg: #d53f40;
	--infobox-brown-icon-bg: #c67a3e;
	--infobox-purple-icon-bg: #6f3cc4;
	--infobox-black-icon-bg: #393939;
	--infobox-orange-icon-bg: #e8b110;
	
	--widget-header-bg: var(--color-1);
	--widget-header-text: white;
	
	--login-background: #e4e3ea;
	--login-header-bg: var(--color-1);
	--login-btn-bg: #d99533;
	--login-btn-border: #d99533;
	--login-btn-border-hover: #e3b26b;
	
	/*
    --filter-border : #e3e3e3;
    --filter-background : #fcfcfc;
    --filter-grid-color : #203b56;
    --filter-bar-background : #e8f0fe;
    --theme-color : #ffc482;
    --theme-text : #707070;
    --theme-sidebar : var(--color-1);
    --theme-sidebar-active-before : var(--color-3);
    --theme-sidebar-selected : var(--color-3);
    --theme-sidebar-dropdown-open : var(--color-2);
    --theme-sidebar-selected-text : var(--white);
    --theme-sidebar-selected-child-text : var(--color-3);
    --theme-sidebar-selected-menu : var(--color-2);
    --theme-sidebar-selected-child : var(--color-2);
    --theme-sidebar-dropdown-button-hover : #333333;
    --theme-sidebar-dropdown-button-hover-background : #203b56;
    --theme-sidebar-dropdown-dotted-line : var(--color-2);
    --theme-sidebar-dropdown-button-active : #203b56;
    --theme-sidebar-dropdown-button-top-border : var(--transparent);
    --theme-paging-background : #ddd;
    
    --theme-anchor : #203b56;
    --theme-anchor-hover : #203b56;
	--theme-anchor-hover-after : var(--transparent);
    --theme-anchor-background : var(--transparent);
    --theme-anchor-background-hover : #ffc482;
	--theme-anchor-text-hover: var(--color-3);
    --theme-page-heading : #2679b5;
    --theme-th-text : #707070;
    --theme-th-background : #ddd;
    --theme-td-hover : #f3f7ff;
    --theme-paging-button-color : var(--transparent);
    --theme-button-color : #ffc482;
    --theme-button-background : #203b56;

    --theme-user-info-button-background-color : #ffc482 ;
    --theme-user-info-button-color : #000000 ;
    --theme-user-info-button-background-hover-color : #000000 ;
    --theme-user-info-button-hover-color : #ffc482 ;*/
}

/*.skin .list-unstyled > li.list-unstyled-main:hover > a:not(.active)::after{
	background-color: var(--transparent);
}*/