/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 /* CSS for WC Lottery admin elements */

.post-type-product .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.post-type-product .ui-timepicker-div dl { text-align: left; }
.post-type-product .ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.post-type-product .ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.post-type-product .ui-timepicker-div td { font-size: 90%; }
.post-type-product .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.post-type-product .ui-timepicker-rtl{ direction: rtl; }
.post-type-product .ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.post-type-product .ui-timepicker-rtl dl dt{ float: right; clear: right; }
.post-type-product .ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
table.wp-list-table .column-digital_lottery {width:46px; text-align: center;}
table.wp-list-table td.column-digital_lottery img{padding: 0.2em;border-radius: 50%;}
table.wp-list-table td.column-lottery img{background-color:#7ad03a; }
table.wp-list-table .column-digital_lottery img.finished{background-color: #de9e0c;}
table.wp-list-table .column-digital_lottery img.fail{background-color: #d54e21;}
table.wp-list-table .column-digital_lottery img.order {background-color: transparent;-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08); border:1px solid #cccccc; padding:0.3em}
.lottery-table {width: 100%}
.reminder-status .error{color:#B81C23}
.reminder-status .ok{color:#85AD74}
.woocommerce ul.wc-tabs li.lottery_tab a:before,  #woocommerce-product-data ul.wc-tabs li.lottery_tab a:before{display: none;} 
.lottery-table .actions {width:50px; text-align: center;}
.lottery-table th {text-align: left}
.lottery-table tr.deleted{background: #bd393a;}
.lottery-table tr:hover{background: rgba(0,0,0,0.2)}
.icon-woo-lottery{background: url(../images/digital-lottery.png) center no-repeat;}


table.wp-list-table span.product-type.lottery:before{
	content: "";background: url(../images/digital-lottery.png) center no-repeat;
}
.column-product_type {position: relative}
.lottery-status {background-color: #7ad03a; width: 0.5em; height: 0.5em; border-radius: 50%; display: inline-block; position: absolute; left: 6px; top: 4px; }
.lottery-status.finished  {background-color: #de9e0c;}
.lottery-status.fail  {background-color: #d54e21;}

.lottery_tab_options a:before {background: url(../images/lottery.png) center center no-repeat; display: inline-block !important; width: 14px; height: 14px; content: ' ' !important; background-size: cover; }
.relist_lottery_dates_fields{display: none;}
.extend_lottery_dates_fields{display: none;}

.woocommerce_lottery_answer_box {
	margin: 5px;
}
#woocommerce-coupon-data ul.wc-tabs li.digital_lottery_tab_options  a{
	background: url(../images/digital-lottery.png) center no-repeat;
}
.mannual-winning-picking-meta .form-field label{
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
}
.mannual-winning-picking-meta .form-field input,.mannual-winning-picking-meta .form-field textarea{
	float: left;
	width: 50%;
}
 .digital-lottery-package-fields table{
	 margin: 10px 2px;
 }
 .digital-lottery-package-fields table tbody td{
	  padding: 5px 10px;
 }
 .digital-lottery-package-fields table tbody td:nth-child(1) input{
	 width: 200px !important;
 }
 .digital-lottery-package-fields table tbody td:nth-child(2) input,
 .digital-lottery-package-fields table tbody td:nth-child(3) input{
	 width: 100px !important;
 }
 
 .digital-lottery-package-fields table tbody td:nth-child(4)  input{
	 width: 30px !important;
 }
 
.digital-lottery-package-fields label {
	width: 100% !important;
	float: initial !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
	display: block;
}
 .digital-lottery-package-fields input{
	  margin-top: 5px;
 }
.package-url{}
.package-url h4{
	margin: 0;
}
.package-url p {
	margin: 0 !important;
}
.digital-lottery-campain-notification{
	
}
.digital-lottery-campain-notification a {
    background: #1bafaf;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
}
.mannual-winning-picking-meta p{
	width: 100% !important;
    overflow: hidden !important;
}
.mannual-winning-picking-meta input.small-text {
    width: 80px !IMPORTANT;
    padding: 0 6px;
}
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.display_meta tr th, 
#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items table.meta tr th {
    width: 25% !important;
}
._lottery_concert_venue_field{
	display: none;
}