/* Start Customer Dashboard ********************************************************/
#customer_dashboard .customer_dashboard_top {
  width: 100%;
}

.customer_dashboard_object h2 {
  background-color: #333;
  color: #fff;
  padding: 5px 0 5px 15px;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

#customer_dashboard .customer_dashboard_top:after {
  clear: both;
  display: block;
  content: "";
}

#customer_dashboard .customer_dashboard_object a {
  display: inline-block;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  cursor: pointer;
  margin: 2px;
  padding: 5px 8px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

#customer_dashboard .customer_dashboard_object a:hover {
  background: #d1d1d1;
  box-shadow: inset 0 1px 0 #fff;
}

#payments_block {
  float: left;
  width: 48%;
  padding: 0;
}

#shipping_block {
  float: left;
  width: 48%;
  padding: 0;
  margin: 0 0 0 4%;
}

#payments_block:after, #shipping_block:after {
  clear: both;
  display: block;
  content: "";
}

.edit-links {
  background: #f6f6f6;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

#payment-results {
  padding: 10px;
  height: 150px;
  overflow-y: auto;
}

#payment-results .edit-links {
  padding: 10px 0 0 0;
  background: transparent;
  border-bottom: 0;
}

#payment-results .payment-results-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.ship-to-results {
  padding: 10px;
  height: 150px;
  overflow-y: auto;
}

.ship-to-results .ship-to-results-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.ship-to-results .edit-links {
  padding: 10px 0 0 0;
  background: transparent;
  border-bottom: 0;
}

.inner_scroll {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
}

#customer_dashboard .customer_dashboard_bottom .customer_dashboard_object {
  width: 100%;
  margin: 20px 0 0;
}

.customer_dashboard_mid {
  margin: 25px 0;
}

#customer_dashboard_subscription .inner_scroll {
  min-height: 50px;
}

#customer_dashboard_subscription .inner_scroll .none-found {
  padding: 10px 0 0 10px;
}

.subscription-dash {
  padding: 10px;
  height: 150px;
  overflow-y: auto;
}

.subscription-dash-item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}

.subscription-dash-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.subscription-dash-item:after {
  clear: both;
  display: block;
  content: "";
}

.subscription-dash-item .terms {
  float: left;
  width: 30%;
  line-height: 18px;
}

.subscription-dash-item .sub-info {
  float: left;
  width: 30%;
  margin: 0 3%;
  line-height: 1.4;
}

.subscription-dash-item .sub-actions {
  float: left;
  width: 30%;
}

.subscription-dash-item .sub-actions ul li {
  margin-top: 3px;
}

.subscription-dash-item .sub-actions ul li:first-child {
  margin-top: 0;
}

#customer_dashboard .customer_dashboard_bottom #customer_dashboard_billing {
  border: 1px solid #ccc;
}

#customer_dashboard .customer_dashboard_bottom #customer_dashboard_billing .customer-dashboard-billing-inner {
  max-height: 400px;
  min-height: 160px;
  overflow-y: auto;
  width: 100%;
}

#customer_dashboard .customer_dashboard_bottom .customer_dashboard_object table {
  width: 100%;
}

#customer_dashboard .customer_dashboard_bottom .customer_dashboard_object table th {
  background-color: #fff;
  padding: 8px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  color: #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#customer_dashboard .customer_dashboard_bottom .customer_dashboard_object table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 8px;
  vertical-align: top;
}

/* Customer Dashboard - Popup Form Styling **********************************************************/
#entireform .address_field {
  margin: 10px 0;
}

#entireform .address_field:after {
  clear: both;
  display: block;
  content: "";
}

#entireform .address_field label {
  float: left;
  display: block;
  min-width: 120px;
  max-width: 120px;
  line-height: 27px;
}

#entireform .address_field input[type=text],
#entireform .address_field input[type=password],
#entireform .address_field select,
#entireform .address_field textarea {
  padding: 5px;
  border: 1px solid #aaa;
}

#entireform .address_field input[type=text],
#entireform .address_field input[type=password],
#entireform .address_field textarea {
  width: 180px;
}

#entireform .address_field select {
  width: 192px;
}

#entireform .credit_field {
  margin: 10px 0;
}

#entireform .credit_field:after {
  clear: both;
  display: block;
  content: "";
}

#entireform .credit_field label {
  float: left;
  display: block;
  min-width: 120px;
  max-width: 120px;
  line-height: 27px;
}

#entireform .credit_field input[type=text],
#entireform .credit_field input[type=password],
#entireform .credit_field select,
#entireform .credit_field textarea {
  padding: 5px;
  border: 1px solid #aaa;
}

#entireform .credit_field input[type=text],
#entireform .credit_field input[type=password],
#entireform .credit_field textarea {
  width: 180px;
}

#entireform .credit_field select {
  width: 192px;
}

#entireform .creditcode label {
  min-width: 80px;
  max-width: 80px;
}

