/*Windows Vista Basic theme ported to CSS by APH, Tab & button CSS from 7.CSS, Original Aero theme by Microsoft*/ 
@import url('fonts/SegoeUI.css');
@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/vista/iconset.css');

/* Custom scheme vars, for custom classic themes */
:root {     
--ActiveTitle: rgb(153 180 209);
--AppWorkspace: rgb(171 171 171);
--ButtonDkShadow: rgb(105 105 105);
--ButtonFace: rgb(240 240 240);
--ButtonHilight: rgb(255 255 255);
--ButtonLight: rgb(227 227 227);
--ButtonShadow: rgb(160 160 160);
--ButtonText: rgb(0 0 0);
--GradientActiveTitle: rgb(185 209 234);
--GradientInactiveTitle: rgb(215 228 242);
--GrayText: rgb(128 128 128);
--Hilight: rgb(51 153 255);
--HilightText: rgb(255 255 255);
--InactiveTitle: rgb(191 205 219);
--InactiveTitleText: rgb(67 78 84);
--InfoText: rgb(0 0 0);
--InfoWindow: rgb(255 255 225);
--Menu: rgb(240 240 240);
--MenuText: rgb(0 0 0);
--TitleText: rgb(0 0 0);
--Window: rgb(255 255 255);
--WindowFrame: rgb(100 100 100);
--WindowText: rgb(0 0 0);
--Background: rgb(0 0 0);
--MenuBar: rgb(240 240 240);
}

:root {
--activebar: none;
--inactivebar: none;
--bodybgcolor: rgb(0, 0, 0);
--desktopbgimg: url("wallpapers/vista/img24V.jpg");
--taskbarboxshadow: none;
--taskbarbackground: url("assets/taskbar/basic/basictaskbarmiddle.png");
--desktopbgsize: 100% 100%;
--desktopbgposition: center;
--desktopbgtile: no-repeat;
--globalfont: 'SegoeUI', Segoe UI, Tahoma, Verdana, Jomolhari, Times New Roman, sans-serif;
--buttonfont: Microsoft Sans Serif, Tahoma, Jomolhari, Times New Roman, sans-serif;
--infofont: 'SegoeUI', Segoe UI, Tahoma, Verdana, Jomolhari, Times New Roman, sans-serif;
--menu-button: url('assets/taskbar/basic/buttons/basicstartbtn.png');
--menu-button-hover: url('assets/taskbar/basic/buttons/basicstartbtn.png') 0 -46px;
--menu-button-pressed: url('assets/taskbar/basic/buttons/basicstartbtn.png') 0 -92px;
}


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

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

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

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

#AeroBasicSchemes {
	display: block !important;
}

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

body {
    color: #000;
}
h1 {
font-size: 12pt;
    color: #003399;
    font-weight: normal;
    font-family: 'SegoeUI', Segoe UI;
}

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


input[type="text"], textarea, input[type="password"] {
	border: 1px solid #E2E3EA;
	border-top: 1px solid #ABADB3;
    border-radius: 2px;
        box-shadow: none !important;
}

input[type="text"]:hover, textarea:hover, input[type="password"]:hover {
		border: 1px solid #C5DAED;
	border-top: 1px solid #5794BF;

    border-radius: 2px;
        box-shadow: none !important;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus {

	border: 1px solid #B5CFE7;
		border-top: 1px solid #3D7BAD;
    border-radius: 2px;
        box-shadow: none !important;
}

input[type="text"]:disabled, textarea:disabled, input[type="password"]:disabled {
	border: 1px solid #AFAFAF;
	border-top: 1px solid #AFAFAF;
    border-radius: 2px;
        box-shadow: none !important;
}

.ListBox, #searchResults {
	border: 1px solid #828790;
border-radius: 0 !important;
        box-shadow: none;
}

.window:before {
    content: none;
}

.window {
    border: none;
    font-family: var(--buttonfont);
    font-size: 8pt;
}

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



#windowcontent {
border: 7px solid transparent;
border-top: none;
border-image-source: url('assets/frames/basic/basicinactiveborderimage.png');  
border-image-repeat: stretch;
border-image-slice: 7;
  border-style: solid;
  border-top-style: none;
background-color: var(--ButtonFace);
box-shadow: none;
}


#windowcontent {
    border-width: 7px;
    margin: 0;
    margin-left: -2px;
    top: 0px;
    width: calc(100% - 10px);
    height: calc(100% - 22px);
}

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

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

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

.window_bar {
width: 100%;
border-radius: 7px 7px 0 0;
margin: -2px 0 0px -2px !important;
padding: 0 2px;
height: 28px;
font-size: 9pt;
line-height: 33px;
text-indent: 24px;
color: rgb(67,78,84);
font-family: 'SegoeUI', Segoe UI !important;
background-image: url('assets/frames/basic/basictitlebarleft.png'), url('assets/frames/basic/basictitlebarright.png'), url('assets/frames/basic/basictitlebarmiddle.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 28px 56px, 35px 56px, calc(100% - 63px)  56px;
	    background-position-y: -28px;
}

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

.window.maximized #windowcontent { 
top: -3px;
}

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

