﻿/*---------------------------------------------
	Reset
*--------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/* guard against possible Angular flickering */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

body {
	margin: 0px;
  padding: 0px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

iframe {
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

textarea:focus, input:focus, button:focus {
  outline: 0;
}

ul {
	list-style-type: none;
	height: 100%;
}

*::-webkit-scrollbar {
  height: 1.0ex;
  width: 5px;
  -webkit-border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.3);
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .7);
  opacity:0.5;
}