/**
* Plugin Name: Instock Email Alert for Woocommerce
* Plugin URI: https://wordpress.org/plugins/instock-email-alert-for-woocommerce/
* Description: Sends an email alert for the subscribed users when the product is in stock.
* Version: 1.1.4
* Author: Laszlo Kruchio
*/

#instock_alert_options {float:left; background:#FFFFFF; padding:0 15px; margin:15px 0;}
#instock_alert_options h1 {margin:30px 0 40px; padding-left:130px; background: url('icon-256x256.png') no-repeat left center; background-size: 100px 100px; line-height: 100px;}
#instock_alert_options h2 {margin:0px; text-transform: uppercase; font-size: 16px; font-weight: bold;}
#instock_alert_options input[type='text'] { width: 100%; }
#instock_alert_options textarea { width: 100%; height:100px; resize:none; }
#instock_alert_options input[type='submit'] {float: right; width: 100%; outline: none; text-align: center; width: auto;}
#instock_alert_options .form-table th {width: 400px; padding: 20px 10px;}
#instock_alert_options .form-table td {width: 400px; padding: 20px 10px;}
#instock_alert_options .title th {background:#FAFAFA; border-top:1px solid #999999; border-bottom: 1px solid #999999;}
#instock_alert_options ul {margin:0 0 15px;}
#instock_alert_options .filters {float:left; width: 100%; margin-bottom:15px;}
#instock_alert_options .filters span {font-weight: bold; text-transform: uppercase; display: inline-block; margin-right: 20px; float: left;}
#instock_alert_options .filters input[type="radio"] {margin-right: 10px; float: left; position: relative; top:3px;}
#instock_alert_options .filters label {line-height: 16px; margin-right: 20px; float: left;}
#instock_alert_options #subscribed_list {float: left; width: 100%; max-height: 300px; overflow-y: scroll; -o-transition: all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
#instock_alert_options #subscribed_list.expanded {max-height: 800px;}
#instock_alert_options #subscribed_list li {max-height:50px; overflow: hidden; float: left; width: 100%; margin:0; border-bottom: 1px solid #E5E5E5; -o-transition: all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
#instock_alert_options #subscribed_list li.header div {font-weight: bold;}
#instock_alert_options #subscribed_list li .status {font-weight: bold; text-transform: uppercase;}
#instock_alert_options #subscribed_list li.sent .status {color:#99CC99;}
#instock_alert_options #subscribed_list li.waiting .status {color:#96281B;}
#instock_alert_options #subscribed_list li.hidden {max-height:0px;}
#instock_alert_options #subscribed_list li > div {float: left; width: 20%; line-height: 25px; padding: 10px 5px; box-sizing: border-box; }
#instock_alert_options #subscribed_list li input[type="submit"] {border-radius: 2px; padding: 2px 10px; cursor:pointer; max-height: 100%; float: left; border:0; background:#E74C3C; color:#FFFFFF; text-transform: uppercase; -o-transition: all 0.5s ease-out; -ms-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; -webkit-transition:all 0.5s ease-out; transition:all 0.5s ease-out;}
#instock_alert_options #subscribed_list li input[type="submit"]:hover,
#instock_alert_options #subscribed_list li input[type="submit"]:active,
#instock_alert_options #subscribed_list li input[type="submit"]:focus {background-color: #96281B;}
#instock_alert_options .expand {text-align: center; padding: 10px 0; }
#instock_alert_options .expand span {display: inline-block; padding:10px; width: 150px; cursor: pointer; background: #FAFAFA; text-transform: uppercase; border: 1px solid #999999;}

.settings_page_instocksettings #setting-error-settings_updated {margin:20px 0 0; width: 815px;}

#coffee {margin: 20px 0 0px; display: block; float: left;}