.onl{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background-color: #ccc;
	margin: 0 6px;
}

.on{
	background-color: #5D6;
}

#confirmReg, #needConfirm, #modalSession{
	width: 500px;
	height: 60px;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	color: green;
}

#needConfirm{
	color: #3a3a3a;
	height: 110px;
}

#usersList{
	height: calc(100% - 60px);
	overflow-y: auto;
}

#usersList > div{
	display: block;
	margin: 2px;
	position: relative;
	padding: 5px 0 0 5px;
	height: 70px;
	width: 700px;
	color: #9F9F9F;
	border-bottom: 1px solid #F1F1F1;
}

#usersList > div:last-child{
	border-bottom: none;
}

#tipPassword{
	background-color: #222;
}

#tipPassword > .tri{
	left: 20px;
	right: auto;
}

#usersList > div > .thumb{
	cursor: default;
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin: 2px;
	margin-right: 10px;
	background-color: #E0E0E0;
	background: transparent url('avatar.png') no-repeat center;
	background-size: cover;
}

#usersList > div > h3{
	cursor: default;
	color: #009AD4;
	font-weight: normal;
	margin: 5px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#usersList > h3{
	cursor: default;
}

.sendMail, .sendMsg{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 5px;
	width: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-color: #568BD2;
	background-position: center;
	border-radius: 3px;
	transition: background 1s;
}

.sendMail{
	right: 0px;
	background-image: url('mail-white.png');
}

.sendMsg{
	right: 40px;
	background-image: url('messages-white.png');
}

#inputMsg{
	height: 33px;
	margin: 0 1px;
	padding: 2px 10px;
	border: 0px;
	border-radius: 5px 0 0 5px;
	background: rgba(20, 20, 20, 0.5);
}

.regTime{
	display: block;
	padding: 4px 10px 1px 25px;
	background-position: left center;
	background-repeat: no-repeat;
	min-width: 70px;
	height: 25px;
	margin-left: 60px;
	background-image: url('time.png');
}


#dashboard{
	width: 1000px;
	margin: 0 auto;
}

#dashboard > .block{
	margin: 10px;
	padding: 0;
}

#bMood{
	width: calc(100% - 20px);
	height: 50px;
}

#bMood > h2{
	float: left;
	margin: 10px 20px;
	font-size: 24px;
	color: #777;
}

#mood{
	position: relative;
	float: right;
	width: 50%;
	height: 48px;
	border-radius: 0 4px 4px 0;
	background: transparent url('mood.png');
	background-position: 0 0; 
}

#mood > img{
}

#mood > .title{
	margin: 10px 0;
	opacity: 0.95;
}

#editMood{
	width: 200px;
	margin: 30px -180px;
}

#editMood{
	padding-top: 2px;
}

#moodName{
	position: absolute;
	width: 100%;
	color: white;
	font-size: 24px;
	font-weight: bold;
	color: #0024ff;
	text-shadow:
		0 2px 2px white,
		0 -2px 2px white,
		2px 0 2px white,
		-2px 0 2px white,
		-2px -2px 2px white,
		2px 2px 2px white,
		-2px 2px 2px white,
		2px -2px 2px white;
	font-family: 'Pacifico', cursive;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	padding-bottom: 0;
	margin: 0;
	height: 42px;
	text-align: center;
	top: 0;
	outline: 5px;
}

#moodBg{
	display: block;
	text-align: right;
	padding: 2px 5px;
	color: rgb(121, 121, 161);
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
}

#moodBg:hover{
	opacity: 1;
}

#moodPalette{
	margin: 0;
	cursor: crosshair;
}

#bUser{
	position: relative;
	float: left;
	width: 520px;
	height: 180px;
	width: calc(50% - 20px);
}

#avatar{
	position: absolute;
	cursor: pointer;
	transition: background-color 2s;
	background: transparent url('avatar.png') no-repeat center;
	background-size: cover;
	left: 10px;
	top: 10px;
	width: 160px;
	height: 160px;
}

#joinedOn{
	position: absolute;
	left: 200px;
	top: 35px;
	font-size: 20px;
	font-weight: normal;
	color: #9A9A9A;
}

#startLifecycle{
	position: absolute;
	left: 200px;
	top: 80px;
	width: 220px;
	padding-top: 10px;
	height: 40px;
	text-align: center;
	font-size: 17px;
	color: white;
	cursor: pointer;
	border-radius: 2px;
	text-shadow: 0 0 3px rgb(168, 168, 255);
	background-image: url(button.png);
}

#bTacks{
	float: left;
	width: 520px;
	height: 360px;
	width: calc(50% - 20px);
}

#bMailChats{
	float: right;
	width: 420px;
	height: 460px;
	width: calc(50% - 20px);
}

#bMail{
	width: 208px;
	height: 465px;
	float: left;
	border-right: #EEE 1px solid;
	width: 50%;
}

#bMailL > div, #bChatL > div, #bMsgL > div{
	border-top: 1px solid #F1F1F1;
	border-bottom: 0;
}


#bMailL, #bMsgL{
	height: 400px;
	overflow: hidden;
}

#bMsgL > .msg:last-child{
	border-bottom: 0;
}

#bMailL > .m > .date{
	top: 28px;
	left: 7px;
}

#bMailL > .m > .subject{
	left: 80px;
}

#bMailL > .m > .text{
	display: none;
}

#bMsgL > .msg > .avatar{
	width: 50px;
	height: 50px;
}

#bMsgL > .msg > .username{
	font-size: 15px;
}

#bMsgL > .msg > .text{
	height: 50px;
	font-size: 13px;
	overflow: hidden;
}

#bMsgL > .msg > .date {
	font-size: 11px;
	margin: 3px;
}

#bChats{
	width: 208px;
	height: 460px;
	float: right;
	width: 50%;
}

#bTutorials{
	float: left;
	width: 520px;
	height: 360px;
	width: calc(50% - 20px);
}

#bMessages{
	float: right;
	width: 420px;
	height: 460px;
	width: calc(50% - 20px);
}

#bTutorials > div:not(.title){
	color: #CCC;
	font-size: 12px;
	border-top: #EEE 1px solid;
	padding: 15px 8px;
	cursor: pointer;
}

#bTutorials > div:not(.title):hover{
	background-color: #F8F8F8;
}

#bTutorials > div > h5{
	font-size: 15px;
	font-weight: normal;
	color: #999;
}

#bNoMail, #bNoMsg, #bNoChat{
	margin: 10px;
	color: #888;
}

#bMessages, #bMails, #bChats{
	overflow: hidden;
}

#bMessages, #bChats, #bMail{
	background: transparent url('dot.png') no-repeat;
	background-position: right 10px top 23px;
}
	
#bMessages{
	background-image: url('messagesGrey.png');
}

#bChats{
	background-image: url('chatGrey.png');
}

#bMail{
	background-image: url('mailGrey.png');
}


#bChatL > div{
	cursor: pointer;
	padding: 10px;
	height: 100px;
	border-bottom: 1px solid #EEE;
}

#bChatL > div:hover{
	background-color:#F8F8F8;
}

#bChatL > div > .username{
	font-size: 14px;
}

#bChatL > div > .activeOn{
	font-size: 11px;
	padding: 2px 0;
	color: rgb(69, 189, 69);
}

#bChatL > div > .desc{
	display: block;
	font-size: 12px;
	color: #888;
	padding-top: 4px;
	height: 48px;
	width: 220px;
	overflow: hidden;
	word-wrap: break-word;
}