@font-face {
	font-family: windows;
	src: url("../assets/fonts/px_sans_nouveaux.ttf");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.page3 {
	background: #c0c0c0; 
	padding: 16px;
	border: 4px solid #808080;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}

.page3 .display {
	position: relative;
	height: 100%;
	width: 100%;
	border: 4px solid #808080;
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
	overflow: hidden;
}

.page3 .display .w-overlay {
	border-radius: 50% / 4%;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 50%);
    background: radial-gradient(ellipse at center, rgb(255 255 255 / 1%) 0% 40%, rgb(0 0 0 / 50%) 100%);
    position: absolute;
    height: 110%;
    width: 100%;
    top: -5%;
    z-index: 2;
    pointer-events: none;
}

.page3 .windows {
	cursor: url("../assets/img/windows/cursordefault.cur"), default;
	background-color: #00807F;
	font-family: windows, sans-serif;
	position: relative;
	height: 100%;
}

.w-button {
	cursor: url("../assets/img/windows/cursorfocus.cur"), pointer;
	display: block;
    -moz-appearance: none;
	-webkit-appearance: none;
    appearance: none;
    font-weight: 700;
    letter-spacing: .05em;
    border-left: 2px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
}

.w-button:active {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}

.w-button:focus {
	outline: 0;
}

#iconcontainer {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 97%;
}

#iconcontainer .icon {
	width: 82px;
    height: 82px;
	text-align: center;
	padding: 8px 1px;
}

#iconcontainer .icon img {
	width: 32px;
	height: 32px;
}

#iconcontainer .icon span {
	font-size: 8px;
	color: white;
	display: block;
    margin-top: 4px;
}

.window {
	font-weight: 400;
    letter-spacing: .025em;
	font-size: 10px;
    background-color: #c6c6c6;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    position: relative;
	margin: 0px auto;
	position: absolute;
	display: grid;
}

.mainwindow {
	grid-template-rows: 25px min-content auto 20px;
	transform: translate(-50%, -50%);
}

.mediaplayer {
	grid-template-rows: 25px auto min-content;
}

@media (max-width: 1000px) {
	.mainwindow {
		top: 47%;
		left: 50%;
		height: 80%;
		width: 94%;
	}
	.mediaplayer {
		bottom: 80px;
		right: 65px;
		height: 270px;
		width: 320px;
	}
}
@media (max-width: 1600px) and (min-width: 1000px) {
	.mainwindow {
		top: 47%;
		left: 46%;
		height: 80%;
		width: 70%;
	}
	.mediaplayer {
		bottom: 80px;
		right: 65px;
		height: 280px;
		width: 320px;
	}
}
@media (max-width: 1920px) and (min-width: 1600px) {
	.mainwindow {
		top: 49%;
		left: 43%;
		height: 93%;
		width: 58%;
	}
	.mediaplayer {
		bottom: 80px;
		right: 65px;
		height: 350px;
		width: 430px;
	}
}
@media (min-width: 1920px) {
	.mainwindow {
		top: 49%;
		left: 41%;
		height: 93%;
		width: 66%;
	}
	.mediaplayer {
		bottom: 80px;
		right: 65px;
		height: 400px;
		width: 500px;
	}
}
	

.mediaplayer .media {
	grid-row: 2 / 2;
    text-align: center;
    background-color: black;
    margin: 3px;
}

.mediaplayer .media video {
	height:100%;
	max-width: 100%;
}
.mediaplayer .controls {
	margin: 2px;
}

.mediaplayer .wmpprogress {
	width: 100%;
	-webkit-appearance: none;
	background-color: #c6c6c6;
	padding: 5px;
}

.mediaplayer .wmpprogress:focus {
	outline: none;
}

.mediaplayer .wmpprogress::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 13px;
	background: url("../assets/img/windows/progress.png");
	transform: translateY(-4px);
}

.mediaplayer .wmpprogress::-moz-range-thumb {
	height: 15px;
	width: 13px;
	border: 0;
	border-radius: 0;
	background: url("../assets/img/windows/progress.png");
	transform: translateY(0px);
}