.window.current > .window_bar, .window.forceActive > .window_bar {
color: black;
background-image: url('assets/frames/basic/basictitlebarleft.png'), url('assets/frames/basic/basictitlebarright.png'), url('assets/frames/basic/basictitlebarmiddle.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 28px 56px, 35px 56px, calc(100% - 63px)  56px;
	    background-position-y: 0px;
}

.window_bar strong {
font-weight: normal !important;
    font-family: 'SegoeUI', Segoe UI !important;
    line-height: 33px;
}

.resizeableWinBar {
 top: 0px !important;
}

.window.maximized .window_bar {
background-image: url('assets/frames/basic/basicmaxtitlebar.png'), url('assets/frames/basic/basicmaxtitlebar.png'), url('assets/frames/basic/basicmaxtitlebar.png');
background-repeat: no-repeat, no-repeat, repeat-x;
background-position: left, right, center;
background-size: 1px 40px, 1px 40px, 100% 40px;
    border-radius: 0;
		    background-position-y: -20px;
		    height: 20px;
			    line-height: 21px;
}


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

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

.window.maximized .window_bar strong {

    line-height: 21px;
}


.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 {
background: linear-gradient(180deg,#F2F2F2 22%,#EBEBEB 45%,#DDDDDD 0,#CFCFCF);
border-radius: 0;
    border: 1px solid #8e8f8f;
    box-shadow: inset 0 -2px 2px hsla(330, 0%, 100%, .8), inset 0 1px 1px #fff;
line-height: 17px;
height: 20px;
}

.tabbutton:not(.selected):hover {
background: linear-gradient(180deg,#EAF6FD 22%,#D9F0FC 45%,#BEE6FD 0,#A7D9F5);
    border-color: #3c7fb1;
}

.tabbutton.selected {
background: #fff;
border-color: #919b9c;
border-bottom: 1px solid transparent;
top: -3px;
}

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

.tabcontent {
box-shadow: 0px 1px #fff;
background: #fff;
border: 1px solid #888;
/* width: 382px; */
}

.button, div[id^="mBox-button"], button {
font-family: var(--buttonfont);
background: linear-gradient(180deg,#F2F2F2 22%,#EBEBEB 45%,#DDDDDD 0,#CFCFCF);
    border: 1px solid #8e8f8f;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.8), inset 0 1px 1px #fff;
min-height: 21px;
line-height: 21px;
    font-size: 8pt;
}

.button:hover:not(.disabled, :active), div[id^="mBox-button"]:hover:not(.disabled, :active), button:hover {
background: linear-gradient(180deg,#EAF6FD 22%,#D9F0FC 45%,#BEE6FD 0,#A7D9F5);
    border-color: #3c7fb1;
}

.button.active:not(.disabled), .button:active:not(.disabled), div[id^="mBox-button"]:active:not(.disabled), button:active {
background: linear-gradient(180deg,#E5F4FC 22%,#C4E5F6 45%,#98D1EF 0,#6DB6DD);
    border-color: #2C628B;
    box-shadow: inset 0px 0px 2px black;
}

.button:focus:not(.disabled, :hover, :active), div[id^="mBox-button"]:not(.disabled, :hover, :active), button:focus {
	border-color: #3C7FB1 !important;
box-shadow: inset 0 0 0 1px #46d6f9e0;
    outline: 1px dotted #000;
    outline-offset: -4px;
}

.button.disabled, div[id^="mBox-button"]:disabled, button:disabled {
background: #f4f4f4;
    border-color: #adb2b5;
    color: #838383;
text-shadow: none;
}

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

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

#MenuButton {
    top: -8px;
    margin-left: 0px;
    width: 60px;
    height: 46px;
}

#MenuButton {
background: var(--menu-button);
box-shadow: none !important; 
}

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

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

#MenuButtonStartText {
    display: none;
}

#MenuButtonStartIcon {
    display: none;
}


#AboutClose {
    position: absolute;
    right: 128px;
}

.DropdownBox {
height: 15px;
background: linear-gradient(180deg,#F2F2F2 22%,#EBEBEB 45%,#DDDDDD 0,#CFCFCF);
    border: 1px solid #8e8f8f;
    border-radius: 3px;
    box-shadow: inset 0 -1px 1px hsla(0,0%,100%,.8), inset 0 1px 1px #fff;
}

.DropdownBox:hover:not(:disabled) {
background: linear-gradient(180deg,#EAF6FD 22%,#D9F0FC 45%,#BEE6FD 0,#A7D9F5);
    border-color: #3c7fb1;
}

.DropdownBox:active:not(:disabled) {
background: linear-gradient(180deg,#E5F4FC 22%,#C4E5F6 45%,#98D1EF 0,#6DB6DD);
    border-color: #2C628B;
    box-shadow: none;
}

.DDcontainer.selected .DropdownBox {
background: linear-gradient(180deg,#E5F4FC 22%,#C4E5F6 45%,#98D1EF 0,#6DB6DD);
    border-color: #2C628B;
    box-shadow: inset 0px 0px 2px black;
}

.DDcontainer.selected .DropdownText {
    background: none !important;
    color: black !important;
}

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

.dropdownlink:hover {
    text-decoration: none;
}
.DropdownText {
    display: inline-block;
    width: calc(100% - 12px);
    height: 14px;
    padding: 1px;
    text-indent: 0px;
    line-height: 14px;
    position: absolute;
    margin-left: -2px;
    color: #000;
}

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

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

.DropdownBoxButton {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAvSURBVDhPYxgFVAGMUBoE/kNpbIARWSEIYFMMVoOuEASQFWOTRwH4nDEK0AEDAwDUuAQDxLdX5AAAAABJRU5ErkJggg==");
    background-size: 10px;
    width: 10px;
    right: -1px;
     top: -1px;
    background-position: 0 0;
    box-shadow: none;
}

.DDcontainer:hover .DropdownBoxButton {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAvSURBVDhPYxgFVAGMUBoE/kNpbIARWSEIYFMMVoOuEASQFWOTRwH4nDEK0AEDAwDUuAQDxLdX5AAAAABJRU5ErkJggg==");
}

.DDcontainer:active .DropdownBoxButton {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAvSURBVDhPYxgFVAGMUBoE/kNpbIARWSEIYFMMVoOuEASQFWOTRwH4nDEK0AEDAwDUuAQDxLdX5AAAAABJRU5ErkJggg==");
}


#taskbarSeperator {
    width: 103px;
}

#Taskbar { 
height: 30px;
}

.taskband {
    bottom: 0;
    height: 30px;
    box-shadow: none;
    color: #FFF;
    background: url('assets/taskbar/basic/taskbands/basictaskband.png');
    background-size: 100% 100%;
	line-height: 29px;
    text-indent: 12px;
    margin: 0px 0 0 -2px;
    max-width: 158px;
font-family: 'SegoeUI', Segoe UI !important;
font-size: 9pt;
}

#taskbandContainer {
    height: 31px;
	margin-top: 0px;
}

.taskband:hover {
	background: url('assets/taskbar/basic/taskbands/basictaskbandhover.png');
}

.taskband:active {
box-shadow: none !important;
	background: url('assets/taskbar/basic/taskbands/basictaskbandactive.png');
}

.taskband.current {
box-shadow: none !important;
	background: url('assets/taskbar/basic/taskbands/basictaskbandactive.png');
}

.taskband.current:hover {
box-shadow: none !important;
	background: url('assets/taskbar/basic/taskbands/basictaskbandactivehover.png');
}

.taskband.current:active {
box-shadow: none !important;
	background: url('assets/taskbar/basic/taskbands/basictaskbandactive.png');
}

#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: -13px;
}

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

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


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

top: 10px;
background-position-x: -28px;
background-color: transparent;
background-position-y: -60px;
box-shadow: none;
width: 28px;
height: 15px;
}

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

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

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



