/* Print icon for order actions */
.widefat .column-wc_actions a.sksoftware_postone_for_woocommerce_print_shipment_label::after {
	content: "\f193";
}

/* region Tabs */
#sksoftware-postone-for-woocommerce .panel-wrap {
	background: #fff
}

#sksoftware-postone-for-woocommerce .woocommerce_options_panel {
	float: left;
	width: 80%
}

#sksoftware-postone-for-woocommerce .panel-wrap {
	overflow: hidden
}

#sksoftware-postone-for-woocommerce ul.wc-tabs {
	margin: 0;
	width: 20%;
	float: left;
	line-height: 1em;
	padding: 0 0 10px;
	position: relative;
	background-color: #fafafa;
	border-right: 1px solid #eee;
	box-sizing: border-box
}

#sksoftware-postone-for-woocommerce ul.wc-tabs::after {
	content: "";
	display: block;
	width: 100%;
	height: 9999em;
	position: absolute;
	bottom: -9999em;
	left: 0;
	background-color: #fafafa;
	border-right: 1px solid #eee
}

#sksoftware-postone-for-woocommerce ul.wc-tabs li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative
}

#sksoftware-postone-for-woocommerce ul.wc-tabs li a {
	margin: 0;
	padding: 10px;
	display: block;
	box-shadow: none;
	text-decoration: none;
	line-height: 20px !important;
	border-bottom: 1px solid #eee
}

#sksoftware-postone-for-woocommerce ul.wc-tabs li a span {
	margin-left: .618em;
	margin-right: .618em
}

#sksoftware-postone-for-woocommerce ul.wc-tabs li a::before {
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-decoration: none
}

#sksoftware-postone-for-woocommerce .inside {
	margin: 0;
	padding: 0
}

#sksoftware-postone-for-woocommerce ul.wc-tabs li.active a {
	color: #555;
	position: relative;
	background-color: #eee
}

@media only screen and (max-width: 900px) {
	#sksoftware-postone-for-woocommerce ul.wc-tabs {
		width: 10%;
	}

	#sksoftware-postone-for-woocommerce ul.wc-tabs li a {
		position: relative;
		text-indent: -999px;
		padding: 10px;
	}

	#sksoftware-postone-for-woocommerce ul.wc-tabs li a::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-indent: 0;
		text-align: center;
		line-height: 40px;
		width: 100%;
		height: 40px;
	}
}

/* General icon */
#sksoftware-postone-for-woocommerce ul.wc-tabs li.general_options a::before {
	font-family: WooCommerce;
	content: "\e020";
}

/* Receiver icon */
#sksoftware-postone-for-woocommerce ul.wc-tabs li.receiver_options a::before {
	font-family: WooCommerce;
	content: "\e03a";
}

/* Shipping icon */
#sksoftware-postone-for-woocommerce ul.wc-tabs li.shipping_options a::before {
	font-family: WooCommerce;
	content: "\e01a"
}

/* Other icon */
#sksoftware-postone-for-woocommerce ul.wc-tabs li.other_options a::before {
	font-family: WooCommerce;
	content: "\e00f";
}

/* endregion */

.short.wc-enhanced-select + .select2 {
	width: 50% !important;
}

@media only screen and (max-width: 1280px) {
	.short.wc-enhanced-select + .select2 {
		width: 80% !important;
	}
}

.woocommerce table.form-table select {
	line-height: 28px !important;
}

.sksoftware-settings-table .wc-enhanced-select + .select2 {
	min-width: auto !important;
}

.sksoftware-settings-table td,
.sksoftware-settings-table th {
	background: #fff;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

@media only screen and (max-width: 781px) {
	.sksoftware-settings-table td,
	.sksoftware-settings-table th {
		padding: 10px !important;
	}
}

@media only screen and (min-width: 782px) {
	.sksoftware-settings-table td:first-child,
	.sksoftware-settings-table th:first-child {
		width: 20px;
		min-width: 20px;
		max-width: 20px;
		word-wrap: break-word;
		vertical-align: middle;
	}

	.sksoftware-settings-table td:last-child,
	.sksoftware-settings-table th:last-child {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		word-wrap: break-word;
		vertical-align: middle;
	}
}

.sksoftware-settings-table .ui-sortable-handle {
	min-height: 38px;
}

.sksoftware-settings-table .ui-sortable-handle:before {
	content: "\f333";
	font-family: Dashicons;
	text-align: center;
	color: #999;
	display: block;
	width: 17px;
	float: left;
	height: 100%;
	line-height: 24px;
}

.sksoftware-start-free-trial-form {
	max-width: fit-content;
	margin: 0 auto !important;
	text-align: left;
}

.sksoftware-start-free-trial-label {
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	display: inline-block !important;
	margin-bottom: 3px !important;
	padding: 0 !important;
	vertical-align: middle !important;
	cursor: pointer !important;
}

.sksoftware-start-free-trial-input {
	background: #fff !important;
	font-size: 24px !important;
	line-height: 1.33333333 !important;
	width: 100% !important;
	border-width: 0.0625rem !important;
	padding: 0.1875rem 0.3125rem !important;
	margin: 0 6px 16px 0 !important;
	min-height: 40px !important;
	max-height: none !important;
	box-shadow: 0 0 0 transparent !important;
	border-radius: 4px !important;
	border: 1px solid #8c8f94 !important;
	color: #2c3338 !important;
}

.sksoftware-start-free-trial-errors {
	display: none;
	width: 100%;
	border-left: 4px solid #72aee6;
	padding: 12px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	word-wrap: break-word;
	border-left-color: #d63638;
}

