/* Custom scheme vars, for custom classic themes */
:root {       
  --Background: #AADDAA;  
  --AppWorkspace: rgb(192, 192, 192);
  --ButtonFace: #CCEEAA;
  --ButtonHilight: rgb(255, 255, 255);
  --ButtonLight: #CCEEAA;
  --ButtonShadow: green;
  --ButtonDkShadow: rgb(0, 0, 0);
  --ActiveTitle: #AADDAA;
  --GradientActiveTitle: #00DD00;
  --InactiveTitle: #AAEE99;
  --GradientInactiveTitle: #00EE39;
  --Link: rgb(0, 255, 0);
  --HilightText: rgb(255, 255, 255);
  --ButtonText: #005300;
  --GrayText: green;
  --TitleText: green;
  --InactiveTitleText: #45aa45;
  --Window: rgb(255, 255, 255);
  --WindowFrame: green;
  --WindowText: #005300;
  --Hilight:  green;
  --InfoWindow: rgb(255, 255, 225);
  --InfoText: rgb(0, 0, 0);
  --Menu: #CCEEAA;
  --MenuBar: #CCEEAA;
  --MenuText: #005300;
}

:root {
--desktopbgcolor: var(--Background);
--desktopbgimg: radial-gradient(#CCEEAA, darkgreen);
--3d-objects: var(--ButtonFace);
--3d-objectstxt: var(--ButtonText);
        --activebar: linear-gradient(90deg, var(--ActiveTitle), var(--GradientActiveTitle));
	    --activebartxt: var(--TitleText);
		--inactivebar: linear-gradient(90deg, var(--InactiveTitle), var(--GradientInactiveTitle));
		--inactivebartxt: var(--InactiveTitleText);
--globalfont: Georgia;
		--selectedcolor: var(--Hilight);
--globalboxshadow: 0 0 0 1.5px green;
	    --globalmenushadow: var(--globalboxshadow);
--globalboxshadowactive: 0 0 0 1px green;
--globaltoolbar: 0 0 0 1.5px green;
--globaltoolbaractive: 0 0 0 1px green;
--field: 0 0 0 1px green;
--taskbarboxshadow: 0 -1px 0 0 green;
--tabboxshadow: 0 0 0 1px green;
--titlefont: var(--globalfont);
}

/*Theme identifier, control panel*/
#themeDropdownText:after {
content: "Lime Delight";
}

#winAndButtonsDropdownText:after {
content: "Lime Delight style";
}

#colorSchemeDropdownText:after {
	content: "Lime Delight";
}

.dropdownlink.scheme {
	display: none !important;
}

#DelightSchemes {
	display: block !important;
}

.tabbutton.selected::after {
    content: "";
    position: absolute;
    margin-top: 18px;
    left: 0px;
    width: 100%;
    background: var(--3d-objects);
    height: 5px;
    display: inline-block;
}

#StartSpine {
filter: hue-rotate(240deg);
}

.DropdownBoxButton {
}

#SysTray, .ListBox {
    box-shadow: var(--globalboxshadowactive) !important; 
}

.rebar {
box-shadow: inset 1px 0px green, inset 2px 0px #fff, inset -1px 0px #fff, inset -2px 0px green, inset 0px 1px green, inset 0px 2px #fff;
}

#browserbar {
box-shadow: inset 0px -1px #ffffff, inset 0px -2px green;
}

.throbber {
box-shadow: inset 1px 0px green, inset 2px 0px #fff;
}

.ToolbarSeparator {
    box-shadow: inset 1px 0px green, inset 2px 0px #fff;
}

#addressbar {
width: width: calc(100% - 108px);
}

#MenuButton {
width: 61px;
}

#taskbandContainer {
width: calc(100% - 140px);
}

.MenuItem:hover {
box-shadow: none;
}

.MenuItem:active, .MenuItem.pressed {
box-shadow: none;
    color: var(--HilightText);
    background-color: var(--selectedcolor);
}

.MenuItem {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.MenuItem.M1st {
	margin-left: 0px;
}

#QuickLaunchToolbar {
    left: 66px;
}

.window.maximized #windowcontent {
    margin: 0;
    top: 0px;
    width: 100%;
    height: calc(100% - 20px);
}

.window_bar {
    margin-bottom: 0px !important;
}

.ListItem {
	width: 100%;
	padding: 0;
	padding-top: 1px;
	top: 0;
	left: 0;
	height: 16px;
}