.winBarButton::after {
    display: inherit;
    content: "" !important;
    background-image: url(assets/frames/basic/basiccaptionbuttons.png);
        background-position-y: -52px;
    width: 13px;
height: 13px;
    margin-left: 7px;
    margin-top: 1px;
}

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

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

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




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

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


/* css for max button */

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



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

/* css for min button */

#minimize {
right: 2px;
}

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

/* end of min */

/* css for help button */



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


/* end of help */

#Menu, .submenu {
box-shadow: 2px 2px 5px #0000007a;
border: 1px solid #A0A0A0;
}

.contextmenu {
	background: #F0F0F0 !important;
box-shadow: 2px 2px 5px #0000007a, inset 0 0 0 2px #F5F5F5;
border: 1px solid #979797;
font-size: 9pt !important;
}

.ContextMenuSeparator {
	margin-left: 2px;
	margin-right: 2px;
    background: none;
    border: none;
    box-shadow: inset -1px -1px #FFFFFF, inset 1px 1px #E0E0E0 !important;
}
.contextmenuEntry {
    border-radius: 3px;
	border: 1px solid transparent;
/* 	padding: 1px !important; */
	}
	
.contextmenuEntry:hover {
    background: linear-gradient(0deg, #88D9FF36, #e6ecf5cc 90%, #C6ECFF36) !important;
	box-shadow: inset 0 0 0 1px #C0ECFF45;
    border-color: #65C1E685;
	color: initial;
}

#StartSpine {
height: calc(100% - 0px);
margin: 0px;
}

#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;
font-size: 9pt !important;
}

#Menu {
	    left: 0px;
}

#appearancePreview #windowcontent {
box-shadow: none !important;
}

.watermark {
	bottom: 22px !important;
}

.watermark > strong {
font-family: 'SegoeUI', Segoe UI !important;
font-size: 9pt !important;
    font-weight: normal !important;
color: #fff !important;
bottom: 28px !important;
}
.watermark > p > span, .watermark > p {
font-family: var(--globalfont);
font-size: 9pt !important;
color: #fff;
}

.ListBox {
	font-family: var(--buttonfont);
	font-size: 8pt;
}

/* Systray */
#SysTray {
box-shadow: none !important;
color: white;
margin: 0px;
height: 100%;
text-align: center;
    font-size: 9pt;
font-family: var(--globalfont);
}

#SysTrayTime {
	margin-top: 8px;
	margin-left: 14px;
		margin-right: 14px;
}
#themePreview #windowcontent {
box-shadow: none;
font-family: var(--buttonfont);
}

/* Custom start menu icons */

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

/* Custom Desktop Icons */


/* Desktop Icons */
#DesktopIcons {
	margin: 0;
}
.DeskIcoText, .AppIcoText {
font-size: 9pt;
padding-top: 2px;
    margin-bottom: -3px;
    margin-top: 2px;
    padding: 1px 1px 2px 0px;
}

.DeskIcons {
border: 1px solid transparent;
padding: 0px;
padding-bottom: 2px;
margin-bottom: 16px;
border-radius: 2px;
}


.DeskIcons.current > .DeskIcoText {
background-color: unset;
   outline: none;
    outline-offset: 0px;
}
.DeskIcons:hover {
  background: linear-gradient(180deg,#E4F5FF4D,#D0EEFF4D,#B9E4FF4D) !important;
border: 1px solid #F1F9FF85;
outline: 1px solid #64c8f23d;
}

.DeskIcons.current {
  background: linear-gradient(180deg,#ECF6FDB3,#D8EFFDB3,#C4E9FCB3) !important;
    border: 1px solid #E9F6FDB3;
outline: 1px solid #6FD1FDB3;
}

.DeskIcons:hover.current {
  background: linear-gradient(180deg,#DFF3FDb3,#C7E9FAB3,#ACDFF9B3) !important;
border: 1px solid #DFF2FDB3;
outline: 1px solid #98DCFAB3;
}

/* About fix */

#AboutContent p {
    margin: 0 3px -6px 0;
}

#AboutContent img[src="assets/rimetmII32x32.png"] {
    margin-right: 8px;
}

/* inter browser */
.menubaritem, .MenuItem {
	border-radius: 3px;
	    font-family: Segoe UI;
    font-size: 9pt;
}
.menubaritem:hover, .MenuItem:hover {
background: linear-gradient(180deg,#FAFAFA78 22%,#C5C5C531 45%,#6464642B 0,#DADADA15);
box-shadow: 0 0 0 1px #0000004D, inset 0 0 0 1px #FFFFFF7F;
color: black;
}

.menubaritem:active, .MenuItem:active, .MenuItem.pressed, .menubaritem.pressed {
	background: #00000017;
border-radius: 3px;
box-shadow: 0 0 0 1px #000000A6, inset 1px 1px 3.5px #000000A6;
color: black;
}

.ToolbarButton {
    background: none;
    box-shadow: none;
	    border-radius: 3px;
		    font-family: Segoe UI;
    font-size: 9pt;
}


.ToolbarButton:hover {
background: linear-gradient(180deg,#FAFAFA78 22%,#C5C5C531 45%,#6464642B 0,#DADADA15);
box-shadow: 0 0 0 1px #0000004D, inset 0 0 0 1px #FFFFFF7F;
color: black;
}
.ToolbarButton:active {
	background: #00000017;
border-radius: 3px;
box-shadow: 0 0 0 1px #000000A6, inset 1px 1px 3.5px #000000A6;
color: black;
}
.menubarbtn {
	    background: none;
    box-shadow: none;
		    border-radius: 3px;
}
.menubarbtn:hover {
background: linear-gradient(180deg,#FAFAFA78 22%,#C5C5C531 45%,#6464642B 0,#DADADA15);
box-shadow: 0 0 0 1px #0000004D, inset 0 0 0 1px #FFFFFF7F;
color: black;
}
.menubarbtn:active {
	background: #00000017;
border-radius: 3px;
box-shadow: 0 0 0 1px #000000A6, inset 1px 1px 3.5px #000000A6;
color: black;}

#filemenu {
left: 2px;
top: 0px;
}

.rebar {
   box-shadow: none;
}

#r1stbar {
   box-shadow: inset 1px 0px #FFFFFF73, inset -1px 0px #FFFFFF73; 
    height: 22px;
background: linear-gradient(180deg,#FCFDFE 22%,#E5EAF5 45%,#D3DAED 0);
}

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

#interaddress, #intergobtn {
color: black;
}

.throbber {
box-shadow: none;
margin: 0;
top: 0px;
}
.MenuToolbars {
	margin: 0;
}
#browserbar {
margin: 0;
   box-shadow: inset 1px 0px #FFFFFF73, inset -1px 0px #FFFFFF73; 
background: linear-gradient(180deg, #D3DAED 85%,#E5EAF5 100%);
font-size: 9pt;
font-family: 'SegoeUI', Segoe UI !important;
}

#addressbar {
	text-indent: 2px;
}

#DesktopWPMonitor {
background-image: url("assets/PreviewMonitorXP.png");
width: 185px;
height: 163px;
top: 5%;
left: 25%;
}

