@charset "utf-8";

/* WEBFONTS */

/* Open Sans font family */
@font-face {
	font-family: 'Open Sans';
	src: url("/css/shared/fonts/OpenSans-Regular.ttf");
}

@font-face {
	font-family: 'Open Sans Italic';
	src: url("/css/shared/fonts/OpenSans-Italic.ttf");
}

@font-face {
	font-family: 'Open Sans Light';
	src: url("/css/shared/fonts/OpenSans-Light.ttf");
}

@font-face {
	font-family: 'Open Sans Light Italic';
	src: url("/css/shared/fonts/OpenSans-LightItalic.ttf");
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url("/css/shared/fonts/OpenSans-Semibold.ttf");
}

@font-face {
	font-family: 'Open Sans Semibold Italic';
	src: url("/css/shared/fonts/OpenSans-SemiboldItalic.ttf");
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url("/css/shared/fonts/OpenSans-Bold.ttf");
}

@font-face {
	font-family: 'Open Sans Bold Italic';
	src: url("/css/shared/fonts/OpenSans-BoldItalic.ttf");
}

@font-face {
	font-family: 'Open Sans Extra Bold';
	src: url("/css/shared/fonts/OpenSans-ExtraBold.ttf");
}

@font-face {
	font-family: 'Open Sans Extra Bold Italic';
	src: url("/css/shared/fonts/OpenSans-ExtraBoldItalic.ttf");
}

@font-face {
	font-family: 'Open Sans Condensed Light';
	src: url("/css/shared/fonts/OpenSans-CondensedLight.ttf");
}

@font-face {
	font-family: 'Open Sans Condensed Light Italic';
	src: url("/css/shared/fonts/OpenSans-CondensedLightItalic.ttf");
}

@font-face {
	font-family: 'Open Sans Condensed Bold';
	src: url("/css/shared/fonts/OpenSans-CondensedBold.ttf");
}

@font-face {
	font-family: 'Segoe MDL2 Assets';
	src: url("/css/shared/fonts/FullMDL2Assets.ttf");
}

@font-face {
	font-family: 'Weather Color Icons';
	src: url("/css/shared/fonts/weather-WeatherColorIcons.ttf");
}

/* Digital 7 Monospace */
@font-face {
	font-family: Digital7;
	src: url("/css/shared/fonts/digital-7.mono.ttf");
}

@viewport{
	width: device-width;
}

@-ms-viewport{
	width: device-width;
}



html {
	height: 100vh;
}

body {
	background-image: url('/css/windows_x/wallpaper-landscape.jpg');
	background-image: url('/css/wallpaper.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media screen and (orientation: landscape) {
	
	body {
		background-image: url('/css/windows_x/wallpaper-landscape.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
}

@media screen and (orientation: portrait) {
	
	body {
		background-image: url('/css/windows_x/wallpaper-portrait.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: 0px;
		padding: 0px;
	}
	
}

h1 {
	font-family: 'Open Sans Condensed Bold';
	font-size: 32pt;
	line-height: 1;
	color: white;
	margin: 0;
	padding: 0;
}

@media screen and (max-device-width: 800px), screen and (max-width: 800px) {
	
	h1 {
		font-size: 26pt;
	}
	
}

h2 {
	font-family: 'Open Sans Condensed Bold';
	font-size: 14pt;
	line-height: 1;
	color: white;
	margin: 0;
	padding: 1em 0px 0.5em 0px;
}

h3 {}

h4 {}

p {
	font-family: 'Open Sans';
	font-size: 12pt;
	line-height: 1.5;
	text-align: justify;
	color: rgba(255,255,255,1.00);
	margin: 0;
	padding: 0px 0px 0.5em 0px;
}

p.notification_button_text {
	font-size: 11pt;
	text-align: center;
	margin: 9px 0px 0px 0px;
}

p.main_menu_item_h {
	padding: 0;
	font-family: 'Open Sans';
	font-size: 11pt;
	line-height: normal;
	text-align: left;
}

p.column_title {
	font-family: 'Open Sans Semibold';
	font-size: 14pt;
	padding: 0;
	line-height: normal;
}

p.taskbar_item_h, p.menu_item_h {
	padding: 0;
	font-family: 'Open Sans';
	font-size: 10pt;
	line-height: normal;
	text-align: left;
}

p.prologue {
	font-family: 'Open Sans Semibold';
	font-size: 14pt;
	line-height: 1.5;
	text-align: justify;
	color: white;
	margin: 0;
	padding: 0px 0px 0.5em 0px;
}

p.footer {
	margin: 3px;
	padding: 0;
	font-size: 8pt;
	text-align: center;
	line-height: normal;
}

a {
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
}

a.content_text {
	color: rgba(255,255,255,1.00);
}

#notification_window {
	width: 318px;
	height: 118px;
	background-color: rgba(0,0,0,0.75);
	border: 1px solid rgba(30,30,30,0.75);
	position: fixed;
	top: calc(50vh - 60px);
	left: calc(50% - 160px);
	z-index: 999;
	display: none;
}

.notification_text {
	padding: 20px 20px 10px 20px;
	cursor: default;
}

.notification_buttons {
	width: 318px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.notification_button {
	width: 159px;
	height: 40px;
	float: left;
	cursor: pointer;
}

#title_bar {
	width: 200px;
	height: 103px;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	border-radius: 0px;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#title_bar {
		width: 100%;
		height: 60px;
	}
	
}

#logo {
	width: 190px;
	height: 78px;
	margin: 5px 5px 20px 5px;
	background-image: url('/css/shared/logo/logo-l.png');
	float: left;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#logo {
		width: 92px;
		height: 38px;
		margin: 11px 5px 21px 5px;
		background-image: url('/css/shared/logo/logo-l.png');
		background-size: cover;
		float: left;
	}
	
}

