/*Windows XP Luna Silver theme ported to CSS by Ethan and APH, Tab & button CSS from XP.CSS, Original Luna theme by Microsoft*/ 
@import url('lunablue.css');
/* reuse lunablue code due to theme similarity + this is a variation of it */

/* Custom scheme vars, for custom classic themes */
:root {     
  --Background: rgb(88, 87, 104);
  --AppWorkspace: rgb(128, 128, 128);
  --ButtonFace: rgb(224 223 227);
  --ButtonHilight: rgb(255, 255, 255);
  --ButtonLight: rgb(241, 239, 226);
  --ButtonShadow: rgb(157 157 161);
  --ButtonDkShadow: rgb(113, 111, 100);
  --ActiveTitle: rgb(192 192 192);
  --GradientActiveTitle: rgb(200 200 200);
  --InactiveTitle: rgb(255 255 255);
  --GradientInactiveTitle: rgb(238 239 247);
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(0, 0, 0);
  --ButtonText: rgb(0, 0, 0);
  --GrayText: rgb(172 168 153);
  --TitleText: rgb(14 16 16);
  --InactiveTitleText: rgb(162 161 161);
  --Window: rgb(255, 255, 255);
  --WindowFrame: rgb(0, 0, 0);
  --WindowText: rgb(0, 0, 0);
  --Hilight:  rgb(187, 183, 199);
  --InfoWindow: rgb(255, 255, 225);
  --InfoText: rgb(0, 0, 0);
  --Menu: rgb(255, 255, 255);
  --MenuBar: rgb(224 226 235);
}

:root {
--3d-objects: rgb(224 223 227);
--3d-objectstxt: #000;
--activebar: none;
--activebartxt: #0e1010;
--inactivebar: none;
--inactivebartxt: #FFF;
--bodybgcolor: rgb(0, 0, 0);
--desktopbgcolor: rgb(88, 87, 104);
--desktopbgimg: url("wallpapers/winxp/Vortec space.jpg");
--taskbarboxshadow: none;
--taskbarbackground: url("assets/taskbar/lunasilver/xptaskbarmiddle.png");
--desktopbgsize: 100% 100%;
--desktopbgposition: center;
--windowbg: rgb(255, 255, 255);
--windowtxt: rgb(0,0,0);
--selectedcolor: rgb(187, 183, 199);
--field: inset -1px -1px #fff, inset 1px 1px rgb(157 157 161), inset -2px -2px rgb(241 239 226), inset 2px 2px rgb(113 111 100);
--globalfont: Tahoma, Verdana, Jomolhari, Times New Roman, sans-serif;
--buttonfont: Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
--menu-button: url('assets/taskbar/lunasilver/buttons/xpstartbtn.png');
--menu-button-hover: url('assets/taskbar/lunasilver/buttons/xpstartbtnhover.png');
--menu-button-pressed: url('assets/taskbar/lunasilver/buttons/xpstartbtnpressed.png');
}

/*Theme identifier, control panel*/
#themeDropdownText:after {
content: "Windows XP - Luna Silver";
}

#winAndButtonsDropdownText:after {
content: "Windows XP style";
}

#colorSchemeDropdownText:after {
	content: "Silver";
}

/* fix all the stuff that XP.css broke */


input[type="text"], textarea, .ListBox, #searchResults, input[type="password"] {
	border: 1px solid #7F9DB9;
}


#windowcontent {
border-image-source: url('assets/frames/lunasilver/xpinactiveborderimage.png');  
}

.window.current > #windowcontent, .window.forceActive > #windowcontent {
border-image-source: url('assets/frames/lunasilver/xpborderimage.png'); 
}


.window_bar {
color: rgb(162, 161, 161);
background-image: url('assets/frames/lunasilver/xptitlebarleft.png'), url('assets/frames/lunasilver/xptitlebarright.png'), url('assets/frames/lunasilver/xptitlebarmiddle.png');
}