#DesktopWPMonitorPreview {
width: 152px;
height: 112px;
top: 10.5%;
left: 9%;
}

.TaskbandIcon {
left: 6%;
margin-left: 1px;
top: 22%;
}



.nonNativeStartPageTxt {
font-family: SegoeUI;
font-weight: normal;
color: white;
font-size: 12pt;
    position: relative;
    top: 10px;
    left: 10px;
}

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

.nonNativeStartPageBlurb {
font-family: SegoeUI;
font-weight: normal;
color: white;
font-size: 12pt;
        position: relative;
    top: 22px;
    left: 10px;
}


.NonNativeStartScreens {
    background: linear-gradient(180deg, rgb(65,111,166), rgb(108,185,110));
    background-repeat: no-repeat;
    background-position: bottom right;
}

.nonNativeStartPageLink {
    font-family: SegoeUI;
font-weight: normal;
color: white !important;
font-size: 9pt;
        cursor: pointer;
        position: relative;
    top: 37px;
    left: 10px;
}

.nonNativeStartPageLink:hover {
text-decoration: underline;
}

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


.MenuBar {
	height: 18px;
	background: linear-gradient(180deg,#FEFEFF 22%,#E5EAF5 45%,#D3DAED 0, #E1E6F6 100%);
	box-shadow: inset 1px 0px #FFFFFF73, inset -1px 0px #FFFFFF73;
	border-bottom: 1px solid #B6BCCC;
}
.window.current > #windowcontent > .MenuToolbars > .MenuBar {
	background: linear-gradient(180deg,#FCFDFE 22%,#E5EAF5 45%,#D3DAED 0, #E5EAF5 100%);
	box-shadow: inset 1px 0px #FFFFFF73, inset -1px 0px #FFFFFF73;
	border-bottom: 1px solid #B6BCCC;
}

.MenuItem {
	height: 16px;
	padding-left: 6px !important;
	padding-right: 6px !important;
	margin-top: 2px;
	margin-left: 0px;
	line-height: 16px;
}


#StartSpine {
background-color: #029EFB;
background-image: url("assets/rimetmIIStartSpineLH.png");
}

#AbtDialogBanner, #AbtDialogProgressBar {
	width: 417px !important;
	left: 0px !important;
}
/* quick launch */
.TaskbarFolderToolbar {
 margin-top: 1px;
 height: 22px;
        z-index: 1;
}

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

.ToolbarIcoImg {
width: 16px;
height: 16px;
position: relative;
left: 3px;
margin-left: 0px;
top: 6px;
}

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

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

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


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


#ExplorerContents {
height: calc(100% - 18px);
}

/* Checkboxes from 7.css */

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: none;
    margin: 0;
    opacity: 0
}

input[type=checkbox]+label:before {
    background: #F6F6F6;
    border: 1px solid #8e8f8f;
    box-shadow: inset 0 0 0 1px #f4f4f4,inset 1px 1px 0 1px #aeb3b9,inset -1px -1px 0 1px #D4D5D6,inset 3px 3px 6px #cbcfd5;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 14px;
    margin-right: 6px;
    width: 14px;
}

input[type=checkbox]+label:hover:before {
    background: #E7F7FE;
    border-color: #5586A3;
    box-shadow: inset 0 0 0 1px #def9fa,inset 1px 1px 0 1px #79C6F9,inset -1px -1px 0 1px #A3DBFA,inset 3px 3px 6px #B1DFFD;
}

input[type=checkbox]+label:active:before {
    background: #E0F4FE;
    border-color: #2C628B;
    box-shadow: inset 0 0 0 1px #C2E4F6,inset 1px 1px 0 1px #5EB6F7,inset -1px -1px 0 1px #8CD0F8,inset 3px 3px 6px #9DD5FC;
}

input[type=checkbox]:focus+label {
    outline: 1px dotted #000;
}

input[type=checkbox]:checked+label:after {
	background: none !important;
    color: #4B6097;
    content: "\2714";
    display: block;
    font-weight: 700;
    left: -16px;
	font-size: 12px;
    position: absolute;
    top: -4px;
}

input[type=checkbox]:disabled+label {
    opacity: 1;
	    text-shadow: none;
color: rgb(128, 128, 128);
}

input[type=checkbox]:disabled+label:before {
    opacity: 1;
	box-shadow: none;
	background: #F7F7F7;
	border-color: #B1B1B1;
}
/* This is also a good example on how to use image based radio buttons!! (from an msstyles for instance) */


input[type=radio]+label:before {
background: url(assets/comctl/basic/radiobutton/radio.png);
    box-shadow: none;
	height: 13px;
	width: 13px;
}

input[type=radio]+label:hover:before {
background-position-y: -13px;
}

input[type=radio]+label:active:before {
background-position-y: -26px;
}

input[type=radio]:disabled+label:before { 
background-position-y: -39px;
}

input[type=radio]:checked+label:before {
background-position-y: -52px;
}

input[type=radio]:checked+label:hover:before {
background-position-y: -65px;
}

