/*Windows XP Luna Blue theme ported to CSS by Ethan, Tab & button CSS from XP.CSS, Original Luna theme by Microsoft*/ 
@import url('assets/imports/NT5LogonBox.css');
@import url('assets/imports/NT5AbtBox.css');
@import url('assets/imports/NT5.1LogonBox.css');
@import url('assets/imports/msstylesAppearancePreview.css');
@import url('assets/iconset/lhm7/iconset.css');

/* Custom scheme vars, for custom classic themes */
:root {     
  --Background: rgb(154 52 22);
  --AppWorkspace: rgb(128, 128, 128);
  --ButtonFace: rgb(233 233 233);
  --ButtonHilight: rgb(255, 255, 255);
  --ButtonLight: rgb(240 240 240);
  --ButtonShadow: rgb(180 180 180);
  --ButtonDkShadow: rgb(125 125 125);
  --ActiveTitle: rgb(86 93 95);
  --GradientActiveTitle: rgb(168 175 179);
  --InactiveTitle: rgb(168 175 179);
  --GradientInactiveTitle: rgb(188 188 188);
  --Link: rgb(0, 0, 255);
  --HilightText: rgb(0 0 0);
  --ButtonText: rgb(55 55 56);
  --GrayText: rgb(150 150 150);
  --TitleText: rgb(255, 255, 255);
  --InactiveTitleText: rgb(225 225 225);
  --Window: rgb(255, 255, 255);
  --WindowFrame: rgb(0, 0, 0);
  --WindowText: rgb(0, 0, 0);
  --Hilight:  rgb(237 176 120);
  --InfoWindow: rgb(233 233 233);
  --InfoText: rgb(0, 0, 0);
  --Menu: rgb(255, 255, 255);
  --MenuBar: rgb(233 233 233);
  --MenuText: rgb(55 55 56);
}

:root {
--activebar: none;
--inactivebar: none;
--bodybgcolor: rgb(0, 0, 0);
--desktopbgimg: url("wallpapers/lh/BlissLeaves.png");
--taskbarboxshadow: none;
--taskbarbackground: url("assets/taskbar/slate/taskbarmiddle.png");
--desktopbgsize: 100% 100%;
--desktopbgposition: center;
--desktopbgtile: no-repeat;
--globalfont: Tahoma, Verdana, Jomolhari, Times New Roman, sans-serif;
--titlefont: Tahoma, Verdana, Jomolhari, Times New Roman, sans-serif;
--buttonfont: Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
--menu-button: url('assets/taskbar/slate/buttons/startbtn.png');
--menu-button-hover: url('assets/taskbar/slate/buttons/startbtn.png') 0 -30px;
--menu-button-pressed: url('assets/taskbar/slate/buttons/startbtn.png') 0 -60px;
}

/*Theme identifier, control panel*/
#themeDropdownText:after {
content: "Windows Vista - Slate";
}

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

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

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

#SlateSchemes {
	display: block !important;
}


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

h1 {
font-size: revert;
}

input[type="checkbox"] + label::before {
width: 11px;
height: 11px;
}

input[type="checkbox"]:checked + label::after {
    left: -18px;
    top: 3px;
}

input[type="checkbox"] + label {
    line-height: 16px;
    font-family: var(--buttonfont);
}


input[type="text"], textarea, .ListBox, #searchResults, input[type="password"] {
	border: 1px solid #919191 !important;
        box-shadow: none !important;
}

textarea#creditsTextarea {
	border: none !important;
}

#boxText {
    position: absolute;
    left: 59px;
    top: 22px;
}

.resizeableWinBar ~ #windowcontent {
    border-width: 4px;
    margin: 0;
    margin-left: -2px;
    top: 0px;
    width: calc(100% - 4px);
    height: calc(100% - 23px);
}

#windowcontent {
border: 3px solid transparent;
border-top: none;
border-image-source: url('assets/frames/slate/inactiveborderimage.png');  
border-image-repeat: stretch;
border-image-slice: 4;
  border-style: solid;
  border-top-style: none;
background-color: rgb(233 233 233);
box-shadow: none;
width: calc(100% - 2px);
margin-left: -2px;
margin-top: 0px;
    height: calc(100% - 23px);
	    top: 0px;
}

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

.window {
padding: 2px;
box-shadow: none !important;
background: none;
min-width: 110px;
min-height: 29px;
}


