/*
	FB Group Feed

	Copyright (c) 2014-2015 Kalli Dan. (email : kallidan@yahoo.com)

	FB Group Feed is free software: you can redistribute it but NOT modify it
	under the terms of the GNU Lesser Public License as published by the Free Software Foundation,
	either version 3 of the LGPL License, or any later version.

	FB Group Feed is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
	See the GNU Lesser Public License for more details.

	You should have received a copy of the GNU Lesser Public License along with FB Group Feed.
	If not, see <http://www.gnu.org/licenses/>.
*/

/* Feed box */
.wrapperfb {
	border:1px solid #E0DDDD;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #888888;
	float:left;
	font-size:12px;
	overflow-y:scroll;
}

.topfb {
	float: left;
	width:96%;
	font-size:12px;
	line-height: 22px;
	margin:3px;
	padding-bottom: 10px;
	border-bottom:2px solid #E0DDDD;
}

.singlefb {
	margin:3px;
	width:97%;
	float:left;
	padding-bottom: 6px;
	border-bottom:1px dashed #E0DDDD;
}

.imgfb {
	float:left;
	width:60px;
	text-align:center;
	margin:5px 5px 5px 0px;
	border-right:1px dashed #E0DDDD;
}

.textfb {
	width:78%;
	float:left;
	font-size:11px;
	color: #888888;
	line-height: 16px;
}

.afb {
	text-decoration: none;
	color: #3b5998 !important;
	font-weight:bold;
}

/* -- ADMIN -- */
.wrap h2.fbtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #21759b;
}
.wrap h2.fbtitle > img{
	padding:10px 20px 20px 0px;
}

#settings input[type=text] { background: #FCFCFC; border: 1px solid #D1D1D1; padding: 5px; width: 250px; }
input.small, select.small { width: 70px !important;text-align:center;padding: 5px 15px 10px 0px !important;border:none !important; }
input.small:focus{ border-color: #FCFCFC !important; }

#settings table{
	border:1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:30px;
	width:700px;
}
#settings table td{
	padding: 3px;
}

/* buttons */
.btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #fff !important;
  background-color: #47a447 !important;
  border-color: #398439 !important;
}

/*errors, notifications */
.fbhelp-inline {
	display:inline-block;
	vertical-align: middle;
	background: #f8f8f8 url(../images/help.png) top left;
	position: relative;
	width:14px;
	height:14px;
	cursor:pointer;
}

.fberror{
	display:none;
	text-align:left; 
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color:#ff0e0e;
	white-space:nowrap;
}
.fb-sw{
	display: inline;
	font-size: 14px;
	color: #e75967;
}
.wrap div.updated{
	padding: 20px;
	width:655px;
}