input[type=radio]:checked+label:active:before {
background-position-y: -78px;
}

input[type=radio][disabled]:checked+label:before { 
background-position-y: -91px;
}


input[type=radio]:checked+label:after {
      display: none !important;  
}
.groupbox {
	border-radius: 3px;
	border: 1px solid #D5DFE5;
	box-shadow: none;
}

.groupboxLabel {
	background-color: unset;
	color: #000;
}

/* XP style Start Panel */

/* XP style Start Panel */
#Menu.StartPanelMode {
   width: 406px;
   padding: 0;
   height: 440px;
    border: none;
        border-radius: 8px 8px 0 0;
            font-family: Segoe UI !important;
} 

.StartPanelLink {
color: rgb(40, 40, 40);
        font-family: Segoe UI !important;
    font-size: 9pt !important;
}

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

#UserPane {
background: none;
width: 100%;
position: absolute;
    height: 64px;
margin: 0;
}

#ProgList {
border-image-slice:
13 6 0 13 fill;
border-image-width:
13px 6px 0px 13px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/basic/ProgramsBackground.png);
    margin: 0;
    width: 261px;
    height: 373px;
     padding: 11px 2px 0px 9px; 
                     border-radius: 8px 0px 0 0;
}

#MoreProgramsArea {
border-image-slice:
4 6 4 13 fill;
border-image-width:
4px 6px 4px 13px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/basic/MoreProgramsBackground.png);
height: 30px;
width: 261px; 
padding: 3px 4px 4px 11px; 

}

#PlacesList {
border-image-slice:
7 7 2 0 fill;
border-image-width:
7px 7px 2px 0px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/basic/PlacesBackground.png);
    margin: 0;
    width: 145px;
    height: 440px;
 padding: 75px 4px 0px 5px; 
                 border-radius: 0px 8px 0 0;
                 z-index: 1;
}

#LogoffPane { 
padding: 2px 2px 6px 5px; 

border-image-slice:
8 3 11 10 fill;
border-image-width:
8px 3px 11px 10px;
border-image-repeat:
stretch stretch;
border-image-source:
url(assets/startpanel/basic/LogoffPane.png);
    height: 37px;
    margin: 0;
}

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

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



#UserPaneTile {
	width: 64px;
height: 64px;
display: block;
top: 1px;
right: 40px;
    z-index: 2;
    margin-top: 2px;
}

#UserPaneTile::before{
    content: '';
    	width: 64px;
height: 64px;
display: block;
    position: absolute;
background: url(assets/startpanel/basic/UserTileBackground.png);
}

#TilePhoto {
margin: 8px;
}


#UserPaneTile {
display: block; 
}

#UserPane span, .PlacesBarMIcon {
display: none;
}

#AllProgramsLink {
		    padding-top: 4px;
                font-weight: bold;
    color: rgb(40, 40, 40);
}

.PlacesListLink {
color: #fff;
}


.LogoffPaneLink {
    z-index: 1;
    position: relative;
    left: 149px;
}
.LogoffPaneButtonIcon {
    background-image: url(assets/startpanel/lunablue/PowerBtns.png) !important;
}

.LogoffPaneLink {
    color: white;
}

.LogoffPaneLink span {
    display: none;
}

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

.PlacesLinkTitles {
    margin-left: 8px;
}

.PlacesListLink {
    padding-top: 9px;
    padding-bottom: 9px;
}


.StartPanelArrow {
    font-size: 0px;
    background-image: url(assets/startpanel/basic/ProgramsArrow.png) !important;
    background-position-y: 0px!important;
    width: 18px;
    height: 18px;
    top: -14px;
    right: 113px;
}

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

#AllProgramsLink .submenu {
left: 149px;
}

#ExplorerPlacesCategory {
    font-weight: unset !important;
}

.StartPanelLink {
    padding-top: 10px;
	padding-bottom: 11px;
}

.StartPanelLink.dapp {
    padding: 3px 0px;
}
#ProgList .StartPanelLink.dapp .StartMenuMIcon {
margin-top: -1px;
}


.StartPanelLink:hover {
background: unset !important;
    box-shadow: none;
border-image-source: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAAedJREFUSEu9lk1rE1EYRs+9SUkyRjFtqNTiahzprj9CBOkPkIK4dRmrSFFqIVCLUkShS1eiCO6FIog/IroRa1ZSiyVtRGs+aGZGBmeYdy5ORolmtofzPO/9glEAtcbReZReUL465yv/A763tTk/8UbVGoNF29KXL56C2QLs9OHVF2h2vOdqqeE+veWoSgFwgRzQB+5v+211reG9XJ+DbkDCr5SDlffwD2BHxFpm7Ljh2hyYnavROjPh90G8Q8fzkDBTYT3oFKaVh3rUOSI8igeyJozYQwHL44AOHHrxQGUN9e3wDq068EPAYxrW/hiasQlzOBQbX84bnd8EPPFXsC3Mimm2g6cVfsGTS0ybCu848FWYJwtwN9qhTHggzElprjhgdq5HsaPB/X58oFMFTSI2Fd524ECYkwXNvWigoXA5WEon7qxYmo3IzIQtYVZNMx2ehVY37qyWNBsfw0u9nAX3hDltmqnwpg2tnugsah40w87R4J6InTZjd8W0MyWjc9zwhg2fxZGdtjQPo034T/C6Dbuic8bSPIo6M6E5bcIcCndE56zZ+Vu49NZ9cvWMmuq6HsGRFjWUcprHn/x9VXs3uGQX9ZULVSjmoOfC6xY0e94z9esnYrCoUQs+qqLw2x7+1uZ8/sVPV8c2Uqx57zMAAAAASUVORK5CYII=');
border-image-repeat: stretch;
    border-image-outset: 0;
border-image-slice: 3 3 3 3 fill;
    border-image-width: 3px 3px 3px 3px;
	color: unset !important;
}

