/* Rimet Default.CSS, used for things that break themes if they're in style.css */
@import url('default.css');

/* Custom scheme vars, for custom classic themes */
:root {     
  --Background: rgb(141, 136, 211);
  --AppWorkspace: rgb(116, 114, 151);
  --ButtonFace: #f2efff;
  --ButtonHilight: #fff;
  --ButtonLight: #f2efff;
  --ButtonShadow: #bfbbd5;
  --ButtonDkShadow: #615b80;
  --ActiveTitle: rgb(200, 174, 238);
  --GradientActiveTitle: rgb(230, 225, 255);
  --InactiveTitle: rgb(213, 213, 236);
  --GradientInactiveTitle: rgb(252, 252, 254);
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(93, 83, 185);
  --ButtonText: #867fc0;
  --GrayText: #a7a2d5;
  --TitleText: rgb(95, 90, 147);
  --InactiveTitleText: #5f5a93;
  --Window: rgb(255, 255, 255);
   --WindowFrame: #222031;
  --WindowText: #5a5682;
  --Hilight:  rgb(168, 173, 255);
  --InfoWindow: #e1e1ff;
  --InfoText: #5a5682;
  --MenuText: #5a5682;
  --Menu: #f2efff;
  --MenuBar: #f2efff;
}

:root {
        --inactivebar: linear-gradient(180deg,#fcfcfe,hsl(244, 100%, 93%) 45%,hsl(247, 100%, 88%) 50%, hsl(245, 80%, 89%));
      /*  --activebar: linear-gradient(180deg,#f2f2fd,hsl(249, 90%, 77%) 45%,hsl(244, 60%, 69%) 50%,#c3bdff); */
            --activebar: linear-gradient(180deg,#ebe8fa,#beb4f8 45%,#a3a1e3 50%,#b6b4f5);

--desktopbgimg: url("wallpapers/rimet/always_steelHD.png");
--desktopbgsize: initial;
--desktopbgposition: initial;
		--taskbarbackground: linear-gradient(180deg,#ebe8faa6,#beb4f8a6 45%,#a3a1e3a6 50%,#b6b4f5a6);
        }

#themeDropdownText:after {
content: "Rimet Default - Steel";
}

#winAndButtonsDropdownText:after {
content: "Rimet style";
}

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

.window_bar {
text-shadow: 1px 1px hsl(246, 59%, 80%);
        box-shadow: inset 1px 0px hsl(239, 48%, 62%), inset -1px 0px hsl(239, 48%, 62%), inset 0 1px hsl(239, 48%, 62%), inset 0 2px hsla(0, 0%, 100%, .2);
}

#windowcontent {
    border-color:hsl(245, 80%, 89%);
        box-shadow: 1px 0px hsl(239, 48%, 62%), -1px 0px hsl(239, 48%, 62%), 0 1px hsl(239, 48%, 62%);
}
.window.current > #windowcontent, .window.forceActive > #windowcontent  {
     border-color:#b6b4f5;   
}


.winBarButton {
border: 1.2px solid #79797969;
background-color: #ffffff78 ;
box-shadow: inset 0 -1px 1px #8a8ca8;
}

#close {    
border: 1.2px solid #430a0a91;    
background-color: #ce00008a;    
box-shadow: inset 0 -1px 1px #8f4545;
}



#close:hover:not(.disabled) {  
border: 1.2px solid #812b2b91;
background-color: #f77878a6;
box-shadow: inset 0 -1px 1px #e1777778;
}



#close:active:not(.disabled) {
border: 1.2px solid #3b0e0e91;
background-color: #9b05058a;    
box-shadow: inset 0 -1px 1px #833c3c;
}

.winBarButton:hover:not(.disabled) {
border: 1.2px solid #a4a4a491;
background-color: #ffffffc2 ;
box-shadow: inset 0 -1px 1px #929ab0;
}

.winBarButton:active:not(.disabled) {
border: 1.2px solid #64657b91;
background-color: #d5dbff6b ;
box-shadow: inset 0 -1px 1px #626c88;
}

#close::after {
    color: #ffe0e0d6;
}

#close:active::after {
    color: #f0b0b0d6;
}


#maximize::after {
        color: #222c4d82;
}

#minimize::after {
        color: #222c4d82;
}

#close.disabled::after{ 
    color: #8c93bf70;
    text-shadow: none;
}
#minimize.disabled::after{ 
    color: #8c93bf70;
    text-shadow: none;
}
#maximize.disabled::after{ 
    color: #8c93bf70;
    text-shadow: none;
}
#help.disabled::after{ 
    color: #8c93bf70;
    text-shadow: none;
}

#SysTrayTime {
background: linear-gradient(180deg,#eff0ff5c,#d0d4f25c 86%,#8e94c45c);
color: #323044;
    border-left: 1.2px solid #9c9bac;
}

