@import url('assets/imports/RevertLogonBox.css');
@import url('assets/iconset/revert/iconset.css');
@import url('assets/imports/ChicagoAbtBox.css');
/* Rimet Revert theme ported by aph, original theme by Microsoft */

/* Custom scheme vars, for custom classic themes */
:root {       
  --Background: #008080;   
  --AppWorkspace: rgb(192, 192, 192);
  --ButtonFace: rgb(192, 192, 192);
  --ButtonHilight: rgb(255, 255, 255);
  --ButtonLight: rgb(223, 223, 223);
  --ButtonShadow: rgb(128, 128, 128);
  --ButtonDkShadow: rgb(0, 0, 0);
  --ActiveTitle: rgb(0, 0, 128);
  --GradientActiveTitle: rgb(16, 132, 208);
  --InactiveTitle: rgb(128, 128, 128);
  --GradientInactiveTitle: rgb(181, 181, 181);
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(255, 255, 255);
  --ButtonText: rgb(0, 0, 0);
  --GrayText: rgb(128, 128, 128);
  --TitleText: rgb(255, 255, 255);
  --InactiveTitleText: rgb(0, 0, 0);
  --Window: rgb(255, 255, 255);
  --WindowFrame: rgb(0, 0, 0);
  --WindowText: rgb(0, 0, 0);
  --Hilight:  rgb(0, 0, 128);
  --InfoWindow: rgb(255, 255, 225);
  --InfoText: rgb(0, 0, 0);
  --Menu: rgb(192, 192, 192);
}
:root {
        --3d-objects: var(--ButtonFace);
		--3d-objectstxt: var(--ButtonText);
        --activebar: var(--ActiveTitle);
	    --activebartxt: var(--TitleText);
		--inactivebar: var(--InactiveTitle);
		--inactivebartxt: var(--InactiveTitleText);
		--bodybgcolor: rgb(0, 0, 0);
		--desktopbgcolor: var(--Background);
		--desktopbgimg: none;
	    --desktopbgsize: initial;
		--desktopbgposition: initial;
		--windowbg: var(--Window);
		--windowtxt: var(--3d-objectstxt);
		--selectedcolor: var(--Hilight);
		--globalboxshadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonShadow), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonHilight);
			    --globalmenushadow: var(--globalboxshadow);
		--globalboxshadowactive: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonDkShadow);
--field: inset -1px -1px var(--ButtonHilight), inset 1px 1px var(--ButtonShadow), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonDkShadow);
		--taskbarbackground: var(--3d-objects);
		--taskbarboxshadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonShadow), inset -2px -2px var(--ButtonShadow), inset 2px 2px var(--ButtonHilight);
		--tabboxshadow: inset -1px 0px var(--ButtonDkShadow), inset 1px 1px var(--ButtonShadow), inset -2px 0px var(--ButtonShadow), inset 2px 2px var(--ButtonHilight);
		--globalfont: MS-Sans-Serif, Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
		--buttonfont: var(--globalfont);
		--menu-button: url('assets/taskbar/chicago/buttons/startbtn.png');
		--menu-button-hover: url('assets/taskbar/chicago/buttons/startbtn.png');
		--menu-button-pressed: url('assets/taskbar/chicago/buttons/startbtnpressed.png');
    		--search-button: url('assets/taskbar/chicago/buttons/searchbtn.png');
    		--search-button-hover: url('assets/taskbar/chicago/buttons/searchbtn.png');
    		--search-button-pressed: url('assets/taskbar/chicago/buttons/searchbtnpressed.png');
    		--help-button: url('assets/taskbar/chicago/buttons/helpbtn.png');
            --help-button-hover: url('assets/taskbar/chicago/buttons/helpbtn.png');
    		--help-button-pressed: url('assets/taskbar/chicago/buttons/helpbtnpressed.png');
        }
		

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

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

#colorSchemeDropdownText:after {
	content: "Rimet Chicago";
}

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

#ClassicRimetSchemes {
	display: block !important;
}

#Menu .startLink {
    padding: 2.5px 17px;
}

