.network-links {
	list-style: none;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	margin: 5px 0;
		
}
.network-links a {
	background-color: #e1ebf2;
	border-top: 1px solid #ffffff;
	padding: 5px;
	text-decoration: none;
	font-size: 13px;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
}
.network-links-header {
	list-style: none;
	overflow: auto;
	overflow-x: hidden;
	margin: 5px 0;	
}
.network-links-header li {
	display: inline;
}
.network-links-header a i {
	color: #ffffff !important;
}
.network-links-header a {
	padding: 5px;
	text-decoration: none;
	font-size: 13px;
}
/* ---- */
.network-bar {
    width: 100%;
    height: 1px;
    margin: 2px 0;
	position: fixed;
	top: 0;
	left: 0;
    background: #a6fd05;
    box-shadow: 0px 0px 10px 1px #a6fd05;
    -moz-animation: full 1s ease-out;
    -webkit-animation: full 1s ease-out;
}
@-moz-keyframes full {
    0%  { 
		width: 0px;
	}

	100% {
		width: 100%;
	}	
}
@-webkit-keyframes full {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    };
}
/* ---- */
.emoji {
	min-height: 25px;
	min-width: 25px;
	height: 1em;
	width: 1em;
}
.badge.count {
	float: none;
	font-weight: bold;
	padding: 8px;
}
.stat_blocks_container {
	clear: both;
	padding-top: 10px;
}
.forum-columns {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -10px;
}
.forum-column {
	min-width: 49.1%;
	flex: 1;
	margin: 5px !important;
	text-align: center;	
}
.forum-column-full {
	margin: 5px !important;
	width: 100%;	
}
/* 
---------------------------------------- */
.forum-content-float-r {
	float: right;
}
.forum-content-float-l {
	float: left;
}
.forum-content-pad {
	height: 65px;
	padding: 10px;
}
.forum-content-info {
	min-height: 20px;
	padding: 5px;
}
.status-dot {
	height: 10px;
	width: 10px;
	margin-left: -5px;
	border-radius: 50%;
	position: absolute;
}
.mini-avatar img {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
/* 
---------------------------------------- */
.tooltips-panel span.tooltips {
  	display: none;
  	position: relative;
  	cursor: pointer;
 	padding: 10px;
}
.tooltips-panel:hover span.tooltips {
  	display: block;
 	white-space: pre-wrap;
  	z-index: 999;	
 	min-width: 120px;
  	max-width: 300px;
}
.tooltips-panel .tooltips::before {
	content: " ";
	position: absolute;
	bottom: 100%;
	left: 40%;
	border-width: 15px;
	border-style: solid;
}
.tooltips-panel:hover span.tooltips.test {   
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
}
/* 
---------------------------------------- */
.login-wrapper {
	height: 101%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
	display: none;
}
/* 
---------------------------------------- */

.online-dot { background-color: #a6fd05; }
.offline-dot { background-color: #ff0000; }
.idle-dot { background-color: #FF6600; }

/* 
---------------------------------------- */
.tooltips-panel span.tooltips {	
	background-color: #FFFFFF;
	box-shadow: 1px 2px 3px #808080;
}
.tooltips-panel .tooltips::before {
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #F7F7F7 transparent;
}
.info-panel {
	margin: 0 -10px 5px -10px;
	min-height: 20px;
	padding: 8px;
}
.scroller {
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #808080 #f7f7f7;
}
.content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0;
	background-color: #f7f7f7;
}