.mediaplayer .wmpprogress::-webkit-slider-runnable-track {
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	background: white;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
	-1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

.mediaplayer .wmpprogress::-moz-range-track {
	width: 100%;
	height: 7px;
	box-sizing: border-box;
	background: white;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
	-1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

.mediaplayer .controls {
	grid-row: 3 / 3;
}

.mediaplayer .lowercontrols {
	margin: 4px;
}

.mediaplayer .videocontrols {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 6px;
	height: 18px;
}

.mediaplayer .videocontrols:not(.disabled):not(.clicked):hover {
	box-shadow: -1px 0px #efefef, -1px -1px #efefef, 1px 0px #818181, 1px 1px #818181;
}

.mediaplayer .disabled {
	opacity: 0.5;
}

.mediaplayer .clicked {
	box-shadow: -1px 0px #818181, -1px -1px #818181, 1px 0px white, 1px 1px white;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC);
}

.mediaplayer .speaker {
	float: right;
	padding: 0px;
	height: 16px;
	width: 16px;
	background-image: url("../assets/img/windows/speaker.png");
}

.mediaplayer .speaker.clicked {
	background-image: url("../assets/img/windows/speakermuted.png");
}

.window .header {
    position: relative;
    text-align: left;
    color: #ffffff;
	padding: 4px 4px 5px 4px;
    line-height: 1.4;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid silver;
    border-bottom: 1px solid silver;
    background: linear-gradient(90deg, #000080, #1084d0);
	grid-row: 1 / 1;
}

.window .header .windowicon, .window .header .title {
	float: left;
}

.window .header .title {
	margin-left: 4px;
	font-weight: 600;
}

.window .header .w-button {
	height: 16px;
	width: 16px;
	position: relative;
	float: right;
}

.window .header .w-button img {
	position: absolute;
	left: 1px;
	top: 0px;
}

.window .ietop {
	margin: 2px;
	font-size: 10px;
	border: 1px #818181 solid;
	box-shadow: 1px 1px #ffffff;
	grid-row: 2 / 2;
}

.window .ietop .section {
	padding: 4px 0px;
	border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

.window .ietop .section .ctxmenu {
	padding: 0px 8px;
	color: #515151;
}

.window .thingie {
	width: 3px;
    height: 18px;
    display: inline;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    margin: 4px;
}

.window .thingie2 {
	width: 2px;
    height: 18px;
    display: inline;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid white;
    margin: 4px;
}

.window .ietop .section img {
	vertical-align: sub;
}

.window .ietop .middlesection span {
	margin-right: 10px;
}

input[type="text"] {
	padding: 3px 4px;
	border: none;
	box-shadow: inset -1px -1px #ffffff,
    inset 1px 1px #808080, inset -2px -2px #dfdfdf,
    inset 2px 2px #0a0a0a;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.window .ietop .section .browserbar {
	width: 80%;
}

.window .ietop .section .browserbar:focus {
	outline: 0;
}

.window .iecontent {
	border-top: 1px solid #3e3e3e;
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
	box-shadow: -1px -1px #818181, 1px 1px #818181;
	margin: 3px;
	grid-row: 3 / 3;
    position: relative;
    background-image: url(../assets/img/brightstars.gif);
    overflow: hidden;
    font-family:'Times New Roman', Times, serif;
}

.window .iefooter {
	grid-row: 4 / 4;
}

#taskbar {
	padding: 2px;
    box-shadow: inset 1px 0 #ffffff;
    display: block;
    background-color: silver;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    position: absolute;
    z-index: 1;
}

#taskbar .tab {
	float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    padding: 0 10px 0 6px;
    background-color: silver;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000000;
    margin-right: 6px;
    color: #000000;
}

#taskbar .start-button {
	background-image: url("../assets/img/windows/start-button.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 14px;
}

#taskbar .start-button-wrap {
	padding: 2px 6px 3px;
}

#taskbar .element {
	vertical-align: middle;
    height: 22px;
    line-height: 22px;
	font-size: 10px;
    font-weight: 400;
}

#taskbar .tab.active {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: inset 1px 1px grey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC);
}

#taskbar .date {
	float: right;
    text-align: right;
    padding: 0 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
	font-size: 8px;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}