/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#blpr-qr-reader button{
    background-color: #000000;
    border-color: #000000;
    color: #ffff;
}
#blpr-qr-reader,.blpr-qr-div{
    width: 300px;
    margin: auto;
    border-radius: 10px;
}
.blpr-hidden{
    display: none;
}
.blpr-reg-new-product{
    width: 300px;
    height: 300px;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 100px 58px;
    margin: auto;
    border-radius: 10px;
}
.blpr-reg-code-found,.blpr-reg-code-messages{
    width: 300px;
    height: 300px;
    text-align: center;
    margin: auto;
}
.blpr-code{
    padding: 50px 88px;
    border-radius: 10px;
    background-color: #d2d2d2;
}
.blpr-reg-code-found .blpr-uncover-code{
    width: 225px;
    margin: 15px 5px 15px 0px;
    border: 2px solid #000000;
    border-radius: 5px;
}
.blpr-submit,.blpr-upload-img,.blpr-manual,.blpr-manual-submit{
    width: 60px;
    height: 40px;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    border-color: #000000;
}
.blpr-submit{
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin: auto;
}
.blpr-upload-img,.blpr-manual,.blpr-manual-submit{
    width: auto;
    margin:10px;
}
.blpr-reg-code-messages{
    border-radius: 10px;
    background-color: #C5E0B4;
}
.blpr-msg-box {
    padding: 65px 75px;
    color: #000000;
    font-weight: bold;
}
button.blpr-new {
    border-radius: 5px;
    color: #ffffff;
    background-color: #000000;
    padding: 2px 20px;
    border-color: #000000;
}
.bl-pr-content {
    font-size: 14px;
    color: #222;
    margin-top: 20px;
    padding-top: 20px; 
    background-color: #f4f4f4;
    box-shadow: 2px 2px 3px #e6e6e6;
}
.bl-pr-sub-content{
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
}
.bl-pr-content table.woocommerce-orders-table {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 0;
}
.bl-heading{
    text-align: center;
    font-family: bold;
}
.bl-pr-content td{
    border-top: 1px solid #e6e6e6;
    padding: 15px 0px 15px 10px;
}
.bl-pr-sub-content .page-numbers{
    display:none;
}

.bl-pr-sub-content .next.page-numbers,.bl-pr-sub-content .prev.page-numbers{
    display:block;
}
.bl-pages{
    display: inline-flex;
    text-align: right;
    float: right;
}
.bl-pages-link{
    padding-left:10px;
}
.spinner{
  background: url(../icons/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  float: none;
  vertical-align: middle;
  opacity: .7;
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
}
.spinner.is-active{
   visibility: visible;
}