#entireform .creditcode .hhToolTip {
  margin-left: 5px;
}

#entireform .creditcardmonth {
  float: left;
}

#entireform .creditcardmonth select {
  width: 90px;
  margin-right: 11px;
}

#entireform .creditcardyear {
  float: left;
}

#entireform .creditcardyear select {
  width: 90px;
}

/* Customer Dashboard - Receipt Info */
#receipt_info {
  padding: 20px 0;
}

#receipt_info .receipt_header img {
  max-width: 500px;
  height: auto;
  margin-bottom: 25px;
}

#receipt_info .receipt_header .receipt_content_block {
  margin-bottom: 10px;
}

#receipt_info .receipt_header h1 {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#receipt_info .receipt_header h1 span {
  font-weight: normal;
  color: #666;
}

.refund-receipt #receipt_info .receipt_header h1 {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#receipt_info .receipt_datablocks:after {
  clear: both;
  display: block;
  content: "";
}

#receipt_info .receipt_datablocks .receipt_box {
  float: left;
  width: 47%;
  background: #f5f5f5;
  min-height: 200px;
  margin-right: 20px;
}

#receipt_info .receipt_datablocks .receipt_box h5 {
  background: #333;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 6px 6px 6px 20px;
  margin: 0;
}

#receipt_info .receipt_datablocks .receipt_box p {
  padding: 20px;
}

#receipt_info .receipt_datablocks .receipt_box table {
  margin: 20px;
}

#receipt_info .receipt_datablocks .receipt_box td {
  padding: 5px;
}

#receipt_info .receipt_table h5 {
  background: #333;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 6px 6px 6px 20px;
  margin: 0;
}

#receipt_info .receipt_table #cart-table {
  margin-top: 10px;
}

#receipt_info .receipt_table .receipt_summary {
  padding: 15px;
  text-align: right;
}

#receipt_info .receipt_table .receipt_summary ul li {
  margin-top: 7px;
}

#receipt_info .receipt_table .receipt_summary ul li.bluecolor {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
}

#receipt_info .receipt_table .receipt_summary ul li.redcolor {
  color: #d04a49;
}

#receipt_info .receipt_table .receipt_summary ul li:first-child {
  margin-top: 0;
}

#receipt_info .receipt_table .receipt_bottomer h5 {
  font-weight: bold;
  text-align: center;
}

#cart-table {
  background-color: #f7f7f7;
  margin: 20px 0 0;
}

#cart-table .cart-items {
  width: 100%;
}

#cart-table .cart-items tr:nth-child(odd) {
  background: #fff;
}

#cart-table .cart-items th {
  background-color: #fff;
  color: #999;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding: 0 0 5px 5px;
  text-align: left;
}

#cart-table .cart-items td {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 5px;
  color: #333;
  vertical-align: top;
}

#cart-table .cart-items td.cartempty {
  font-size: 16px;
  padding: 10px 10px 10px 85px;
  background: url("/pub/cart/icon-empty-cart.png") no-repeat 20px center;
  height: 80px;
  vertical-align: middle;
}

#cart-table .cart-items td.cartimg {
  width: 140px;
  text-align: center;
}

#cart-table .cart-items td.cartimg a {
  text-decoration: none;
  width: 110px;
  height: 90px;
  display: block;
}

#cart-table .cart-items td.cartimg .hhProductBox {
  background: url(/pub/defaultImage/noimage.gif) no-repeat scroll center center #fff;
  border: 1px solid #ddd;
  height: 90px;
  overflow: hidden;
  text-align: center;
  width: 110px;
}

#cart-table .cart-items td.cartdesc {
  line-height: 1.4;
}

#cart-table .cart-items td.cartdesc a {
  color: #333;
}

#cart-table .cart-items td.cartquan input {
  width: 30px;
  border: 1px solid #999;
  color: #333;
  text-align: center;
  padding: 3px;
}

#cart-table .cart-items td.cartdel {
  font-weight: bold;
}

#cart-table .cart-items td.cartdel a:link {
  color: #9b3437;
  text-decoration: none;
}

#cart-table .cart-items td.cartdel a:visited {
  color: #9b3437;
  text-decoration: none;
}

#cart-table .cart-items td.cartdel a:active {
  color: #9b3437;
  text-decoration: none;
}

#cart-table .cart-items td.cartdel a:hover {
  color: #9b3437;
  text-decoration: underline;
}

#cart-table #cartSubTotal {
  text-align: right;
  padding: 25px 10px 0 0;
}

#cart-table #cartSubTotal h4 {
  font-size: 20px;
}

#cart-table #cartButtons {
  text-align: right;
}

#cart-table #cartButtons .area {
  display: inline-block;
  margin: 0 0 25px;
}

#cart-table #cartButtons input {
  width: 175px;
  height: 40px;
  margin: 0 10px 0 0;
  color: #fff;
  cursor: pointer;
}

