#icon-woocommerce-importer {
    background-image: url(../images/wf-import.png) !important;
    background-position: -3px -5px;
}
.widefat_importer td {
    vertical-align: middle;
    padding: 5px 9px;
}
#import-progress {
    width: 100%;
}
#import-progress td, #import-progress th {
    padding: .5em 1em;
}
#import-progress td.status, #import-progress th.status {
    width: 32px;
}
#import-progress td.row, #import-progress th.row {
    width: 3em;
    text-align: center;
}
#import-progress td.reason, #import-progress th.reason {
    text-align: right;
}
#import-progress tr.importer-loading td {
    background: url(../images/wf-ajax-loader.gif) no-repeat center center;
    height: 32px;
}
#import-progress .merged td,
#import-progress .imported td {
}
#import-progress .skipped td {
    border-bottom-color: #dbcb83;
    background: #f2ecd2;
}
#import-progress .failed td {
    border-bottom-color: #e6adaa;
    background: #f2d3d2;
}
#import-progress mark.result {
    height: 0;
    display: block;
    line-height: 16px;
    overflow: hidden;
    padding: 16px 0 0 0;
}
#import-progress .skipped mark.result {
    background: url(../images/wf-notice.png) no-repeat center top;
}
#import-progress .merged mark.result,
#import-progress .imported mark.result {
    background: url(../images/wf-success.png) no-repeat center top;
}
#import-progress .failed mark.result {
    background: url(../images/wf-failed.png) no-repeat center top;
}
#import-progress .complete td {
    background: #000;
    border-color: #000;
    border-top: 4px solid #000;
    color: #fff;
    font-size: 1.5em;
    padding: .95em 1em 1em;
    text-align: center;
}
#import-progress .regenerating td {
    padding: 0;
}
#import-progress .regenerating div.progress {
    background: #464646;
    padding: .95em 1em 1em;
    color: #fff;
    overflow: hidden;
    width: 0;
    float: left;
    text-align: left;
    white-space: nowrap;
}
#datagrid  { border-collapse: collapse; text-align: left; width: 80%; }
#datagrid {
    background: #fff; overflow: hidden; 
}
#datagrid  td{ padding: 3px 10px; }
#datagrid  th { padding: 3px 25px; color: #fff; background-color: #ccc; font-weight: bold;font-size: 15px; }

