#header {
    height: auto;
    background-image: none;

}

.btnRefundPayment {
    display: none !important;
}


.logoImage {
    background-image: url('/uploads/phh/images/PA_logo_vertical-blue.png');
    background-size: contain;
   
}

#logo {
    height: 70px;
}
#page {
    max-width: 1140px;
    width: 100%;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    margin-bottom: 50px;
    margin-top: 0px;
    border-top: 0;
    
}
body {
    font-size: 17px!important;
}

/* ticket #613 */
.tab-pane .btnPayments,
.tab-pane .btnCreateVoucher,
.tab-pane .btnAddVoucherFromCart,
.tab-pane .btnEditClient,
.tab-pane .popoverNote {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 4px 14px !important;
}

.tab-pane .btnEditVoucher,
.tab-pane .btnRefundVoucher,
.tab-pane .btnCancelVoucher {
    display: inline-block;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.tab-pane .btnEditVoucher:hover,
.tab-pane .btnEditVoucher:active,
.tab-pane .btnEditVoucher.active,
.tab-pane .btnEditVoucher.disabled,
.tab-pane .btnEditVoucher[disabled] {
  color: #ffffff;
  background-color: #f89406;
}

.tab-pane .btnEditVoucher:hover,
.tab-pane .btnRefundVoucher:hover,
.tab-pane .btnCancelVoucher:hover {
  color: #333333;
  text-decoration: none;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.tab-pane .btnEditVoucher:active,
.tab-pane .btnEditVoucher.active {
  background-color: #c67605 \9;
}

.tab-pane .btnEditVoucher i,
.tab-pane .btnRefundVoucher i,
.tab-pane .btnCancelVoucher i {
    background-image: url("../images/glyphicons-halflings-white.png");
}

/* ticket #730 */

#voucher-grid .btnEditVoucher {
    display: none;
}

/* ticket #731 */
#dlg_payments .voucher_payments .btnCheckAllPayment,
#dlg_payments .voucher_payments .btnUncheckAllPayment{
    display: none;
}