
.wpc_notice {
    padding: 10px !important;
}

.wpc_import_export_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    min-height: 150px;
    padding: 10px 20px;
    text-align: center;
    float:left;
    box-sizing: border-box;
}
.wpc_import_export_block .export_field{
    text-align: left;
}
.wpc_import_export_block .wpc-help-tip{
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
    font-family: Dashicons;
    font-weight: normal;
    float: right;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

.wpc_import_export_block .wpc-help-tip::after {
    content: "\f223";
    cursor: help;
 }

.wpc_import_export_block h1 {
    text-align: left;
    margin: 0;
    padding-top: 0;
}

.wpc_imp_exp_step_block {
    font-size: 22px;
    font-weight: bold;
    color: #B5B5B5;
    float: right;
    line-height: 30px;
}

.wpc_imp_exp_button {
    background: #f6f5f1 none repeat scroll 0 0;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #888;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    margin: 5px;
    padding-top: 10px;
    text-decoration: none;
    text-align: center;
    width: 250px;

}


.wpc_imp_exp_button:hover, .wpc_imp_exp_active {
    background: #0093D6 none repeat scroll 0 0;
    color: #000;
    border-color: #000;
}


.wpc_imp_exp_back:hover {
    background: #eeede9 none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #818181;
}


.wpc_imp_exp_continue:hover,
.wpc_imp_exp_close:hover {
    background: #3ABC61 none repeat scroll 0 0;
    color: #000;
    border-color: #000;
}

.wpc_imp_exp_download {
    background: #0093D6 none repeat scroll 0 0;
    color: #000;
    border-color: #000;
}
.wpc_imp_exp_download:hover {
    background: #009fe6 none repeat scroll 0 0;
}

.wpc_imp_exp_active .wpc_imp_exp_import_icon,
.wpc_imp_exp_button:hover .wpc_imp_exp_import_icon {
    background-image: url("../../images/import_export.png");
    background-position: 0 0;
}

.wpc_imp_exp_active .wpc_imp_exp_export_icon,
.wpc_imp_exp_button:hover .wpc_imp_exp_export_icon {
    background-image: url("../../images/import_export.png");
    background-position: 25px 0;
}

.wpc_imp_exp_import_icon, .wpc_imp_exp_export_icon {
    background: none;
    width: 25px;
    height: 20px;
    display: inline-block;
}

.wpc_imp_exp_select_block {
    display: none;
}


.wpc_imp_exp_associations_arrow {
    float:left;
    width: 60px;
    height: 40px;
    background-image: url("../../images/imp_exp_arrow.png");
    background-position: 0 0;
}


/*      .wpc_imp_exp_import_icon {
           background-position: 0 0;
      }

      .wpc_imp_exp_export_icon {
           background-position: 25px 0;
      }       */

.wpc_imp_exp_button_label {
    display: block;
    margin-top: 10px;
}

.wpc_import_export_block ul {
    margin: auto;
    padding: 0;
    text-align: left;
    width: 150px;
}


.wpc_import_export_block #wpc_export_form_step_2 ul {
    width: 280px !important;
}

#wpc_imp_exp_item_content {
    min-height: 300px;
}

#wpc_imp_exp_item_content .meta_ajax_loading {
    margin: 90px 0 0 0;
}

#wpc_imp_exp_item_content table {
    text-align: left;
    width: 100%;
    table-layout: fixed;
}

#wpc_imp_exp_item_content table td {
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 5px;
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
}

#wpc_imp_exp_item_content table td:first-child {
    border: 0;
    padding: 5px 5px 5px 5px;
}




.wpc_import_export_block.import_step_2 .import_items {
    width: 100% !important;
}


.wpc_export_form_step_3 .import_items td,
.wpc_import_form_step_3 .import_items td {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
}

.wpc_import_export_block.import_step_2 .import_items_headers {
    width: 25% !important;;
}




.wpc_import_export_block.import_step_3 .import_items_headers {
    width: 40% !important;;
}

.import_step_3 #wpc_imp_exp_item_content {
    background-color: #FFF;
    width: 300px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.import_step_3 #wpc_imp_exp_match_fields_header {
    background-color: #D1FFDE;
    padding: 1px;
}

.import_step_3 #wpc_imp_exp_match_fields_content {
    background-color: #FFF;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
    text-align: center;
    text-align: -moz-center;
}

.import_step_3 #wpc_imp_exp_match_fields_content table tr th,
.import_step_3 #wpc_imp_exp_match_fields_content table tr td:first-child {
    display: none;
}