#cart-table #cartButtons input.cartCheckout {
  background-color: #006599;
  border: 1px solid #006599;
}

#cart-table #cartButtons input.cartContinue {
  background-color: #333;
  border: 1px solid #333;
}

/* Side Orders - Popup Forms */
.admin_receiptinfo {
  margin: 20px 0;
}

.admin_receiptinfo table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.admin_receiptinfo table tr th {
  background-color: #ddd;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.admin_receiptinfo table tr td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* End Customer Dashboard ************************************************************/
/* Admin Section *********************************************************************/
/* Side Orders > Cancel Order */
#cancel-order .row {
  text-align: left;
}

#cancel-order #fullform {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
  border: 1px solid #ccc;
}

#cancel-order #fullform #cancel-detail ul {
  margin: 10px;
}

#cancel-order #fullform #cancel-detail ul li {
  margin-top: 3px;
}

#cancel-order #fullform #cancel-detail ul li:first-child {
  margin-top: 0;
}

#cancel-order #fullform #cancelDetails #cancel-amts {
  margin-bottom: 10px;
}

#cancel-order #CancelNote {
  width: 85%;
}

#cancel-order #fullform #cancelDetails #cancel-amts input {
  padding: 4px;
  background: #fff;
  border: 1px solid #ccc;
}

#cancel-order #fullform #cancelDetails #cancel-amts .hhFieldText {
  margin-top: 3px;
  clear: none;
  top: 0;
}

#cancel-order #fullform #sendEmailPanel label {
  min-width: 140px;
  /*max-width:140px;*/
}

#cancel-order #fullform #sendEmailPanel .hhFieldText {
  clear: none;
  top: 1px;
  padding-left: 145px;
}

#cancel-order #fullform #row-sendemail .hhFieldText {
  padding-left: 0;
  display: inline;
}

/* Subscription  Management */
#subscription-management {
  color: #333;
}

#subscription-management div.buttons {
  padding: 0 0 10px 0;
  margin: 10px 0 0 0;
}

#subscription-management div.edit-links {
  margin: 10px 0 10px 5px;
  clear: both;
}

#subscription-management div.edit-links a {
  display: inline-block;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  cursor: pointer;
  margin: 2px;
  padding: 5px 8px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

#subscription-management div.edit-links a:hover {
  background: #d1d1d1;
  box-shadow: inset 0 1px 0 #fff;
}

#customer-details h2 {
  padding: 5px 0 5px 0;
  text-indent: 5px;
  margin: 0 0 5px 0;
}

.customer-detail-left {
  width: 48%;
  float: left;
  min-height: 250px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.customer-detail-right {
  width: 48%;
  float: left;
  min-height: 250px;
}

.customer-info {
  min-height: 410px;
  border: 1px solid #ccc;
}

.customer-info .edit-links {
  background: transparent;
  border-bottom: 0;
  padding: 0;
}

.customer-extras {
  margin: 10px 0 0 0;
}

.customer-extras .customer-extra-item {
  border: 1px solid #CCCCCC;
  min-height: 250px;
}

.customer-extras h3,
.customer-info h3,
.customer-cim h3,
.customer-shipto h3,
.customer-all-subscription h3,
.customer-individual-subscription h3,
#customer-order-history h3,
#customer-existing-carts h3,
#customer-notes h3,
.customer-extra-item h3 {
  padding: 10px 10px 5px 10px;
  background: #333;
  color: #fff;
}

.customer-extra-item > p:first-of-type,
.customer-info > p:first-of-type,
.customer-cim > p:first-of-type,
.customer-shipto > p:first-of-type,
.customer-all-subscription > p:first-of-type,
.customer-individual-subscription > p:first-of-type,
#customer-order-history > p:first-of-type,
#customer-existing-carts > p:first-of-type,
#customer-notes > p:first-of-type {
  padding: 0 10px 10px 10px;
  background: #333;
  color: #fff;
}

#customer-notes h3 input {
  float: right;
}

#customer-notes {
  margin-top: 10px;
}

.customer-all-subscription table p,
.customer-individual-subscription .customer-individual-subscription-notes-inner p,
#customer-order-history table p,
#customer-existing-carts table p {
  background: transparent;
  color: #333;
}

#subscription-management .customer-info .edit-links {
  background: transparent;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 13px;
}

.customer-cim {
  min-height: 200px;
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
}

.customer-cim #payment-results {
  height: 128px;
}

#subscription-management .customer-cim .edit-links,
#subscription-management .customer-shipto .edit-links {
  margin: 0;
}

.customer-shipto, .customer-extra-item {
  min-height: 200px;
  border: 1px solid #ccc;
  margin: 0 0 10px;
}

.customer-shipto .ship-to-results {
  height: 98px;
}

#customer-subscriptions {
  clear: left;
}

.customer-all-subscription {
  border: 1px solid #ccc;
  margin: 20px 0 20px 0;
}