#main_menu_button {
	visibility: hidden;
	display: none;
	cursor: pointer;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#main_menu_button {
		width: 32px;
		height: 32px;
		padding: 14px;
		visibility: visible;
		display: block;
		float: right;
	}
	
}

#main_menu {
	width: 200px;
	height: calc(100vh - 97px);
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.75);
	position: fixed;
	top: 103px;
	left: 0;
	z-index: 2;
	border-radius: 0px;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#main_menu {
		width: 100%;
		height: auto;
		border: 1px solid rgba(30,30,30,0.75);
		display: none;
	}
	
}

.main_menu_item {
	width: 100%;
	height: 40px;
	cursor: pointer;
}

.main_menu_item_icon {
	width: 24px;
	height: 24px;
	margin: 8px 10px 8px 8px;
	float: left;
}

.main_menu_item_title {
	max-width: 150px;
	margin: 9px 0px 0px 0px;
	overflow: hidden;
	float: left;
}

#taskbar {
/*	width: calc(100vw - 200px);*/
	height: 40px;
	margin: 0;
	padding: 0;
	background: rgba(30,30,30,0.75);
	position: fixed;
	top: 0;
	right: 0;
	left: 200px;
	z-index: 1;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#taskbar {
		width: 100%;
		top: 60px;
		left: 0;
	}
	
}

.iconspace {
	width: 900px;
	height: 40px;
	margin: 0px auto 0px auto;
	z-index: 0;
}

@media screen and (max-device-width: 1280px), screen and (max-width: 1280px) {
	
	.iconspace {
		width: calc(83vw - 200px);
		margin: 0px auto 0px auto;
		z-index: 0;
	}
	
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.iconspace {
		width: 100%;
		margin: 0px;
		z-index: 0;
	}
	
}

#column_title {
	height: 33px;
	padding: 7px 8px 0px 8px;
	border-right: 2px solid rgba(255,255,255,1.00);
	float: left;
}

.taskbar_item {
	max-width: 200px;
	height: 40px;
	cursor: pointer;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.taskbar_item {
		width: 40px;
	}
	
}

.taskbar_item-border-top {
	width: 100%;
	height: 2px;
}

.taskbar_item-border-left {
	width: 2px;
	height: 40px;
	float: left;
}

.taskbar_item-icon {
	width: 24px;
	height: 24px;
	float: left;
}

.taskbar_item-icon-top {
	margin: 6px 8px 8px 8px;
}

.taskbar_item-icon-right {
	margin: 8px 6px 8px 8px;
}

.taskbar_item-icon-bottom {
	margin: 8px 8px 6px 8px;
}

.taskbar_item-icon-left {
	margin: 8px 8px 8px 6px;
}

.taskbar_item-title {
	max-width: 151px;
	height: 18px;
	overflow: hidden;
	float: left;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.taskbar_item-title {
		visibility: hidden;
	}
	
}

.taskbar_item-title-top {
	margin: 8px 8px 12px 0px;
}

.taskbar_item-title-right {
	margin: 10px 6px 12px 0px;
}

.taskbar_item-title-bottom {
	margin: 10px 8px 10px 0px;
}

.taskbar_item-title-left {
	margin: 10px 8px 12px 0px;
}

.taskbar_item-border-bottom {
	width: 100%;
	height: 2px;
	float: left;
}

.taskbar_item-border-right {
	width: 2px;
	height: 40px;
	float: right;
}

.taskbar_item-border-active {
	background-color: rgba(0,0,0,0.00);
}

.taskbar_item-border-inactive {
	background-color: rgba(0,0,0,0.00);
}

#menu_container {
	position: fixed;
	top: 40px;
	right: 0;
	left: 200px;
	z-index: 1;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#menu_container {
		width: 100%;
		top: 100px;
		left: 0;
	}
	
}

.menuspace {
	width: 900px;
	margin: 0px auto 0px auto;
	z-index: 1;
}

@media screen and (max-device-width: 1280px), screen and (max-width: 1280px) {
	
	.menuspace {
		width: calc(83vw - 200px);
		margin: 0px auto 0px auto;
	}
	
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.menuspace {
		width: 100%;
		margin: 0px auto 0px auto;
	}
	
}

.menu {
	width: 198px;
	background-color: rgba(30,30,30,0.75);
	border: 1px solid rgba(60,60,60,0.75);
	display: none;
	float: right;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.menu {
		width: 100%;
		float: none;
	}
	
}

