.spinner {
  height: 60px;
  width: 60px;
  margin: 20% auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%;
}

.overlay{
  width: 100%;
  height: 100%;
  background-color: #F1F1F1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0.7;
}

.uppercase {
    text-transform: uppercase;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.order_items_list{
    list-style: none;
    font-size: 14px;
}

.search_box{
  margin-bottom: 25px;
  margin-top:15px;
}

.block_btn{
  background-color:#eee;
  padding: 25px 25px;
  font-size: 2.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
}

a:hover{
  text-decoration: none;
}

.block_btn img{
  width:128px;
  height:128px;
}

.panel-heading{
  color: #fff !important;
  background-image: none !important;
  background-color: #999 !important;
}

.table>tbody>tr.danger>td,.table>tbody>tr>td.danger{
  background-color: #FD7474;
}

.table>tbody>tr.warning>td,.table>tbody>tr>td.warning{
  background-color: #F9EBA5;
}

.table>tbody>tr.success>td,.table>tbody>tr>td.success{
  background-color: #A6DE8F;
}

.expand_shipping:hover{
    cursor: pointer;
}

#invoice{
  display: none;
}

.item_badge_to_pick{
  font-size: 25px;
  font-weight: bold;
  background-color: #ccc;
  padding:15px;
  border-radius: 15px;
  color: #EA3636;
  float: right;
  margin-right: 25px;
  margin-bottom: 15px;
}

.playBtns:hover{
  cursor: pointer;
}

.pick_by_click{
  color:#c12e2a;
}

.pick_by_click:hover{
    color:#c12e2a;
    text-decoration: underline;
    cursor: pointer;
}
.red-qty{
  color:#ff0000;
}

.logout_link:hover{
  cursor: pointer;
}
.green_brand,.green_brand:hover,.green_brand:focus,.navbar-default .navbar-nav>.active>a.green_brand, .navbar-default .navbar-nav>.open>a.green_brand{
  background-color: #7EC957 !important;
  color:#fff !important;
  background-image: none !important;
}
.blue_brand,.blue_brand:hover,.blue_brand:focus,.navbar-default .navbar-nav>.active>a.blue_brand, .navbar-default .navbar-nav>.open>a.blue_brand{
  background-color: #5996e7 !important;
  color:#fff  !important;
  background-image: none !important;
}
.navbar-brand{
    padding: 0px 15px;
}
[hidden]{
  display: none !important;
}
.brand_logo{
  display: inline-block !important;
}
.red-bg{
  background-color:#ff6763;
  color:#000;
}
.high_stk{
  background-color: green;
  color:#fff;
}
.medium_stk{
  background-color: orange;
  color:#fff;
}
.low_stk{
  background-color: red;
  color:#fff;
}
.stats_box{
  height:60px;
  padding:10px;
  float: left;
  width:150px;
  background-color: #eee;
  color:red;
  margin:0px 15px;
  border-radius: 5px;
}
.stats_box label{
  color:#337ab7;
}

.stats_box span{
  color:#646464;
}
.ups_pricing_Label{
  height:120px;
  background-color: #eee;
  color:#646464;
  border-radius: 5px;
  padding: 15px;
  font-size: 30px;
  text-align: center;
}