#clickdot {

	background-color: #eeeeee;
	border: 1px solid #333333;
	width: 400px;
	height: 200px;
	cursor: pointer;
}

.ClickDotSuccess {

	-webkit-box-shadow: inset 0px 0px 114px 0px rgba(23,138,0,1);
	-moz-box-shadow: inset 0px 0px 114px 0px rgba(23,138,0,1);
	box-shadow: inset 0px 0px 114px 0px rgba(23,138,0,1);
}

.ClickDotFalse {

	-webkit-box-shadow: inset 0px 0px 114px 0px rgba(255,28,58,1);
	-moz-box-shadow: inset 0px 0px 114px 0px rgba(255,28,58,1);
	box-shadow: inset 0px 0px 114px 0px rgba(255,28,58,1);
}

.ClickDotLoading {

	content: "Checking ...";
	-webkit-box-shadow: inset 0px 0px 114px 0px rgba(255,240,140,1);
	-moz-box-shadow: inset 0px 0px 114px 0px rgba(255,240,140,1);
	box-shadow: inset 0px 0px 114px 0px rgba(255,240,140,1);
}

.formRegisterHide {

	display: none;
}


 .FriendsCtrl  .tab-content {
	overflow:hidden;
}	
.FindFriends .row-fluid, .AllInvitations .row-fluid {

	background-color: #fafafa;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 2px 0;
}
.FindFriends .row-fluid button, .AllInvitations .row-fluid button {
	margin: 10px auto;
}
.FindFriends .row-fluid:hover, .AllInvitations .row-fluid:hover {
	background-color: #eeeeee;
}

.FindFriends  .btn-warning:hover span:before, .AllInvitations  .btn-warning:hover span:before {

	content: '\f00d' !important;
}

.FindFriends   .btn-success:hover span:before , .AllInvitations   .btn-success:hover span:before {

	content: '\f00d' !important;
}

.AllFriends .row-fluid , .AllInvitations .row-fluid {

	background-color: #fafafa;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin: 2px 0;
}
.AllFriends .row-fluid button, .AllInvitations .row-fluid button {
	margin: 10px auto;
}
.AllFriends .row-fluid:hover ,.AllInvitations .row-fluid:hover {
	background-color: #eeeeee;
}

.AllFriends  .btn-warning:hover span:before,.AllInvitations  .btn-warning:hover span:before {

	content: '\f00d' !important;
}

.AllFriends   .btn-success:hover span:before ,.AllInvitations   .btn-success:hover span:before {

	content: '\f00d' !important;
}