#Taskbar {
    border-color: #9c9bac;
}
.taskband { 
        background: linear-gradient(180deg,#ffffff4f,#6c75db59 86%,#4850ae59);
    border: 1.2px solid #7373a691;
    box-shadow: inset 0 -1px 1px #9b9ae0;
    color: #323044;
}
.taskband:hover {
        background: linear-gradient(180deg,#ffffff61,#98a0ff59 86%,#7a83ff59);
    border: 1.2px solid #8e8ecc91;
    box-shadow: inset 0 -1px 1px #9ea0e0;
}

.taskband:active {
        background: linear-gradient(180deg,#7679d34f,#3c439359 86%,#1c205559);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #9d8ff3;
}

.taskband.current {
        background: linear-gradient(180deg,#7679d34f,#3c439359 86%,#1c205559);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #9d8ff3;
}

.taskband.current:hover {
        background: linear-gradient(180deg,#9094ff4f,#5760d159 86%,#32399559);
    border: 1.2px solid #7f7fca91;
    box-shadow: inset 0 -1px 1px #9d8ff3;
}

.taskband.current:active {
        background: linear-gradient(180deg,#7679d34f,#3c439359 86%,#1c205559);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #9d8ff3;
}


#MenuButton {
        background-color: #f000 !important;
        background-image: linear-gradient(180deg,#ffffff4f,#6c75db59 86%,#4850ae59);
    border: 1.2px solid #7373a691;
    box-shadow: inset 0 -1px 1px #9b9ae0;
}

#MenuButton:hover {
        background: linear-gradient(180deg,#ffffff61,#98a0ff59 86%,#7a83ff59)!important;
    border: 1.2px solid #8e8ecc91;
    box-shadow: inset 0 -1px 1px #9ea0e0;
}

#MenuButton:active, #MenuButton.pressed {
        background: linear-gradient(180deg,#7679d34f,#3c439359 86%,#1c205559)!important;
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #9d8ff3;
}

.nonNativeStartPageTxt {
	color: rgb(116, 107, 173);
	}


.nonNativeStartPageBlurb {
	color: #8d87cc;
	}


.NonNativeStartScreens {
    background-color: rgb(210, 208, 255);
}

.nonNativeStartPageLink {
	color: #8d87cc !important;
	}


.DeskIcons:hover {
  background: linear-gradient(180deg,#bdc1e1a3,#9999cca3 86%,#818bc8a3) !important;
border-radius: 3px;
border: 1px solid #00149720;
}

.DeskIcons.current {
  background: linear-gradient(180deg,#7682eaa3,#5656caa3 86%,#3b50cea3) !important;
border-radius: 3px;
border: 1px solid #0018b520;
}

.DeskIcons:hover.current {
  background: linear-gradient(180deg,#a2acffa3,#6b6bdfa3 86%,#4e61d2a3) !important;
border-radius: 3px;
border: 1px solid #001cd220;
}



/* XP style Start Panel */


#UserPane {
    background: linear-gradient(180deg,#ebe8fa,#beb4f8 20%,#a3a1e3 20%,#b6b4f5);
box-shadow: inset 1px 0px hsl(239, 48%, 62%), inset -1px 0px hsl(239, 48%, 62%), inset 0 1px hsl(239, 48%, 62%), inset 0 2px hsla(0, 0%, 100%, .2);
    font-family: "Trebuchet MS" !important;
text-shadow: 2px 2px #312f42;
    font-size: 13pt;
    color: white;
    height: 64px;
margin: 0;
font-style: normal;
font-weight: normal;
}

#PlacesList {
background: #d1cbff;
box-shadow: inset -1px 0px hsl(239, 48%, 62%);
}

#LogoffPane {
    background: linear-gradient(180deg,#ebe8fa,#beb4f8 20%,#a3a1e3 20%,#b6b4f5);
box-shadow: inset -1px 0px hsl(239, 48%, 62%), inset 0 1px hsl(239, 48%, 62%), inset 0 2px hsla(0, 0%, 100%, .2);
}

#ProgList {
border: none;
}

.DefaultAppSPanel {
padding-top: 9px;
}

.PlacesListLink {
color: #322970;
}

.AllProgramsStartLinks {
font-weight: bold;
}

#UserPaneTile {
display: block;
}


#PlacesListSeparator {
box-shadow: none;
 background: linear-gradient(90deg,#0000, #b58cff);
    height: 1px;
}

#UserPaneTile {
    background: linear-gradient(180deg,#ddd6fd,#b5b5ea 20%,#aba1e8 20%, #8e8ed1);
box-shadow: inset 0 1px hsla(0, 0%, 100%, .2);
    border: 1px solid #887baa;
    border-radius: 3px;
}



.LogoffPaneLink {
    color: #322970;
}

#AllProgramsLink {
    font-weight: bold;
    color: rgb(60,60,60);
}

