/* Importer
-----------------------------------------------------------------*/
.trx_importer {
	overflow:hidden;
}
.trx_importer_section {
	width: 48%;
	float:left;
	border: 2px groove #e0e0e0;
	margin: 2em 0 0 0;
	padding: 1em 2em 2em;
}
.trx_exporter_section {
	width: 48%;
	float:right;
	border: 2px groove #e0e0e0;
	margin: 2em 2em 0 0;
	padding: 1em 2em 2em;
}
.trx_banners_section {
	width: 48%;
	float:right;
	margin: 2em 2em 0 0;
}
.trx_addons_tabs_section .trx_importer_section,
.trx_addons_tabs_section .trx_exporter_section {
	margin-top: 0;
	width: 100%;
	float: none;
	border: none;
	padding: 0;
	overflow: hidden;
}

.trx_addons_tabs_section .trx_banners_section {
	margin: 0;
}
.trx_addons_tabs_section #trx_importer_form,
.trx_addons_tabs_section #trx_importer_progress {
	width: 48%;
	float:left;
}
.trx_addons_tabs_section #trx_importer_form > p:first-child {
	margin-top: 0;
}

.trx_addons_tabs_section .trx_importer_section + .trx_exporter_section {
	border-top: 1px solid #ddd;
	margin-top: 2em;
	padding-top: 2em;
}
.trx_importer_section,
.trx_exporter_section,
.trx_banners_section {
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (max-width: 1023px) {
	.trx_importer_section,
	.trx_exporter_section,
	.trx_importer + .trx_banners_section {
		width: 98%;
		float:none;
		margin-left:0;
	}
	.trx_addons_tabs_section #trx_importer_form,
	.trx_addons_tabs_section #trx_importer_progress,
	.trx_addons_tabs_section .trx_banners_section {
		width: 100%;
		float:none;
	}
}
.trx_exporter_error {
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 1em 0;
}

#trx_importer_form .import_posts_params {
	display:block;
	margin-top:0.5em;
}

.trx_importer_hidden {
	display:none;
}

.trx_importer_demo_set > label {
	margin-top: 0.5em;
	text-transform:uppercase;
}
.trx_importer_description {
	font-style:italic;
	color: #888;
}
.trx_importer_description li + li {
	margin-top: 0.2em;
}
.trx_importer_description b {
	color: #000;
	font-weight:400;
	border-bottom: 1px dashed #000;
	display:inline-block;
	line-height: inherit;
}
.trx_importer_separator {
	margin-bottom: 1em;
}
.trx_importer_separator_before {
	margin-top: 1em;
}
.trx_importer .trx_buttons {
	margin-top: 1em;
}
.trx_importer .trx_buttons .button {
	font-size: 1.1538em;
	line-height: 1.7em;
	padding: 0.6em 1.2em;
	height: auto;
	display: inline-block;
}
.trx_importer li {
	margin-top: 0;
	margin-bottom: 0;
}
.trx_importer label {
	display: block;
}

.trx_importer_part_pages {
	max-height: 10em;
	overflow-y: scroll;
	overflow-x: hidden;
	margin:0 0 1em 2em;
}

.trx_importer_item_description {
	padding: 2px 0 10px 25px;
}

.trx_importer_subtitle {
	font-weight: bold;
}

.trx_importer_advanced_settings_wrap {
	margin: 2em 0;
}
.trx_importer_advanced_settings {
	overflow: hidden;
	padding: 1em 1.5em;
	border: 1px solid #ddd;
	border-top-width: 0px;
}
.trx_importer_advanced_settings_title {
	margin: 0;
	padding: 1em;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	position: relative;
	cursor: pointer;
}
.trx_importer_advanced_settings_title:after {
	content: '\e857';
	font-family: 'trx_addons_icons';
	display: inline-block;
	vertical-align: top;
	height: 1em;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -0.5em;
	transition: rotate 0.3s ease;
}
.trx_importer_advanced_settings_opened .trx_importer_advanced_settings_title:after {
	transform: rotate(180deg);
}

#trx_importer_progress {
	display:none;
	margin:0;
}
#trx_importer_progress table {
	margin-bottom:2em;
}
#trx_importer_progress .import_progress_status {
	background-position:center;
	background-repeat:no-repeat;
}
#trx_importer_progress.style_1 .import_progress_status {
	width: 80px;
	text-align:right;
	background-size:15px 15px;
}
#trx_importer_progress.style_2 .import_progress_status {
	width: 160px;
	text-align:center;
}
#trx_importer_progress.style_1 .import_progress_status.step_in_progress {
	background-image:url(images/ajax-loader.gif);
}
#trx_importer_progress.style_2 .import_progress_status.step_in_progress {
	background-image:url(images/ajax-loader-2.gif);
}
#trx_importer_progress .import_progress_status.step_complete {
	background-image:url(images/accept.png);
}
#trx_importer_progress .import_progress_status.step_complete_with_error {
	background-image:url(images/error.png);
}

#trx_importer_progress .trx_importer_progress_result {
	display:none;
}
#trx_importer_progress .trx_importer_progress_result_msg,
#trx_importer_progress .trx_importer_progress_result_msg .error_message {
	display: block;
}
#trx_importer_progress .trx_importer_progress_result_msg .error_message:before {
	content: '- ';
}
#trx_importer_progress .trx_importer_progress_complete {
	color: #129611;
}
#trx_importer_progress .trx_importer_progress_error {
	color: #961211;
}
#trx_importer_progress .trx_importer_view_site {
	display: block;
	margin-top: 1em;
}


/* Banners */
.trx_banners_item {
	display:none;
	padding:2em;
	background-color: #fff;
	border: 1px solid #ddd;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.trx_importer + .trx_banners_section .trx_banners_item {
	font-size: 1.25em;
	line-height: 1.5em;
}
.trx_banners_item_image {
	float: left;
	margin:0 2em 0 0;
	width: 46%;
}
.trx_banners_item_image img {
	width: auto;
	height: auto;
	max-width:100%;
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.trx_banners_item_text {
	overflow: hidden;
}
.trx_banners_item_title {
	margin-top: 0;
}
.trx_banners_item_link {
	display: inline-block;
}
.trx_banners_item_link:not(.trx_banners_item_link_block) {
	font-size: 1em;
	margin-top: 1em;
	height: auto;
	line-height:1.25em;
	padding: 0.6em 1em;
}
.trx_banners_item_link_block {
	display:block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1279px) {
	.trx_banners_item_image {
		float: none;
		margin:0 0 2em 0;
		width: 100%;
	}
}