/* 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: #8c98d7;
  --AppWorkspace: #4c526d;
  --ButtonFace: #eee;
  --ButtonHilight: #f6f7ff;
  --ButtonLight: #eee;
  --ButtonShadow: #c3c1d1;
  /* --ButtonShadow: #cdd0e3; */
  --ButtonDkShadow: #63667e;
  --ActiveTitle: #aec2ee;
  --GradientActiveTitle: #edf6ff;
  --InactiveTitle: #d5dcec;
  --GradientInactiveTitle: #FCFDFE;
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(255, 255, 255);
  --ButtonText: #3c3c3c;
  --GrayText: #63667e;
  --TitleText: #20252f;
  --InactiveTitleText: #20252f;
  --Window: rgb(255, 255, 255);
   --WindowFrame: #24232c;
  --WindowText: #3c3c3c;
  --Hilight:  #8282ff;
  --InfoWindow: #e1e1ff;
  --InfoText: #3c3c3c;
  --MenuText: #3c3c3c;
  --Menu: #eee;
  --MenuBar: #eee;
}

:root {
        --3d-objects: #eee;
		--3d-objectstxt: #3c3c3c;
        --inactivebar: linear-gradient(180deg,#FCFDFE,#E5EAF5 45%,#D3DAED 50%, #d5dcec);
	    --activebartxt: #20252f;
        --activebar: linear-gradient(180deg,#edf6ff,#b1c6f6 45%,#acbae1 50%, #aec2ee);
		--inactivebartxt: #20252f;
		--bodybgcolor: rgb(0, 0, 0);
		--desktopbgcolor: #8c98d7;
		/* #042023 */
--desktopbgimg: url("wallpapers/rimet/always_steelHD.png");
--desktopbgsize: initial;
--desktopbgposition: initial;
		--windowbg: #FFF;
		--windowtxt: var(--3d-objectstxt);
		--selectedcolor: #8282ff;
		--field: 0 0 0 1px #585964;
		--globalboxshadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
		--globalboxshadowactive: inset 1px 1px #0a0a0a, inset -1px -1px #fff, inset 2px 2px grey, inset -2px -2px #dfdfdf;
--globaltoolbar: linear-gradient(180deg,#41424b,#232327 86%,#212121);
--globaltoolbaractive: linear-gradient(180deg,#212121,#232327 86%,#41424b);
		--taskbarbackground: linear-gradient(180deg,#FCFDFEb2,#E5EAF5b2 45%,#D3DAEDb2 50%, #d5dcecb2);
        }

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

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

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

.window_bar {
text-shadow: 1px 1px #b1bddd;
}

#windowcontent {
    border: 5px solid #d5dcec;
}
.window.current > #windowcontent, .window.forceActive > #windowcontent  {
     border: 5px solid #aec2ee;   
}
.window.maximized #windowcontent {
    border: none;
}

.winBarButton {
border: 1.2px solid #79797991;
background-color: #ffffff6b ;
box-shadow: inset 0 -1px 1px #8a92a8;
}

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



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



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

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

.winBarButton:active {
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;
}

#SysTrayTime {
background: linear-gradient(180deg,#eff0ff74,#d0d4f274 86%,#8e94c474);
color: #303344;
    border-left: 1.2px solid #9b9bac;
}

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

.taskband:active {
        background: linear-gradient(180deg,#8f93ff4f,#4f58c159 86%,#2c338659);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #a3baff;
}

.taskband.current {
        background: linear-gradient(180deg,#8f93ff4f,#4f58c159 86%,#2c338659);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #a3baff;
}

.taskband.current:hover {
        background: linear-gradient(180deg,#afb2ff4f,#737dec59 86%,#3f47a659);
    border: 1.2px solid #7f7fca91;
    box-shadow: inset 0 -1px 1px #a3baff;
}

.taskband.current:active {
        background: linear-gradient(180deg,#8f93ff4f,#4f58c159 86%,#2c338659);
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #a3baff;
}


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

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

#MenuButton:active, #MenuButton.pressed {
    background-image: linear-gradient(180deg,#8f93ff4f,#4f58c159 86%,#2c338659) !important;
    border: 1.2px solid #5d5d9b91;
    box-shadow: inset 0 -1px 1px #a3baff;
}

.nonNativeStartPageTxt {
	color: rgb(217 225 255);
	}


.nonNativeStartPageBlurb {
	color: rgb(217 225 255);
	}


.NonNativeStartScreens {
    background-color: rgb(174 193 249);
}

.nonNativeStartPageLink {
	color: rgb(217 225 255) !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;
}