.customer-all-subscription #subs-results {
  min-height: 125px;
  /*max-height:225px;
  	overflow-y:auto;	
  */
}

.subs-results table.subscription-management {
  width: 100%;
}

.subs-results table.subscription-management th {
  /*background-color:#ddd;*/
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.subs-results table.subscription-management td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.subs-results table.subscription-management tr.tr-sub-on {
  background: #eee;
}

.subs-results table.subscription-management tr.tr-sub-on td:first-child {
  border-left: 3px solid #333;
}

.subs-results table.subscription-management a,
table.order-history-table a,
table.cart-history-table a {
  display: inline-block;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  cursor: pointer;
  margin: 2px;
  padding: 5px 8px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.subs-results table.subscription-management a {
  display: inline-block;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  cursor: pointer;
  margin: 2px;
  padding: 3px 5px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

#customer-notes {
  border: 1px solid #ccc;
}

#customer-notes > p, #customer-order-history p {
  margin-bottom: 0;
}

table.cart-history-table td {
  padding: 5px;
}

table.cart-history-table td:nth-child(1) {
  white-space: nowrap;
}

table.cart-history-table tr:nth-child(odd) td {
  background-color: #efefef;
}

.subs-results table.subscription-management a:hover,
table.order-history-table a:hover,
table.cart-history-table a:hover {
  background: #d1d1d1;
  box-shadow: inset 0 1px 0 #fff;
}

/* Subscription -> Change */
#create-edit-subscription {
  color: #333;
}

#subscriptionPanel {
  margin: 10px;
}

#subscriptionPanel ul li {
  margin-top: 5px;
}

#subscriptionPanel ul li:first-child {
  margin-top: 0;
}

#create-edit-subscription h2 {
  margin-top: 10px;
}

.current-subscription {
  margin: 10px 0 20px 0;
}

.current-subscription table.subscription-item {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.current-subscription table.subscription-item th {
  background-color: #ddd;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.current-subscription table.subscription-item td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.change-amount-text {
  margin-bottom: 10px;
  line-height: 1.5;
}

#change_totalpayments p {
  line-height: 1.5;
}

#subscription-pricing-change {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-weight: bold;
}

/* End Subscription -> Change */
.customer-individual-subscription {
  border: 1px solid #ccc;
}

#subscription-management .customer-individual-subscription .edit-links {
  margin: 0;
  min-height: 31px;
}

.customer-individual-subscription .customer-individual-subscription-inner {
  padding: 10px;
  border: none;
}

#customer-order-history {
  margin: 20px 0;
  border: 1px solid #ccc;
  clear: left;
  min-height: 200px;
}

.order-history-table-wrap {
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  overflow-y: auto;
}

.customer-table {
  width: 100%;
  margin: 0 0 0 0;
}

.customer-table th {
  text-align: left;
  text-indent: 5px;
  padding: 6px 0;
}

.customer-table td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

.customer-individual-sub {
  margin: 0 0 10px 0;
}

.customer-individual-subscription-box {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}

.customer-individual-subscription-box h4 {
  font-size: 14px;
  font-size: 24px;
  margin-bottom: 3px;
}

.customer-individual-subscription-schedule {
  max-height: 180px;
  overflow: auto;
  border: 1px solid #ccc;
}

table.subscription-detail-schedule {
  width: 100%;
  margin: 0 0 0 0;
}

#subs-results table tr.tr-sub-on td {
  background-color: #444;
  color: #fff;
  border: none;
}

#subs-results table tr.tr-sub-on a.on {
  border: none;
  display: none;
}

#subs-results table tr.tr-sub-schedule-note .edit-links {
  background-color: #444 !important;
  color: #fff !important;
  border: none;
}

#subs-results table tr.tr-sub-schedule-note td {
  background-color: #444;
  color: #fff !important;
  border: none !important;
}

#subs-results table tr.tr-sub-schedule-note .subscription-note-header div {
  background-color: #333333;
  color: #fff;
  padding: 5px 0 5px 0;
  border: 1px solid #fff;
}

#subs-results table tr.tr-sub-schedule-note {
  border-bottom: 25px solid #9B9595;
  border-left: 25px solid #9B9595;
  border-right: 25px solid #9B9595;
}

#subs-results table tr.tr-sub-on {
  border-top: 25px solid #9B9595;
  border-left: 25px solid #9B9595;
  border-right: 25px solid #9B9595;
}

#subs-results table tr.tr-sub-schedule-note .none-found {
  color: #fff;
}

#subs-results table tr.tr-sub-schedule-note:hover td {
  background-color: #444 !important;
  color: #fff !important;
  border: none !important;
}

#subs-results table tr.tr-sub-schedule-note .customer-individual-subscription {
  border: none;
}

#subs-results table tr.tr-sub-schedule-note > td {
  border: none !important;
  padding: 0;
}