.PlacesListLink:hover {
background: unset !important;
    box-shadow: none;
border-image-source: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAAedJREFUSEu9lk1rE1EYRs+9SUkyRjFtqNTiahzprj9CBOkPkIK4dRmrSFFqIVCLUkShS1eiCO6FIog/IroRa1ZSiyVtRGs+aGZGBmeYdy5ORolmtofzPO/9glEAtcbReZReUL465yv/A763tTk/8UbVGoNF29KXL56C2QLs9OHVF2h2vOdqqeE+veWoSgFwgRzQB+5v+211reG9XJ+DbkDCr5SDlffwD2BHxFpm7Ljh2hyYnavROjPh90G8Q8fzkDBTYT3oFKaVh3rUOSI8igeyJozYQwHL44AOHHrxQGUN9e3wDq068EPAYxrW/hiasQlzOBQbX84bnd8EPPFXsC3Mimm2g6cVfsGTS0ybCu848FWYJwtwN9qhTHggzElprjhgdq5HsaPB/X58oFMFTSI2Fd524ECYkwXNvWigoXA5WEon7qxYmo3IzIQtYVZNMx2ehVY37qyWNBsfw0u9nAX3hDltmqnwpg2tnugsah40w87R4J6InTZjd8W0MyWjc9zwhg2fxZGdtjQPo034T/C6Dbuic8bSPIo6M6E5bcIcCndE56zZ+Vu49NZ9cvWMmuq6HsGRFjWUcprHn/x9VXs3uGQX9ZULVSjmoOfC6xY0e94z9esnYrCoUQs+qqLw2x7+1uZ8/sVPV8c2Uqx57zMAAAAASUVORK5CYII=');
border-image-repeat: stretch;
    border-image-outset: 0;
border-image-slice: 3 3 3 3 fill;
    border-image-width: 3px 3px 3px 3px;
	color: white !important;
}

#AllProgramsLink:hover {
background: unset !important;
    box-shadow: none;
border-image-source: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAXCAYAAADDcYV1AAAAAXNSR0IArs4c6QAAAR1JREFUKFN10UtLw1AUBOC5D9OHJk1aRRHUCiKCbiwiij/bnfuiiNRNCyKC9VUU2yZNNE1ibo6URhsDbj/mnMUMIyK6s8e48QV2ygpbVgms3ffJURJ7BkPbJZgiBjt7CWjfFIgSgsYZrh0Fdvoc0kmNYxwTSpKhOUhm6EUEXctilcP7IuhzDM1hmjyeYJo8z+IoIlQ0hl88sjickGAWGC7s9PzQ4rBDglVguMxiP0iwWOQzPDA5hmGCaoHjyknP/8X3IMFSMZd89ROslHPY+1RYnRd/fz59KKwt5PDBU9jQM9gwBbpujLoh0frps1ER6Hox6rpEa6SmzW8bEo9ujHVD4taNwTrpRssa8BZhutFkzc5gjPtAYLOosFsr4RvEtdwm4CpSgwAAAABJRU5ErkJggg==');
border-image-repeat: stretch;
    border-image-outset: 0;
border-image-slice: 11 2 6 2 fill;
    border-image-width: 11px 2px 6px 2px;
	color: unset !important;
}
.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: inset 1px 0px #FFFFFF73, inset -1px 0px #FFFFFF73; 
background: linear-gradient(180deg,#FCFDFE 0%,#E5EAF5 13%,#D3DAED 0, #D3DAED 85%,#E5EAF5 100%);


}
.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;
border-radius: 3px;
        margin-top: 1px;
    margin-left: -3px;
padding-left: 4px;
padding-right: 4px;
}

.RebarItemIco16 {
top: 24%

}

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

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

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

.RebarItemNo1 {
    margin-left: 3px;
}

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

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

.RebarItem:hover {
background: linear-gradient(180deg,#FAFAFA78 22%,#C5C5C531 45%,#6464642B 0,#DADADA15);
box-shadow: 0 0 0 1px #0000004D, inset 0 0 0 1px #FFFFFF7F;
color: black;
}

.RebarItem:active, .RebarItem.pressed {
	background: #00000017;
border-radius: 3px;
box-shadow: 0 0 0 1px #000000A6, inset 1px 1px 3.5px #000000A6;
color: black;
}




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

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



#AboutContent {
	font-size: 9pt;
}



  .ui-tooltip {
    padding: 1px 4px 1px 4px;
    color: rgb(87 87 87);
border-image-slice: 4 4 4 4 fill; 
border-image-width: 4px 4px 4px 4px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAYAAAD5Jg1dAAAAAXNSR0IArs4c6QAAAdNJREFUOE91ks+KGkEQxqu6ZxQM7BxMELwl5D2yj+Ab7J69zKro6JgZnSCKLsi4l4CnrEefTMxeNgSMM9NdSfXE4J9Y0IeGX9f31VeN8KeGw+FMa32ntXayLCsiIiDiXkr5SkTPo9Gog0EQLMrl8n2tVrupVqtg2zakaQq73Q72+z2s1+tss9l8ZXBbr9ffVSoVSJIEisUiEBFopUGThu12C8vl8gXDMNTNZhMdxwGtNQgh2I2B+fDd9/2f6HV6NB6PAREgUwpsWxrwUEmSwWAwgAvQkmdgmvKwl6DAXPpQSqv/dzyhAIzvQfhXOvoScW7m8ADHxXcDdtpdiqIIUFwBNeXSrVab2Cx74yjOO7KKARuNVt4R0cAc8nFZ0srBrveZfN83pqUlzUbOPZqcO23fgCwppQSl1PngMJlMAFtNj/r9vgH4Q2QqOwHZznQ6zUHP84zHw46PSSEFPM4eeTN9ajQaYNkWpEn678EB5iTm8zlgrxuQ67pQKBRg92sHUpzumpXiODZg6rqudQ3kznEcK+x6wfeHB/ftNZDTWCyeXtDz/KcP7z/e3d5+uimVShebWa1WP4QQz2bUMIxmAuS9JuUQQSEfhBIifH1TKn3r9dud3+iTDWyVTIJsAAAAAElFTkSuQmCC");
border-style: solid;
    border-radius: 0px;
    background-color: transparent;
    font-family: SegoeUI;
    box-shadow: none;
      animation: none;
      font-size: 9pt;
  }


/* SysList */
.ListIconText {
    font-size: 9pt;
}

.ListIconText {
	background-color: unset!important;
   outline: none!important;
   


    outline-offset: 0px!important;
}

.window.current > #windowcontent > .SysList > .SysListIcon.current > .ListIconText {
	    color: revert-layer !important;
}

