/*
 * kf5 for WordPress
 * 
 * @subpackage Admin Dashboard Stylesheets
 * @author Konstantin Kovshenin
 * @version 1.0
 * 
 * http://kf5.com
 * 
 * The following stylesheet is present on each and every admin page
 * in WordPress, thus the "kf5" prefix and postfix isolation. Mostly
 * used for the dashboard widget (contact form and tickets widget) as
 * well as some generic stuff.
 * 
 */
 
/* Powered by kf5 logo */
.wrap{padding:0 15px 0 15px;margin:0}
.powered-by-kf5 {
	display: inline-block;
	width: 75px;
	height: 21px;
	text-indent: -3000px;
	background: url(../images/powered-by.png) 99% 95% no-repeat;
	float: right;
	margin-right: 5px;
}

/* Admin Notices */
.kf5-admin-notice {
	padding: 6px;
	border-radius: 3px;
	border: solid 1px black;
	background: #eee;
	margin-bottom: 2px;
}

.kf5-notices-group {
	clear: both;
	margin-bottom: 10px;
}

.kf5-admin-notice p {
	margin: 0;
}

.kf5-admin-notice.kf5-note {
	background-color: #FFFBCC;
	border-color: #E6DB55;
}

.kf5-admin-notice.kf5-confirm {
	background-color: #ccffce;
	border-color: #55e688;
}

.kf5-admin-notice.kf5-alert {
	background-color: #ffcccc;
	border-color: #e65555;
}

/* Tickets Table */
#kf5-dashboard-widget > .inside {
	margin: 0 !important;
	min-height: 15px;
}

.kf5-tickets-widget {
	float: left;
	width: 100%;
}

.kf5-tickets-widget .kf5-heading {
	font-style: italic;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color: #777;
	font-size: 16px;
	margin: 2px 8px 8px 8px;
}

.kf5-tickets-widget .kf5-heading-link {
	font-size: 12px;
}

.kf5-tickets-widget .kf5-ticket-subject {
	line-height: 16px;
	height: 16px;
	display: inline-block;
	overflow: hidden;
}

.kf5-tickets-widget table {
	border-top: #ECECEC 1px solid;
	float: left;
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.kf5-tickets-widget td {
	padding: 8px;
	border-bottom: #ECECEC 1px solid;
	font-size: 12px;
}

.kf5-tickets-widget .kf5-loader {
	margin-top: 3px;
	margin-bottom: 2px;
}

.kf5-tickets-bottom {
	margin: 6px 8px;
}

td.kf5-ticket-id {
	padding-right: 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 14px;
	vertical-align: top;
	width: 1%;
}

td.kf5-ticket-status {
	text-align: right;
	padding-left: 0px;
	padding-right: 10px;
	width: 1%;
}

.kf5-status-pending, .kf5-status-new {
	color: green;
}

.kf5-status-open {
	color: #E66F00;
}

.kf5-view-empty {
	color: #777;
}

.kf5-view-loading {
	padding-left: 24px;
	background: url(../images/loader-blue.gif) 0 2px no-repeat;
}

/* Login */
.kf5-buddha, .kf5-buddha-smaller {
	float: left;
	margin-right: 10px;
}

.kf5-buddha-smaller {
  width: 20px;
}

#kf5-login .submit {
	margin-top: 10px;
	margin-left: 110px !important;
	display: inline-block;
}

#kf5-login input[type="text"],
#kf5-login input[type="password"] {
	width: 50%;
	max-width: 200px;
}

#kf5-login label {
	width: 110px;
	display: inline-block;
	text-align: right;
	font-size: 12px;
	padding-bottom: 4px;
}

/* Ticket Details */
.kf5-ticket-details-table {
	line-height: 18px;
}

