/**
* This file is part of the aiContactSafe distribution. 
* 
* @version      3.0.1 002 2023-10-16 AlexDobrin $
* @copyright    2023 Alex Dobrin. All rights reserved.
* @license      GNU/GPLv2 http://www.gnu.org/licenses/gpl-2.0.html
* @link         http://www.joomlawebcentral.com
*/

.icon-48-generic_ai {
	background-image: url(../../images/aicontactsafe.png);
}

table.adminlist input.text_area {
	text-align: center;
	font-size: 10px;
	border-top-color: #c0c0c0;
	border-left-color: #c0c0c0;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	color: #000000;
	width: auto;
}

table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th {
	padding: 4px;
}

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover {
	text-decoration: none;
}

table.adminlist thead th img {
	vertical-align: middle;
}

table.adminlist tbody th {
	font-weight: bold;
}

table.adminlist tbody tr {
	background-color: #fff;
	text-align: left;
}

table.adminlist tbody tr.row1 {
	background: #f9f9f9;
	border-top: 1px solid #fff;
}

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td {
	background-color: #ffd;
}

table.adminlist tbody tr td {
	height: 25px;
	background: #fff;
	border: 1px solid #fff;
}

table.adminlist tbody tr.row1 td {
	background: #f9f9f9;
	border-top: 1px solid #FFF;
}

table.adminlist tfoot tr {
	text-align: center;
	color: #333;
}

table.adminlist tfoot td,
table.adminlist tfoot th {
	background-color: #f3f3f3;
	border-top: 1px solid #999;
	text-align: center;
}

table.adminlist td.order {
	text-align: center;
	white-space: nowrap;
}

table.adminlist td.order span {
	float: left;
	display: block;
	width: 20px;
	text-align: center;
}

table.adminlist div.list-footer {
	text-align: center !important;
}

table.adminlist div.limit {
	width: auto;
	height: 22px;
	line-height: 22px;
	margin: 0 10px;
	text-align: center !important;
}

/* pane-sliders  */
.pane-sliders .title {
	margin: 0;
	padding: 2px;
	color: #666;
	cursor: pointer;
}

.pane-sliders .panel {
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.pane-sliders .panel h3 {
	background: #f6f6f6;
	color: #666
}

.pane-sliders .content {
	background: #f6f6f6;
}

.pane-sliders .adminlist {
	border: 0 none;
}

.pane-sliders .adminlist td {
	border: 0 none;
}

.jpane-toggler-down {
	border-bottom: 1px solid #ccc;
}

/* tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}

#aiContactSafe_Toolbar {
	float: none;
	width: 100%;
	overflow: visible;
	height: auto;
}

#aiContactSafe_Toolbar .btn-wrapper {
	display: inline-block;
	margin-right: 5px;
}

fieldset.adminform legend {
	padding: 5px 0px 20px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #084679;
}