.menu_item {
	width: 100%;
	height: 30px;
	cursor: pointer;
}

.menu_item_icon {
	width: 16px;
	height: 16px;
	margin: 7px 12px 7px 12px;
	float: left;
}

.menu_item_title {
	max-width: 150px;
	margin: 5px 12px 0px 0px;
	overflow: hidden;
	float: left;
}

#footer {
	width: 100%;
	height: 36px;
	background-color: rgba(0,0,0,1.00);
	border-top: 1px solid rgba(30,30,30,1.00);
	position: fixed;
	bottom: 0; left: 0;
	z-index: 2;
}

#page {
	width: calc(100% - 200px);
	margin: 60px 0px 40px 200px;
	z-index: 0;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	#page {
		width: 100%;
		margin: 110px 0px 10px 0px;
	}
	
}

.entry {
	width: 900px;
	margin: 0px auto 20px auto;
	background: rgba(0,0,0,0.75);
}

@media screen and (max-device-width: 1280px), screen and (max-width: 1280px) {
	
	.entry {
		width: calc(83vw - 200px);
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.entry {
		width: calc(100% - 20px);
		margin: 0px 10px 20px 10px;
	}
	
}

.entry_header {
	padding: 40px 40px 20px 40px;
}

.entry_content {
	padding: 20px 40px 30px 40px;
}

.entry_content_uni {
	padding: 20px 40px 30px 40px;
}


@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.entry_header {
		padding: 20px 20px 10px 20px;
	}
	
	.entry_content {
		padding: 10px 20px 20px 20px;
	}
	
	.entry_content_uni {
		padding: 20px;
	}
	
}

.textbox {
	width: calc(50% - 10px);
	background-color: rgba(255,255,255,0.75);
	display: inline-block;
}

.textbox-left {
	margin: 5px 20px 5px 0px;
	float: left;
}

.textbox-right {
	margin: 5px 0px 5px 20px;
	float: right;
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
	
	.textbox {
		width: 100%;
		display: inline-block;
		margin: 5px 0px 5px 0px;
	}
	
	.textbox-left, .textbor-right {
		margin: 5px 0px 5px 0px;
		float: none;
	}
	
}

/*@media screen and (max-device-width: 1280px), screen and (max-width: 1280px), screen and (orientation: landscape) {
}

@media screen and (max-device-width: 1024px), screen and (max-width: 1024px), screen and (orientation: landscape) {
}

@media screen and (max-device-width: 800px), screen and (max-width: 800px), screen and (orientation: landscape) {
}

@media screen and (max-device-width: 640px), screen and (max-width: 640px), screen and (orientation: landscape) {
}*/



.icon_16x p, .icon_24x p, .icon_32x p, .icon_48x p, .icon_64x p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-family: 'Segoe MDL2 Assets';
	color: rgba(255,255,255,1.00);
}

.icon_16x p {
	font-size: 16px;
}

.icon_24x p {
	font-size: 24px;
}

.icon_32x p {
	font-size: 32px;
}

.icon_48x p {
	font-size: 48px;
}

.icon_64x p {
	font-size: 64px;
}

.effect-lighting-white-active {}

.effect-lighting-white-active:hover {
	background-color: rgba(255,255,255,0.10);
}

.effect-lighting-white-active:active {
	background-color: rgba(255,255,255,0.06);
}

.effect-lighting-white-inactive {
	background-color: rgba(255,255,255,0.20);
}
.effect-lighting-white-inactive:hover {
	background-color: rgba(255,255,255,0.28);
}
.effect-lighting-white-inactive:active {
	background-color: rgba(255,255,255,0.24);
}

.effect-lighting-theme-active {}
.effect-lighting-theme-active:hover {}
.effect-lighting-theme-active:active {}

.effect-lighting-theme-inactive {}
.effect-lighting-theme-inactive:hover {}
.effect-lighting-theme-inactive:active {}

.effect-lighting-green-active {}

.effect-lighting-green-active:hover {
	background-color: rgba(0,255,0,0.10);
}

.effect-lighting-green-active:active {
	background-color: rgba(0,255,0,0.06);
}


.effect-lighting-green-inactive {
	background-color: rgba(0,255,0,0.20);
}

.effect-lighting-green-inactive:hover {
	background-color: rgba(0,255,0,0.28);
}

.effect-lighting-green-inactive:active {
	background-color: rgba(0,255,0,0.24);
}

.effect-lighting-red-active {}

.effect-lighting-red-active:hover {
	background-color: rgba(255,0,0,0.10);
}

.effect-lighting-red-active:active {
	background-color: rgba(255,0,0,0.6);
}

.effect-lighting-red-inactive {
	background-color: rgba(255,0,0,0.20);
}

.effect-lighting-red-inactive:hover {
	background-color: rgba(255,0,0,0.28);
}

.effect-lighting-red-inactive:active {
	background-color: rgba(255,0,0,0.24);
}

.effect-frosting {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	border-radius: 0px;
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right
}