.window_bar {
width: 100%;
border-radius: 5px 5px 0 0;
margin: -2px 0 0px -2px !important;
padding: 0 2px;
height: 24px;
font-size: 11px;
line-height: 27px;
text-indent: 23px;
font-family: Tahoma;
background-image: url('assets/frames/slate/titlebarleft.png'), url('assets/frames/slate/titlebarright.png'), url('assets/frames/slate/titlebarmiddle.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 30px 48px, 30px 48px, calc(100% - 60px) 48px;
	    background-position-y: -24px;
}

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


.WindowBarIcon {
left: 6px;
bottom: 3px;
}


.window.current > .window_bar, .window.forceActive > .window_bar {
text-shadow: 1px 1px 2px rgb(29 47 69);
color: white;
background-image: url('assets/frames/slate/titlebarleft.png'), url('assets/frames/slate/titlebarright.png'), url('assets/frames/slate/titlebarmiddle.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 30px 48px, 30px 48px, calc(100% - 60px) 48px;
	    background-position-y: 0px;
}

.resizeableWinBar {
 top: 0px !important;
}

.window.maximized .window_bar {
background-image: url('assets/frames/slate/maxtitlebarleft.png'), url('assets/frames/slate/maxtitlebarright.png'), url('assets/frames/slate/maxtitlebarmiddle.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 30px 40px, 30px 40px, calc(100% - 60px) 40px;
    border-radius: 0;
	    background-position-y: -20px;
		    height: 20px;
			    line-height: 20px;
}

.window.maximized.current > .window_bar {
    background-position-y: 0px;
}

.window.maximized .window_bar .WindowBarIcon {
    bottom: 2px;
}

.window.maximized .window_bar strong {

    line-height: 20px;
}


.window.maximized .window_bar .winBarButton {
    top: 2px !important;
}
.window.maximized #windowcontent {
    border: none;
    margin: 0;
		    margin-left: -2px;
    top: 0px;
    width: 100%;
    height: calc(100% - 23px);
}

.tabbutton {
border-radius: 0;
background: linear-gradient(180deg,#fff 10%,#EAEAF9,#BEBFD8);
border: 1px solid #91A7B4;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
line-height: 17px;
height: 20px;
box-shadow: none;
}

.tabbutton:not(.selected):hover {
box-shadow: unset;
    background: linear-gradient(180deg,#fff 10%,#F1F1FA,#D5D5E6);
border: 1px solid #91A7B4;
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;
top: -3px;
}

#tabButton-1.selected {
margin: 0px -5px 0px 0px;
}

.tabcontent {
box-shadow: inset 1px 1px #fff,inset -1px -1px #fff,1px 2px 2px 0 rgba(199,199,199,.75);
background: #fdfdfd;
border: 1px solid #919B9C;
/* width: 382px; */
}

.button, div[id^="mBox-button"], button {
font-family: var(--buttonfont);
border: 1px solid #003C74;
background: linear-gradient(180deg,#fff 38%,#E9EBF5 58%,#C6C5D7);
box-shadow: none;
border-radius: 3px;
min-height: 21px;
line-height: 21px;
}


.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 -1px 2px #fbc761,inset 1px -2px #e5a01a;
}

.button.active:not(.disabled), .button:active:not(.disabled), div[id^="mBox-button"]:active:not(.disabled), button:active {
    box-shadow: inset 0 0 0 1px white;
background: linear-gradient(180deg,#ACABBD 25%,#DADBE5 78%,#fff 89%);
}


.button.disabled, div[id^="mBox-button"]:disabled, button:disabled {
 color: rgb(131,131,131);
 background: rgb(241, 241, 237);
 border: 1px solid rgb(196, 195, 191);
     box-shadow: none !important;
	 text-shadow: none;
}

#AboutClose:active {
box-shadow: none;
}

.button:focus:not(.disabled, :hover, :active), div[id^="mBox-button"]:not(.disabled, :hover, :active), button:focus {
    box-shadow: inset -1px 1px #A6B8D2,inset 1px 2px #8496B0,inset -1px 2px #9AACC6,inset 1px -1px #7B8DA7,inset 1px -2px #7B8DA7;
    outline: 1px dotted #000;
    outline-offset: -4px;
    background: linear-gradient(180deg,#fff 38%,#E1EDFF 58%,#BFD1EB);
    border: 1px solid #21334D;
}

#mBox-button-OK {
	font-family: var(--globalfont);
}

#MenuButton {
    top: 0;
    margin-left: 0;
    width: 91px;
    height: 30px;
}

#MenuButton {
    font-size: 14pt;
    font-style: italic;
    color: white;
background: var(--menu-button);
box-shadow: none !important; 
}

#MenuButton:hover {
background: var(--menu-button-hover);
}

