.gtw_status_label{
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	line-height: 2.5em;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin: -.25em 0;
	cursor: inherit !important;
	white-space: nowrap;
	max-width: 100%;
	padding:0px 10px;
}
.gtw_active_status{
	background:#00cc99;
	color:#fff;    
}
.gtw_inactive_status{
	background:#f00;
	color:#fff;
}

.gtw_shortcodes_info tr th {
	padding-left: 10px;
}

.gtw-post-sort-handle .gtw-custom-field-sortable {
	cursor: move;
}

.gtw-gift-wrapper-designs-table {
	border-collapse: collapse;
	border: 1px solid #000;
	background:#fff;
	width: 70%;
}
.gtw-gift-wrapper-designs-table thead {
	background:#ccc;
}

.gtw-gift-wrapper-designs-table thead th {
	padding:15px !important;
	text-align:center;
}


.gtw-gift-wrapper-designs-table .gtw-drag-rules-wrapper {
	cursor: move;
}

.gtw-gift-wrapper-designs-table tbody td {
	 padding:10px !important;
	 text-align: center;
	 vertical-align: middle;
}

.gtw-gift-wrapper-designs-table tbody td input[type='button'] {
	margin-left: 5px;
}


.gtw-gift-wrapper-designs-table tbody td .dashicons-dismiss {
	 color:#f00;
}

.gtw-gift-wrapper-designs-table tbody td input[type='number'] {
	width: 60px !important;
}

.gtw-gift-wrapper-designs-table tr:nth-child(even) {
	 background:#f1f1f1;
}

.gtw-gift-wrapper-designs-table tfoot{
	padding:10px;
	border-top:1px solid #000;
	
}

.gtw-gift-wrapper-designs-table tfoot td {
	text-align: right;
	padding:15px ;
}

.gtw-gift-wrapper-image-preview{
	text-align: center;
	margin:10px 0;
}

.gtw-gift-wrapper-image-preview img{
	width:75px;
	height:auto;
	margin-top:10px;
}

.gtw-gift-wrapper-designs-table tbody td .gtw-remove-rule {
	cursor: pointer;
}

/* Edit Product Add Dsesign style  */

.gtw-product-designs {
	width:98%;
	margin:10px auto;
	text-align: center;
}

.gtw-product-gift-wrapper-designs-table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	background:#fff;
	width: 100%;
}
.gtw-product-gift-wrapper-designs-table thead {
	background:#f1f1f1;
}

.gtw-product-gift-wrapper-designs-table thead th {
	padding:15px !important;
	text-align:center;
}


.gtw-product-gift-wrapper-designs-table .gtw-product-drag-rules {
	cursor: move;
}

.gtw-product-gift-wrapper-designs-table tbody td {
	 padding:10px !important;
	 text-align: center;
	 vertical-align: middle;
}

.gtw-product-gift-wrapper-designs-table tbody td input[type='button'] {
	margin-left: 5px;
}


.gtw-product-gift-wrapper-designs-table tbody td .dashicons-dismiss {
	 color:#f00;
}

.gtw-product-gift-wrapper-designs-table tbody td input[type='text'] {
	width: 100% !important;
}

.gtw-product-gift-wrapper-designs-table tr:nth-child(even) {
	 background:#f1f1f1;
}

.gtw-product-gift-wrapper-designs-table tfoot{
	padding:10px;
	border-top:1px solid #f1f1f1;

}

.gtw-product-gift-wrapper-designs-table tfoot td {
	text-align: right;
	padding:15px ;
}

.gtw-product-gift-wrapper-designs-table tbody td .gtw-product-remove-rule {
	cursor: pointer;
}
