/**
 * style.css
 * FEEDZY RSS Feeds
 * Copyright: (c) 2016 Themeisle, themeisle.com
 * Version: 1.6.10
 * Plugin Name: FEEDZY RSS Feeds
 * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
 * Author: Themeisle
 */

#feedzy_import_feeds h4 {
	margin: 20px 0 10px;
	font-size: 16px;
}

#feedzy_import_feeds .form-group label {
	display: block;
	margin: 0 0 5px;
}

#feedzy_import_feeds .form-group .chosen-single {
	height: 44px;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #888;
	background: #fff;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 44px;
}

#feedzy_import_feeds .chosen-container-single .chosen-single div {
	top: 10px;
	right: -2px;
}

#feedzy_import_feeds #feedzy_post_type_chosen,
#feedzy_import_feeds #feedzy_post_terms_chosen {
	margin-bottom: 20px;
}

#feedzy_import_feeds .chosen-container-single .chosen-drop {
	border-color: #ddd;
	z-index: 99999999;
}

#feedzy_import_feeds .chosen-container-single .chosen-search input[type="text"] {
	border-color: #ddd;
}

#feedzy_import_feeds .chosen-container .chosen-results li.highlighted {
	background-color: #099bb2;
	background-image: none;
}

.feedzy-api-error,
.feedzy-error-critical {
	color: #ff0000;
}

tr.feedzy-import-status-row > td {
	margin: 0;
	padding: 0
}

tr.feedzy-import-status-row table {
	width: 32%;
	table-layout: fixed;
}

tr.feedzy-import-status-row table tr td {
	width: 25%;
	background-color: #f1f1f1;
	text-align: center;
}

tr.feedzy-import-status-row table tr:first-of-type td {
	padding: 3px;
	font-size: 22px;
}

tr.feedzy-import-status-row table tr:last-of-type td {
	background-color: #5555559c;
	color: #ffffff;
	padding: 0px;
	text-transform: lowercase;
}

.feedzy-error-status i {
	font-size: 28px;
}

.feedzy-error-status.import-error i {
	color: #ca4a1f;
}

.feedzy-error-status.import-success i {
	color: #149714;
}

td.feedzy-error-status a {
    vertical-align: middle;
}

a.feedzy-popup-details {
	pointer-events: none;
	color: inherit;
}

td.feedzy-has-popup {
	cursor: pointer;
}

.feedzy-has-popup a.feedzy-popup-details {
	cursor: pointer;
	pointer-events: all;
	color: #0073aa;
}

.feedzy_run_now_msg {
	font-size: 14px !important;
	color: #ca4a1f !important;
	background-color: inherit !important;
}


@media screen and (max-width: 782px) {
	tr.feedzy-import-status-row table {
		width: 100%;
	}

	tr.feedzy-import-status-row table tr:last-of-type td {
		font-size: smaller;
	}
}