#MenuButton.pressed {
background: var(--menu-button-pressed);
}

#MenuButtonStartText {
    font-family: "Franklin Gothic";
font-weight: normal;
    text-transform: lowercase;
        text-shadow: 1px 1px 3px rgb(75 75 75);
top: 10% !important;
right: 20px !important;
position: absolute;
}

#MenuButtonStartIcon {
width: 25px;
height: 20px;
top: 5px !important;
left: 7px !important;
position: absolute;
background-image: url(assets/rimetxp.png);
}

#AboutClose {
    position: absolute;
	border: 1px solid #003C74;
    right: 128px;
}


.DropdownBox {
height: 15px !important;
box-shadow: none;
border: 1px solid #919191;
background: #FFF !important;
}

#themeDropdownBox, #themeDropdownContainer {
    width: 266px;
}

.DropdownText {
    display: inline-block;
    width: calc(100% - 15px);
    height: 13px;
    padding: 1px;
    text-indent: 0px;
    line-height: 14px;
    position: absolute;
		margin: 0;
    margin-left: -2px;
    color: var(--WindowText);
}

.DDcontainer.selected .DropdownText {
    color: var(--HilightText);
    background-color: var(--Hilight);
}

#ControlPanelContent {
    font-family: var(--buttonfont);
}

.DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEFSURBVDhPpZKxasJQFIZPOnZwyBMUqaLS12lfwo4dRXFybAU7BwtZ+kCCChU6Gycx0SjX/NecQyImevCDP/fmzz3fcIljEr6GHtVrT2QMJdhHDjTOaSt7nJ3OFtRoVYlG3z9mMpnDpQZzmH+Avdl8xqKG56wE7A8HdRiRbKNYHUYk9yCSKNqpw4gkDHfqMCLZhFt1mIt38jEYp7s8RX3mTvY2fBArd0U9I5I4jm16729pQ9T59G2HlcF3PsuIJPmLJd32a9oS9Ue/6Y5snz3HXLwTkBWB8/cshRLAg2UCUCoB1wTgquQWrORv8U+VyqM6mAPOMlgbz/PJdV1baAiCFbVeanQEWpBu6hRk4n0AAAAASUVORK5CYII=");
    background-size: 17px;
    width: 17px;
    height: 19px;
    right: -4px;
     top: -2px;
    background-position: 0 0;
    box-shadow: none;
}

.DDcontainer:hover .DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADdSURBVDhPY/wPBDHpaQzkgsjASAaG6LTU/9eu3QaZRTIA6QPpZwKZpqmpAjaVVADTBzaEUjBcDfnzh3QMA3BDvnz5RTKGAazeiSvqgbJQAS5xuCGfv3wHY5hCEA0TwyUOA3BDvn79DcZd5YgskF03FSwGomEAJA9TCwNwQ379+gnHLYXxUFEGhrLOWVAWA1gcWR0MwA359/8/Cm4qiIPKQACIj64GBrAGLAzADEI3EB3gNQQECBkAAgQNIQaADbl3/xEDFycjyRikDwQY37z98j+/shDMIQdEBkYyAACBaPaR5Z3yawAAAABJRU5ErkJggg==");
}

.DDcontainer:active .DropdownBoxButton {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAATCAYAAAB2pebxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAESSURBVDhPYzx97uL/iqpyBnJBZVktA4Ozh8f/a7dv/v/6/Q/JGKQPpJ8RROzZvp3hwOE7ULOJBw62Kgwunp4MTFA+A78QL8kYBuCGCPCzM/BysWBgQW5UDFIHwzAAN4QSADdEiI+dgQ9oOjrmBYqDMJ8AFxgL8bGC1YIwHIACFgb+/v2Lgf/9A+H/KBgZgPSjeIeJiQkDMzKCMAMKRgdYw8QvqQ3KQgW4xDEMgSlE14BLHAQwDNk0rwrKwq4RWR4GsHoHm0EggM0AEMBqCAiga8BlAAjgNAQEYBrxGQACeA0BAUIGgADYkIXbzoE5pAKYPnBRAGLE5raCBUgBiydXg2nGPXsO/W/vwYx7YkFhfhkDAHgwuyOno+IkAAAAAElFTkSuQmCC");
}

