#bbytes-support-footer {
	box-sizing: border-box;
	width: 318px;
	max-width: 100%;
	padding: 0 20px;
	position: absolute;
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#bbytes-support-footer .bbytes-lf-grabber {
	background-color: #990000;
	color: #FFFFFF;
	font-family: "Open Sans",sans-serif;
	font-size: 17px;
	line-height: 1em;
	font-weight: 400;

	border-radius: 10px 10px 0 0;
	margin: 0;
	padding: 5px 0 5px 5px;
	position: relative;
	cursor: pointer;
}
#bbytes-support-footer .bbytes-lf-grabber span {
	padding-left: 10px;
	padding-right: 25px;
}
#bbytes-support-footer .bbytes-lf-grabber i {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 3px;
}
#bbytes-support-footer .bbytes-lf-grabber.active i {
	bottom: 7px;
}

#bbytes-support-footer .bbytes-lf-header {
	background-image: url(../img/bbytes-logo.png);
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
	height: 50px;
}

#bbytes-support-footer .bbytes-lf-slider {
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	border-top: none;
	border-bottom: none;
	display: none;
}
#bbytes-support-footer .bbytes-lf-slider table {
	width: 100%;
}
#bbytes-support-footer .bbytes-lf-slider table th {

}
#bbytes-support-footer .bbytes-lf-slider table td {
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

#bbytes-support-footer .bbytes-lf-slider table i.fa {
	/*padding-right: 10px;
	color: #660000;*/
	background-color: #600;
	color: #FFF;
	border-radius: 12px;
	border: 4px solid #600;
}

/*#bbytes-support-footer .bbytes-lf-slider table i {
   padding-right: 10px;
   color: #660000;
}*/
#bbytes-support-footer .bbytes-lf-slider * {
	vertical-align: baseline;
}
#bbytes-support-footer .bbytes-lf-slider a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#bbytes-support-footer .bbytes-lf-slider a:focus {
	box-shadow: none;
}
#bbytes-support-footer .bbytes-lf-slider a:hover {
	color: #CC0000;
}
#bbytes-support-footer .bbytes-lf-slider a.offline {
	color: #990000;
	cursor: default;
	cursor: not-allowed;
}
#bbytes-support-footer .bbytes-lf-slider a.offline:after {
	content: " (offline)";
	font-size: 80%;
	font-weight: normal;
}
#bbytes-support-footer .bbytes-lf-slider .chat-status {
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background-color: #cccccc;
}

#bbytes-support-footer .bbytes-lf-slider .chat-status-text {
	font-weight: bold;
}

#bbytes-support-footer .bbytes-lf-slider .chat-status.chat-online {
	background-color: #00FF00;
}
#bbytes-support-footer .bbytes-lf-slider .chat-status.chat-offline {
	background-color: #FF0000;
}
#bbytes-support-footer .bbytes-lf-slider .chat-status.chat-unknown {
	background-color: #CCCCCC;
}

#bbytes-support-footer .bbytes-lf-what-is {
	margin-top: 8px;
}

#bbytes-support-footer .bbytes-lf-slider .chat-typical {
	margin-left: 15px;
}
#bbytes-support-footer .bbytes-lf-slider small {
	font-size: 85%;
}
#bbytes-support-footer .bbytes-lf-slider .bbytes-lf-hideme {
	float: right;
	font-size: 70%;
	text-transform:uppercase;
	margin-top: 10px;
}

/* news widget */
#bbytes_news_dashboard_widget a.rsswidget {
	font-weight: 400;
	/* color: #990000; */
}
#bbytes_news_dashboard_widget a.rsswidget:hover {
	/* color: #CC0000; */
}
#bbytes_news_dashboard_widget .rss-widget span,
#bbytes_news_dashboard_widget .rss-widget span.rss-date {
	color: #777;
}