#subs-results table tr.tr-sub-schedule-note h4 {
  color: #fff;
}

table.subscription-detail-schedule th {
  text-align: left;
  text-indent: 5px;
  padding: 5px 0 5px 0;
  /*background-color:#ddd;	*/
  border-bottom: 1px solid #ccc;
}

div.col.align-right {
  text-align: right;
}

div.col.align-left {
  text-align: left;
}

table.subscription-detail-schedule td {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #ccc;
}

.customer-individual-subscription-notes {
  min-height: 180px;
  overflow: auto;
  border: 1px solid #ccc;
}

.customer-individual-subscription-notes-inner {
  padding: 10px;
  height: 175px;
  overflow-y: auto;
}

.subscription-note-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.subscription-note-item .subscription-note-header {
  color: #999;
  margin-bottom: 5px;
}

.subscription-note-item .subscription-note-header:after {
  clear: both;
  display: block;
  content: "";
}

.subscription-note-item .subscription-note-header .subscription-note-date {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #999;
}

.subscription-note-item .subscription-note-body {
  line-height: 1.4;
}

table.order-history-table,
table.cart-history-table {
  width: 100%;
  color: #333;
}

table.order-history-table th,
table.cart-history-table th {
  background-color: #ddd;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

table.order-history-table td,
table.cart-history-table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#customer-existing-carts {
  border: 1px solid #ccc;
}

.cart-history-table-wrap {
  max-height: 225px;
  min-height: 125px;
  overflow-y: auto;
}

/* end subscription management */
/* Subscription management - Popup Forms */
.hhFormRowInput #LastLogin,
.hhFormRowInput #DateCreated,
.hhFormRowInput #OriginIP,
.hhFormRowInput #LastIP {
  display: inline-block;
  padding: 5px;
  margin-left: 0;
}

#ipInfoDiv table {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#ipInfoDiv table th {
  background-color: #ddd;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#ipInfoDiv table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.ecom-form .hhFormRow {
  margin: 10px 0;
}

.ecom-form .hhFormRow:after {
  clear: both;
  display: block;
  content: "";
}

.ecom-form .hhFormRow label {
  float: left;
  display: block;
  min-width: 120px;
  max-width: 120px;
  line-height: 20px;
}

.ecom-form .hhFormRow .hhFormRowInput {
  float: left;
}

.ecom-form .hhFormRow .hhFormRowInput input[type=text],
.ecom-form .hhFormRow .hhFormRowInput input[type=password],
.ecom-form.hhFormRow .hhFormRowInput select,
.ecom-form .hhFormRow .hhFormRowInput textarea {
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 0;
  font-size: 13px;
}

.ecom-form .hhFormRow .hhFormRowInput input[type=text],
.ecom-form .hhFormRow .hhFormRowInput input[type=password],
.ecom-form .hhFormRow .hhFormRowInput textarea {
  width: 180px;
}

.ecom-form .hhFormRow .hhFormRowInput select.hhDropDown {
  width: 192px;
  font-size: 13px;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 0;
}

.ecom-form .hhFormRow .hhFormRowInput .hhFieldText {
  padding-left: 0;
  top: 0;
}

textarea#Note {
  width: 430px;
  clear: left;
}

/* end Subscription management - Popup Forms */
/* Subscription Plans */
.admin-subscription-plan {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 0 0 10px 0;
}

.admin-subscription-plan h2 {
  padding: 10px;
  background: #333;
  color: #fff;
}

.admin-subscription-plan h2 span {
  font-size: 70%;
}

.admin-subscription-plan-status {
  background: #f6f6f6;
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}

.admin-subscription-plan-status ul li {
  display: inline;
  /*font-size:110%;*/
  padding-left: 20px;
}

.admin-subscription-plan-status ul li:first-child {
  padding-left: 0;
}

.admin-plan-item {
  padding: 10px;
  font-size: 13px;
}

ol.admin-plan-item-detail {
  width: 100%;
}

ol.admin-plan-item-detail li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
  list-style-type: decimal;
  margin-left: 20px;
}

ol.admin-plan-item-detail li:after {
  clear: both;
  display: block;
  content: "";
}

ol.admin-plan-item-detail li:first-child {
  margin-top: 0;
  border-top: none;
}

div.admin-plan-item div.subscription-terms-dbo {
  float: left;
  /*width:60%;*/
  margin-right: 15%;
}

div.admin-plan-item .subscription-terms-buttons {
  float: left;
  /*width:25%;	*/
}

div.admin-plan-item .subscription-terms-buttons a,
div.admin-plan-item .subscription-terms-buttons input {
  display: inline-block;
  background: #DDDDDD;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  box-shadow: 0 1px 0 #FFFFFF inset;
  cursor: pointer;
  margin: 2px;
  padding: 5px 8px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  line-height: 25px;
}