#taskbarSeperator {
    width: 103px;
}

#Taskbar { 
height: 30px;
}

.taskband {
    bottom: 0;
    height: 27px;
    box-shadow: none;
    color: #FFF;
    background: url('assets/taskbar/slate/taskbands/taskband.png');
	line-height: 25px;
    text-indent: 12px;
    margin: 1px 0 0 -2px;
}

#taskbandContainer {
    height: 30px;
	    margin-top: 1px;
		    margin-left: 5px;
    margin-right: 5px;
}

.taskband:hover {
	background-position: 0 -27px;
}

.taskband:active {
box-shadow: none !important;
	background-position: 0 -54px;
}

.taskband.current {
box-shadow: none !important;
	background-position: 0 -54px;
}

.taskband.current:hover {
box-shadow: none !important;
	background-position: 0 -81px;
}

.taskband.current:active {
box-shadow: none !important;
	background-position: 0 -54px;
}

#close::after, #maximize::after, #minimize::after, #help::after {
	bottom: unset !important;
	right: unset !important;
    left: unset !important;
}

/* active versions */
.window.current > .window_bar > .winBarButton {
background-position-y: 0px;
}

.window.current > .window_bar > .winBarButton:hover:not(.disabled) {
background-position-y: -15px !important;
}

.window.current > .window_bar > .winBarButton:active:not(.disabled) {
background-position-y: -30px !important;
}

.window.current > .window_bar > .winBarButton.disabled {
background-position-y: -45px;
}

.window.current > .window_bar > .winBarButton::after {
background-position-y: 0px;
}

.window.current > .window_bar > .winBarButton:hover:not(.disabled)::after {
background-position-y: -9px;
}

.window.current > .window_bar > .winBarButton:active:not(.disabled)::after {
background-position-y: -18px;
}

.window.current > .window_bar > .winBarButton.disabled::after {
background-position-y: -27px;
}


/* inactive versions */
.winBarButton {
/* Link to spritesheet image */
background-image: url('assets/frames/slate/captionbuttons.png');

top: 6px;
background-position-x: -15px;
background-color: transparent;
background-position-y: -75px;
box-shadow: none;
width: 15px;
height: 15px;
}

.winBarButton:hover:not(.disabled) {
background-position-y: -90px;
}

.winBarButton:active:not(.disabled) {
background-position-y: -105px;
box-shadow: none;
}

.winBarButton.disabled {
background-position-y: -120px;
box-shadow: none;
}




.winBarButton::after {
    display: inherit;
    content: "" !important;
    background-image: url(assets/frames/slate/captionbuttons.png);
        background-position-y: -45px;
    width: 9px;
height: 9px;
    margin-left: 3px;
    margin-top: 3px;
}

.winBarButton:hover:not(.disabled)::after {
background-position-y: -54px;
}

.winBarButton:active:not(.disabled)::after {
background-position-y: -63px;
}

.winBarButton.disabled::after {
background-position-y: -72px;
}




/* close button */
#close {
background-position-x: 0px;
margin-right: 4px;
}

#close::after {
        background-position-x: -48px;
}


/* css for max button */

#maximize::after {
        background-position-x: -39px;
}



/* css for restore button */
.window.maximized .window_bar #maximize::after {
        background-position-x: -57px !important;
}

/* css for min button */

#minimize {
right: 2px;
}

#minimize::after {
        background-position-x: -30px;
}

/* end of min */

/* css for help button */



#help::after {
        background-position-x: -66px;
}


/* end of help */

#Menu, .submenu {
box-shadow: 3px 3px 2px #47474775;
background: white !important;
border: 1px solid #B4B4B4;
    color: #373738;
}

.contextmenu { 
box-shadow: 2px 2px 5px #0000007a;
background: white !important;
border: 1px solid #B4B4B4;
        color: #373738;
}
#Menu {
	    left: 0px;
}
#Menu .startLink:hover, .startLink:hover .StartMenuArrows {
    color: black;
}

#StartSpine {
height: calc(100% - 0px);
margin: 0px;
    background-color: #029EFB;
