﻿/*
    CSS file for Pressero Version 6.0
    With the introduction of Kendo UI and changes to certain pages, like checkout page, this CSS is necessary to clean up styling
*/

/* general and kendo overrides */
.k-widget-no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-widget-no-border {
  border: none;
}

.k-widget-no-background {
  background-color: transparent;
  background-image: none;
}
/* for kendo list views with bootstrap grid children */
.k-listview-grid {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

/* form field validation match to bootstrap */
.label-validator.field-validation-valid {
  display: none;
}

.aleyantW2P-v6 .input-validation-error.form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.aleyantW2P-v6 .date-input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.aleyantW2P-v6 .pageCaptcha {
  background-color: #eee;
  width: 50%;
  background-image: none;
  min-height: 20px;
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  height: auto;
}

  .aleyantW2P-v6 .pageCaptcha img {
    margin-bottom: 10px;
  }

.aleyantW2P-v6.isNotResponsive .pageCaptcha span {
  background-color: transparent;
  border: none;
  position: static;
  display: inline;
  padding: 0;
  text-align: left;
  width: auto;
}

.aleyantW2P-v6.isNotResponsive .pageCaptcha .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}

.aleyantW2P-v6.isNotResponsive .pageCaptcha .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.aleyantW2P-v6.isNotResponsive .pageCaptcha .input-group-btn {
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.aleyantW2P-v6.isNotResponsive .productSort select {
  display: inline;
  width: auto;
  margin-bottom: 0;
}

/* product detail page */
.aleyantW2P-v6 .calculator #detailPage_shippingCalculator select,
.aleyantW2P-v6 .calculatorInputs li select,
.aleyantW2P-v6 .calculatorInputs li input {
  margin: 0;
}

.calculatorTotalArea:after {
  clear: both;
}

.calculatorTotalArea:before,
.calculatorTotalArea:after {
  display: table;
  content: " ";
}

/* category list */
@media (max-width:768px) {
  .aleyantW2P-v6.pageType_category .k-widget.k-window {
    height: 96% !important;
    width: 96% !important;
    position: fixed;
    top: 2% !important;
    left: 2% !important;
  }
}

@media (min-width:768px) {
  .aleyantW2P-v6.pageType_category .k-widget.k-window {
    height: 90% !important;
    width: 90% !important;
    position: fixed;
    top: 5% !important;
    left: 5% !important;
  }
}

@media (min-width: 992px) {
  .aleyantW2P-v6.pageType_category .k-widget.k-window {
    height: 80% !important;
    width: 80% !important;
    position: fixed;
    top: 10% !important;
    left: 10% !important;
  }
}

/*
    ** V6 Checkout page
*/

/* checkout page standard skin bootstrap additions */
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .row,
.aleyantW2P-v6.isNotResponsive.pageName_payment .row {
  margin-left: -15px;
  margin-right: -15px;
}

  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .row:before,
  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .row:after,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .row:before,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .row:after {
    display: table;
    content: " ";
  }

  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .row:after,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .row:after {
    clear: both;
  }

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew label,
.aleyantW2P-v6.isNotResponsive.pageName_payment label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .well,
.aleyantW2P-v6.isNotResponsive.pageName_payment .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .well,
.aleyantW2P-v6.isNotResponsive.pageName_payment .well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .well-sm,
.aleyantW2P-v6.isNotResponsive.pageName_payment .well-sm {
  padding: 9px;
  border-radius: 3px;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew ul ul,
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew ol ul,
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew ul ol,
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew ol ol,
.aleyantW2P-v6.isNotResponsive.pageName_payment ul ul,
.aleyantW2P-v6.isNotResponsive.pageName_payment ol ul,
.aleyantW2P-v6.isNotResponsive.pageName_payment ul ol,
.aleyantW2P-v6.isNotResponsive.pageName_payment ol ol {
  margin-bottom: 0;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group .form-control:first-child,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group .form-control:last-child,
  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-addon:last-child,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .input-group .form-control:last-child,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group .form-control,
  .aleyantW2P-v6.isNotResponsive.pageName_payment .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-addon,
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-btn,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-addon,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-addon,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group .input-group-addon,
.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group .form-control,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group .input-group-addon,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group .form-control {
  display: table-cell;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-addon:last-child,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.aleyantW2P-v6.isNotResponsive.pageType_checkoutNew .input-group-addon:last-child,
.aleyantW2P-v6.isNotResponsive.pageName_payment .input-group-addon:last-child {
  border-left: 0;
}

/* checkout page standard skin edits */
@media (min-width: 768px) {
  .aleyantW2P-v6.isNotResponsive .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .aleyantW2P-v6.isNotResponsive .col-lg-12 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .aleyantW2P-v6.isNotResponsive .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .aleyantW2P-v6.isNotResponsive .col-lg-12 {
    width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .aleyantW2P-v6.isNotResponsive .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .aleyantW2P-v6.isNotResponsive .col-lg-12 {
    width: 100%;
    padding: 0 15px;
  }
}

.aleyantW2P-v6.isNotResponsive .cartSummaryOrderTotal,
.aleyantW2P-v6.isNotResponsive .checkoutSummaryOrderTotal {
  color: #EE0000;
}

.aleyantW2P-v6.isNotResponsive #notes {
  clear: both;
  padding: 15px;
}

.aleyantW2P-v6.isNotResponsive .checkoutOrderItemsSummaryArea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aleyantW2P-v6.isNotResponsive .checkoutHeading li,
.aleyantW2P-v6.isNotResponsive .checkoutOrderSummaryItem li {
  float: left;
  padding: 0;
  border-bottom: none;
}

.aleyantW2P-v6.isNotResponsive .checkoutHeadingDes,
.aleyantW2P-v6.isNotResponsive .checkoutOrderSummaryItemDes {
  width: 50%;
  text-indent: 10px;
}

.aleyantW2P-v6.isNotResponsive .checkoutHeadingQty,
.aleyantW2P-v6.isNotResponsive .checkoutOrderSummaryItemQty,
.aleyantW2P-v6.isNotResponsive .checkoutHeadingPrice,
.aleyantW2P-v6.isNotResponsive .checkoutOrderSummaryItemPrice {
  width: 25%;
  text-align: left;
}

.aleyantW2P-v6.isNotResponsive .checkoutSummaryWrap,
.aleyantW2P-v6.isNotResponsive .checkout-paymentArea {
  float: left;
}

.aleyantW2P-v6.isNotResponsive .checkout-paymentArea {
  width: 70%;
  float: left;
}

.aleyantW2P-v6.isNotResponsive .checkoutSummaryWrap {
  width: 30%;
  float: left;
  max-width: initial;
  padding-left: 15px;
}

.aleyantW2P-v6.isNotResponsive .checkout-button {
  padding: 0 10px 10px;
}

.aleyantW2P-v6.isNotResponsive .btnCheckout {
  font-size: 18px;
  white-space: normal;
  text-align: left;
  position: relative;
  line-height: 27px;
}

  .aleyantW2P-v6.isNotResponsive .btnCheckout:after {
    content: "\f0a9";
    color: #fff;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    float: right;
    font-size: 27px;
    line-height: normal;
  }

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar {
  border: none;
  box-shadow: none;
  margin-bottom: 30px;
  margin-top: 20px;
  background-color: #fff;
}

  .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar .k-link:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-radius: 10px;
    border: 3px solid #eee;
    margin: 0 15px 3px 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background: #eee;
    box-shadow: 0 0 0 1px #ccc;
  }

  .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar .k-link.k-state-selected:before {
    background: #555;
  }

  .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar > .k-item > .k-link.k-state-hover {
    background-color: #f9f9f9;
  }

  .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar > .k-item > .k-link {
    background: transparent;
    padding: 0 0 0 10px;
    color: #333;
    font-weight: bold;
    border-color: #ddd;
    font-size: 16px;
  }

    .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar > .k-item > .k-link.k-state-selected {
      color: #09f;
    }

  .aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar .k-state-active .checkout-payment-tab-page-panel {
    background: #d9edf7;
    margin: 0 15px 20px 25px;
    padding: 15px;
    border: 1px solid #9acfea;
    box-shadow: 0 7px 7px rgba(0,0,0,0.1);
    border-width: 0 1px 1px;
  }

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .checkout-payment-tab-page-panel.noPaymentProvider.noBillingAddress {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .hasPaymentProvider.noBillingAddress .checkout-credit-card-info.col-lg-6 {
  width: 100%;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .hasPaymentProvider.noBillingAddress .checkout-credit-card-info-inner {
  margin: 0 -15px;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .hasPaymentProvider.noBillingAddress .form-group {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.aleyantW2P-v6 .checkout-payment-type .hasPaymentProvider.noBillingAddress .payment-radio-option-body .checkoutAdditionalInfo .form-group {
    width: 100%;
    padding: 0;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .hasPaymentProvider.noBillingAddress .form-group-checkoutCCName,
.aleyantW2P-v6.isNotResponsive .checkout-payment-type .hasPaymentProvider.noBillingAddress .form-group-checkoutCCNumber {
  width: 100%;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type h4 {
  margin: 0 0 5px;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar-collapse,
.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-panelbar-expand {
  display: none;
}

.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-state-focused.k-state-selected,
.aleyantW2P-v6.isNotResponsive .checkout-payment-type .k-state-selected {
  box-shadow: none;
  outline: none;
}

.aleyantW2P-v6.isNotResponsive .credit-card-security-code-tooltip-wrap {
  position: relative;
}

  .aleyantW2P-v6.isNotResponsive .credit-card-security-code-tooltip-wrap img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: none;
  }

  .aleyantW2P-v6.isNotResponsive .credit-card-security-code-tooltip-wrap:hover img {
    display: block;
  }

.aleyantW2P-v6.isNotResponsive .checkoutCCExpirationYear {
  width: 40%;
  float: left;
}

.aleyantW2P-v6.isNotResponsive .checkoutCCExpirationMonth {
  width: 60%;
  float: left;
}

/*.aleyantW2P-v6.isNotResponsive .input-group-addon.credit-card-security-code-tooltip-wrap {
  background-color: #fc0;
}*/

.aleyantW2P-v6 .noPaymentProvider.noBillingAddress {
}

/* standard skin changes */
#siteSearch input[type="submit"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* new v6 reports page*/
.pageType_reports .hidden-product-page {
  display: none;
}

.pageType_reports .full-width-product-page {
  width: 100%;
}

.deleted-info {
  color: #f00;
  text-decoration: line-through;
}

.k-grid-custom-toolbar-action {
  float: left;
}

.isNotResponsive .reports .btn.btn-success {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.isNotResponsive .reports .dropdown {
  position: relative;
}

.isNotResponsive .reports .btn .caret {
  margin-left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.isNotResponsive .reports .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.isNotResponsive .reports .open > .dropdown-menu {
  display: block;
}

.isNotResponsive .reports .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.isNotResponsive .dropdown-menu > li > a:hover,
.isNotResponsive .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* list views for mobile */
.media-list-mobile .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  color: #aaa;
}

.media-list-mobile {
  border-bottom: 0;
}

  .media-list-mobile .list-group-item {
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 10px 45px 10px 15px;
    margin-bottom: 0;
  }

    .media-list-mobile .list-group-item:last-child {
      border-width: 0;
    }

.media-list-mobile-header {
  padding: 10px;
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  border: 1px #ccc solid;
  border-radius: 4px 4px 0 0;
  border-bottom-width: 0;
}

  .media-list-mobile-header .checkbox {
    margin-bottom: 0;
  }

.media-list-mobile .media {
  margin-top: 0;
}

.media-list-mobile h4 {
  font-size: 16px;
}

.media-list-mobile img {
  max-width: 50px;
}

.media-list-mobile .badge {
  background-color: #bbb;
}

.media-list-mobile .sub-right {
  text-align: right;
}

.media-list-mobile .sub-left,
.media-list-mobile h4 {
  -ms-flex: 0 1 auto;
  flex-shrink: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: normal;
}

/* bootstrap additions in attempts to bring standard skins closer to responsive and normalize ui over entire app */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-danger {
  background-color: #d9534f;
}
.label-warning {
  background-color: #f0ad4e; 
}
.label-info {
  background-color: #5bc0de;
}

.label:empty {
  display: none;
}

.checkerboard-bg {
  background-color: #fff;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.05) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.05)), linear-gradient(45deg, rgba(0,0,0,0.05) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0.05));
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}


.aleyantW2P-v6.pageType_orders.isNotResponsive .btn.btn-info {
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
} 

.aleyantW2P-v6.pageType_orders.isNotResponsive .btn.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.aleyantW2P-v6.pageType_orders.isNotResponsive .btn.btn-info:active:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}