/* Account Order Page Wireframe */ .account-order-page-container-fluid { } .account-order-page-container { } .account-order-page-container-row { } .account-order-page-container-row-cols { } .account-order-listing { } /* Account Order Page Heading Block */ .account-order-page-container-fluid-heading { } .account-order-page-container-heading { } .account-order-page-container-heading-row { } .account-order-page-container-heading-row-cols { } .account-order-page-heading { } /* Account Order Page Intro Text Block */ .account-order-page-container-row-cols-overview { } // Account order Invoice top row .account-order-page-invoice-top-row{ } // Company Logo column .account-order-page-invoice-company-logo-col{ } // Order Number column .account-order-page-invoice-order-number-col{ } // Invoice Order Number paragraph .invoice-order-number{ font-size: 17.5px; } // Order issue message row .account-order-page-issues-message-row{ } // Issue message paragraph .account-order-page-issues-message{ } // Account order header row .account-order-page-header-row{ margin-bottom:30px; } // Order Status .account-order-page-header-status-column{ } // Header Note .account-order-page-header-note-column{ } /* Account Order Page Listing Block */ .account-order-page-panel { } .account-order-page-panel-heading { } .account-order-page-panel-title { } .account-order-page-panel-body { } /* action buttons row */ .account-order-button-action-row{ text-align: center; } /* action label */ .account-order-button-action-label{ } /* action buttons column */ .account-order-button-action-column{ } /* view orders button */ .account-order-button-action-view-order{ } /* email order button */ .account-order-button-action-email-order{ } /* print current order button */ .account-order-button-action-print-order{ } .account-order-print-footer-container{ border: 1px solid #ccc; height:100px; margin-bottom:20px; } /* Account Order Table */ .account-order-table{ } .account-order-table-view-all-order-button{ } .account-order-table-email-button{ } .account-order-table-print-button{ } /* Account Order Page Shipping Notes */ .account-order-page-shipping-notes-row { } .account-order-page-shipping-notes-row-cols { } .account-order-page-shipping-notes-heading { } .account-order-page-shipping-notes-paragraph { } /* Account Order Note */ .account-order-note-print { font-size:10px; } .account-order-note-print table { } .account-order-note-print th { padding:0px; padding-left:10px; } .account-order-note-print td { padding:0px; padding-left:10px; } .account-order-note-print-panel { border:0px; margin-bottom:-20px; } .account-order-note-print-panel h3 { font-size:10px!important; } .account-order-note-print-panel p { font-size:10px!important; } .account-order-note-print-invoice { margin-bottom:0px; font-size:10px; } .account-order-note-print-invoice .invoice-order-number{ margin-bottom:0px; font-size:10px; } .account-order-note-print-invoice img{ margin-bottom:0px; height:40px; } .account-order-note-print-invoice h2 { font-size:12px; font-weight:bold; } .account-order-note-print-invoice hr { display:none; } .account-order-note-print-invoice .account-order-page-issues-message { display:none; } .account-order-note-print-invoice-bottom { font-size:10px; }