/**
 * ------------------------------------------------------------------------
 * JA Erio Template for Joomla 2.5 & 3.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

body.contentpane #ja-switch { display: none !important; }

body.contentpane {
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
}

.com_mailto a { color: #3ea3d2; text-decoration: none; }

.com_mailto .inputbox {
	width: 220px;
	display: block;
	border: 1px solid #d0d0d0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #f8f8f8;
	margin: 0 0 11px;
	padding: 6px 5px 4px;
	color: #7b7d80;
}

.com_mailto .button {
	background: #1a1a1a;
	color: #fff;
	line-height: 1.6;
	padding: 4px 15px;
	border: none;
	margin-right: 3px;
}

.com_mailto .button:hover {
	background: #3ea3d2;
}

#jac-login-joomla-form input.button:hover {
	background: #3ea3d2;
}

#jac-login-joomla-form a {
	margin-bottom: 3px;
}

#jac-login-joomla-form ul li {
	padding-bottom: 3px;
}
#jac-login-joomla-form a:hover {
	color: #ccc;
	
}

/* Popup Page */
body#bd.com_mailto.contentpane,
body#bd.com_content.contentpane {
	background: #fff !important;
}

body#bd.com_content.contentpane thead tr th a,
body#bd.com_content.contentpane thead tr th a:hover,
body#bd.com_content.contentpane thead tr th a:focus,
body#bd.com_content.contentpane thead tr th a:active {
	color: #333333;
}

/* Edit Article */
body#bd.com_media.contentpane {
	background: #fff !important;
	margin: 0 !important;
	padding: 20px !important;
}

body#bd.com_media.contentpane .manager .item {
	float: left;
	border: 1px solid #ccc !important;
	margin: 3px;
	position: relative;
	padding: 0 !important;
}

body#bd.com_media.contentpane table.properties td {
	vertical-align: top;
}

.filters .chzn-container { margin: 5px 0; }

.chzn-container-single .chzn-search {height: 25px;}