background-image: url("assets/rimetmIIStartSpineLH.png");
}

#Menu .startLink {
  background: #0000 !important;
padding: 9.5px 37px;
}

.submenu .startLink {
	margin: 0;
}

.StartMenuSIcon {
left: 2px;	
}

.submenu {
	text-indent: 26px;
}

.contextmenuEntry {
		margin: 0px;
}

.ContextMenuContent {
margin: 2px;
}


#RimetApps {
	margin-left: 18px;
}

#Menu {
bottom: 30px !important;
padding-right: 0px;
padding-top: 1px;
padding-bottom: 0px;
}



#appearancePreview #windowcontent {
box-shadow: none !important;
}
.watermark {
	bottom: 23px !important;
}

.watermark > strong {
font-family: var(--globalfont);
font-size: 8pt;
color: #fff !important;
}
.watermark > p > span, .watermark > p {
font-family: var(--globalfont);
font-size: 8pt;
color: #fff;
}

/* Systray */
#SysTray {
background: url(assets/taskbar/slate/taskbartray.png);
box-shadow: none !important;
color: white;
height: 100%;
margin: 0px;
text-align: center;
font-family: var(--globalfont);
}

#SysTrayTime {
	margin-top: 8px;
	margin-left: 14px;
		margin-right: 14px;
}

#RimetApps .StartMenuMIcon {
margin-top: -23px !important;
left: 27px;
}

/* text-shadow: 1px 2px 3px #000000ba */


/* inter browser */

.rebar {
   box-shadow: inset 0px 1px rgb(180 180 180), inset 0px 2px #fff;
}

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

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

#interaddress {
color: #000;
}

.throbber {
box-shadow: inset 1px 0px rgb(180 180 180), inset 2px 0px #fff;
margin: 0;
top: 0px;
}

#addressbar {
	text-indent: 2px;
}
.MenuToolbars {
	margin: 0;
}
#browserbar {
margin: 0;
}


#intergobtn {
bottom: 21px;
}

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

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

.menubarbtn {
	    background: none;
    box-shadow: none;
}
.menubarbtn:hover {
background: linear-gradient(180deg,#6E6E6E73,#3E3E3E4D);
border-radius: 1px;
box-shadow: 0 0 0 1px #4D4D4D8D, inset -1px 0px #B1B1B1B8, inset 1px 0px #B1B1B1B8, inset 0px 1px #cfcfcfd2, inset 0px -1px #7171719D;
}
.menubarbtn:active {
background: linear-gradient(180deg,#3030305C,#3F3F3F4D);
border-radius: 1px;
box-shadow: 0 0 0 1px #4D4D4D8D, inset -1px 0px #3E3E3EAE, inset 1px 0px #3E3E3EAE, inset 0px 1px #3B3B3BAE, inset 0px -1px #4949495E;
}

.interBView {
height: calc(100% - 84px) !important;
}
#addressbar {
bottom: -1px;
position: relative;
}



.TaskbandIcon {
left: 5%;
margin-left: 2px;
top: 18%;
}


.WindowMultiPageContent {
	width: 100%;
	height: 100%;
	margin-left: 0px;
}

.MenuBar {
	height: 19px;
	border-bottom: 1px solid white;
}

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

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

#AbtDialogBanner, #AbtDialogProgressBar {
	width: 417px !important;
	left: 0px !important;
}

/* quick launch */
.TaskbarFolderToolbar {
 margin-top: 3px;
 height: 22px;
        z-index: 1;
}

#QuickLaunchToolbar {
    left: 32px;
    width: 70px;
    margin-left: 7px;
}

.QLToolbarBtns {
    width: 23px;
    height: 25px;
    display: inline-flex;
    margin-left: -4px;
    position: relative;
	box-shadow: none;
background-image: url(assets/taskbar/slate/taskbartoolbarbtn.png);
background-position: 0 0;
}

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

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


.SysList {
        box-shadow: none;
		border: 1px solid #919191;
}


#ExplorerContents {
    height: 100%;
}

input[type="checkbox"] + label::before {
width: 11px;
height: 11px;
}

input[type="checkbox"]:checked + label::after {
    left: -18px;
    top: 1px;
	width: 11px;
	height: 11px;
	font-size: 0px;
}

input[type="checkbox"] + label {
    font-family: var(--buttonfont);
}

