/* This file is for customizations to Filerun UI only. */
/* It lives outside our customizations/css dir b/c Filerun expects it to be here */
/* Styles for our own pages live elsewhere */

:root {
  /*--theme-bg: #FFFFFF;
   --theme-bg-transparent: rgba(255, 255, 255, 0.6);
   --theme-mask-hidden: rgba(0, 0, 0, 0);
   --theme-mask-shown: rgba(0, 0, 0, 0.5);
   --theme-mask-popups-hidden: rgba(255, 255, 255, 0);
   --theme-mask-popups-shown: rgba(255, 255, 255, 0.8);
   --theme-filelist-bg: #EEEEEE;
   --theme-menu-highlight: #e2e2e2;
   --theme-text: #323130;
   --theme-textHighContrast: #000;
   --theme-textLight: #5F6368;
   --theme-textLighter: #808080;
    --theme-textDanger: #c53929;*/
   --theme-textOnMain: #FFFFFF;
   --theme-textOnLighter: #72936c;
   --theme-main: #72936c;
   --theme-lighter: #e7efe4;
   --theme-folder: #323130;
   /*--hBCol: #E1E1E1;
   --sBCol: #EBEBEB;
   --sBr: 4px;
   --mBr: 8px;
   --theme-textFieldsBr: 2px;
   --pad: 24px;
   --marg: 15px;*/
}

/* ************************************************************************* */
.hidden {
  display: none !important;
}
/* ************************************************************************* */

/* Custome 'grab' icon on search panel */
#custom-grab-icon {
  cursor: move;
}