#Menu {
min-width: 151px;
}

.submenu .startLink {
	height: 18px;
	line-height: 19px;
}
.window.maximized .window_bar .winBarButton {
top: 0px !important;
}

#close {
    float: left;
    right: 2px;
    background-image: none;
	margin-right: 0;
}

#minimize {
    background-image: none;
}


#maximize {
    background-image: none;
}


#close::after {
    content: "";
background: var(--ButtonHilight);
    border: 1px solid black;
    box-shadow: 1px 1px var(--ButtonShadow);
    height: 1px;
    width: 7px;
    top: 7px;
    left: 4px;
    display: block;
    position: relative;
}


#minimize::after {
    content: "";
    border-bottom: 2px solid var(--ButtonText);
    
        display: block;

    left: 3px;
    top: 10px;
    height: 2px;
    width: 8px;
    text-shadow: none;
    position: relative;
}

#maximize::after {
    content: "";
    border: 1px solid var(--ButtonText);
    border-top: 2px solid var(--ButtonText);
    
        display: block;

    left: 3px;
    top: 3px;
    height: 8px;
    width: 9px;
    text-shadow: none;
    position: relative;
}
.window.maximized .window_bar #maximize::before {
    content: "";
    border: 1px solid var(--ButtonText);
    border-top: 2px solid var(--ButtonText);
    display: block;
    left: 6px;
    top: 3px;
    height: 5px;
    width: 6px;
    text-shadow: none;
    position: absolute;
}

.window.maximized .window_bar #maximize::after {
    content: "";
    border: 1px solid var(--ButtonText);
	background-color: var(--ButtonFace);
    border-top: 2px solid var(--ButtonText);
    display: block;
    left: 3px;
    top: 6px;
    height: 5px;
    width: 6px;
    text-shadow: none;
    position: absolute;
}

#help::after {
    right: 0px;
    bottom: 1px;
}
#close:active:not(.disabled)::after {
    left: 5px;
    top: 8px;
	bottom: 0;
}

#maximize:active:not(.disabled)::after {
    left: 4px;
    top: 4px;
		bottom: 0;
}

.window.maximized .window_bar #maximize:active:not(.disabled)::after {
    left: 4px;
    top: 7px;
		bottom: 0;
}
.window.maximized .window_bar #maximize:active:not(.disabled)::before {
    left: 7px;
    top: 4px;
		bottom: 0;
}
#minimize:active:not(.disabled)::after {
    left: 4px;
    top: 11px;
		bottom: 0;
}

#help:active:not(.disabled)::after {
    left: 1px;
    bottom: -1px;
}

.winBarButton {
    background: var(--ButtonFace);
    box-shadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow);
    border-radius: 0px;
	cursor: pointer;
    color: #000 !important;
    font-weight: bold;
        height: 18px;
    width: 18px;
    top: 0px;
}

.winBarButton.disabled {
display: none;
}

.winBarButton:active {
    box-shadow: inset 1px 1px var(--ButtonDkShadow), inset -1px -1px var(--ButtonHilight), inset -2px -2px var(--ButtonFace), inset 2px 2px var(--ButtonShadow) !important;
}

#Taskbar {
height: 30px;
}

.window_bar {
text-align: left;
cursor: move;
height: 18px;
font-size: 11px;
font-weight: bold;
text-indent: 19px;
line-height: 18px;
cursor: move;
}

.window_bar.noIcon {
       text-indent: 2px; 
}

.WindowBarIcon {
left: 20px;
bottom: 1px;
}


.tabbutton {
line-height: 25px;
        border-bottom: none !important;
    padding: 0px 9px !important;
    height: 25px !important;
    min-height: 25px !important;
    top: -5px !important;
}

.tabbutton.selected {
        height: 29px !important;
    min-height: 29px !important;
    margin-top: -4px !important;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 0px !important;
    top: -7px !important;
font-weight: 600;
    font-size: 11px;
    letter-spacing: -0.5px;
    font-family: 'MS-SANS-SERIF-BOLD';
padding-right: 6px !important;
}

