﻿/* Typography */
h2, .steps .step-body h3 { color: #043C7B; }
h1.intro { color: #24679c; }
.footer p, .footer p a { color: #656565; }


/* Dashboard */
.menu { background: #162B44; }
.branding-bar { border-bottom: 1px solid #1E56A8; }
.content { border-top: 1px solid #1E56A8 }


/* Buttons, Inputs, etc */
.pageTitle a.editbutton, .blueBtn, .LookAheadOutput a.viewAll, .loginscreen input.submit { background: rgb(78,165,252); background: -moz-linear-gradient(top,  rgba(78,165,252,1) 0%, rgba(53,126,235,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(78,165,252,1)), color-stop(100%,rgba(53,126,235,1))); background: -webkit-linear-gradient(top,  rgba(78,165,252,1) 0%,rgba(53,126,235,1) 100%); background: -o-linear-gradient(top,  rgba(78,165,252,1) 0%,rgba(53,126,235,1) 100%); background: -ms-linear-gradient(top,  rgba(78,165,252,1) 0%,rgba(53,126,235,1) 100%); background: linear-gradient(to bottom,  rgba(78,165,252,1) 0%,rgba(53,126,235,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea5fc', endColorstr='#357eeb',GradientType=0 ); border: 1px solid #327EDB; }
.pageTitle a.editbutton:hover, .blueBtn:hover, .LookAheadOutput a.viewAll:hover, .loginscreen input.submit:hover { background: rgb(114,182,249); background: -moz-linear-gradient(top,  rgba(114,182,249,1) 0%, rgba(55,145,242,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,182,249,1)), color-stop(100%,rgba(55,145,242,1))); background: -webkit-linear-gradient(top,  rgba(114,182,249,1) 0%,rgba(55,145,242,1) 100%); background: -o-linear-gradient(top,  rgba(114,182,249,1) 0%,rgba(55,145,242,1) 100%); background: -ms-linear-gradient(top,  rgba(114,182,249,1) 0%,rgba(55,145,242,1) 100%); background: linear-gradient(to bottom,  rgba(114,182,249,1) 0%,rgba(55,145,242,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b6f9', endColorstr='#3791f2',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: #06C; }