.searchable-container {margin:20px 0 0 0}
.searchable-container label.btn-default.active {background-color:#0ce853;color:#fff}

.searchable-container .btn span.glyphicon { 
	position: absolute;
	right: -2px;
	top: 40px;
	font-size: 2em;
	text-shadow: 2px 4px 8px rgba(0,0,0,0.4);
}
.searchable-container .btn span.glyphicon-ok { opacity: 0; }
.removelist.searchable-container .btn span.glyphicon-remove { opacity: 1; color: #d9534f; }
.searchable-container .btn.active span.glyphicon-ok { opacity: 1; }
.removelist.searchable-container .btn.active span.glyphicon-remove { opacity: 0; }

.searchable-container label.btn-default {/* margin:5px; */ padding:0px 0px 0px 0px !important; text-transform: none; font-weight:normal; text-align:left; }

.searchable-container .items {
    text-align: center; /* !important; */
		margin-bottom: 5px;
}

.searchable-container .player-card-user {
    width: 120px;
}
.searchable-container .player-card-details {
    font-size: 1.1em;
}
.thumbpanel-holder .text-muted {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 130px;
}
.glyphicon-time {
	/* background-color: hsl(122, 75%, 75%); -- rgba(0,255,0,0.5); */
	border-radius: 8px;
	font-size: 16px;
	position: absolute;
	top: 33px;
	display: inline-block;
	left: -12px;
}
.table-striped td{ padding: 2px !important; position: relative;}
.table-striped .avatar img { width:50px; height:50px;}

#divupd .alert { padding: 10px; clear: both; }
#divupd .alert i.glyphicon{
	display:table-cell;
	font-size:1.6em;
	vertical-align: middle;
}
#divupd .alert span{
	padding-left: 10px;
	display:table-cell;
	vertical-align: middle;
}

.navbar-fixed-bottom {
	padding: 2px 2px 0 2px;
	text-align: center;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}