.woocommerce-message a.button-primary, .woocommerce-message button.button-primary{
    background: #0085ba none repeat scroll 0 0 !important;
    border-color: #0073aa #006799 #006799 !important;}
.woocommerce-message{border-left-color:#46b450 !important;}
.chosen-container-multi .chosen-choices li.search-field{
    padding: 5px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    padding: 1px !important;
}
.order_actions .download_to_ups_xml_wf {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.order_actions .download_to_ups_xml_wf::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}
.order_actions .download_to_fedex_xml_wf {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.order_actions .download_to_fedex_xml_wf::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}
.order_actions .download_to_stamps_xml_wf {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.order_actions .download_to_stamps_xml_wf::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}
.order_actions .download_to_general_xml_wf {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.order_actions .download_to_general_xml_wf::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}
.order_actions .download_to_endicia_xml_wf {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.order_actions .download_to_endicia_xml_wf::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}

.import-screen{
    padding:5px;
    box-shadow: 1px 1px 2px #888888;
}
.export-screen{
    margin-top: 15px;
    padding:5px;
    box-shadow: 1px 1px 2px #888888;
}
.rTable { display: table; } 
.rTableRow { display: table-row; }
.rTableCell { display: table-cell; }
.rTable {
	display: table;   	
	width: 97.5%; 
} 
.rTableRow {   	
	display: table-row; 
} 

.rTableCell {   	
	display: table-cell;   	
	border: none;
} 

.updated2 {
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-right: 17px;
    padding: 1px 19px;
    margin-top: 10px;
    border-left-color: green;
}

.market-box-xml{
    width:30%;
    float: right;
}

.orderxmlimpexp-review-widget{    
    background: #fff;
    padding: 5px;
    margin-bottom: 23px;
}
.orderxmlimpexp-review-widget p{
    margin-right:5px;
    margin-left:5px;
}
.orderxmlimpexp-premium-features{
    background: #fff;
    padding:5px;
}
.orderxmlimpexp-premium-features ul {
    padding-left: 20px;
    padding-right: 20px;
}
.orderxmlimpexp-premium-features .button-go-pro {
    box-shadow: none;
    border: 0;
    text-shadow: none;
    padding: 10px 15px;
    height: auto;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 400;
    background: #00cb95;
    margin-top: 5px;
}
.orderxmlimpexp-premium-features .button-go-pro:hover,
.orderxmlimpexp-premium-features .button-go-pro:focus,
.orderxmlimpexp-premium-features .button-go-pro:active {
    background: #00a378;
}
.wt-import-export-upsell-wrapper-xml .button-doc-demo {

    box-sizing: border-box;
    width: 210.36px;
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #3174FB;
    box-shadow: 0px 9px 18px rgba(46, 80, 242, 0.15);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3172FB;
}

.wt-import-export-upsell-wrapper-xml .button-doc-demo:hover,
.wt-import-export-upsell-wrapper-xml .button-doc-demo:focus,
.wt-import-export-upsell-wrapper-xml .button-doc-demo:active {
    background: #dfdfe4;
}
.orderxmlimpexp-premium-features .ticked-list li {
    margin-bottom: 15px;
    padding-left: 15px;
}
.orderxmlimpexp-premium-features .ticked-list li:before
{
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    content: "\f147";
    margin-right: 10px;
    margin-left: -25px;
    font-size: 16px;
    color: #3085bb;
}
.xa-orderimpexp-rating-link{color:#ffc600;}
.bg-white {
    background: #fff;
}
.p-20p {
    padding: 20px;
}
.orderxmlimpexp-main-box{
    width: 100%;
}
.orderxmlimpexp-main-box input {
    box-shadow: none;
    padding: 7px 10px;
}
.orderxmlimpexp-view{
    width:65%;
    float: left;
}
.nav-tab-wrapper .nav-tab-premium {
    background: #5ccc96;
    color: white;
    border-color: #5ccc96;
}
.orderxmlimpexp-view a{
    text-shadow: none !important;
}



/* start marketing section */
.wt-import-export-upsell-wrapper-xml.market-box{
    width:30.5%;
    float: right;
}
.wrap .wt-import-export-upsell-wrapper-xml .ier-premium-upgrade {
    margin-top: 0px;
    margin-right: 0px;
}
.wt-import-export-upsell-wrapper-xml .ier-premium-upgrade {
    margin-top: 0px;
    margin-right: 15px;
}

 .wt-ierpro-sidebar{
  background: #FFFFFF;
  border-radius: 7px;
  padding: 0;
}
.wt-import-export-upsell-wrapper-xml .wt-ierpro-header{
  background: #FFFFFF;
  box-shadow: 0px 4px 19px rgba(49, 117, 252, 0.2);
  border-radius: 7px;
  padding: 8px;
  margin: 0;
}
.wt-ierpro-name{
  background: linear-gradient(87.57deg, #F4F1FF 3%, rgba(238, 240, 255, 0) 93.18%);
  border-radius: 3px;
  margin: 0;
  padding: 16px;
  display: flex;
  align-items: center;
}
.wt-ierpro-name img{
  width: 36px;
  height: auto;
  box-shadow: 4px 4px 4px rgba(92, 98, 215, 0.23);
  border-radius: 7px;
}
.wt-ierpro-name h4{
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 0 12px;
  color: #5D63D9;
}
.wt-ierpro-mainfeatures ul{
  padding: 0;
  margin: 15px 25px 20px 25px;
}
.wt-ierpro-mainfeatures li{
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height:24px;
  letter-spacing: -0.01em;
  list-style: none;
  position: relative;
  color: #091E80;
  padding-left: 28px;
}
.wt-ierpro-mainfeatures li.money-back:before{
  content: '';
  position: absolute;
  left: 0;
  height:24px ;
  width: 16px;
  background-image: url(../images/money-back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wt-ierpro-mainfeatures li.support:before{
  content: '';
  position: absolute;
  left: 0;
  height:24px ;
  width: 16px;
  background-image: url(../images/support.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wt-ierpro-btn-wrapper{
  display: block;
  margin: 20px auto 20px;
  text-align: center;
}
.wt-ierpro-blue-btn, .wt-ierpro-blue-btn:visited{
  background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
  border-radius: 5px;
  padding: 10px 15px 10px 38px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
  border: none;
}
.wt-ierpro-blue-btn:before{
  content: '';
  position: absolute;
  height: 15px;
  width: 18px;
  background-image: url(../images/white-crown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
.wt-ierpro-blue-btn:hover{
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
  text-decoration: none;
  transform: translateY(2px);
  transition: all .2s ease;
  color: #FFFFFF;
}
.wt-ierpro-features{
  padding: 40px 30px 25px 30px;
}
.wt-ierpro-features ul{
  padding: 0;
  margin: 0;
}
.wt-ierpro-features li{
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #001A69;
  list-style: none;
  position: relative;
  padding-left: 35px;
  padding-right: 5px;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}
.wt-ierpro-newfeat li:before{
  content: '';
  position: absolute;
  height: 39px;
  width: 39px;
  background-image: url(../images/new-badge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
}
.wt-ierpro-allfeat li:before{
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  background-image: url(../images/tick.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}
ul.wt-ierpro-newfeat li {
  margin-bottom: 30px;
}
.wt-ierpro-outline-btn, .wt-ierpro-outline-btn:visited{
  background: linear-gradient(90.67deg, #2608DF -34.86%, #3284FF 115.74%);
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.39);
  border-radius: 5px;
  padding: 10px 15px 10px 38px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all .2s ease;
  position: relative;
  border: none;
}
.wt-ierpro-outline-btn:before{
  content: '';
  position: absolute;
  height: 15px;
  width: 18px;
  background-image: url(../images/white-crown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
}
.wt-ierpro-outline-btn:hover{
  box-shadow: 0px 4px 13px rgba(46, 80, 242, 0.5);
  text-decoration: none;
  transform: translateY(2px);
  transition: all .2s ease;
  color: #FFFFFF;
}
