html { position: relative; -ms-overflow-style: scrollbar; font-size: 14px;  }
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    height: 100vh;
    margin: 0;
	background-color: #008080;
	overflow: hidden;
}
body::after {
	content: "";
	position: static;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9000;
}

/** Desktop styling **/
body .desktop .main-row > .col-md-12 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 30px;
	left: 0;
}
body .desktop #internet,
body .desktop #notepad,
body .desktop #msn { padding: 0; display: none; }
body .desktop #desktop-icons { padding: 20px 0; }
#desktop-icons .ui-draggable-dragging p {
  background: rgba(0,0,128,0.2);
  border: 1px dotted #fff;
  border-radius: 4px;
}
body .desktop .program { color: #fff; text-align: center; max-width: 110px; text-shadow: 1px 1px 3px #000; font-size: 14px; margin-bottom: 20px; }
body .desktop .program img { margin-bottom: 5px; max-width: 36px; }
body .desktop p { margin-bottom: 0; max-width: 100%; overflow: visible; }

body .desktop .fullscreen { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: calc(100vh - 26px) !important; overflow: hidden;}

body .videos section {
	position: absolute;
	z-index: 9000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.top_bar .controls a { cursor: pointer; }

#alerts .alert {
	max-width: 300px;
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 5%;
	-webkit-transform: translate(-50%);
	    -ms-transform: translate(-50%);
	        transform: translate(-50%);
	padding: 0;
	margin: 0;
	border-radius: 0;
	background-color: #c0c0c0;
	border-top: 1px solid #fff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #fff;
	color: #000;
}
#alerts .alert img { float: left; margin-right: 10px; }
#alerts .alert .alert-title {
	background: #0000a8;
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
#alerts .alert .alert-title img { max-width: 18px; margin-right: 4px; }
#alerts .alert .alert-content { padding: 10px; height:65px }
#alerts .alert .alert-content-big { padding: 10px; height:200px }


/** Taskbar styling **/
footer {
	position: absolute;
	bottom: 0;
	left: 0;
    height: 35px;
    background: #c0c0c0;
    border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #4e4e4e;
    width: 100%;
    z-index: 2;
}
footer::before {
	content: "";
	height: 1px;
	position: absolute;
	bottom: 34px;
	width: 100%;
	background: #dfdfdf;
}
footer p { margin-bottom: 0; }
footer span { display: block; }
footer .navbar { padding: 0; position: absolute; }
footer .navbar .row {
	width: 200px;
	position: relative;
	left: 1px;
	bottom: -1px;
}
footer .navbar .row::before {
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 0;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #dfdfdf;
}
footer .navbar .start {
    position: absolute;
	bottom: 0;
	left: 0;
    height: 30px;
    padding: 3px 8px;
    margin: 2px;
    border: none;
    background-color: #c0c0c0;
	border-top: 1px solid #ededed;
	border-left: 1px solid #f6f6f6;
	border-right: 1px solid #909090;
	border-bottom: 1px solid #7d7d7d;
	box-shadow: inset 1px 1px #dfdfdf,1px 0 #000,0 1px #000,1px 1px #000;
	border-radius: 0;
}
footer .navbar .start:focus,
footer .navbar .start:hover {
	background: #c0c0c0
}
footer .navbar #navbarSupportedContent {
	position: absolute;
	bottom: 34px;
}
footer .navbar .taskbar-nav { 
	position: relative; 
	background-color: #c0c0c0; 
	border-top: 1px solid #fff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #fff;
	padding: 0;
}
footer .navbar .taskbar-nav::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 1px;
	top: 1px;
	width: 21px;
	background-color: #000080;
	background-image: url('../images/start_side.png');
	background-repeat: no-repeat;
	background-position-y: bottom;
}
footer .navbar .taskbar-nav hr {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -3px;
	display: block;
	z-index: 1;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #fff;
	margin: 0 3px;
}
footer .navbar-nav {
	position: relative;
	height: 100%;
	padding-left: 22px;
	padding-top: 1px;
}
footer .navbar-nav .nav-link {
	color: #000;
	width: 100%;
	padding: 0 2px;
	position: relative;
}
footer .dropdown-toggle::after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	position: absolute;
	margin-top: -2px;
	right: 4px;
	top: 50%;
}
footer .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
footer .dropdown-submenu {
    position:relative;
}
footer .navbar-nav ul {
	padding: 0;
}
footer .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    position: absolute;
    border-radius: 0;
	background-color: #c0c0c0;
	border-top: 1px solid #fff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #fff;
	margin-left: 2px;
	padding: 0px;
}
footer .dropdown-submenu>.dropdown-menu::before {
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 0;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #dfdfdf;
}