div.admin-plan-item .subscription-terms-buttons a:hover,
div.admin-plan-item .subscription-terms-buttons input:hover {
  background: #d1d1d1;
  box-shadow: inset 0 1px 0 #fff;
}

/* End Subscription Plans */
/* Abandoned Cart Stats */
.AbandonedCartStats-Container {
  color: #333;
}

.AbandonedCartStats-Container .Top-Section:after {
  clear: both;
  display: block;
  content: "";
}

.AbandonedCartStats-Container .Top-Section .CampaignInfo-Container {
  border: 1px solid #ccc;
  width: 48%;
  margin-right: 4%;
  float: left;
}

.AbandonedCartStats-Container .Top-Section .CampaignInfo-Container .Campaign-Info {
  padding: 8px;
  line-height: 1.8;
}

.AbandonedCartStats-Container .Top-Section .CampaignInfo-Container .Campaign-Info span {
  font-weight: bold;
}

.AbandonedCartStats-Container h2 {
  background: #333;
  color: #FFFFFF;
  padding: 8px;
}

.AbandonedCartStats-Container .Top-Section .Clicks-Container {
  border: 1px solid #ccc;
  width: 47%;
  float: left;
}

.AbandonedCartStats-Container .Top-Section .Clicks-Container .Clicks {
  padding: 8px;
  line-height: 1.8;
}

.AbandonedCartStats-Container .Top-Section .Clicks-Container .Clicks span {
  font-weight: bold;
}

.AbandonedCartStats-Container .RecentClicks-Container {
  margin: 30px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.AbandonedCartStats-Container .RecentClicks-Container table,
.AbandonedCartStats-Container .Orders-Container table {
  width: 100%;
  color: #333;
  border-top: 1px solid #ccc;
}

.AbandonedCartStats-Container .RecentClicks-Container table th,
.AbandonedCartStats-Container .Orders-Container table th {
  background-color: #ddd;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.AbandonedCartStats-Container .RecentClicks-Container table td,
.AbandonedCartStats-Container .Orders-Container table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.AbandonedCartStats-Container .Orders-Container {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.AbandonedCartStats-Container .Orders-Container p {
  padding: 8px;
}

/* End Abandoned Cart Stats */
/* End of Admin Section **************************************************************/
/* customeer change sub*/
.customer-update-panel #cim-payment-address {
  float: left;
  width: 48%;
  margin: 0 25px 0 0;
  min-height: 450px;
  border-right: 1px solid #ccc;
  padding: 0 25px 0 0;
}

.customer-update-panel #cim-payment-creditcard {
  float: left;
  width: 45%;
}

.customer-update-panel #cim-payment-address label,
.customer-update-panel #cim-payment-creditcard label {
  min-width: 200px;
  max-width: 200px;
}

.customer-update-panel #cim-payment-address, .customer-update-panel #cim-payment-creditcard {
  margin-top: 25px;
}

.customer-update-panel #cim-payment-address h3, .customer-update-panel #cim-payment-creditcard h3 {
  background-color: #0099CC;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
  text-indent: 5px;
}

.customer-update-panel .cim-payment-buttons {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ccc;
}

#upgrade_panel #SubscriptionPlanItemID td {
  border: 1px solid #ccc;
  padding: 5px 0 5px 0;
}

#upgrade_panel #SubscriptionPlanItemID label {
  min-width: 0;
  max-width: 600px;
  line-height: 24px;
}

#upgrade_panel #SubscriptionPlanItemID input {
  line-height: 24px;
}

/* End Subscription */
/* refunds */
#refund-process {
  /*width:700px;*/
}

#refund-process .hhForm .hhFormRow label {
  min-width: 150px;
}

#refund-process .hhForm .hhFormRow div.hhFieldText {
  padding-left: 115px;
}

#refund-process .cart-step::before {
  width: 226px;
}

#row-non-item-return.hhFormRow {
  padding-top: 5px;
}

#return-items {
  margin: 5px 0 5px 0;
  /*max-width:700px;*/
}

#return-items h5 {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 6px 6px 6px 20px;
}

#return-items table {
  width: 100%;
}

#return-items table th {
  background-color: #F5F5F5;
  padding: 5px;
  text-align: left;
  text-transform: uppercase;
}

#return-items table tr td {
  padding: 5px;
}

#return-items table tr.top-row-odd td,
#return-items table tr.bottom-row-odd td {
  background-color: #F7F2F2;
}

#return-items table tr.bottom-row {
  border-bottom: 1px solid #555;
}

#additional_return {
  margin: 15px 0 15px 0;
  /*max-width:700px;*/
}

#additional_return h5 {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 6px 6px 6px 20px;
}

#refund-process .hhForm #additional_return .hhFormRow div.hhFieldText {
  padding-left: 172px;
}

#show-addition-items {
  /*display:none;*/
}

#refund-process #send-email {
  /*width:700px;*/
}

#refund-process #send-email h5 {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 6px 6px 6px 20px;
}

