.logger_counter{
	width: 100%;
	text-align: right;
	background: white;
	-webkit-transition: background .5s, color .5s; /* Safari */
    transition: background .5s, color .5s;
}

#session_refresh{
	cursor: pointer;
	text-decoration: underline;
}
#session_refresh:hover{
	text-decoration: none;
}

.indicator{
	width:20px;
	height:20px;
	position:fixed;
	top:5px;
	right: 5px;
	border-radius:10px;
	z-index: 10000000;
	-webkit-transition: background .5s;
    transition: background .5s;
	cursor: pointer;
	text-align: middle;
	line-height:20px;
	display:none;
}

#wait{
	display:none;
}

.indicator_info{
	text-align: left;
	color: black;
	padding: 5px;
	border: 1px solid #BABABA;
	background: white;
	width: 200px;
	position: relative;
	left:-220px;
	cursor: default;
	display: none;
}

.logger_counter_user{
	text-align: right;
	width: 100%;
	background: white;
	-webkit-transition: background .5s, color .5s; /* Safari */
    transition: background .5s, color .5s;
	color: #4f4f4f;
	position: absolute;
	top:30px;
}
.logger_counter_dashboard_user{
	float: right;
	text-align: right;
	width: 100%;
	background: white;
	-webkit-transition: background .5s, color .5s; /* Safari */
    transition: background .5s, color .5s;
	color: #4f4f4f;
	position: relative;
}
#session_refresh_user{
	cursor: pointer;
	text-decoration: underline;
	display: inline;
}
#session_refresh_user:hover{
	text-decoration: none;
}
.spacer{
	display: inline;
}
.tl_background{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 10000001;
	display: none;
}

.tl_container{
	width: 500px;
	position: fixed;
	top: 100px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -0%);
	z-index: 10000001;
	background: #fff;
	border: 1px solid black;
	display:none;
}

.tl_content{
	margin: 15px;
	color: #4f4f4f;
	font-size: 17px;
	text-align: center;
}

.tl_counter{
	display: inline;
	font-size: 17px;
}

.tl_non_important{
	display: inline-block;
	padding: 10px;
	margin-right: 15px;
	font-size: 17px;
}
.tl_non_important:hover{
	cursor: pointer;
}

.tl_important{
	display: inline-block;
	padding: 10px;
	border: 1px solid #1A2E39;
	color: #fff;
	background: #1A2E39;
	margin-left: 15px;
	font-size: 17px;
}
.tl_important:hover{
	cursor: pointer;
	color: #1A2E39;
	background: #fff;
}