.SysListIcon {
border-image-slice: 3 3 3 3 fill; 
border-image-width: 3px 3px 3px 3px;
border-image-outset: 0px 0px 0px 0px;
border-image-repeat: stretch stretch;
}

.SysListIcon:hover {
border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAAyVJREFUSEvdlG1rU2cYx/8nd8hpz8xGZunTUGQWxG72RYT0YLiRchbPncVRtvpJ9sZPYMEKfSGzPiDMDxHhlD5IWN1OoHlR9gCKs9KK1dU0dqmJJ7nvdFw5yRJDFR0Kstc//tf1vx41ADg3f78P3vZAN6uFy+W/i8/DPRuTXx17op2d++3g6PAXJw7340g4gFC1hsry2s4d517xZ+3C4upogh86bUj8Wd5G/uN92F/Ucfjq4oO0Nu38zpNjwyLowTUoB4AdHeaNXzYc7WJ6hSetEcGqPlRSoRph5qWFVYI5nkxEBfPg6gCkLGE3YpiXFu462rST40krKoIVuCFSqhJq4QaccrL8Gyv2ElRhw5zJ/EHKLE92wLqyE5IhqUqoNsNSzpQVFQHKqaiQdjif46mTUREo+4YgS6g23V6cz3G7HcKDCuvm5QzVOZ/jybGokM/h6lKBBWU79Dski6+AX1sjoroXnHKW+Hd2vAXhNQytOtobQwMKkB3KM3ZceEUa2WshNYGUuj9PytlU0jwBD7UwwfUOQ28Js/xbOya8gnJ1JcGYgooY5owftgWZktAZLZhh/vCuIFymPAShUOsxzCsvh21B+alhXrvVMDRux8SLAu2QR5uLACkzG77b9wAnnSyfqOdULqtIMFQQ7AubM5TzvcElPmHH985JmzBux8VOQblBGhkU9B66T2pCeomPpwjChVKgmep9ug+n00s8lYqL7QL1FtCVh64+3bz6n6Afdr31E57mVf3VMM+DMWiY125TTifL7URMbG0qNwgg9OFDKya28i23XYOGef3fUqyY2Mz7L5WpEj7qbYOJREzkN1uwu7fRBFrN5KthjttWVFD76PfRVNqUTUiPkebZhPVzyPHEWFRs0TnUlSXo/YZ5/ac9YFCVYLRDy4qKZ3m4rKFsgyvcskbqhmjB6FEZvYZ55XY97P8S1u+ks06bmvAXdch7Czg5uzJ66tRIqvBY3QvUZCG0uxvpHuga+jHz4Kb2/eyvB45+/tnJ40ORI0wiUH6B2sNnuLN4/1FGo899dm754Cc1DOzTu0OeJytPA2zjfOLLtX8ABoShy3zn1kYAAAAASUVORK5CYII=");
}

.SysListIcon:hover.current, .window.current > #windowcontent > .SysList > .SysListIcon:hover.current {
	border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAA6lJREFUSEul1e9PW1Ucx/H3ube3l9vSC4VOGDAYBba67L/w2f4As8SY6H9lFh8YjcYIYQ9OsmczGjVbcGEqrPyKifJjbaG0tBXKudwfy2k7KVtdmHv86uf8+Jx8ewXAZxt/f3DVse54/zRveJG5edbX/+CTmcxDcW9j++6Q2//RTCZNnwkHZUVD2Gw3va/F/Z3Kl9dG02kXiAXgh3BswNJfjaqYz+/K23PjOEEbVQChAz+t1xFyc1/eyl4hfgL4EABBAn7eeBOuVxGLfxbl7ewI5jFwBoEB9MGPmxq3CvL92VFMvazngxGDBPywXkbc39iVuZlxjNMI4Z1hijg48P2WxvyOvDU3Qah8DC/Axm4lH15Er4PORbw5NwHKAy8ggUPYSh4gFtd2ZG62C4VF6MQuhbsyNzt+vuzF5EvU91QksLv37GCz3a2tHzgBv2zX9YG60ANb1/cv5gsyNzcKOtmFj3bqiIX8nrw5NwYnIM7AMWjt+WivjpjP78lcF1qhh3DjPG7jrsxlxwkVGB7Eo25cLcjc7OhruLR3jJh/BWORwuy3eVzQy74NmoFCpGyWnvdI9sRAgfDAjBRGv82vrat09vz/6HdK6LlsT1xcLci57Kh+Z6JT1RpDfaAnu/o9L4PqFFD/kdQYKEXCFJjJOE/0PRdXijJ3Y4RGDczAxxZBq/hWCe+OtRoYoY9tBJhJm2V9lfmVosxmR2gcKeKWiX4VO5Xkt0JDF1+U0xprCtvsoJtkuXh59LFNfZ0zbNdpJxfXKnJqOs3RoYdlGMSCJvFUiuVia1begAv5srw+NcxRVREXEIu88+RboRX5WINJnj5v6Cm7uOwFnM8fyKnJDLWqwhJ6sruS5+hhiUj/I2C5Dk/bDVXk1PU0tapGsHS3gyl+L528E66U5eT0MNWqIiZ0t4rEoMsfJT28HSwfKcxWQwrHdXlWPEZ8t3IgJ6YylOudZKhwBlzWL481j5gRYYYezkCqnVzIV+S1yTTFQ4UgxDZCnIHkq+gjogDb9HHcJOut065W5PhkmlJFYegkIamhZPu0r2NEaijRC/WrBKQyCfKFTrftZX0M9HflJap2Q2OTw5QOPUwibMPHzSRZK/VCQtz3HNZKTX2gfTl27Uo7GelhUgxdTbHVSl4KqwozBCPwzpPf5MtfTEwOD5fLSn80WqM/NJJka//0UNx7tv/h0ED64347hh0H7wzqp1BuNr8S+tef5yt3+8zYHRPSoWlVPaIHn84mvn0B2VsjdJ+fxmAAAAAASUVORK5CYII=") !important;
}