.import_step_3 #wpc_imp_exp_match_fields_content .place_holders {
    color: #79A0E0;
    cursor: move;
}


.import_step_3 #wpc_imp_exp_item_holders {
    background-color: #FFF;
    width: 300px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.import_step_3 #wpc_imp_exp_item_holders_header {
    background-color: #d1dcff;
    padding: 1px;
}

.import_step_3 #wpc_imp_exp_item_holders_content {
    background-color: #FFF;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
}

.import_step_3 #wpc_imp_exp_item_holders_content table {
    width:100%;
    float:left;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.import_step_3 #wpc_imp_exp_item_holders_content table tr th {
    width:40%;
}
.import_step_3 #wpc_imp_exp_item_holders_content table tr td {
    width:60%;
    padding: 3px;
}

.import_step_3 #wpc_imp_exp_item_holders_content table tr td input:not(.half),
.import_step_3 #wpc_imp_exp_item_holders_content table tr th input:not(.half) {
    width:100%;
    margin: 0;
    float:left;
}



.import_step_3 #wpc_imp_exp_item_holders_content table tr th input {
    font-weight: normal;
}


.import_step_3 #wpc_imp_exp_item_holders_content table tr td .add_meta_field_button {
    float:left;
    width:100%;
    margin: 10px 0;
}

.import_step_3 #wpc_imp_exp_item_holders_content table tr td #show_add_meta_field_button {
    margin: 10px 0;
}

.import_step_3 #wpc_imp_exp_item_holders_content table tr td .add_meta_field_button.is_hidden {
    display: none;
}

.import_step_3 #wpc_imp_exp_item_holders_content table tr td #meta_fields_list {
    float:left;
    margin: 0 10px 0 0;
    width: 65%;
}

.import_step_3 #wpc_imp_exp_item_holders_content table tr td #add_meta_field_button {
    float:left;
    margin: 0;
    width: calc( 35% - 10px );
}



.wpc_import_export_block.export_step_3 .import_items_headers {
    width: 40% !important;;
}

.export_step_3 #wpc_imp_exp_item_content {
    background-color: #FFF;
    width: 300px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.export_step_3 #wpc_imp_exp_match_fields_header {
    background-color: #D1FFDE;
    padding: 1px;
}

.export_step_3 #wpc_imp_exp_match_fields_content {
    background-color: #FFF;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
    text-align: center;
    text-align: -moz-center;
}

.export_step_3 #wpc_imp_exp_match_fields_content .place_holders {
    color: #79A0E0;
    cursor: move;
}

.export_step_3 #wpc_imp_exp_match_fields_content table tr th,
.export_step_3 #wpc_imp_exp_match_fields_content table tr td:first-child {
    display: none;
}


.export_step_3 #wpc_imp_exp_item_holders {
    background-color: #FFF;
    width: 300px;
    border: 1px solid #E0E0E0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.export_step_3 #wpc_imp_exp_item_holders_header {
    background-color: #d1dcff;
    padding: 1px;
}

.export_step_3 #wpc_imp_exp_item_holders_content {
    background-color: #FFF;
    border-top: 1px solid #E0E0E0;
    padding: 10px;
}

.export_step_3 #wpc_imp_exp_item_holders_content table {
    width:100%;
    float:left;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.export_step_3 #wpc_imp_exp_item_holders_content table tr th {
    width:40%;
}
.export_step_3 #wpc_imp_exp_item_holders_content table tr td {
    width:60%;
    padding: 3px;
}

.export_step_3 #wpc_imp_exp_item_holders_content table tr td input,
.export_step_3 #wpc_imp_exp_item_holders_content table tr th input {
    width:100%;
    margin: 0;
    float:left;
}

.export_step_3 #wpc_imp_exp_item_holders_content table tr th input {
    font-weight: normal;
}


.export_step_3 #wpc_imp_exp_match_fields_content table tr td #show_add_meta_field_button {
    float:left;
    width:100%;
    margin: 10px 0;
}

.export_step_3 #wpc_imp_exp_match_fields_content table tr td .add_meta_field_button {
    float:left;
    width:100%;
    margin: 10px 0;
}

.export_step_3 #wpc_imp_exp_match_fields_content table tr td .add_meta_field_button.is_hidden {
    display: none;
}

.export_step_3 #wpc_imp_exp_match_fields_content table tr td #meta_fields_list {
    float:left;
    margin: 0 10px 0 0;
    width: 65%;
}

.export_step_3 #wpc_imp_exp_match_fields_content table tr td #add_meta_field_button {
    float:left;
    margin: 0;
    width: calc( 35% - 10px );
}
