/*
 * ------------------------------------------------------------------------
 * JA Bistro Template for Joomla 3.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
*/
 

/* Item View */
.ja-brief-history a[class^="icon-"] {
	width: auto;
}

/* Style for Tag J3x */
div.tags span {
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-radius: 8px;
	border-right-color: #ddd;
	display: inline-block;
	line-height: 1;
	list-style: none;
	margin: 0 2px 3px 0;
	padding: 2px 8px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}

div.tags span a {
	font-size: 0.917em;
}

div.tag-category ul li[class^="cat-list-"] {
	background: url(../images/divider.gif) repeat-x left bottom;
	border: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	position: relative;
}

div.tag-category ul li:hover {
	background-color: transparent;
}

div.tag-category ul li h3 {
	font-size: 200%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

div.tagspopular ul li,
div.tagssimilar ul li {
	background-position: 0px 5px;
	padding-left: 8px;
}

div.tag-category ul li .tag-body {
	float: left;
	width: 100%;
}

div.tag-category ul li .tag-body img {
	border: 1px solid #E8E8E8;
	float: left;
	margin: 0px 15px 10px 0px;
	padding: 4px;
}

/* Style for edit page */
.edit #adminForm .nav-tabs > li {
	margin-bottom: -2px !important;
}

.edit .control-group input[type="text"] {
	padding: 3px 5px;
}

.edit .control-group select {
	min-width: 167px;
	padding: 3px 5px;
}

body.com_media .span6 {
	width: 340px;
}

/* Style for Newsfeed Page */
.ja-content-main .newsfeed-category ul li {
	background: none;
}

.newsfeed-category ul li.cat-list-row1 {
	border: none;
	border-bottom: 1px solid #ddd;
}

/* Style for module front-end edit */
.com_config .btn-toolbar {
  margin-bottom: 10px;
}

.com_config #modules-form input[type="text"] {
  padding: 4px 2px;
}

.com_config #modules-form .btn {
  background-image: none;
  background-color: #333;
  height: auto;
  margin-bottom: 2px;
  padding: 5px 10px;
}

.com_config #modules-form .btn:hover {
  background-color: #cf4e33;
}