.window.current > #windowcontent > .SysList > .SysListIcon.current, #DesktopContents .SysListIcon.current {
	border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAA2pJREFUSEvF1dFvU2UYx/Hv6fv2nO50Y6uomYOskczdeKHBdNCGmSgStMFbQ2L4O7jwmoviRvgHDDo2ZDdG8xouTLzBdHNjY5toIhCxi05GNmzX2taec94ec05HWhRrYkJ2/cnveZ88533eYwCcmysdt+1aVnvOqONH7vjmM9c+eKX3a+Pct7+fTuyz3x8dtkjEodKAe5vw8xYzxoerW1OvjjybOBSHGOACDxz46odq0cgtF9Txw0kOBvWrPuWai/WcyaXFTYzc4m31bmqURAPinkZLwY4JUzc2Hkfb0zSloGjC9NIGxvmFe+rU2Iv0ORDV4EehLOHK8maABXVqLInttTAioBjiNsbEfEFljyaxHYj5IASUJHzyd7Q1SOFRNCWXApycK6h30q3kP3AiX1DZTBK7EaBGSr+dnPjmJ5U9dohYgJ6HGYWSKfkoPPP6XfX2+Ag9dbCbGkv6lKwuGDZ08wnJaMRnJ7aLueu3VXZ8FLsGlvaISXZxC+MRWrWgWx9TaCo9QbILTi09CSMuFdskxIm5O+pk+iWsKpiOg2Vo6n09TN8q/g9s9PdweSVM3lUn0yPtssKnHreYWQswX1AnMknMGpieR1xIqjGYCmebX1cnMsNE6xB1PXqFpGbBzM0w2YkOvcLsjn/EYHq5IynqYLkOJiZOHK6ulttlAzQ9B8t/DAvqrUwSEXwVrxEm3bjBp63k08VqcBMamE2B0yu5slLqOLMDG32SK6sljFy+oN44kiRahTiNcLV1v8XsWrmNogo2DUQnns+vqzczwxhl6DUcDMdvJ7vixcX76lhqEMo+dvNPpI60k08DKxj/Xva/8MLChnp9bIhmSWP7rdm2JlTBaCO7+Gh8FYzJ+ftqPDWIXw5W0MNEowcsZlfKHVgKkmD6DjphtnBibkONp4agFLxgPjHcXazuLeqd4AXzw7XXA5LZtaCh/LrKjA3j74Dle+A1EQmTz77f3ZUAvQpYTS+8QyQkX+wVTs79otKpg2FDUe0R9Toa6ooX5n9V6dQB3JKPbLoIHUEkJJ9/V8LoihcXNtSR14bCpGg6SC3ayb3A3NKDj9OHn9/vlEB6mggC0Q9f3io/NM4uPnzvhf37zrx8QGIZUHfhx98abLvyshH85M/e2Do9EPGyPTQTrmEWtx19LXd08OpfQFopIp0Hj6oAAAAASUVORK5CYII=");
}


.SysListIcon.current {
border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABKCAYAAAB3lE5hAAAAAXNSR0IArs4c6QAAAhtJREFUSEvVlk2L2lAUhs+90YgaBelaJEGqqAgK/oLZzQ8ohTL/bWgpdC/MrksVxfi9ciG6dCFRUcGvWN4bchtrA8OAHRrIxsf3nPd83EsYEVG9Xn9QVfXRtu2PnPMx5/ylXC7/ZLVa7bOmaV+SySTFYjGaz+d0Pp9puVx+Z6ZpftV1PRGJRMSPeC+XC43HY4u1Wq1qqVSiw+FA6/Wa8KdQKESDwYBYu92uFgoFsm1bvIFAgBRFoW636w87nc5/ADnnopS/umWMXcNcLidahtZBiUaYpunU6YWYkqqqDkRv8/m8VCKsL4QyGAxSr9cj1mw2hRJNR97Xw0ajIXNCDbcyLNxms1lRBgYOM2+HWBPZvj/D+kI0HUsmF8yrfHeIkbmGjscjYWQ4UP1+35nnnWAmkxFTOZ1OYtiapv3O6UKMDPO8gsViEcdcqLAq8XicRqOR49aF7g5J6J5sKG8glDj2q9VKhMWDJgyHQyesL8TeAuImQTl4ZM63Q9M0q7qu036/l4awYJPJhHC9+UPUaRiGUMIQFkwq7whTqZR0e5Pz1RCTiUajTp1w61XeQNS52+3kJlwpvRCNwBGczWZOWEDLskR3sPG+ELEBp9PprfJfQGxfOp2mxWIhjoJ7YQhDd4LYW2+HrnK+E3w2DOODOzKPoQWa8CmRSDyFw2Fxv+PS2G63tNlsvjGMCN8KRPTIGEtwzi1FUV4qlcqPXx7SN8I2meWBAAAAAElFTkSuQmCC");
}

.StatusBar {
  border-top: 1px solid #919191;
  box-shadow: inset 0 0 0 1px white;
  background: #F1EDED !important;
  margin-top: 0px;
  height: 22px;
  font-family: SegoeUI;
  font-size: 9pt;
}

.StatusBarPart {
  padding: 2px 4px;
  height: calc(100% - 2px);
}

/* normal pane type */
.StatusBarPart:not(:last-child) {
  box-shadow: inset -1px 0px #D7D7D7 !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,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAKdJREFUOE/tkjEKg0AUROdfaUXcW7iiN1ZQlEUM2tkKCvYWUUdiGYhoLNLk93+YeTOCmyc3//EXwHUGJFmWJZRSO7/LEIdhYBzHiKLoO4H32k85WNeV1lq4rivLsrAoCmitzzvo+55pmiIIAhnHkUmSwBhzXuBorR8jvGjneQ7P82SaJtZ1vUeYnzOrRwXHcY4ddF3HLMsQhqG0bcumaeD7vvymhSMGG9wmVBEYg8G+AAAAAElFTkSuQmCC);
	width: 16px;
	height: 16px;
}


.ProgressBar.segment {
    border: 1px solid #B2B2B2;
    box-shadow: inset 0 0 0 1px #ffffff70;
background: linear-gradient(180deg,#FCFCFC,#D1D1D1 45%,#BCBCBC 0,#C3C3C3);
		height: 18px;
        border-radius: 2px;
		position: absolute;
		    box-sizing: border-box;
    padding: 0px 0px;
}
.ProgressBarProgress.segment {
  background-color: transparent;
background: linear-gradient(180deg,#CDFFCD,#9CEDAC 45%,#00D228 0,#1CE133);
  background-repeat: repeat;
  background-size: 1px 100%;
  }
