﻿/* Typography */
h2, .steps .step-body h3 { color: #9C2452; }
h1.intro { color: #9C2452; }


/* Dashboard */
.menu { background: #009296; }
.branding-bar { border-bottom: 1px solid #00707F; }
.content { border-top: 1px solid #00707F }


/* Buttons, Inputs, etc */
.pageTitle a.editbutton, .blueBtn, .LookAheadOutput a.viewAll, .loginscreen input.submit { background: #009296; background: -moz-linear-gradient(top, #009296 0%, #00878c 100%); background: -webkit-linear-gradient(top, #009296 0%,#00878c 100%); background: linear-gradient(to bottom, #009296 0%,#00878c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009296', endColorstr='#00878c',GradientType=0 ); border: 1px solid #00707F; }
.pageTitle a.editbutton:hover, .blueBtn:hover, .LookAheadOutput a.viewAll:hover, .loginscreen input.submit:hover { background: #1c9aa0; background: -moz-linear-gradient(top, #1c9aa0 0%, #008e8c 100%); background: -webkit-linear-gradient(top, #1c9aa0 0%,#008e8c 100%); background: linear-gradient(to bottom, #1c9aa0 0%,#008e8c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9aa0', endColorstr='#008e8c',GradientType=0 );}


/* Grouped Colors */
.rgEditForm .EditFormHeader td, ul.hoverAddNew li a:hover, table.managePatients .rgEditForm a, ul.pagination li a:hover, .order-items-list li div.desc p span, .grid-content .floatLeft label.blue, a, a:visited, a:link, .grid-content .floatLeft label.blue, ul.product-list li div.desc p.sku, .current-added ul li div span, p.patient-name span, .steps .step-body .current-added ul li .hidden2 ul li div.desc p.sku, p.forgot a { color: #009296; }