html, body{
	margin: 0;
	padding: 0;
	font-family:'Open Sans',sans-serif;
	height: 100%;
	width: 100%;
}

body{
	padding-top: 50px;
	overflow-y: auto;
	background-color: white;
}

header{
	position: fixed;
	height: 50px;
	top: 0;
	z-index: 100;
	background: #000000;
	color: white;
	z-index: 85;
}

#brand{
	left: 0;
	width: 100%;
	padding: 1px 12px;
}

#logo{
	display: block;
	margin: 10px auto;
	width: 209px;
	height: 27px;
	background-image: url('logo.png');
	/* background-size: 120px 35px; */
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: contain;
}

#nav{
	left: 300px;
	right: 220px;
}

#nav>*{
	width: 50px;
	height: 49px;
	margin: 0 1px 0 0;
	display: inline-block;
	cursor: pointer;
	float: right;
	background-color: rgb(21 21 21);
	background-position: center;
	background-repeat: no-repeat;
}

#nav > *:hover{
	background-color: #202020;
}

#nav > *:.active{
	background-color: #414141;
}


#tips > .tip, .tip.black{
	position: absolute;
	background-color: rgba(10,10,10,0.7);
	padding: 4px 8px;
	margin-top: 6px;
	min-width: initial;
}

.tip > .tri{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px;
	border-top-width: 0;
	border-color: transparent transparent rgba(10,10,10,0.7) transparent;
}

/*--------------- Tabs ------------------*/

#tbs{
	display: none;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

#tabs{
	width: 980px;
	margin: 0 auto;
	height: 40px;
	margin-bottom: -1px;
}

.tab{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 180px;
	height: 40px;
	border: 1px solid #CCC;
	background-color: white;
	margin-right: 20px;
	cursor: pointer;
}

.tab:last-child{
	margin-right: 0;
}

.tab.small{
	width: 30px;
	margin-right: 10px;
}

.tab.small > h3{
	display: none;
}

.tab.active{
	border-bottom: 0;
}

.tab > .icn{
	display: block;
	position: absolute;
	right: 10px;
	top: 9px;
	border: 1px solid #CCC;
	background: white url('dot.png') no-repeat center;
	width: 30px;
	height: 30px;
}

.tab.small > .icn{
	right: -1px;
	border-bottom: 0;
	border-top: 0;
	top: 8px;
}

.tabDashboard > .icn{
	background-image: url('dashboard.png');
}

.tabGame > .icn{
	background-image: url('games.png');
}

.tabRadio > .icn{
	background-image: url('radio.png');
}

.tabApps > .icn{
	background-image: url('apps.png');
}

.tabMessages > .icn{
	background-image: url('messages.png');
}

.tabChat > .icn{
	background-image: url('chat.png');
}

.tabMail > .icn{
	background-image: url('mail.png');
}

.tabVideo > .icn{
	background-image: url('video-grey.png');
}

.tabLifecycle > .icn{
	background-image: url('lifecycle.png');
}

.tab > h3{
	display: block;
	border-top: 4px solid #D9D9D9;
	color: #666;
	height: 22px;
	padding: 0;
	padding-right: 40px;
	margin: 15px 0 2px 20px;
	font-size: 15px;
	font-variant: small-caps;
}

.tab > .x{
	display: block;
	left: -8px;
	top: -5px;
	background-color: white;
}


/*--------------------------------------*/

.ev{
	display: inline-block;
	margin: 6px;
	padding: 2px 6px;
	background-color: rgba(80,80,80,0.7);
	border-radius: 6px;
	font-size: 11px;
	color: white;
}

.page{
	display: none;
	/* width: 1020px; */
	margin: 0 auto;
	height: calc(100% - 95px);
}

.block{
	margin: 10px 20px;
	border: 1px solid #F1F1F1;
	padding: 6px 0;
	border-radius: 4px;
}

#navLifecycle{ background-image: url('lifecycle-white.png')}
/*#navLifecycle:hover{ background-image: url('lifecycle-black.png')}*/

#navTerminal{ background-image: url('terminal-white.png')}
/*#navTerminal:hover{ background-image: url('terminal-black.png')}*/

#navChat{ background-image: url('chat-white.png')}
/*#navChat:hover{ background-image: url('chat-black.png')}*/

#navMessages{ background-image: url('messages-white.png')}
/*#navMessages:hover{ background-image: url('messages-black.png')}*/

#navMail{ background-image: url('mail-white.png')}
/*#navMail:hover{ background-image: url('mail-black.png')}*/

#usr{
	right: 0;
	width: 220px;
	background-color: rgb(16 16 16);
}

#u{
	width: 190px;
	height: 30px;
	margin: 9px 14px;
	border: 1px solid #2b2b2b;
	cursor: pointer;
}

#u > .down{
	margin: 5px 8px;
	float: right;
}

#username{
	margin: 7px 0;
	background-color: ;
	font-size: 15px;
	float: left;
}

#u.fcs{
	background-color: #3f3f3f !important;
}

.bub{
	width: 12px;
	height: 12px;
	margin: 7px 12px;
	display: inline-block;
	float: left;
	border-radius: 20px;
	background-color: rgb(70,210,100);
	border: 2px solid white;
}

#auth{
	left: 300px;
	right: 0;
}

#auth>form{
	float: right;
	padding: 2px 20px;
}

#auth input{
	width: 150px;
	height: 30px;
	padding: 0;
	padding-left: 26px;
	background-color: white;
	background-position: 9px;
	background-repeat: no-repeat;
}

#auth input[name='username']{
	background-image: url('user.png');
}

#auth input[name='password']{
	background-image: url('lock.png');
}


#auth button{
	padding: 6px 10px;
	background: transparent;
	color: white;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
	padding: 5px 20px;
	border: 1px solid white;
}

.pHead{
	font-size: 19px;
	padding: 10px 15px;
	font-weight: bold;
}

.o{
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 30px;
	padding: 8px 14px;
	font-size: 22px;
	line-height: 23px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	vertical-align: middle;
}


/*  ---Homepage ----*/

.tipBox{
	background-color: rgba(15,15,15,0.8);
	color: white;
}

#video{
	width: 700px;
	top: 125px;
	padding-bottom: 40px;
	bottom: auto;
	height: auto;
}

#video > video{
	width: 100%;
	margin: 0;
}


p{
    margin-top: 15px;
    line-height: 17px;
}


/* --- Ctrl --- */

.ctrl{
	height: 130px;
	width: 100%;
	position: relative;
	padding: 50px 90px;
	background-color: #F6F6F6;
}

.ctrl button{
	height: 30px;
	background-color: #999;
	margin: 0;
	padding: 8px 15px;
	border: 0;
	color: white;
	border-radius: 2px;
}

.i-prev{
	background-image: url(l.png);
	background-position: 10px 7px;
	padding-left: 35px !important;
}

.i-next{
	background-image: url(r.png);
	background-position: right 10px top 7px;
	padding-right: 35px !important;
}

#events{
	position: fixed;
	z-index: 90;
	width: 200px;
	bottom: 5px;
	right: 5px;
}

#events > div{
	display: none;
	width: 100%;
	height: 80px;
	padding: 4px 6px;
	margin-top: 5px;
	overflow-y: hidden;
	border-radius: 5px;
	background-color: rgb(51 51 51 / 80%);
	color: white;
	cursor: pointer;
}

#events .username{
	font-size: 14px;
	color: #67C2E0
}

#events > div > h4{
	font-size: 15px;
}

#events > div > article{
	padding: 1px;
	font-size: 10px;
}



#noMobile{
	color: #1e1e1e;
	font-size: 18px;
	padding: 15px 5px;
}