.wk-oosn-emailBox {
  display: inline-block;
  position: relative;
  float: left;
  width: 65%;
}
.notify-title {
	margin-top: 10px;
	display: inline-block;
}
#wk-oosn-button {
  float: right;
  width: 35%;
  padding: 4.5px 15px;
}
.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;
  width: 60%;
}
#associate-select {
  line-height: 20px;
}
@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;
  }
}
input[type="text"]::placeholder {
  float: right;
  padding: 5px;
}
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;
}