.window.current > .window_bar, .window.forceActive > .window_bar {
text-shadow: 1px 1px #c7c2d1;
background-image: url('assets/frames/lunasilver/xptitlebarleft.png'), url('assets/frames/lunasilver/xptitlebarright.png'), url('assets/frames/lunasilver/xptitlebarmiddle.png');
color: rgb(14,16,16);
}

/* since we have imported from lunablue.css, remove everything that is common throughout all luna variants */

.window.maximized .window_bar {
background-image: url('assets/frames/lunasilver/maxtitlebarleft.png'), url('assets/frames/lunasilver/maxtitlebarright.png'), url('assets/frames/lunasilver/maxtitlebarmiddle.png');
}

.tabbutton {
background: linear-gradient(180deg,#fff 10%,#EAEAF9,#BEBED8);
border: 1px solid #91a7b4;
}

.tabbutton:not(.selected):hover {
box-shadow: unset;
border-top: 1px solid #e68b2c;
box-shadow: inset 0 2px #ffc73c;
}

.tabbutton.selected {
background: #fcfcfe;
border-color: #919b9c;
border-bottom: 1px solid transparent;
border-top: 1px solid #e68b2c;
box-shadow: inset 0 2px #ffc73c;
}

.tabcontent {
box-shadow: inset 1px 1px #fcfcfe,inset -1px -1px #fcfcfe,1px 2px 2px 0 rgba(208,206,191,.75);
background: #fcfcfe;
border: 1px solid #919b9c;
}

.button, div[id^="mBox-button"], button {
border: 1px solid #003c74;
background: linear-gradient(180deg,#fff,#F0F1FC 58%,#C6C5D7);
}

.button:hover:not(.disabled, :active), div[id^="mBox-button"]:hover:not(.disabled, :active), button:hover {
    box-shadow: inset -1px 1px #fff0cf,inset 1px 2px #fdd889,inset -2px 2px #fbc761,inset 2px -2px #e5a01a;
}

.button.active:not(.disabled), .button:active:not(.disabled), div[id^="mBox-button"]:active:not(.disabled), button:active {
background: linear-gradient(180deg,#C6C5D7 25%,#F0F1FC 78%,#fff 89%);
}

.button.disabled, div[id^="mBox-button"]:disabled, button:disabled {
 color: rgb(161,161,146);
 background: #f1f1ed;
 border: 1px solid #c4c3bf;
}

.button:focus:not(.disabled, :hover, :active), div[id^="mBox-button"]:not(.disabled, :hover, :active), button:focus {
    box-shadow: inset -1px 1px #cee7ff,inset 1px 2px #98b8ea,inset -2px 2px #bcd4f6,inset 1px -1px #89ade4,inset 2px -2px #89ade4;
}

#AboutClose {
	border: 1px solid #003c74;
}


.DropdownBox {
border: 1px solid #7F9DB9;
background: #FFF !important;
}


.DropdownText {
    color: #000;
}

.DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEJSURBVDhPY/wPBBMmzmdQU1Vg+P+fAQjABAoAiTBCmHA2SO3NW/cZNLSUGBimTF30/9q12yCzSAYgfSD9TCDTNTVVQBTJAKYPbAgI/Pn7l2QMA3BDfv74TTKGAbghlAC4IT9+/CIZwwDckO/ff8FxcKAPCh+XOAzADfn2/ScYx0QFgfkgGiaGSxwGMMJk1tzlUBYDQ1pyJAoNAsjyMIAUJn/geNLUxVBRVANA4sjqYABuyO/fv1Fw74R5UBkIAPHR1cAA3BBgKsbAPf1zwXIgGps8DGCECTqAGYQPEDSEGDDIDLl3/xEDHx8XyRikDwQY37z98n/+/KUMQkJCYAFSwNu37xi0dFQZADwXaOoGnBrDAAAAAElFTkSuQmCC");
    background-size: 17px;
    height: 19px;
    width: 17px;
    top: -1px;
}

.DDcontainer:hover .DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADYSURBVDhPY/wPBDHpaQzkgsjASAaG6LTU/9eu3QaZRTIA6QPpZwKZpqmpAjaVVADTBzaEUjBcDfnzB4EVFRVR+LjEYQBuyJcvv8BYVVURzAfRMDFc4jCA4Z3z529CWQwMhobqKDQIIMvDANyQz1++w/GhwxegoqgGgMSR1cEA3JCvX3+j4O07TkNlIADER1cDA3BDfv36iYE3bjoClgPR2ORhAG7Iv///seL1Gw9jFQdhGMAIWHLAIDPk3v1HDFycjCRjkD4QYHzz9sv//MpCMIccEBkYyQAAxJv+kdsOCJ8AAAAASUVORK5CYII=");
}

