/* -------------------------------------------------------- FORMSPIPE STYLE SHEET version: 1.0 last modified: 8/12/2016 by Content R&D author: iPipeline Inc. description: This style sheet allows clients to customize the theme of the FormsPipe application. Each profile ID can have a unique style sheet applied. instructions: Edit this style sheet by replacing the HEX color codes with your own colors. Upload this file to iService using the following naming convention: [profileID]formspipe.css (e.g. 1581formspipe.css) ----------------------------------------------------------*/ /* CONTENTS: =Buttons =Links =Tables =Other */ /* ===BUTTONS=== */ .btn-primary { /* Search Button */ color: #fff; background-color: #298fc2; border-color: #17516e; } .btn-primary:hover { /* Search Button Mouse Hover */ color: #fff; background-color: #286090; border-color: #204d74; } .btn-default { /*Reset, Email, Print Buttons */ color: #207098; background-color: #eee; border-color: #ccc; } .btn-default:hover{ /*Reset, Email, Print Button Mouse Hover */ color:#207098; background-color:#d4d4d4; border-color:#1e6a8f; } /* ===LINKS=== */ a { color: #298fc2; } a:hover{ color:#1c6083; text-decoration:underline; } /* ===TABLES=== */ .x-grid3-hd-inner { /*Search Results Table Header */ background: #27BCE7; color: white; } /*Search Results Table Header Mouse Hover */ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner{ background:#164e69; } .x-grid3-hd { /*Search Results Package Table Header */ background: #27BCE7 !important; } #tdPackageOrderGrids { /*Search Results Table Border */ border: #298fc2 solid 1px; } /* ===OTHER=== */ .fa-arrow-circle-left { /*Search Results Back Arrow */ color: #27BCE7 !important; }