#refund-process #send-email .hhFormRow label {
  min-width: inherit;
  max-width: none;
}

#refund-process #row-show-email input {
  width: 250px;
}

#process-returns div.refund-notes h5 {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 6px 6px 6px 5px;
}

#process-returns div.notes-section {
  background-color: #efefef;
  border: 1px solid #333;
  padding: 5px;
  min-height: 15px;
  margin-bottom: 15px;
}

#process-returns div.receipt_box,
#process-returns div#return-items {
  font-size: 13px;
}

#process-returns table.return-details {
  padding: 20px 0 0 15px;
}

#process-returns table.return-details td {
  padding: 0 0 4px 0;
}

#process-returns #refund_amount_panel h5 {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 6px 6px 6px 5px;
}

/** refund steps **/
#refund-step-list {
  /*width:700px;*/
  float: left;
  clear: both;
}

#refund-step-list .cart-step-item {
  min-width: 115px;
  padding: 0 15px 0 10px;
  white-space: nowrap;
  float: left;
  line-height: 36px;
  text-align: center;
  font-size: 22px;
  color: #333;
  border-bottom: 5px solid #ccc;
  margin: 0 0 0 0;
  width: 350px;
}

#refund-step-list .cart-step-on {
  color: #000;
  border-bottom: 5px solid #000;
}

#refund-step-list {
  margin: 10px 0 10px 0;
}

.cart-step-arrow {
  height: 50px;
  float: left;
  display: none;
  text-align: center;
  color: #fff;
  margin-top: 28px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
}

.cart-arrow-on {
  float: left;
  display: block;
  margin-top: 28px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
}

.cart-arrow-on span {
  position: absolute;
  bottom: 5px;
  left: 3px;
  color: #fff;
  font-weight: bold;
}

.shipping-step-container {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 -10px 0;
}

.shipping-step-text {
  height: 25px;
  text-align: left;
  font-size: 23px;
  color: #333;
  font-family: georgia, times roman, serif;
}

.shipping-step-name {
  width: 300px;
  height: 25px;
  float: right;
  color: #333;
  padding: 10px 0 0 0;
  text-align: right;
}

.shipping-step-name select {
  border: none;
  background-color: #fff;
  clear: none;
  display: inline;
}

.shipping-step-name label {
  display: inline;
  font-weight: bold;
}

h2.download-return-label {
  font-size: 15px;
  color: blue;
  margin: 5px 0 25px 0;
  padding: 5px 0 25px 0;
}

h2.download-return-label a {
  display: block;
  background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f24537", endColorstr="#c62d1f");
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.51);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0 10px 0;
  width: auto;
}

/** end refund steps **/
#process-returns {
  width: 700px;
}

#process-returns textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
}

#process-returns table tr.bottom-row {
  display: table-row;
}

#process-returns table tr.bottom-row td {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#process-returns table tr.bottom-row {
  width: 100%;
}

#refund-process .hhError {
  line-height: 125%;
  text-align: left;
  padding: 5px;
}

#refund-process #step1_not_logged_in .hhFormRowInput .hhFieldText {
  padding-left: 172px;
}

.main-content #refund-process ul li {
  list-style: none;
}

#process-returns .internal-notes {
  padding-top: 15px;
}

#process-returns .bottom-row-0 {
  font-size: 12px;
}

.internal-notes p,
.complete-notes p {
  margin: 5px 0 15px 0;
  font-size: 12px;
}

#refund_amount_panel {
  margin: 10px 0;
}

#refund_amount_panel .read-only-item {
  border: none;
}

#refund_amount_panel table {
  width: 100%;
}

#refund_amount_panel table tr td {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ccc;
}

#refund_amount_panel table tr th {
  padding: 5px 0 5px 5px;
  background-color: #ccc;
}

#refund_amount_panel #cancel-amts .hhFieldText {
  margin-top: 5px;
}

/* end refunds */
/* store credit */
#row-userid {
  position: relative;
}

.userSearchResults {
  margin-left: 120px;
  width: 406px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 2px #333;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  max-height: 250px;
  overflow-y: scroll;
  margin-top: 20px;
}

.userSearchResults li {
  padding: 2px;
  padding: 5px;
  font-size: 11px;
}

.userSearchResults li:nth-child(odd) {
  background-color: #efefef;
}

#store-credit-readonly .hhFormRow {
  margin: 5px 0 5px 0;
}

#store-credit-readonly .fields .hhFormRow:nth-child(odd) {
  background-color: #efefef;
}

#store-credit-readonly table.store-credit {
  width: 95%;
  margin: 10px 0 10px;
  font-size: 11px;
}

#store-credit-readonly table.store-credit th {
  background-color: #333;
  color: #fff;
}

#store-credit-readonly table.store-credit tr td {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ccc;
}

#store-credit-readonly table.store-credit tr:nth-child(odd) td {
  background-color: #efefef;
}

