﻿/* Typography */
h2, .steps .step-body h3 { color: #007146; }
h1.intro { color: #007146; }


/* Dashboard */
.menu { background: #007146; }
.branding-bar { border-bottom: 1px solid #014B2F; }
.content { border-top: 1px solid #014B2F }


/* Buttons, Inputs, etc */
.pageTitle a.editbutton, .blueBtn, .LookAheadOutput a.viewAll, .loginscreen input.submit { background: #037a48; background: -moz-linear-gradient(top,  #037a48 0%, #02633e 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#037a48), color-stop(100%,#02633e)); background: -webkit-linear-gradient(top,  #037a48 0%,#02633e 100%); background: -o-linear-gradient(top,  #037a48 0%,#02633e 100%); background: -ms-linear-gradient(top,  #037a48 0%,#02633e 100%); background: linear-gradient(to bottom,  #037a48 0%,#02633e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037a48', endColorstr='#02633e',GradientType=0 ); border: 1px solid #013D26; }
.pageTitle a.editbutton:hover, .blueBtn:hover, .LookAheadOutput a.viewAll:hover, .loginscreen input.submit:hover { background: #049350; background: -moz-linear-gradient(top,  #049350 1%, #037248 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#049350), color-stop(100%,#037248)); background: -webkit-linear-gradient(top,  #049350 1%,#037248 100%); background: -o-linear-gradient(top,  #049350 1%,#037248 100%); background: -ms-linear-gradient(top,  #049350 1%,#037248 100%); background: linear-gradient(to bottom,  #049350 1%,#037248 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049350', endColorstr='#037248',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: #007146; }