input[type=checkbox]+label:before {
    box-shadow: none;
    border: 1px solid rgb(29 81 128);
    background: linear-gradient(135deg,rgb(220 220 215),rgb(255 255 255));
}

input[type=checkbox]:checked+label:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 11 11' shape-rendering='crispEdges'%3E%3Cpath stroke='%2322a122' d='M8 2h1M7 3h2M2 4h1m3 0h3M2 5h2m1 0h3M2 6h5M3 7h3M4 8h1'/%3E%3C/svg%3E");
}

input[type=checkbox]+label:hover:before {
    box-shadow: inset -2px -2px rgb(248 179 48),inset 2px 2px rgb(255 240 207);
}

input[type=checkbox]+label:active:before {
        box-shadow: none !important;
    background: linear-gradient(135deg,rgb(176 176 167),rgb(241 235 223));
}

input[type=checkbox][disabled]+label:before {
    background: #fff;
    border: 1px solid rgb(202 200 187);
}

input[type=checkbox][disabled]:checked+label:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 11 11' shape-rendering='crispEdges'%3E%3Cpath stroke='%23cac8bb' d='M8 2h1M7 3h2M2 4h1m3 0h3M2 5h2m1 0h3M2 6h5M3 7h3M4 8h1'/%3E%3C/svg%3E")
}

input[type=radio]+label:before {
    box-shadow: none;
    border: 1px solid rgb(29 81 128);
    background: linear-gradient(135deg,rgb(220 220 215),rgb(255 255 255));
    border-radius: 50%;
    width: 11px;
    height: 11px;
    left: -17px;
    top: 1px;
}

input[type=radio]+label:hover:before {
    box-shadow: inset 0 0 0 2px rgb(243 183 81);
}

input[type=radio]+label:active:before {
        box-shadow: none !important;
    background: linear-gradient(135deg,rgb(176 176 167),rgb(241 235 223));
}

input[type=radio]:disabled+label:before { 
    background: #fff;
    border: 1px solid rgb(192 191 181);
}

input[type=radio]:checked+label:after {
    left: -13px;
background: radial-gradient(at 40% 40%,rgb(93,234,89)1%,rgb(22,147,18)50%) !important;
	    width: 5px;
    height: 5px;
	    top: 5px;
}
input[type=radio][disabled]:checked+label:after {
        background:rgb(192 191 181)!important;
}

.groupbox {
	border-radius: 5px;
	border: 1px solid #D0D0BF;
	        box-shadow: none;
}

.groupboxLabel {
	background-color: unset;
	color: #9A3416;
}

/* XP style Start Panel */

#Menu.StartPanelMode {
   width: 380px;
   padding: 0;
   height: 440px;
    border: none;
background: none !important;
        border-radius: 7px 7px 0 0;
} 

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

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

#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/slate/UserPanel.png);


    font-family: "Franklin Gothic" !important;
text-shadow: 2px 2px 2px rgb(0 0 0);
    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/slate/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/slate/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/slate/PlacesBackground.png);
    margin: 0;
    width: 190px;
    height: 336px;
 padding: 9px 5px 5px 5px; 
}

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

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/slate/LogoffPane.png);
    height: 40px;
    margin: 0;
}

#ProgListSeparator {
background: url(assets/startpanel/slate/ProgramsSeparator.png);
background-repeat: no-repeat;
box-shadow: none;
background-position-x: center;
height: 2px;
}

#PlacesListSeparator {
background: url(assets/startpanel/slate/PlacesSeparator.png);
background-repeat: no-repeat;
box-shadow: none;
background-position-x: center;
height: 2px;
}



#UserPaneTile {
	width: 62px;
height: 62px;
display: block;
background: url(assets/startpanel/slate/UserTileBackground.png);
top: 1px;
left: 1px;
}

#TilePhoto {
margin: 8px;
}


#UserPaneTile {
display: block; 
}

#UserPane span {
    position: relative;
    left: 68px;
    top: 20px;
}

#AllProgramsLink {
		    padding-top: 5px;
                font-weight: bold;
    color: rgb(55,55,56);
}

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


.LogoffPaneButtonIcon {
    background-image: url(assets/startpanel/lunablue/PowerBtns.png) !important;
}

.LogoffPaneLink {
    color: white;
}


#ProgramsMenu {
    font-weight: normal !important;
}