.taskband {
line-height: 18px;
margin: 3.5px 0 0 -3px;
font-size: 11px;
background: var(--ButtonFace);
font-weight: normal;
position: relative;
bottom: 4px;
font-family: var(--globalfont);
width: 100%;
height: 22px;
max-width: 114px;
padding: 0px;
text-indent: 6px;
    left: 1px;
}

#taskbarContainer {
	margin-right: 0px;
}

.taskband.current, .taskband:active {
	line-height: 20px;
}

.button:not(.disabled):focus, div[id^="mBox-button"]:not(.disabled):focus {
border: none;
    outline: 1px dotted #000;
    outline-offset: -4px;
	    font-size: 11px;
    letter-spacing: -0.5px;
    font-family: 'MS-SANS-SERIF-BOLD';
}

#taskbandContainer {
    display: inline-block;
    overflow-y: auto;
    height: 28px;
    padding-left: 2px;
}

#StartSpine {
    display: none !important;
}

#RimetApps {
    margin: 0;
}

#RimetApps .StartMenuMIcon {
    display: none;
}
#SysTray {
    margin-right: 8px;
    height: calc(100% - 11px);
}

#SysTrayTime {
	position: relative;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 7px;
	white-space: nowrap;
}


#MenuButtonStartText {
    display: none;
}

#MenuButton {
background: var(--ButtonFace);
box-shadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow);
width: 23px;
height: 22px;
    margin-left: 4px;
}

#MenuButton:hover, #SearchButtonRV:hover, #HelpButtonRV:hover {
background: var(--ButtonFace);
box-shadow:inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow);
}

#MenuButton.pressed {
background: var(--ButtonFace);
box-shadow: inset 1px 1px var(--ButtonDkShadow), inset -1px -1px var(--ButtonHilight), inset 2px 2px var(--ButtonShadow);
}

#MenuButtonStartIcon {
    left: 3px;
}

#MenuButton.pressed > #MenuButtonStartIcon {
top: 4px;
left: 4px;
}

#SearchButtonRV {
	display: block;
	width: 23px;
height: 22px;
background: var(--ButtonFace);
box-shadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow);
}

#HelpButtonRV {
		display: block;
		width: 23px;
height: 22px;
background: var(--ButtonFace);
box-shadow: inset -1px -1px var(--ButtonDkShadow), inset 1px 1px var(--ButtonHilight), inset -2px -2px var(--ButtonShadow);
}

#SearchButtonRV:active {
background: var(--ButtonFace);
box-shadow: inset 1px 1px var(--ButtonDkShadow), inset -1px -1px var(--ButtonHilight), inset 2px 2px var(--ButtonShadow);
}

#HelpButtonRV:active {
background: var(--ButtonFace);
box-shadow: inset 1px 1px var(--ButtonDkShadow), inset -1px -1px var(--ButtonHilight), inset 2px 2px var(--ButtonShadow);
}

.watermark > p > span, .watermark > p {
    display: none;
}

.watermark > strong {
    font-family: System-Bold !important;
    font-size: 13px !important;
    text-shadow: 2px 2px black;
    width: max-content;
		right: -3px !important;
    bottom: 10px !important;
   font-weight: normal;
}

#SearchMenu {
    margin-bottom: -60px;
}

.DropdownBoxButton {
    width: 13px;
    background-image: none;
}

/* desk icos */

.TaskbandIcon {
left: 3%;
}


#DesktopIcons {
	margin-left: 4px;
}

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

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

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

.MenuItem:first-of-type {
	margin-left: 0px;
}

.StartMenuArrows {
	font-size: 18px;
	margin-top: -16px;
	right: 0px;
}

.TaskbarFolderToolbar { 
display: none;
}

.ContextMenuSeparator {
	margin: 2px;
	margin-top: 2px;
}

.DropdownBoxButton::after {
    left: 2px;
    top: 3px;
    text-indent: 0 !important;
    content: "7";
    font-family: MarlettR, Marlett;
    font-weight: normal;
    font-size: 10px;
    color: var(--ButtonText);
}

.StatusBar {
	height: 15px;
}