footer .navbar-nav .nav-item {
	padding: 5px;
	font-size: 0.8rem;
	font-weight: bold;
}
footer .navbar-nav .empty { height: 0; }
footer .navbar-nav li { position: relative; }
footer .navbar-nav .nav-item:nth-child(2) { margin-top: 4px; }
footer .navbar-nav .nav-item img {
	float: left;
	max-width: 32px;
	margin-right: 6px;
}
footer .navbar-nav .nav-item:hover { background: #000080; }
footer .navbar-nav .nav-item:hover > a,
footer .navbar-nav .nav-item:hover > a b { color: #fff !important; cursor: pointer; }
footer .navbar-nav .nav-item:hover > p,
footer .navbar-nav .nav-item:hover > p b { color: #fff !important; cursor: pointer; }
footer .navbar-nav .all-programs {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
footer .navbar-nav .all-programs p { max-width: 130px; margin: 0 auto; color: #49494a; padding-top: 10px; padding-bottom: 5px; }
footer .navbar-nav .all-programs p img { margin-left: 10px; }

footer .taskbar-shortcuts {
	height: 18px;
	position: absolute;
	left: 110px;
	right: 70px;
	bottom: 7px;
	z-index: 0;
}
footer .taskbar-shortcuts #internet-shortcut,
footer .taskbar-shortcuts #notepad-shortcut,
footer .taskbar-shortcuts #msn-shortcut { display: none; }

footer .taskbar-shortcuts img { max-height: 15px; }
footer .taskbar-shortcuts .shortcut { 
	height: 22px; 
	border-radius: 2px;
	padding: 0px 8px;
	border-radius: 2px;
	width: 150px;
		background-color: rgb(60, 129, 243);
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -1px 0px inset, rgba(255, 255, 255, 0.2) 1px 1px 1px inset;
	        box-shadow: rgba(0, 0, 0, 0.3) -1px 0px inset, rgba(255, 255, 255, 0.2) 1px 1px 1px inset;
	cursor: pointer;
}
footer .taskbar-shortcuts .shortcut.focused {
			background-color: rgb(30, 82, 183);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.7) 1px 0px 1px inset;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.7) 1px 0px 1px inset;
}
footer .taskbar-shortcuts .shortcut:hover { 
			background-color: rgb(30, 82, 183);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.7) 1px 0px 1px inset;
	        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1px 1px inset, rgba(0, 0, 0, 0.7) 1px 0px 1px inset;
}
footer .taskbar-shortcuts .shortcut span { display: inline; color: #fff; overflow: hidden; font-size: 13px; }

footer .taskbar-side {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 70px;
	height: 28px;
	margin: 3px;
	margin-right: 4px;
	border-top: 1px solid #808080;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #808080;
	background-color: #c0c0c0;
}
footer .navbar .taskbar-side p {
	padding: 2px 8px;
	color: #000;
	font-size: 1rem;
	line-height: 1;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/**Responsive stuff**/
@media (max-width: 767px) { 
	footer .navbar .row { min-width: 400px; max-width: 400px; }
	footer .navbar #navbarSupportedContent .navigation { max-width: 65%; }
	footer .navbar #navbarSupportedContent .navigation-2 { max-width: 35%; }
	footer .taskbar-shortcuts .shortcut { width: 120px; padding: 0 6px; }
	footer .taskbar-shortcuts .shortcut img { position: relative; top: -2px; }
	footer .taskbar-shortcuts #internet-shortcut img { left: -2px; }
	footer .taskbar-shortcuts #msn-shortcut img { left: -2px; }
}

@media (max-width: 600px) {
	footer .taskbar-shortcuts .shortcut { width: 30px; padding: 0 10px; }
	footer .taskbar-shortcuts .shortcut span { display: none; }
}

@media (max-width: 575px) { 
	footer .navbar .row { min-width: 320px; max-width: 320px; }
	footer .navbar #navbarSupportedContent .navigation { max-width: 80%; }
	footer .navbar #navbarSupportedContent .navigation-2 { max-width: 20%; }
}

@media (max-height: 420px) {
	body .desktop .program img { margin-bottom: 5px; max-width: 36px; }
	body .desktop .main-row > .col-md-12 { padding: 20px; }
	body .desktop .program { display: inline-block; margin-right: 20px; }
}