.kf5-ticket-details-table .kf5-first {
	width: 1%;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

/* kf5 Loader */
.kf5-loader {
	background: url(../images/loader-blue.gif) 0 0 no-repeat;
	display: inline-block;
	width: 16px;
	height: 11px;
	text-indent: -3000px;
}

/* kf5 Dialogs */
#kf5-dialog-inner {
	background: #F6F6F6;
	padding: 10px;
}

#kf5-dialog-inner h1 {
	font-family: 'Microsoft Yahei';
	font-size: 22px;
	color: #555;
	font-weight: normal;
	margin-top: 4px;
}

#kf5-dialog-body {
	background-color: white;
	border: 1px solid #DDD;
	padding: 20px;
	display: block;
}

#kf5-dialog-footer {
	margin-top: 10px;
}

/* Comment to Ticket */
.kf5-comment-to-ticket {
	margin-top: 10px;
}

.kf5-comment-box {
	display: block;
	float: left;
	clear: both;
	margin-left: 60px;
	margin-top: -40px;
	background: #f6f6f6;
	margin-bottom: 10px;
	width: 525px;
	position: relative;
}

.kf5-comment-box p {
	margin-left: 20px;
	margin-right: 20px;
}

.kf5-comment-box p.kf5-author {
	margin-left: 10px;
	margin-top: 6px;
}

.kf5-comment-box p.kf5-comment-date {
	margin-left: 10px;
	font-size: 11px;
	color: #999;
	font-style: italic;
}

.kf5-comment-to-ticket img.avatar {
	float: left;
}

.kf5-comment-arrow {
	width: 10px;
	height: 21px;
	background: url(../images/comment-arrow.png) 0 0 no-repeat;
	position: absolute;
	left: -10px;
	top: 10px;
}

p.kf5-after-comment-box {
	color: #999;
	font-size:12px;
	margin-left: 60px;
	margin-bottom: 40px;
	margin-top: 0;
}

.kf5-comment-attachments {
	margin-top: 20px;
}

.kf5-comment-attachment {
	background: url(../images/attachment.png) 0 0 no-repeat;
	margin-top: 0;
	margin-bottom: 6px;
}

.kf5-comment-attachment a {
	margin-left: 20px;
}

.kf5-attachment-size {
	color: #999;
	font-size: 10px;
}

textarea.kf5-comment-reply {
	resize:none;
	display: block;
	width: 504px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	height: 180px;
}

.kf5-comment-box .kf5-options {
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 300px;
}

.kf5-comment-box .kf5-options label {
	float: left;
	clear: both;
	color: #999;
}

.kf5-submit {
	float: right;
	margin-right: 10px;
}

.kf5-comment-box .kf5-notices {
	margin: 12px;
}

.kf5-comment-box .kf5-notices p {
	margin-left: 0;
}

.kf5-comment-box .kf5-loader {
	float: right;
	margin-right: 20px;
	margin-top: 6px;
}

#kf5-dialog-success {
	text-align: center;
	color: #666;
	background: #F6F6F6;
	padding: 10px;
}

#kf5-dialog-success .success-title {
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 0;
}

#kf5-dialog-success .button {
	display: inline-block;
	margin-top: 20px;
}

#kf5-dialog-success .kf5-success-logo {
	float: left;
	/*width: 150px;*/
	margin-top: 20px;
	margin-left: 10px;
}

#kf5-dialog-success .success-ticket-id {
	color: #1A6690;
	font-weight: bold;
	text-decoration: none;
}

/* Settings pages */
#icon-kf5-32 {
	background: url(../images/kf5-32.png) 0 0 no-repeat;
}

.form-table td {
  font-size: 12px;
}

th#kf5 {
	width: 100px;
}

a.kf5-comment-ticket-id {
	background: #98c332;
	color: white;
	padding: 2px 6px;
	font-size: 10px;
	margin-top: 2px;
	float: left;
	border-radius: 5px;
}

a.kf5-comment-ticket-id:hover {
	color: white;
}

/* WordPress 2.9.2 */
input.large-text {
	width: 99%;
}