/* end store credit */
/* gift cards */
/* gift card view */
#gift-card-readonly .hhFormRow h2 {
  padding-bottom: 20px;
}

#gift-card-readonly .hhFormRow {
  margin: 5px 0 5px 0;
}

#gift-card-readonly .fields .hhFormRow:nth-child(odd) {
  background-color: #efefef;
}

#gift-card-readonly table.gift-cards {
  width: 95%;
  margin: 10px 0 10px;
  font-size: 11px;
}

#gift-card-readonly table.gift-cards th {
  background-color: #333;
  color: #fff;
}

#gift-card-readonly table.gift-cards tr td {
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #ccc;
}

#gift-card-readonly table.gift-cards tr:nth-child(odd) td {
  background-color: #efefef;
}

/* end gift card view */
/* end gift cards */
#subscription-management h3 {
  color: #fff;
}

/* view order receipt */
#view-order-receipt {
  margin: 0 auto;
  max-width: 94%;
}

#view-order-receipt .row .label {
  text-align: left;
  font-weight: bold;
  background-color: #efefef;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #efefef;
}

#view-order-receipt .row .value {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 5px;
  content: " ";
}

#view-order-receipt div.buttons {
  text-align: center;
  margin: 5px 0 5px 0;
}

/* end view order receipt */
#step2 .hhForm > table {
  margin: 25px 0 15px;
  position: relative;
  width: 100%;
}

/*#step2 .hhForm > table::before{background-color: #ccc; content: ""; height: 4px; left: 0; position: absolute; top: -22px; width: 75px;}*/
#return-items h5 {
  padding-left: 15px;
}

#return-items table {
  border: 1px solid #555;
  border-top: none;
}

#step2 .hhForm #return-items table th {
  padding: 10px 5px 10px 15px;
}

#step2 .hhForm #return-items table tr td {
  padding: 5px 5px 10px 15px;
}

#return-items table tr.bottom-row {
  border: none;
}

#step2 .hhForm #additional_return {
  background-color: #f7f2f2;
  border: 1px solid #555;
  margin: 25px 0 15px;
}

#additional_return h5 {
  padding: 6px 6px 6px 15px;
}

#step2 .hhForm #row-non-item-return.hhFormRow {
  padding: 10px 15px 10px;
}

#step2 .hhForm > table {
  border: 1px solid #555;
}

#step2 .hhForm > table th {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
}

#step2 .hhForm > table td {
  background-color: #fff;
  padding: 10px 15px;
}

#step2 .hhForm > table tr:nth-child(2n+1) td {
  background-color: #f3f3f3;
}

#show-addition-items {
  padding: 0 15px 1px;
}

#order-details #receipt_info {
  padding-bottom: 0;
}

#order-details #receipt_info .receipt_datablocks .receipt_box {
  width: 49%;
}

#order-details #receipt_info .receipt_datablocks .receipt_box:last-child {
  margin-right: 0;
  margin-right: 0;
}

#order-details #receipt_info .receipt_datablocks .receipt_box h5 {
  padding: 6px 6px 6px 15px;
}

#order-details #receipt_info .receipt_table .receipt_summary {
  padding: 20px 0 15px 15px;
}

#refund-process #return-items {
  margin: 5px 0 25px;
}

#refund-process #return-items h5 {
  padding: 6px 6px 6px 15px;
}

#refund-process #return-items table th {
  padding: 10px 5px 10px 15px;
}

#refund-process #return-items table tr td {
  padding: 5px 5px 10px 15px;
}

#completed_notes .complete-notes p {
  margin: 10px 0 5px;
}

#completed_notes .complete-notes.refund-notes {
  margin: 0 0 25px;
}

#refund_amount_panel > h2 {
  margin-bottom: 15px;
}

#completed_notes #refund_amount_panel table {
  border: 1px solid #555;
}

#completed_notes #refund_amount_panel table tr th {
  background-color: #333;
  color: #fff;
  padding: 5px 15px;
}

#completed_notes #refund_amount_panel table tr td {
  background-color: #f7f2f2;
  border: none;
  padding: 10px 15px;
}

#completed_notes .complete-notes .hhFormRowInput textarea {
  border: 1px solid #aaa;
}

#mainContain #view-order-receipt > h2 {
  color: #333;
  margin-top: 25px;
}

#mainContain #view-order-receipt > table {
  border: 1px solid #555;
  margin: 25px 0 15px;
  width: 100%;
}

#mainContain #view-order-receipt > table th {
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
}

/*#mainContain #view-order-receipt > table td{background-color: #f7f2f2; padding: 10px 15px;}*/
#mainContain #view-order-receipt > table tr td {
  background-color: #fff;
  padding: 10px 15px;
}

#mainContain #view-order-receipt > table tr:nth-child(2n+1) td {
  background-color: #f3f3f3;
}

@media print {
  .buttons,
input,
button {
    display: none !important;
  }
}