 :root {
	--colorPageBgd: #f6f6f6;
	--colorMenuBgd: #8dcb97;
	--colorMenuTxt: white;
	--colorBtnBgdLight: #daefde;
	--colorBtnBgd: #8dcb97;
	--colorBtnHover: #50cb64;
	--colorBtnTxt: white;
	--colorDisabled: #DDDDDD;
	--colorNormalTxt: black;
	--colorLightTxt: #BBB;
	--colorAlertTxt: red;
	--colorAlertBgd: #ff7979;
	--colorWarningBgd: #fdd764;
	--colorInputBgd: white;
	--colorInputTxt: black;
	--colorInputBorder: #dee0e4;
	
	--heightMenu: 50px;
	--smallRoundButtonSize: 48px;
	--normalInputHeight: 50px;
	--smallInputHeight: 30px;
	--normalFontSize: 18px;
	--smallFontSize: 14px;
	--inputBorderRadius: 10px;
	--dashboardTopPos: calc(50vh - 15px)/*20px*/;
	--filterPanelTopPos: 20px;
	--dashboardBtnWidth: 30px;
	--dashboardBtnHeight: 40px;
	
	--maxPageWidth: 900px;
	--filterWhite: 1000%;
	--filterBlack: 100%;
	--filterInvert: -1%;
	--box-shadow: #AAA;
}