.DDcontainer:active .DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEdSURBVDhPYzx97uL/iqpyBnJBZVktA4Ozh8f/a7dv/v/6/Q/JGKQPpJ8RROzZvp3hwOE7ULOJBw62Kgwunp4MTFA+A78QL8kYBuCGCPCzM/BysWBgQW5UDFIHwzAAN4QSADdEiI+dgQ9oOjrmBYqDMJ8AFxgL8bGC1YIwHIACFgb+/v0LxgoKCnD2v38g/B+MQeIgGhmA9KN4h4mJiUFZWRnMBtEgPiMjCDMwKCkpgsVhNDLACJP79+9DWQwMiooQDTAaBJDlYQBrwGIzCASwGQACOGMHXQMuA0AApyEgANOIzwAQwGsICBAyAAQIGkIMoJ4hC7edA3NIBTB94KIAxIjNbQULkAIWT64G04x79hz6397TBuaQAwrzyxgAT8i1I6AJPdUAAAAASUVORK5CYII=");
}

.taskband {
    color: #404040;
    background: url('assets/taskbar/lunasilver/taskbands/xptaskband.png');
}

.taskband:hover {
    color: #404040;
	background: url('assets/taskbar/lunasilver/taskbands/xptaskbandhover.png');
}

.taskband:active {
    color: #fff;
	background: url('assets/taskbar/lunasilver/taskbands/xptaskbandactive.png');
}

.taskband.current {
    color: #fff;
box-shadow: none !important;
	background: url('assets/taskbar/lunasilver/taskbands/xptaskbandactive.png');
}

.taskband.current:hover {
    color: #fff;
box-shadow: none;
	background: url('assets/taskbar/lunasilver/taskbands/xptaskbandactivehover.png');
}

.taskband.current:active {
    color: #fff;
box-shadow: none;
	background: url('assets/taskbar/lunasilver/taskbands/xptaskbandactive.png');
}


.winBarButton {
/* Link to spritesheet image */
background-image: url('assets/frames/lunasilver/xpcaptionbuttons.png');
}


.winBarButton::after {
    background-image: url('assets/frames/lunasilver/xpcaptionbuttons.png');
}



#Menu, .submenu {
background: white !important;
border: 1px solid rgb(157, 157, 161);
}

.contextmenu { 
background: white !important;
border: 1px solid rgb(157, 157, 161);
}

/* Systray */
#SysTray {
background: url(assets/taskbar/lunasilver/taskbartray.png);
color: #404040;
}

/* inter browser */

.rebar {
   box-shadow: inset 0px 1px rgb(216, 210, 189), inset 0px 2px rgb(255, 255, 255);
}

#r1stbar {
box-shadow: none;
    height: 22px;
}

.ToolbarSeparator {
box-shadow: inset 1px 0px rgb(191, 191, 197);
}

#interaddress {
color: rgb(127,124,115);
}

#intergobtn {
color: black;
}