.StartPanelArrow {
    font-size: 0px;
    background-image: url(assets/startpanel/slate/ProgramsArrow.png) !important;
    width: 16px;
    height: 24px;
top: -16px;
}

#AllProgramsLink:hover .StartPanelArrow {
   background-position-y: -24px;
}

#AllProgramsLink .submenu {
left: 149px;
}

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

.DropdownBoxButton::after { 
content: '';
font-size: 0px;
}






.RebarBand {
    box-shadow: none;
}

#browserbar {
    height: unset !important;
    padding-bottom: 0;
   box-shadow: none;
background: linear-gradient(0deg, #E9E9E9, #F3F3F3);

}
.MenuBand {
    box-shadow: none;
    height: 22px;
}

#InterStandardToolbar {
    height: 32px;
}

.RebarItem {
    height: calc(100% - 2px);
    position: relative;
    display: inline-flex;
line-height: 29px;
    text-indent: 3px;
            left: unset !important;
        bottom: unset !important;
        top: unset !important;

        margin-top: 2px;
    margin-left: -3px;
padding-left: 4px;
padding-right: 4px;
}

.RebarItemIco16 {
top: 24%

}

#InterGoButton {
line-height: 23px;
    margin-top: 1px;
}

.RebarItemNo1 {
    margin-left: 3px;
}

label[for=addressbar] {
    position: relative;
        top: 0px !important;
}

.RebarBand.MenuBand > .RebarItem  {
        margin-left: -3px;
        margin-top: 0px;
    border-radius: 0px;
}

.RebarItem:hover {
background: linear-gradient(180deg,#F1F1F173,#C9C9C94D);
border-radius: 1px;
box-shadow: 0 0 0 1px #7373738D, inset -1px 0px #EFEFEFb8, inset 1px 0px #EFEFEFB8, inset 0px 1px #FAFAFAd2, inset 0px -1px #BCBCBC9D;
}
.RebarItem:active, .RebarItem.pressed {
background: linear-gradient(180deg,#6C6C6C5C,#C0C0C04D);
border-radius: 1px;
box-shadow: 0 0 0 1px #7373738D, inset -1px 0px #595959AE, inset 1px 0px #595959AE, inset 0px 1px #3A3A3AAE, inset 0px -1px #B5B5B55E;
}



#interaddress {
            top: -4px !important;
}

#BrowserView {
    height: calc(100% - 78px) !important;
}






#GoToolbarBtnIco {
    background-image: url(assets/iconset/xp/InterGo.png);
            background-position: 0px 0;
        width: 20px;
height: 20px;	
top:2px;
left: 0px;
}

.RebarItem:hover > #GoToolbarBtnIco {
    background-image: url(assets/iconset/xp/InterGo.png);
        background-position-y: -20px;
}

.StatusBar {
  border-top: 1px solid #909090;
      box-shadow: inset 0px 3px 3px #BCBCBC, inset 0px -3px 3px #DADADA;
background: linear-gradient(90deg, #E9E9E9 20%, #E3E3E3) !important;
margin-top: 0px;
height: 22px;
}

.StatusBarPart {

padding: 3px 4px;
height: calc(100% - 2px);
}
/* normal pane type */
.StatusBarPart:not(:last-child) {
  box-shadow: inset -1px 0px white, inset -2px 0px #B1B1B1 !important;
background: transparent;
}
/* Gripper pane type */
.StatusBarPart:last-child {
	background: transparent;
  box-shadow: none !important;
}

.StatusBarPart:last-child::after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAAXNSR0IArs4c6QAAAOZJREFUOE/l0cFKw0AQBuB/klg34CuJmrQ0aNyT4kN6aXUTEkJbEZ8ou1jQNr9kxZtCSPXk3gZ2Zvb/VnDgkQP78V8HGFMyVjHS6YWMMmhWGzrnoHU+HnFPsuswfsDX9w+K8GAKBlGEPJv7+8uiplIK8/RsmIGparZti7vbG4QiUm+eaZ2Fzi+HR+gzb3cdTo5C/4o3ksRfGZRFxUmsME3O/bb7xSOPlYLOZr5elI03yJLT7w3WqyfaVwedX0FExFQNEQZIkwRx2Bu80FoLfZ39bNBH3BOIgs8l2/eOk0g8Yl/vfsvgAzmSX970aNVyAAAAAElFTkSuQmCC);
	width: 16px;
	height: 17px;
}


/*Rimet XP theme*/