/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_OutOfStockNotification
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.wk-oosn-emailBox{
    margin-right:10px;
    display:inline-block;
    position: relative;
}
#wk-oosn-button{
    float:right;
}
.wk-oosn-notificationcontainer{
    margin-top:10px;
    display:inline-block;
    position:relative;
    z-index:0;
}
#loader{
    display:none;
    float:right;
    margin:20px 0 0 50px;
    width:30px;
    height:10px;
    position:absolute;
}
.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: absolute!important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loading-mask-outer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.wk-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}
.wk-display-none {
    display: none;
}
#wk-oosn-warning{
    display:none;
    margin-top: 10px;
}
#wk-oosn-email-warning{
    color:red;
}
.wk-oosn-error{
    color: red;
}
.wk-container {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .wk-oosn-container {
        text-align: center;
    }
}
@media only screen and (max-width: 767px)  {
    #associate-select {
      width: 100% !important;
    }
}
tr.product-list-table-row {
    border-bottom: 1px solid #cccccc;
}
tr.product-list-table-head {
    border-bottom: 1px solid #cccc;
}
td.product-list-table-image {
    width: 50px;
    height: 50px;
}
th.product-list-table-product-name{
    text-align: center;
}
th.product-list-table-status {
    text-align: center;
}
td.product-list-table-product-name{
    text-align: center;
}
td.product-list-table-status {
    text-align: center;
}
.toolbar {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}