.throbber {
box-shadow: inset 1px 0px rgb(216, 210, 189), inset 2px 0px rgb(255, 255, 255);
margin: 0;
top: 0px;
}
#browserbar {
margin: 0;
   box-shadow: none;
background: linear-gradient(90deg, rgb(244, 244, 238), rgb(224, 226, 235));
}


.nonNativeStartPageTxt {
color: rgb(223,229,247);
}


.nonNativeStartPageBlurb {
color: white;
}


.NonNativeStartScreens {
    background-color: rgb(177,179,200);
}

.nonNativeStartPageLink {
color: white !important;
}

.QLToolbarBtns {
	box-shadow: none;
background-image: url(assets/taskbar/lunasilver/taskbartoolbarbtn.png);
background-position: 0 0;
}

.QLToolbarBtns:hover {
box-shadow: none;
background-image: url(assets/taskbar/lunasilver/taskbartoolbarbtn.png);
background-position: 0 -25px;
}

.QLToolbarBtns:active {
box-shadow: none;
background-image: url(assets/taskbar/lunasilver/taskbartoolbarbtn.png);
background-position: 0 -50px;
}

.groupbox {
	border-color: #BFB8BF;
}

.groupboxLabel {
	color: rgb(0, 70, 213);
}


/* XP style Start Panel */

.StartPanelLink {
color: rgb(55,55,56);
}

.StartPanelLink > p {
color: #808080;
}


#UserPane {
background: none;
border-image-slice:
62 60 0 59 fill;
border-image-width:
62px 60px 0px 59px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/lunasilver/UserPanel.png);


    font-family: "Franklin Gothic" !important;
text-shadow: 2px 2px 2px rgb(31 34 38);
    font-size: 14pt;
    color: white;
    height: 64px;
margin: 0;
font-style: normal;
font-weight: normal;
}

#ProgList {
border-image-slice:
3 153 0 2 fill;
border-image-width:
3px 153px 0px 2px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/lunasilver/ProgramsBackground.png);
    margin: 0;
    height: 306px;
    width: 190px;
     padding: 9px 4px 5px 6px; 
}

#MoreProgramsArea {
border-image-slice:
0 0 1 3 fill;
border-image-width:
0px 0px 1px 3px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/lunasilver/MoreProgramsBackground.png);
height: 30px;
width: 190px; 
padding: 0px 8px 6px 8px; 

}

#PlacesList {
border-image-slice:
3 7 1 172 fill;
border-image-width:
3px 7px 1px 172px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/lunasilver/PlacesBackground.png);
    margin: 0;
    width: 190px;
    height: 336px;
 padding: 9px 4px 5px 6px; 
}

#LogoffPane { 
padding: 4px 0px 2px 0px; 

border-image-slice:
0 49 38 47 fill;
border-image-width:
0px 49px 38px 47px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/lunasilver/LogoffPane.png);
    height: 40px;
    margin: 0;
}

#UserPaneTile {
background: url(assets/startpanel/lunasilver/UserTileBackground.png);
}


.PlacesListLink {
color: #0A246A;
}

.AllProgramsStartLinks {
font-weight: bold;
}

#UserPaneTile {
display: block;
}

#ProgListSeparator {
background-image: url(assets/startpanel/lunasilver/ProgramsSeparator.png);
}

#PlacesListSeparator {
background-image: url(assets/startpanel/lunasilver/PlacesSeparator.png);
}

.LogoffPaneLink {
    color: black;
}

#AllProgramsLink {
    color: rgb(55,55,56);
}

.StatusBar {
  border-top: 1px solid #8A8B8F;
      box-shadow: inset 0px 2px 3px #B9B9BC, inset 0px -3px 3px #CCCDD2;
background: linear-gradient(90deg, #E8E8EA 20%, #D9DAE1) !important;
}

.StatusBarPart:not(:last-child) {
  box-shadow: inset -1px 0px white, inset -2px 0px #C7C5B2 !important;
background: transparent;
}

/*Rimet XP theme*/