html{
	font-weight: 300;
	}

body{
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.03em;
	font-size: 12px;
	color: #666;
	background-color: #EFEFEB;
	background-position: 0 0;
	background-size: cover;
	background-attachment: fixed;
	}

a{
	text-decoration: none;
	color: #66ACD7;
	}
	a:hover{
		color: #D1EAF4;
		}


ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	}

#app {
	height: 100%;
	width: 100%;
	/*background-image: url('img/data_bubbles.jpg');*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0% 52px;*/

	/*background-image: url('img/background_idea1.jpg');*/

	}

#main {
	height: 100%;
	margin: 0 auto;
	min-width: 1020px;
	max-width: 1400px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	}
	#main > .settings {
		background-color: #222222;
		}

#errorInputTooltip {
	background-color: #b94a48;
	color: #fff;
	padding: 0 8px;
	font-size: 12px;
	box-sizing: border-box;
	z-index: 100;
	position: absolute;
	border: 1px solid #181818;
	max-height: 0;
	line-height: 25px;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	}

#header {
	height: 90px;
	position: relative;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.1) inset;
	z-index: 4;
	background: #FFFFFF;
	}