html {
    overflow-y: scroll;
}
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, input, p, pre, y {
    margin: 0;
    padding: 0;
}
fieldset, img {
    border: 0;
}
cite, code, em, strong, th {
    font-style: normal;
    font-weight: 400;
}
th {
    text-align: left;
}
q:after, q:before {
    content: ''}
input, select, textarea {
    font: 99% arial, sans-serif;
}
:focus {
    outline: 0;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.static {
    position: static;
}
.bold {
    font-weight: 700;
}
.italic {
    font-style: italic;
}
.underline {
    border-bottom: 1px solid;
}
.nounderline {
    text-decoration: none;
}
.line-through {
    text-decoration: line-through;
}
.highlight {
    background: #ffc;
}
.required {
    color: #FF0000;
}
.nopadding {
    padding: 0;
}
.noindent {
    margin-left: 0;
    padding-left: 0;
}
.nobullet {
    list-style: none;
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.floatNone {
    float: none;
}
.photoLeft {
    float: left;
    margin: 0 10px 10px 0;
}
.photoRight {
    float: right;
    margin: 0 0 10px 10px;
}
.width100 {
    width: 100%}
.width75 {
    width: 75%}
.width50 {
    width: 50%}
.width25 {
    width: 25%}
.width66 {
    width: 66%}
.width33 {
    width: 33%}
.upperCase {
    text-transform: uppercase;
}
.lowerCase {
    text-transform: lowercase;
}
.smaller {
    font-size: smaller;
}
.larger {
    font-size: larger;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignJustify {
    text-align: justify;
}
.alignCenter {
    text-align: center;
}
.textIndent {
    text-indent: -9999px;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.imgReplace {
    display: block;
    text-indent: -9999px;
}
.clear {
    clear: both;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.none {
    display: none;
}
.overFlow {
    overflow: auto;
}
html {
    height: 100%}
body {
    height: 100%;
    background: 0 0;
}
img.bg {
    min-height: 100%;
    min-width: 1440px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.container {
    margin: 0 auto;
    width: 960px;
}
.rightSetting {
    float: right;
    width: 10%;
    background: #FAFAFA url(/images/shadow.png) left center no-repeat;
    background-size: 20px 100%;
    padding: 20px 0;
    min-height: 350px;
}
.printonly {
    display: none;
}
.logo {
    margin: 0 auto 10px;
    display: block;
}
.logo img {
    max-height: 75px;
}
h1.intro {
    text-align: center;
    font: 300 36px/40px "Open Sans", sans-serif;
    margin: 0 0 10px;
}
p.intro {
    text-align: center;
    font: 400 13px/20px "Lucida Sans", Arial, sans-serif;
    color: #878787;
    margin: 0 0 30px;
}
p.forgot {
    font: 400 12px/20px "Open Sans", sans-serif;
}
p.backto {
    margin: 30px 0 0;
    font-size: 14px;
}
p.forgot a {
    text-decoration: underline;
}
p.forgot a:hover {
    text-decoration: none;
}
.loginscreen {
    width: 65%;
    margin: 40px auto 20px;
    padding: 5%;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25), 0 0 0 7px rgba(0, 0, 0, .1), inset 0 0 30px rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: none;
    min-height: 50px;
}
.loginscreen label {
    display: block;
    font: 400 13px/24px "Lucida Sans", Arial, sans-serif;
    color: #454545;
    padding: 0 0 0 25px;
    margin: 0 0 3px;
}
.loginscreen label.inline {
    padding: 0;
    display: inline;
    margin: 0 0 0 5px;
}
.loginscreen label.username {
    background: url(/images/icon-username.png) left center no-repeat;
}
.loginscreen label.password {
    background: url(/images/icon-password.png) left center no-repeat;
}
.loginscreen label.answer {
    background: url(/images/icon-security.png) left center no-repeat;
}
.loginscreen input.text {
    float: left;
    width: 63%;
    padding: 7px;
    border: 1px solid #BBB;
    margin: 0 0 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #FFF;
}
.loginscreen input.text:focus, input.text:focus, select:focus {
    border: 1px solid #80b0ff!important;
    box-shadow: 0 0 5px #a9c9ff;
    outline: 0;
}
.loginscreen input.cbox {
    float: left;
    margin: 6px 10px 0 0;
}
.loginscreen label.cbox {
    float: left;
    margin: 0;
    padding: 0;
}
.loginscreen input.submit {
    margin: 10px 0 0;
    padding: 7px 15px;
    cursor: pointer;
    font: 400 15px "Lucida Sans", Arial, sans-serif;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.loginscreen input.submit:hover {
    box-shadow: inset 0 17px 1px rgba(255, 255, 255, .05), inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 7px rgba(0, 0, 0, .5);
}
.k-tooltip {
    font-size: 12px!important;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px!important;
}
input.k-invalid, select.k-invalid, textarea.k-invalid {
    border: 1px solid #E26868!important;
    box-shadow: 0 0 5px #C66!important;
    outline: 0;
}
input.k-invalid:focus, select.k-invalid:focus, textarea.k-invalid:focus {
    border: 1px solid #80b0ff!important;
    box-shadow: 0 0 5px #80b0ff!important;
    outline: 0;
}
.footer {
    text-align: center;
    margin: 0 auto;
    width: 960px;
}
.footer p {
    font: 400 13px/24px "Lucida Sans", Arial, sans-serif;
    color: rgba(255, 255, 255, .75);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}
.footer p a {
    font-weight: 600;
    color: #FFF;
}
.menu {
    float: left;
    width: 100%;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, .5), inset 0 19px 2px rgba(255, 255, 255, .05);
}
.menu p {
    float: left;
    font: 400 11px/18px "Lucida Sans", sans-serif;
    color: #CCC;
    padding: 10px 0 0;
    margin: 0;
}
.menu p span {
    color: #FFF;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
.menu ul li {
    float: left;
}
.menu ul li a {
    float: left;
    padding: 10px 0 10px 15px;
    font: 400 11px/18px "Lucida Sans", Arial, sans-serif;
    color: #DDD;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}
.menu ul li a:hover {
    color: #FFF;
    background: #121212;
}
.menu ul li a.help {
    background: url(/images/icon-helptop.png) left center no-repeat;
    padding: 10px 0 10px 20px;
}
.menu ul li a.manage {
    background: url(/images/icon-manageAccount.png) left center no-repeat;
}
.menu ul li a.cellphone {
    background: url(/images/icon-cell.png) left center no-repeat; 
	padding-left: 20px;
}
.menu ul li a.computer {
    background: url(/images/icon-computer.png) left center no-repeat;
	padding-left: 20px;
}
.menu ul li a.logout {
    background: url(/images/icon-userLogout.png) left center no-repeat;
}
.branding-bar {
    float: left;
    position: relative;
    z-index: 100;
    width: 100%;
    padding: 15px 0 8px;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0, #fefefe 50%, #f7f7f7 51%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(50%, #fefefe), color-stop(51%, #f7f7f7), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fdfdfd 0, #fefefe 50%, #f7f7f7 51%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fdfdfd 0, #fefefe 50%, #f7f7f7 51%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0, #fefefe 50%, #f7f7f7 51%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fdfdfd 0, #fefefe 50%, #f7f7f7 51%, #f5f5f5 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5), inset 0 0 25px rgba(255, 255, 255, 1);
}
.branding-bar a.logo {
    font: 300 24px "Lucida Sans", Arial, sans-serif;
    text-shadow: 1px 1px 0 #FFF;
    float: left;
    color: #111;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
    -moz-transition: 1s;
    margin: 0;
}
.branding-bar a.logo:hover {
    color: #565656;
}
.searchBox {
    float: right;
    margin: 20px 0 0;
    position: relative;
}
.branding-bar input.search {
    width: 300px;
    padding: 5px 7px;
    border: 1px solid #AAA;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .1), 1px 1px 0 #FFF;
    font: 400 13px/18px Arial, Helvetica, sans-serif;
    color: #545454;
    -webkit-appearance: none;
}
.branding-bar input.search:focus {
    border: 1px solid #80b0ff!important;
    box-shadow: 0 0 5px #a9c9ff;
    outline: 0;
}
.searchBox input.search-submit {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(/images/icon-searchSubmit.png) left top no-repeat;
    text-indent: -9999em;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.LookAheadOutput {
    display: none;
    background: #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    top: 29px;
    left: -10px;
    width: 320px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}
td.LookAheadTDText {
    font-size: 0;
    padding: 10px;
    border-bottom: 1px solid #EEE;
    opacity: .7;
}
.LookAheadOutput div {
    font-size: 13px;
    line-height: 18px;
}
.LookAheadOutput .LookAheadIcon, .LookAheadOutput .LookAheadText {
    display: inline-block;
    vertical-align: top;
}
.LookAheadOutput .LookAheadIcon {
    width: 16%}
.LookAheadOutput .LookAheadText {
    width: 83%}
.LookAheadOutput .LookAheadTitle {
    font-size: 12px;
    font-weight: 700;
    color: #212121;
}
.LookAheadOutput .LookAheadDescription {
    font-size: 11px;
    color: #656565;
}
td.LookAheadTDText:hover {
    background: #FAFAFA;
    opacity: .99;
}
.LookAheadOutput a.viewAll {
    display: block;
    padding: 7px 0;
    margin: 15px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 600 12px "Lucida Sans", Arial, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    zoom: 1;
}
.LookAheadOutput a.close {
    text-align: right;
    color: #454545;
    text-decoration: none;
    padding: 0 25px 0 0;
    display: block;
    font: 600 11px/20px "Lucida Sans", Arial, sans-serif;
    margin: 0 15px 10px;
    background: url(/images/icon-searchClose.png) right center no-repeat;
}
.LookAheadOutput a.close:hover {
    color: #000;
}
.pageTitle {
    float: left;
    width: 100%;
    padding: 20px 0 25px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .2);
}
.pageTitle .container {
    position: relative;
}
.pageTitle h1 {
    font: 400 30px "Open Sans", sans-serif;
    color: #323232;
    margin: 0;
    width: 70%}
.pageTitle p {
    font: 600 14px "Lucida Sans", Arial sans-serif;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    margin: 0;
    width: 70%}
.blueBtn, .pageTitle a.editbutton {
    position: absolute;
    right: 0;
    top: 17px;
    padding: 7px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 600 12px "Lucida Sans", Arial, sans-serif;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .1);
    zoom: 1;
}
.blueBtn {
    position: inherit;
    display: block;
    top: auto;
    right: auto;
    text-align: center;
    color: #FFF!important;
    text-decoration: none!important;
    padding: 7px 0;
    cursor: pointer;
}
p.quickIntro {
    margin: 0 0 30px;
    line-height: 20px;
}
ul.accountInfo {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
ul.accountInfo li {
    display: inline-block;
    width: 47.5%;
    padding: 0 2% 4% 0;
    font: 400 14px/18px "Lucida Sans", Arial, sans-serif;
    color: #343434;
    vertical-align: top;
}
.edit-account ul.accountInfo li {
    padding: 0 2% 2% 0;
}
ul.accountInfo li label, ul.accountInfo li strong {
    display: block;
    font: 600 12px "Lucida Sans", Arial, sans-serif;
    color: #000;
}
ul.accountInfo li label {
    margin: 0 0 5px;
}
ul.accountInfo li strong {
    border-bottom: 1px solid #E7E7E7;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
ul.accountInfo li strong img {
    margin: 0 5px 0 0;
}
ul.accountInfo li.full {
    width: 98%}
ul.accountInfo li .blueBtn {
    margin: 15px 0 0;
}
ul.changepw {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}
ul.changepw li {
    display: block;
    margin: 0 0 10px;
}
ul.changepw li label {
    display: block;
    font: 400 13px "Lucida Sans", Arial, sans-serif;
    padding: 0;
}
ul.changepw li input.text {
    width: 50%;
    padding: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #BBB;
}
ul.changepw li input.blueBtn {
    margin: 20px 0 0;
    padding: 7px 15px;
    cursor: pointer;
}
.rightSetting ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rightSetting ul.submenu li {
    float: left;
    width: 100%;
    margin: 0 0 2px;
}
.rightSetting ul.submenu li a {
    float: left;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;
    color: #454545;
    text-decoration: none;
    font: 600 11px "Lucida Sans", sans-serif;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 1%, #fff 49%, #f9f9f9 50%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f4f4), color-stop(49%, #fff), color-stop(50%, #f9f9f9), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #f4f4f4 1%, #fff 49%, #f9f9f9 50%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #f4f4f4 1%, #fff 49%, #f9f9f9 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #f4f4f4 1%, #fff 49%, #f9f9f9 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f4f4f4 1%, #fff 49%, #f9f9f9 50%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',  endColorstr='#f0f0f0',  GradientType=0);
}
.rightSetting ul.submenu li.active a {
    background: #FFF;
    color: #121212;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}
.okMessage {
    background: #F0FFD6 url(/images/icon-success.png) 10px center no-repeat;
    border: 1px solid #C9E89B;
    color: #060;
    font-weight: 700;
    padding: 10px 10px 10px 46px;
    text-align: left;
    margin: 0 0 20px;
}
.errorMessage {
    border: 1px solid #f3c3c3;
    padding: 10px 10px 10px 46px;
    background: #fdf2f2 url(/images/icon-error.png) 10px center no-repeat;
    margin: 0 0 20px;
    color: #A00;
}
.notificationMessage {
    border: 1px solid #b1daf6;
    padding: 10px 10px 10px 46px;
    background: #e2f3ff url(/images/icon-notify.png) 10px center no-repeat;
    margin: 0 0 20px;
    color: #105b90;
}
.errorMessage p, .notificationMessage p, .okMessage p {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
}
.errorMessage ul, .notificationMessage ul, .okMessage ul {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    padding: 0 0 0 20px;
}
#BreadCrumbs {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f2c8;
    padding: 5px 10px 15px 0;
    float: left;
    font-size: 11px;
    line-height: 24px;
    color: #676767;
}
.BreadCrumbs a {
    text-decoration: none!important;
    color: #832727!important;
}
.BreadCrumbs a:hover {
    color: #676767!important;
    text-decoration: underline!important;
}
.hoverZindex {
    position: relative;
    z-index: 10;
}
.add-new {
    position: relative;
}
.add-new ul.hoverAddNew {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    width: 200px;
    background: #FFF;
    border: 1px solid #AAA;
    position: absolute;
    top: 18px;
    left: 0;
}
.add-new:hover ul.hoverAddNew, ul.hoverAddNew li {
    display: block;
}
ul.hoverAddNew li a {
    display: block;
    font-size: 12px;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
}
.steps {
    float: left;
    width: 100%}
.steps .step-body {
    float: left;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 65px;
}
.steps .step-body h3 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin: 0 0 25px;
}
.steps .step-body p {
    font: 400 13px "Lucida Sans", sans-serif;
    color: #343434;
}
.steps .step-body select {
    padding: 3px;
    width: 40%;
    border: 1px solid #AAA;
    font-size: 13px;
}
.steps.disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.addition, .existing {
    float: left;
    width: 40%;
    margin: 0 5%}
.addition {
    margin: 0 5%;
    width: 34%;
    padding: 3%;
    background: #F4F4F4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.step1 .addition .blueBtn {
    width: 100%}
.steps ul.order-patientInfo {
    background: #F4F4F4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2%;
    width: 92%;
    float: left;
    margin: 0 2%}
.steps ul.order-patientInfo li {
    float: left;
    width: 33%;
    margin: 0;
}
.steps ul.order-patientInfo li label {
    font-size: 13px;
    font-weight: 600;
}
.steps ul.order-patientInfo li {
    font-size: 12px;
    color: #565656;
}
ul.prod-tabs {
    float: left;
    position: relative;
    width: 96%;
    border: 1px solid #AAA;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1), inset 0 0 5px 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), inset 0 0 5px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1), inset 0 0 5px 1px rgba(255, 255, 255, .5);
    list-style: none;
    margin: 0;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 1)), color-stop(100%, rgba(208, 208, 208, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0, rgba(208, 208, 208, 1) 100%);
    background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0, rgba(208, 208, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',  endColorstr='#d0d0d0',  GradientType=0);
    padding: 5 2% 5px;
    zoom: 1;
}
ul.prod-tabs li {
    float: left;
    margin: 10px 1% 10px 0;
}
ul.prod-tabs li a {
    display: block;
    font: 600 13px "Lucida Sans", sans-serif;
    text-decoration: none;
    border-radius: 50em;
    -moz-border-radius: 50em;
    -webkit-border-radius: 50em;
    color: #454545;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
    margin-top: 5px;
    padding: 2px 10px;
}
ul.prod-tabs li a:hover {
    background: rgba(0, 0, 0, .1);
    color: #232323;
}
ul.prod-tabs li a.current {
    font-weight: 600;
    background: #767676;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .5);
    color: #FFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    text-transform: uppercase;
}
.prod-pane {
    display: none;
}
ul.product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: #FAFAFA;
}
ul.product-list li {
    float: left;
    width: 98%;
    padding: 0 1%;
    border-bottom: 1px solid #DDD;
    font: 400 13px "Lucida Sans", Arial, sans-serif;
    color: #454545;
}
ul.product-list.categories li {
    width: 96%;
    padding: 0 2%}
ul.product-list li div.desc {
    float: left;
    width: 81%;
    padding: 1.5% 1%}
ul.product-list li div.desc div.img {
    margin-right: 15px;
    width:  40px;
    position: relative;
}
ul.product-list li div.desc div.img img {
    max-width: 100%}
ul.product-list li div.desc div.img:hover {
    z-index: 5;
}
ul.product-list li div.desc div.img img.hover {
    position: absolute;
    bottom: -50px;
    left: 100%;
    max-width: none;
    border: 5px solid #EEE;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
ul.product-list li div.desc div.img:hover img.hover {
    display: block;
}
ul.product-list li div.desc p {
    margin: 0;
}
ul.product-list li div.desc p.title {
    font: 400 13px/16px "Lucida Sans", Arial, sans-serif;
    color: #000;
}
ul.product-list li div.desc p.sku {
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    display: inline;
}
ul.product-list li div.qty {
    float: left;
    width: 15%;
    padding: 1.5% 1%}
ul.product-list li div.qty input {
    float: left;
    width: 50px;
    font-size: 13px;
}
ul.product-list li div.qty span.add {
    float: left;
    margin: 5px 10px 0 0;
}
ul.product-list li div.qty span.minus {
    float: left;
    margin: 5px 0 0 10px;
}
ul.product-list.kitlist li {
    padding: 10px 2%;
    width: 96%}
.prod-pane.kits ul.product-list .hidden {
    display: none;
    width: 93%;
    margin: 0 0 20px 40px;
}
a.toggle2, ul.product-list li a.toggle {
    background: url(/images/icon-expand.png) left center no-repeat;
    font: 400 14px "Lucida Sans", Arial, sans-serif;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 15px 0 15px 30px;
}
a.toggle2 {
    padding: 0 0 0 30px;
    text-decoration: none!important;
}
a.toggle2.expanded, ul.product-list li a.toggle.expanded {
    background: url(/images/icon-contract.png) left center no-repeat;
}
a.toggle2:hover, ul.product-list li a.toggle:hover {
    color: #232323;
}
ul.product-list li div.hidden {
    display: none;
    float: left;
    width: 96%;
    background: #FFF;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .15), 1px 1px 0 #FFF;
    margin: 0 0 20px 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #CCC;
}
ul.product-list li div.hidden ul.product-list {
    background: 0 0;
}
ul.product-list li div.hidden ul.product-list li:last-child {
    border: 0;
}
ul.product-list.kitlist li div.qty {
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #656565;
    text-align: right;
    width: 15%}
ul.product-list.kitlist li div {
    padding: 0;
}
ul.product-list.kitlist li div.desc {
    width: 85%}
ul.product-list.kitlist li div.desc p.title {
    font-size: 12px;
}
ul.product-list2 {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    font-size: 0;
}
ul.product-list2 li {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 20.75%;
    padding: 2%;
    vertical-align: top;
    height: 200px;
}
ul.product-list2 li:nth-child(4n) {
    border-right: 0;
}
ul.product-list2 li div.img {
    height: 75px;
    margin: 0 0 10px;
}
ul.product-list2 li.diff div.img {
    float: left;
    width: 100%}
ul.product-list2 li img {
    float: left;
    max-width: 75px;
    max-height: 75px;
}
ul.product-list2 li div.qty {
    float: right;
    width: 50%}
ul.product-list2 li div.desc {
    height: 65px;
    float: left;
    width: 100%}
ul.product-list2 li p.title {
    margin: 0;
    font: 600 12px/14px "Lucida Sans", Arial, sans-serif;
    color: #000;
}
ul.product-list2 li p.sku {
    font: 400 11px "Lucida Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #767676;
    margin: 2px 0 10px;
}
ul.product-list2 li label {
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    color: #343434;
    margin: 0 0 3px;
    display: block;
}
ul.product-list2 li input {
    max-width: 50%;
    display: block;
    text-align: center;
}
ul.product-list2 li.diff label {
    text-align: right;
}
ul.product-list2 li.diff input {
    float: right;
}
.step3 p.patient-name {
    margin: 0 0 5px;
    font-size: 15px;
}
p.patient-name span {
    display: block;
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    text-transform: uppercase;
}
.right-final {
    float: left;
    width: 70%;
    margin: 20px 0 0;
}
.left-final {
    float: left;
    width: 30%;
    margin: 20px 0 0;
}
.right-final ul.product-list li div.qty p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.step1 input.text {
    width: 75%;
    margin: 10px 0 0;
}
.step1 .blueBtn {
    width: 30%}
.step2 .step-body a.greenBtn {
    float: right;
    padding: 5px 15px;
}
.greenBtn {
    display: block;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #cdeb8e;
    background: -moz-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 235, 142, 1)), color-stop(100%, rgba(165, 201, 86, 1)));
    background: -webkit-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -o-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -ms-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: linear-gradient(to bottom, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e',  endColorstr='#a5c956',  GradientType=0);
    border: 1px solid #86AF4B;
    cursor: pointer;
    color: #253818!important;
    text-decoration: none!important;
    text-align: center;
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .25);
    text-transform: uppercase;
    position: absolute;
    right: 12px;
    margin-top: 2px;
}
#ctl00_ctl00_MasterContent_MainContent_CreateOrderControl_SelectPatientButton, .greenBtnSelect, .greenBtnSubmit {
    display: block;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #cdeb8e;
    background: -moz-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 235, 142, 1)), color-stop(100%, rgba(165, 201, 86, 1)));
    background: -webkit-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -o-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -ms-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: linear-gradient(to bottom, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e',  endColorstr='#a5c956',  GradientType=0);
    border: 1px solid #86AF4B;
    cursor: pointer;
    color: #253818!important;
    text-decoration: none!important;
    text-align: center;
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 1px 1px 0 rgba(255, 255, 255, .25);
    text-transform: uppercase;
    float: right;
    margin-right: 20px;
    margin-top: -3px;
}
.step2 .step-body ul.prod-tabs li a.greenBtn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 5px 10px;
    font: 600 11px "Lucida Sans", Arial, sans-serif;
}
greenBtn a:hover, ul.prod-tabs li a.greenBtn:hover {
    background: #cdeb8e;
    background: -moz-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205, 235, 142, 1)), color-stop(100%, rgba(165, 201, 86, 1)));
    background: -webkit-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -o-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: -ms-linear-gradient(top, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    background: linear-gradient(to bottom, rgba(205, 235, 142, 1) 0, rgba(165, 201, 86, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdeb8e',  endColorstr='#a5c956',  GradientType=0);
    opacity: .8;
    filter: alpha(opacity=80);
}
.current-added {
    float: left;
    width: 100%;
    margin: 0;
}
.current-added ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.current-added ul.order-list li {
    float: left;
    width: 100%;
    font-size: 0;
    border-bottom: 1px solid #EEE;
    position: relative;
}
.current-added ul li.head {
    border-bottom: 1px solid #BBB;
    background: #FFF;
}
.current-added ul li div {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding: 1%;
    line-height: 16px;
}
.current-added ul li div.img {
    width: 40px;
    position: relative;
}
.current-added ul li div.img:hover {
    z-index: 5;
}
.current-added ul li div.img img {
    max-width: 100%}
.current-added ul li div.img:hover img.hover {
    max-width: none;
    display: block;
    position: absolute;
    border: 5px solid #EEE;
    box-shadow:  0 0 10px rgba(0, 0, 0, .2);
    left: 100%;
    bottom: -50px;
}
.current-added ul li div p {
    margin: 0;
    font-size: 13px;
}
.current-added ul li div.desc img {
    max-width: 35px;
    margin: 0 15px 0 0;
}
.steps .step-body .current-added ul li div.desc p {
    color: #343434;
    font-size: 12px;
    margin: 0 0 3px;
}
.steps .step-body .current-added ul li.head div p {
    color: #212121;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.steps .step-body .current-added ul li.head div.desc {
    padding: 10px 10px 10px 0;
    width: 660px;
}
.steps .step-body .current-added ul li div.qty p {
    line-height: 30px;
}
.steps .step-body .current-added ul li.head div.qty p {
    line-height: normal;
}
.current-added ul li div span {
    font-size: 10px;
    text-transform: uppercase;
}
.current-added ul li div.desc {
    width: 605px;
}
.current-added ul li div.qty {
    width: 120px;
    text-align: center;
}
.current-added ul li div.qty input {
    text-align: center;
    box-sizing: border-box;
    max-width: 50px;
    float: left;
}
.current-added ul li div.qty span.add {
    margin: 5px 10px 0 0;
    float: left;
}
.current-added ul li div.qty span.minus {
    margin: 5px 0 0 10px;
    float: left;
}
.current-added ul li div.edit {
    text-align: center;
    width: 10px;
    font-size: 11px;
    color: #787878;
}
.current-added ul li div.edit img {
    margin: 3px 0 0;
}
.current-added p.placeorder {
    margin: 20px 0 0;
}
.add-new {
    float: left;
    width: 100%}
.add-new ul.form li input.blueBtn {
    margin: 10px 0 0;
}
.add-new ul.form li input.text {
    margin: 0;
}
.current-added ul li div.hidden2 {
    float: left;
    width: 100%;
    padding: 0;
    background: #F4F4F4 url(/images/under-shadow.png) center top no-repeat;
    background-size: 100% 10px;
}
.current-added ul li.kit div.desc {
    cursor: pointer;
    /*width: 658px;
    padding: 10px;*/
}
.current-added ul li.kit div.desc.expanded {
    background: url(/images/icon-contract.png) 10px 5px no-repeat;
}
.hidden2 ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}
.hidden2 ul li {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #DDD!important;
}
.hidden2 ul li:last-child {
    border: 0;
}
.hidden2 ul li div {
    padding: 0;
}
.current-added ul li.kit .hidden2 ul li div.desc {
    background: 0 0;
    width: 675px;
    padding: 0;
    cursor: text;
}
.steps .step-body .current-added ul li .hidden2 ul li div.desc p.title {
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 3px;
}
.steps .step-body .current-added ul li .hidden2 ul li div.desc p.sku {
    font-weight: 600;
    font-size: 10px;
}
.hidden2 ul li div.qty p {
    text-align: right;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
span.diem, span.notdiem {
    display: inline-block;
    width: 75px;
    font: 400 9px/12px Arial, Helvetica, sans-serif!important;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
span.diem {
    border: 1px dashed #b3d788;
    background: #dcf8bb;
    color: #4a6030!important;
}
span.notdiem {
    border: 1px dashed #cf7e7e;
    background: #ffd5d5;
    color: #A00!important;
    opacity: .7;
    filter: alpha(opacity=70);
}
.statistics {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.statistics .threecol {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .1), inset 0 1px 5px rgba(0, 0, 0, .15);
}
.statistics .threecol.last {
    margin: 0;
}
.tabbage {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0 0;
    z-index: 10;
}
.tabbage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.tabbage ul li {
    display: inline-block;
    width: 25%;
    font: 700 11px/18px "Lucida Sans", Arial, sans-serif;
    vertical-align: bottom;
}
.tabbage ul li a {
    display: block;
    margin: 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .25);
    text-decoration: none;
    background: #E2E2E2;
    background: -moz-linear-gradient(top, #E2E2E2 1%, #CACACA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #E2E2E2), color-stop(100%, #CACACA));
    background: -webkit-linear-gradient(top, #E2E2E2 1%, #CACACA 100%);
    background: -o-linear-gradient(top, #E2E2E2 1%, #CACACA 100%);
    background: -ms-linear-gradient(top, #E2E2E2 1%, #CACACA 100%);
    background: linear-gradient(to bottom, #E2E2E2 1%, #CACACA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2E2E2',  endColorstr='#CACACA',  GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 4px rgba(0, 0, 0, .1);
    zoom: 1;
}
.tabbage ul li a:hover {
    color: #212121;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #E9E9E9 1%, #CACACA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #E9E9E9), color-stop(100%, #CACACA));
    background: -webkit-linear-gradient(top, #E9E9E9 1%, #CACACA 100%);
    background: -o-linear-gradient(top, #E9E9E9 1%, #CACACA 100%);
    background: -ms-linear-gradient(top, #E9E9E9 1%, #CACACA 100%);
    background: linear-gradient(to bottom, #E9E9E9 1%, #CACACA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9',  endColorstr='#CACACA',  GradientType=0);
}
.tabbage ul li a.current {
    color: #000;
    padding: 9px 0;
    background: #F3F3F3;
    filter: none;
    box-shadow: none;
    border-top: 1px solid #FFF;
    border-bottom: 0;
}
.content {
    float: left;
    position: relative;
    z-index: 5;
    margin: -1px 0 0;
    width: 100%;
    background: #EFEFEF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35);
    padding: 20px 0 0;
}
.content p.introText {
    margin: 0 0 20px;
    font: 400 12px/20px "Lucida Sans", Arial, Helvetica, sans-serif;
    color: #454545;
}
.threecol {
    float: left;
    width: 310px;
    margin: 0 15px 0 0;
}
.threecol.last {
    margin: 0;
}
.ninecol {
    float: left;
    width: 635px;
    margin: 0 15px 0 0;
}
.ninecol.last {
    margin: 0;
}
.module {
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
    background: #FFF;
    width: 310px;
    margin-bottom: 15px;
    zoom: 1;
}
.module.twoCol {
    width: 635px;
}
.module.threeCol {
    width: 960px;
}
.module h2 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #F9F9F9;
    background: -moz-linear-gradient(top, #F9F9F9 0, #E4E4E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F9F9), color-stop(100%, #E4E4E4));
    background: -webkit-linear-gradient(top, #F9F9F9 0, #E4E4E4 100%);
    background: -o-linear-gradient(top, #F9F9F9 0, #E4E4E4 100%);
    background: -ms-linear-gradient(top, #F9F9F9 0, #E4E4E4 100%);
    background: linear-gradient(to bottom, #F9F9F9 0, #E4E4E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9',  endColorstr='#E4E4E4',  GradientType=0);
    padding: 10px 15px;
    font: 600 14px/20px "Open Sans", sans-serif;
    color: #212121;
    text-shadow: 1px 1px 0 #FFF;
    margin: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(255, 255, 255, .5);
    border-bottom: 1px solid #CCC;
    zoom: 1;
    opacity: .99;
}
.module h2 span a {
    font-size: 11px;
    text-transform: uppercase;
}
.module .mod-body {
    padding: 15px;
    font: 400 12px/20px Arial, Helvetica, sans-serif;
    color: #343434;
}
.module h2 img {
    margin: 0 7px 0 0;
}
.module ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module ul li {
    display: block;
    font: 400 13px/24px "Lucida Sans", Arial, sans-serif;
}
.facility-masters ul li a {
    display: block;
}
.account-settings ul li {
    padding: 5px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}
.account-settings ul li.noborder {
    border: 0;
    text-align: left;
}
.account-settings ul li strong {
    float: left;
    font-weight: 600;
}
.module .blueBtn {
    margin: 20px 0 0;
}
.module select {
    padding: 3px;
    width: 100%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #AAA;
}
.main-content {
    float: left;
    width: 100%;
    background: #FFF url(/images/shadow.png) 883px top repeat-y;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}
.leftSetting {
    float: left;
    position: relative;
    width: 88%;
    margin: 20px 2% 0;
    padding: 0 0 2%;
    min-height: 400px;
}
.leftSetting h1 {
    font: 300 28px "Open Sans", sans-serif;
    color: #111;
}
ul.tab-subnav {
    float: left;
    position: relative;
    z-index: 10;
    width: 6%;
    list-style: none;
    margin: 0;
    padding: 20px 2% 20px 0;
}

ul.tab-subnav li {
    display: block;
    position: relative;
}
ul.tab-subnav li a {
    display: block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .05)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d000000',  endColorstr='#1a000000',  GradientType=0);
    padding: 15px 5px 12px;
    margin: 0 0 3px;
    text-align: center;
    font: 400 11px/18px "Lucida Sans", Arial, sans-serif;
    text-decoration: none;
    zoom: 1;
}
ul.tab-subnav li a:hover {
    background: rgba(0, 0, 0, .05);
}
ul.tab-subnav li a.active {
    background: #FFF;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .15);
    filter: none;
}
ul.tab-subnav li span.icon img {
    display: block;
    margin: 0 auto;
    max-width: 100%}
ul.tab-subnav li div.tabtip {
    display: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #000;
    color: #FFF;
    font: 400 11px "Lucida Sans", Arial, sans-serif;
    position: absolute;
    right: 50px;
    top: 12px;
    padding: 7px 15px;
    opacity: .9;
    width: auto;
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}
ul.tab-subnav li:hover div.tabtip {
    display: block;
    white-space: nowrap;
}
h2.account-tab {
    border-bottom: 1px solid #DDD;
    margin: 0 0 30px;
    padding: 0 0 10px;
}
h2.account-tab a.greyBtn {
    float: right;
    padding: 5px 15px;
    width: auto;
}
.account-panes {
    margin: 0 0 30px;
}
a.greyBtn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 0;
    display: block;
    font: 600 12px "Lucida Sans", Arial, sans-serif;
    color: #232323!important;
    text-decoration: none!important;
    background: #eee;
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0, rgba(204, 204, 204, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0, rgba(204, 204, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0, rgba(204, 204, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0, rgba(204, 204, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0, rgba(204, 204, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',  endColorstr='#cccccc',  GradientType=0);
    border: 1px solid #AAA;
    box-shadow: inset 0 1px 0 #FFF, 0 1px 4px rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 15px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 0 #FFF, 0 1px 4px rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 15px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 #FFF, 0 1px 4px rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 15px 0 rgba(255, 255, 255, .2);
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .75);
    zoom: 1;
}
a.greyBtn:hover {
    opacity: .9;
}
.account-panes .blueBtn {
    width: 35%}
.facility-masters .mod-body {
    background: url(/images/bg-facility.png) left top no-repeat;
}
.admin-users .mod-body {
    background: url(/images/bg-users.png) left top no-repeat;
}
.facility-users .mod-body {
    background: url(/images/bg-stats.png) left top no-repeat;
}
.facility-locations .mod-body {
    background: url(/images/bg-location.png) left top no-repeat;
}
.module.products .mod-body {
    background: url(/images/bg-statsProducts.png) -70px -25px no-repeat;
}
.module.tickets .mod-body {
    background: url(/images/bg-tickets.png) -15px -30px no-repeat;
}
.module.tickets h2 > img { vertical-align: middle; }
.module.patients .mod-body {
    background: url(/images/bg-patientfile.png) -25px -20px no-repeat;
}
.module.pending-orders .mod-body {
    background: url(/images/bg-orders.png) -25px -30px no-repeat;
}
.module.pending-maintenance .mod-body {
    background: url(/images/bg-maintenance.png) -25px -30px no-repeat;
}
.module.branches .mod-body {
    background: url(/images/bg-branches.png) -15px -30px no-repeat;
}
.module.returns .mod-body {
    background: url(/images/bg-return.png) -20px -50px no-repeat;
}
.module.admindocuments .mod-body, .module.documents .mod-body {
    background: url(/images/bg-documents.png) -20px -40px no-repeat;
}
.module.adminmessages .mod-body, .module.messages .mod-body {
    background: url(/images/bg-messages.png) -20px -40px no-repeat;
}
.mod-body ul li select {
    margin: 0 0 10px;
}
.mod-body ul li.stats {
    font-size: 0;
    margin: 0 0 20px;
    text-align: right;
}
.mod-body ul li.stats span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}
.mod-body ul li.stats span.number {
    font: 700 55px/60px "Open Sans Condensed", sans-serif;
    color: #121212;
    margin: 0 0 3px;
    padding: 0;
}
.mod-body ul li.stats span.numtext {
    text-transform: uppercase;
    font: 500 13px/16px "Lucida Sans", sans-serif;
    color: #343434;
    margin: 0 0 0 15px;
    text-align: left;
}
.mod-body ul li.stats span.numtext span.block {
    display: block;
    font-size: 11px;
    line-height: 14px;
    color: #767676;
}
.module.facility-contact .mod-body ul {
    border-bottom: 1px solid #EEE;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.module.facility-contact .mod-body ul:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}
.module.facility-contact .mod-body ul li {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 18px;
}
.module.facility-contact .mod-body ul li:last-child {
    margin: 0;
}
.page-header {
    padding: 0 0 35px;
    margin: 0;
    background: url(/images/order-shadow.png) center bottom no-repeat;
    background-size: 100% auto;
}
.page-header p.introText {
    color: #707070;
    font: 400 13px "Lucida Sans", Arial, sans-serif;
}
.grid-search {
    top: 8px;
    right: 0;
    position: absolute;
}
.grid-search select.text {
    width: 250px;
}
.rgEditForm {
    padding: 10px;
}
.rgEditForm .EditFormHeader td {
    font: 400 16px "Open Sans", sans-serif;
    padding: 5px 0 15px;
}
.img-center, td.MyImageButton input {
    display: block;
    margin: 0 auto;
}
table.rgMasterTable td {
    vertical-align: middle;
}
table tr.rgEditRow td {
    background: #fcf5b8;
    background: -moz-linear-gradient(top, #F9F4CF 0, #fcf5b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F9F4CF), color-stop(100%, #fcf5b8));
    background: -webkit-linear-gradient(top, #F9F4CF 0, #fcf5b8 100%);
    background: -o-linear-gradient(top, #F9F4CF 0, #fcf5b8 100%);
    background: -ms-linear-gradient(top, #F9F4CF 0, #fcf5b8 100%);
    background: linear-gradient(to bottom, #F9F4CF 0, #fcf5b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F4CF',  endColorstr='#fcf5b8',  GradientType=0);
    border-bottom: 1px solid #E5DB90!important;
}
ul.rcbList {
    font-size: 12px;
}
table.rgMasterTable tr.rgCommandRow input.rgAdd {
    background: url(/images/icon-add.png) left 3px no-repeat;
}
table.rgMasterTable tr.rgCommandRow input.rgRefresh {
    background: url(/images/icon-refresh.png) left 1px no-repeat;
}
.protected-admin-manageusers .grid-content .floatLeft {
    margin: -10px 0 20px;
}
.grid-content .floatLeft {
    margin: 0 0 20px;
}
.grid-content .locationHide {
    margin-right: 20px;
}
.grid-content .floatLeft p {
    margin: 0;
}
.grid-content .floatRight {
    margin: 0 0 25px;
}
.grid-content .floatLeft label, .grid-content .floatRight label {
    font: 400 13px "Lucida Sans", Arial, sans-serif;
}
.grid-content .floatLeft label.blue {
    margin: 0 0 0 5px;
}
.grid-content .floatRight label {
    margin: 0 10px 0 0;
}
.grid-content .floatLeft p.lock, .page-header p.lock {
    font: 400 14px "Open Sans", Arial, sans-serif;
    margin: 0 0 5px;
    color: #000;
    padding: 0 0 0 20px;
    background: url(/images/icon-locked.png) left 1px no-repeat;
}
.grid-content .floatLeft label.blue {
    font: 600 11px "Lucida Sans", Arial, sans-serif;
    text-transform: uppercase;
}
.grid-content .floatLeft input {
    margin: 0 0 0 2px;
}
.grid-content .floatLeft input.text, .grid-content .floatRight input.text, .grid-content input.grid-search {
    background: #FFF url(/images/icon-searchSubmit.png) 95% center no-repeat;
}
.loaderStoppage {
    position: relative;
}
.fullLoadingOverlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFF url(/images/loading.gif) center center no-repeat;
}
.grid-content .floatLeft select.text {
    width: 200px;
    margin: 0 0 0 10px;
}
.content .footer {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    padding: 35px 0;
    background: #E6E6E6;
    border-top: 1px solid #D4D4D4;
    text-align: left;
}
.content .footer .fourcol {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
}
.content .footer .last {
    margin: 0;
}
.content .footer .companybranding img {
    max-width: 100%}
.content .footer h5 {
    margin: 0 0 10px;
}
.content .footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content .footer ul li {
    display: block;
    font: 400 11px "Lucida Sans", Arial, sans-serif;
    margin: 0 0 5px;
    color: #565656;
}
.content .footer ul li a {
    display: block;
    text-decoration: none;
    color: #565656;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.content .footer ul li a:hover {
    color: #000;
}
ul.form {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li {
    float: left;
    width: 50%;
    margin: 0 0 20px;
}
ul.form li.full {
    width: 100%}
ul.form li label {
    display: block;
    font: 400 13px "Lucida Sans", Arial sans-serif;
    color: #343434;
}
ul.form li input.text {
    width: 90%}
ul.form li h2 {
    margin: 20px 0 0;
}
ul.form li input.blueBtn {
    width: 30%;
    margin: 20px 0 0;
}
ul.form li {
    font: 400 14px "Lucida Sans", Arial, sans-serif;
    color: #069;
    position: relative;
}
ul.form li label {
    padding: 0;
    margin: 0 0 5px;
}
ul.form li span.k-invalid-msg {
    position: absolute;
    right: 5px;
    bottom: 0;
}
ul.form li label small {
    color: #878787;
}
body.protected-admin-managesystemsettings ul.form li span.k-invalid-msg {
    bottom: -10px;
    right: 15px;
}
ul.systemsettings li.cbox span.levels {
    display: block;
    margin: 0 0 20px;
}
ul.systemsettings li.cbox label {
    display: inline;
    margin: 0 0 0 5px;
}
ul.systemsettings li.cbox span.levels label {
    margin: 0 35px 0 5px;
}
ul.systemsettings li.cbox span.day {
    float: left;
    width: 125px;
}
ul.systemsettings li.cbox span.daycon {
    display: block;
    margin: 0 0 5px;
}
h1.account {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-account.jpg) left center no-repeat;
}
h1.users {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-users.jpg) left center no-repeat;
}
h1.facilityUser {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-facilityUser.jpg) left 2px no-repeat;
}
h1.branches {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-branches.jpg) left 2px no-repeat;
}
h1.facility {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-facility.jpg) left center no-repeat;
}
h1.locations {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-locations.jpg) left 3px no-repeat;
}
h1.order {
    padding: 2px 0 2px 45px;
    background: url(/images/h1-createOrder.png) left center no-repeat;
}
h1.products {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-products.png) left center no-repeat;
}
h1.tickets {
    padding: 2px 0 2px 40px;
    background: url(/images/h1-ticket.png) left center no-repeat;
}
h1.maintenance {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-maintenance.png) left center no-repeat;
}
h1.orders {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-orders.png) left center no-repeat;
}
h1.requests {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-requests.png) left center no-repeat;
}
h1.createReq {
    padding: 2px 0 2px 55px;
    background: url(/images/h1-createReq.png) left center no-repeat;
}
h1.search {
    padding: 2px 0 2px 45px;
    background: url(/images/h1-search.png) left center no-repeat;
}
h1.documents {
    padding: 2px 0 2px 45px;
    background: url(/images/h1-documents.png) left center no-repeat;
}
h1.messages {
    padding: 2px 0 2px 45px;
    background: url(/images/h1-messages.png) left center no-repeat;
}
h3.user {
    padding: 2px 0 2px 30px;
    background: url(/images/icon-tabUser.png) left 5px no-repeat;
}
h3.products {
    padding: 2px 0 2px 30px;
    background: url(/images/icon-product.jpg) left 5px no-repeat;
}
h3.addpatient {
    padding: 2px 0 2px 30px;
    background: url(/images/icon-addPatient.jpg) left 5px no-repeat;
}
h3.confirm {
    padding: 2px 0 2px 30px;
    background: url(/images/icon-confirm.jpg) left 6px no-repeat;
}
.rgEditForm table table {
    width: 100%}
.leftSide {
    float: left;
    width: 70%}
.rightSide {
    float: right;
    width: 28%}
ul.css-tabs {
    margin: 0;
    padding: 0;
    clear: left;
    height: 30px;
    border-bottom: 1px solid #C4D2DF;
}
ul.css-tabs li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.css-tabs a {
    float: left;
    font-size: 13px;
    display: block;
    padding: 5px 30px;
    text-decoration: none;
    border: 1px solid #C4D2DF;
    border-bottom: 0;
    height: 18px;
    background-color: #DDDFE2;
    color: #1A7CA9;
    margin-right: 2px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    position: relative;
    top: 1px;
    font-weight: 700;
}
ul.css-tabs a:hover {
    background-color: #F7F7F7;
    color: #51A2D1;
}
ul.css-tabs a.current {
    background-color: #FCFBF6;
    border-bottom: 2px solid #FCFBF6;
    color: #074254;
    font-weight: 700;
    cursor: default;
}
div.css-panes div {
    display: none;
    border: 1px solid #C4D2DF;
    border-width: 0 1px 1px;
    min-height: 150px;
    background-color: #FCFBF6;
}



input.text, select.text, table.appTable td select, table.managePatients .rgEditForm table tr table table.rcTable tr td input.riTextBox, textarea.text {
    padding: 6px;
    width: 90%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #BBB;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .85);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .85);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .85);
    font-size: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.submitBtn {
    padding: 5px 13px;
    font-size: 13px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: url(/images/bg-btn.jpg) left top repeat-x #002357;
    border: 1px solid #000d20;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    color: #FFF!important;
    text-shadow: 0 -1px 0 #000;
    cursor: pointer;
}
.submitBtn:hover {
    background: #002357;
}
a.submitBtn:link {
    text-decoration: none!important;
    color: #FFF;
}
.contactForm {
    margin: 0;
    padding: 0;
}
.contactForm li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    width: 50%;
    float: left;
}
.contactForm li div {
    width: 70px;
    display: inline-block;
    float: left;
}
.contactForm li input {
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 1.3em;
}
.contactReason {
    margin: 0;
    padding: 0;
}
.contactReason li {
    list-style: none;
}
.contactReason li input {
    margin-right: 20px;
}
.contactComments {
    margin: 0;
    padding: 0;
}
.contactComments li {
    list-style: none;
}
.contactComments li textarea {
    width: 600px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 1.3em;
}
.stateBox {
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ddd;
    background: #fff;
}
.referral {
    height: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 1.3em;
    margin: 0 0 15px;
}
.simple_overlay {
    -moz-box-shadow: 0 0 90px 5px #000;
    background-color: #333;
    border: 1px solid #666;
    display: none;
    padding: 15px;
    z-index: 10000;
}
.simple_overlay .close {
    background-image: url(/Images/close.png);
    cursor: pointer;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
}
.red {
    color: red;
}
.errors, .info, .valid, .validation, .warning {
    border: 1px solid;
    margin: 10px 0;
    padding: 8px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/Info.png);
}
.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../images/ValidGreen.png);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../images/Attention.png);
}
.errors {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/Cancel.png);
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../images/RemoveRed.png);
}
.error {
    height: 15px;
    background-color: #FFFE36;
    border: 1px solid #E1E16D;
    font-size: 11px;
    color: #000;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
}
.error p {
    margin: 0;
}
.error {
    margin: 0 0 2px;
    padding: 2px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.error em {
    border: 10px solid;
    border-color: #FFFE36 transparent transparent;
    bottom: -20px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0;
}
body, dl, h1, h2, h3, h4, h5, h6, input, ol, p, textarea, ul {
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
h1 {
    color: #8d1212;
    font-size: 26px;
    margin: 0 0 .5em;
}
h2 {
    font-size: 22px;
    margin: .5em 0;
}
h3 {
    color: #8c1212;
    font-size: 18px;
    margin: .5em 0;
}
h4 {
    color: #222;
    font-size: 16px;
    margin: .5em 0;
    font-weight: 400;
}
h5 {
    color: #000;
    font-size: 13px;
    margin: 0 0 1em;
    font-weight: 400;
}
h6 {
    color: #666;
    font-size: 1em;
    margin: .5em 0;
}
p {
    font: 400 13px/24px "Lucida Sans", Arial, sans-serif;
    margin: 0 0 1em;
}
abbr, acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}
del {
    color: #000;
}
blockquote {
    margin: 1.5em;
}
strong {
    font-weight: 700;
}
dfn, em {
    font-style: italic;
}
dfn {
    font-weight: 700;
}
hr {
    color: #CCC;
    margin: 20px;
}
table {
    font-size: 1.1em;
}
dl, ol, ul {
    font-size: 1.3em;
    line-height: 1.6em;
    list-style-position: outside;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
dl dt {
    font-weight: 700;
}
dl dd {
    margin-left: 1.5em;
}
li li {
    font-size: .8em;
}
a, a:link, a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a:active {
    text-decoration: underline;
}
a.noLink {
    text-decoration: none;
    color: #fff;
    cursor: text;
}
a.noLink:hover {
    color: #fff;
}
a.btn {
    padding: 7px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 1px 2px rgba(0, 0, 0, .35);
    text-transform: uppercase;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
a.blue {
    background: url(/images/bg-btn.jpg) left top repeat-x #002357;
    border: 1px solid #000d20;
    text-shadow: 0 -1px 0 #000;
    top: 18px;
    right: 143px;
}
a.blue:hover {
    background: #002357;
}
a.red {
    background: url(/images/bg-redBtn.jpg) left top repeat-x #6c0606;
    border: 1px solid #2f0000;
    text-shadow: 0 -1px 0 #000;
    top: 18px;
    right: 143px;
}
a.red:hover {
    background: #6c0606;
}
.nomargin {
    margin: 0;
}
.rgEditForm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rgEditForm ul li {
    display: block;
    border-bottom: 1px solid #DDD;
    background: #FFF;
    font-size: 12px;
}
.rgEditForm ul li div {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    padding: 1%;
    width: 23%;
    word-wrap: break-word;
}
.rgEditForm ul li div input {
    max-width: 33%}
.rgEditForm .orderInfoUC {
    float: left;
    width: 80%;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.rgEditForm .orderInfoUC li {
    background: 0 0;
    float: left;
    width: 31%;
    margin: 0 2% 2% 0;
    border: 0;
}
.rgEditForm .orderInfoUC li b {
    display: block;
    border-bottom: 1px solid #DDD;
    margin: 0 0 5px;
    padding: 0 0 2px;
}
ul.order-items-list,
.rgEditForm .patientEditor .order-items-list {
    margin: 3% 0;
    border: 1px solid #AAA;
}
.order-items-list li,
.rgEditForm .patientEditor .order-items-list li {
    vertical-align: middle;
}
.order-items-list li.head,
.rgEditForm .patientEditor .order-items-list .head {
    font-weight: 700;
    background: url(/images/bg-headers.jpg) left top repeat-x;
    border-bottom: 1px solid #BBB;
}
.order-items-list li div,
.rgEditForm .patientEditor .order-items-list li div {
    padding: 10px;
}
.rgEditForm .order-items-list li div.desc,
.rgEditForm .patientEditor .order-items-list li .desc {
    width: 600px;
    padding: 10px;
}
.rgEditForm .order-items-list li div.qty,
.rgEditForm .patientEditor .order-items-list li .qty {
    width: 60px;
    text-align: center;
    padding: 10px;
}
.order-items-list li div.desc p, .order-items-list li div.qty p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.order-items-list li div.desc p span {
    display: block;
    font-size: 10px;
}
.order-items-list li.kit div.desc {
    padding: 10px;
    width: 675px;
}
.order-items-list li.kit div.hidden2 {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
div.grid-search {
    top: -5px;
}
ul.order-items-list li.kit {
    cursor: pointer;
}
ul.order-items-list li.hidden {
    background: #f4f4f4 url(/images/under-shadow.png) center top no-repeat;
    background-size: 100% 10px;
}
ul.order-items-list li.hidden div.product {
    display: block;
    width: auto;
    padding: 1% 2%;
    border-bottom: 1px solid #DDD;
}
ul.order-items-list li.hidden div.desc {
    width: 600px;
    padding: 0;
}
ul.order-items-list li.hidden div.qty {
    width: 10%;
    padding: 0;
}
.rgEditForm .order-details ul.order-items-list li p {
    font-family: Arial, Helvetica, sans-serif;
}
table.rgMasterTable tr.rgAltRow td, table.rgMasterTable tr.rgEditRow td, table.rgMasterTable tr.rgRow td {
    padding: 10px 5px;
}
table tr td input.img-center, td.MyImageButton input {
    max-width: 12px;
}
.RadGrid_Transparent .rgAltRow>td:first-child, .RadGrid_Transparent .rgFilterRow>td:first-child, .RadGrid_Transparent .rgHeader:first-child, .RadGrid_Transparent .rgRow>td:first-child, .RadGrid_Transparent th.rgResizeCol:first-child {
    padding-left: 5px!important;
}
.rgMasterTable tr td div.rgEditForm {
    margin: -1px 0 0;
    background: #FAFAFA url(/images/under-shadow.png) center top no-repeat;
    background-size: 100% 10px;
}
.rgMasterTable tr td div.rgEditForm table {
    background: 0 0!important;
}
.rgEditForm tr, .rgEditForm>* {
    white-space: normal!important;
}
.module.orderhistory ul li {
    padding: 1% 2%;
    float: left;
    width: 96%;
    border-bottom: 1px solid #DDD;
    font-weight: 600;
    color: #323232;
}
.module.orderhistory ul li.hidden {
    display: none;
    background: #f4f4f4 url(/images/order-shadow.png) center top no-repeat;
    background-size: 100% 10px;
    font-weight: 400;
    font-size: 12px;
    cursor: text;
    padding: 3%;
    width: 94%}
.module.orderhistory ul li div.leftTitle {
    cursor: pointer;
    float: left;
    background: url(/images/icon-expand.png) left center no-repeat;
    padding: 0 0 0 5%;
    line-height: 24px;
}
.module.orderhistory ul li div.hideDropdown {
    float: left;
    padding: 0 0 0 5%;
    line-height: 24px;
}
.module.orderhistory ul li div.leftTitle.expanded {
    background: url(/images/icon-contract.png) left center no-repeat;
}
.module.orderhistory ul li div.floatRight {
    cursor: text;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    color: #656565;
    line-height: 24px;
}
.module.orderhistory ul li.hidden>ul {
    float: left;
    width: 99%;
    border: 1px solid #BBB;
    background: #FAFAFA;
}
.module.orderhistory ul li.hidden>ul li {
    cursor: text;
    background: 0 0;
    padding: .5%;
    width: 99%}
.module.orderhistory ul li.hidden>ul li:hover {
    background: #FFF;
}
.module.orderhistory ul li.hidden>ul li div {
    float: left;
    font-size: 11px;
    font-weight: 400;
    color: #434343;
}
.module.orderhistory ul li.hidden>ul li div.order-id {
    width: 11%;
    text-align: center;
}
.module.orderhistory ul li.hidden>ul li div.name {
    width: 25%;
    padding-left: 2%}
.module.orderhistory ul li.hidden>ul li div.location {
    width: 38%}
.module.orderhistory ul li.hidden>ul li div.date {
    width: 20%}
.module.orderhistory ul li.hidden>ul li div.status {
    width: 15%;
    font-size: 10px;
    text-transform: uppercase;
}
.module.orderhistory ul li.hidden>ul li div.tId {
    width: 12%}
.module.orderhistory ul li.hidden>ul li div.tName {
    width: 25%}
.module.orderhistory ul li.hidden>ul li div.tIssue {
    width: 51%}
.module.orderhistory ul li.hidden>ul li div.tStatus {
    width: 12%}
.module.orderhistory ul li.hidden>ul li div.link img {
    margin: 4px 0 0;
    max-height: 12px;
}
.module.orderhistory ul li.hidden>ul li.head {
    padding: .5%;
    background: url(/images/bg-headers.jpg) left top repeat-x;
    border-bottom: 1px solid #BBB;
}
.module.orderhistory ul li.hidden>ul li.head div {
    color: #111;
    font-size: 12px;
    font-weight: 600;
}
.mod-body:after, .mod-body:before {
    content: "";
    display: table;
}
.mod-body:after {
    clear: both;
}
.module.documents ul, .module.messages ul {
    float: left;
    width: 99%;
    border: 1px solid #BBB;
}
.module.documents ul li, .module.messages ul li {
    background: #FFF;
    float: left;
    width: 96%;
    padding: 2%;
    border-bottom: 1px solid #DDD;
}
.module.documents ul li.head, .module.messages ul li.head {
    background: url(/images/bg-headers.jpg) left top repeat-x;
    border-bottom: 1px solid #BBB;
}
.module.documents ul li div, .module.messages ul li div {
    float: left;
    font-size: 11px;
    line-height: 16px;
}
.module.documents ul li div.icon, .module.messages ul li div.icon {
    width: 25px;
}
.module.documents ul li div.name, .module.messages ul li div.name {
    width: 160px;
    padding: 0 5px 0 0;
}
.module.documents ul li div.uploaddate, .module.messages ul li div.uploaddate {
    width: 75px;
    text-align: center;
}
table.managePatients .rgEditForm table tr td {
    white-space: normal;
}
table.managePatients .rgEditForm table tr td label.margin {
    margin: 0 0 4px;
}
table.managePatients .rgEditForm table tr td label {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0 0;
    width: 100px;
    font-weight: 700;
}
table.managePatients .rgEditForm table tr td div.status {
    margin: 15px 0;
}
table.managePatients .rgEditForm table tr td div.status div {
    margin: 0 0 3px;
}
table.managePatients .rgEditForm table tr td .text {
    width: 75%}
table.managePatients span.grid-errors {
    float: left;
    width: 100%;
    font: 400 11px/18px "Lucida Sans", Arial, sans-serif;
    text-transform: uppercase;
}
table.managePatients .rgEditForm table tr table table.rcTable tr td.rcInputCell {
    width: 65%!important;
}
table.managePatients .rgEditForm table tr table table.rcTable tr td {
    width: auto;
    clear: none;
}
table.managePatients .rgEditForm table tr table table.rcTable tr td input.riTextBox {
    padding: 4px 6px;
    font-size: 13px;
    width: 100%!important;
}
table.managePatients .rgEditForm table tr table table.rcTable tr td a {
    margin: 3px 0 0 10px;
}
.opac, .rgEditForm table tr.EditFormButtonRow input {
    opacity: .9;
}
.opac:hover, .rgEditForm table tr.EditFormButtonRow input:hover {
    opacity: 1;
}
table.managePatients .rgEditForm table tr.EditFormButtonRow td {
    float: none;
    width: auto;
}
table.managePatients .rgEditForm table ul.addressList li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D0D0D0;
    background: #E8E8E8;
    padding: .5% 1%;
    margin: 0 0 2px;
}
table.managePatients .rgEditForm table tr td div.status ul.addressList li div {
    margin: 0;
}
table.managePatients .rgEditForm table ul.addressList li div.addressName {
    width: 70%;
    font-weight: 700;
}
table.managePatients .rgEditForm table ul.addressList li div.addressControls {
    width: 23%;
    text-align: right;
}
table.managePatients .rgEditForm table ul.addressList li div.addressControls input {
    max-height: 12px;
    margin: 4px 5px 0 0;
}
table.managePatients .rgEditForm table ul.addressList li div.addressControls a {
    text-decoration: none;
}
table.managePatients .rgEditForm table ul.addressList li div.addressControls a:hover {
    text-decoration: underline;
}
.rgEditForm .kitProductList {
    margin: 15px 0;
    border: 1px solid #BBB;
    background: #FFF;
}
.rgEditForm .kitProductList li {
    background: 0 0;
    white-space: normal!important;
}
.rgEditForm .kitProductList li.head {
    background: url(/images/bg-headers.jpg) left top repeat-x;
    border-bottom: 1px solid #BBB;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}
.rgEditForm .kitProductList li.head div {
    font-size: 11px;
}
.rgEditForm .kitProductList li div.sku {
    width: 15%}
.rgEditForm .kitProductList li div.product {
    width: 60%}
.rgEditForm .kitProductList li div.qty {
    width: 8%;
    text-align: center;
}
.rgEditForm .kitProductList li div.controls {
    width: 7%}
.rgEditForm .kitProductList li div.controls input {
    max-width: 12px;
    margin: 0 3px 0 0;
}
.rgEditForm div.addNew {
    margin: 0 0 15px;
}
.rgEditForm div.addNew input.text, .rgEditForm div.addNew select.text {
    width: 27%;
    padding: 4px;
    font-size: 12px;
    margin: 0 3px 0 0;
}
.rgEditForm div.addNew input.blueBtn {
    display: inline;
    padding: 5px 15px;
    margin: 0 0 0 7px;
}
.rgEditForm .order-details {
    width: 100%;
    white-space: normal!important;
}
.rgEditForm ul.createRequest, .rgEditForm ul.processorOrder {
    width: 100%;
    margin: 3% 0;
}
.rgEditForm ul.processorOrder li div {
    padding: 10px 15px;
    cursor: default;
}
.rgEditForm ul.processorOrder li div.desc {
    width: 465px;
    padding: 10px;
    background: 0 0;
}
.rgEditForm ul.processorOrder li div.delQty, .rgEditForm ul.processorOrder li div.qty {
    width: 125px;
    text-align: center;
}
.rgEditForm ul.processorOrder li div.product {
    width: 795px;
    padding: 0;
    border-bottom: 1px solid #DDD;
}
.rgEditForm ul.processorOrder li div.product:last-child {
    border: 0;
}
.rgEditForm ul.processorOrder li p {
    margin: 0;
}
.rgEditForm ul.processorOrder li.kitItems {
    background: #F0F0F0 url(/images/under-shadow.png) center top no-repeat;
    background-size: 100% 5px;
}
.rgEditForm ul.processorOrder li:last-child {
    border: 0;
}
.rgEditForm ul li.notes, .rgEditForm ul.deliveryInfo li, .rgEditForm ul.notesInfo li {
    background: 0 0;
    border: 0;
    margin: 0 0 10px;
}
.rgEditForm ul.deliveryInfo li.date div {
    padding: 0;
}
.rgEditForm ul.deliveryInfo li.date div input {
    max-width: 100%}
.rgEditForm ul.deliveryInfo li.notes textarea, .rgEditForm ul.notesInfo li textarea {
    padding: 5px;
    border: 1px solid #8E8E8E;
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;
}
.rgEditForm ul.deliveryInfo li label {
    font-weight: 700;
}
.rgEditForm ul.createRequest li div {
    padding: 10px 15px;
}
.rgEditForm ul.createRequest li div.desc {
    width: 630px;
}
.rgEditForm ul.createRequest li div.select {
    width: 103px;
    text-align: center;
}
.rgEditForm ul.createRequest li div p {
    margin: 0;
}
table.manageUsers .rgEditForm table tr table tr {
    float: left;
    width: 33%}
table.manageUsers .rgEditForm table tr table tr td {
    width: 100%}
table.manageUsers .rgEditForm table tr table tr span {
    display: block;
}
table.manageUsers .rgEditForm table input.text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 95%}
table tr.EditFormButtonRow td {
    padding: 30px 5px 5px;
}
body.protected-admin-manageproducts .grid-content {
    margin: 0 0 30px;
}
.downloadCon {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
span.download {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #EEE url(/images/icon-excel.png) 10px center no-repeat;
    font: 700 12px/24px Arial, Helvetica, sans-serif;
    color: #343434;
    padding: 10px 15px 10px 40px;
    text-decoration: none;
    border: 1px solid #DDD;
    float: right;
}
span.download:hover {
    background: #F6F6F6 url(/images/icon-excel.png) 10px center no-repeat;
}
.labelwidth {
    width: 75px;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0;
}
.rgEditForm .kitgrid .text {
    width: 50%!important;
}
table.manageFac .rgEditForm table table tr {
    margin: 0 0 5px;
}
table.manageFac .rgEditForm table table tr td:first-child {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}
table.manageFac .rgEditForm table table tr td .text {
    width: 75%}
span.grid-errors {
    float: left;
    width: 100%}
.matchedText {
    background-color: #ff0;
    font-weight: 700;
}
div.rush {
    padding: 15px 0;
}
p.rush {
    background: url(/images/icon-rush.png) left center no-repeat;
    padding: 20px 0 20px 125px;
}
.order-stuff {
    position: relative;
}
.rush-order {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    height: 64px;
    background: url(/images/icon-rush.png) left top no-repeat;
}
.bg-nav {
    float: left;
    position: relative;
    z-index: 10001;
    width: 100%;
    height: 43px;
    background: url(/images/bg-navigation.jpg) left top repeat-x;
    box-shadow: 0 2px 4px #000;
    -moz-box-shadow: 0 2px 4px #000;
    -webkit-box-shadow: 0 2px 4px #000;
}
ul.navigation {
    float: left;
    position: relative;
    width: 960px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
ul.navigation li {
    float: left;
    position: relative;
    width: auto;
    margin: 0 22px 0 0;
    font: 400 18px/44px "Hammersmith One", Arial, sans-serif;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}
ul.navigation li a, ul.navigation li a:active, ul.navigation li a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
}
ul.navigation li a:hover {
    text-decoration: underline;
    color: #FFF;
}
ul.navigation li.right {
    float: right;
    margin-right: 0;
}
ul.navigation li.searchCon {
    float: right;
    position: relative;
    background: #FFF;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 8px 0 0;
    padding: 3px 10px;
    height: 20px;
    width: 235px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, 1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, 1);
    border: 0;
    font-size: 13px;
    font-style: italic;
    line-height: normal;
}
ul.navigation li.searchCon input.site-search {
    border: 0;
    -webkit-appearance: inherit;
    width: 210px;
    height: 17px;
    margin: 1px 0 0;
}
ul.navigation input.search-submit {
    float: right;
    width: 16px;
    height: 18px;
    background: url(/images/searchSubmit.png) left center no-repeat;
    border: 0;
    text-indent: -9999em;
    cursor: pointer;
}
ul.navigation li.members {
    margin-right: 12px;
}
.result {
    float: left;
    width: 100%;
    margin: 0 0 25px;
}
.result.secondary {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
}
.result .icon {
    float: left;
    width: 5%;
    margin: 0 2% 0 0;
}
.result .icon img {
    max-width: 100%}
.result .text {
    float: right;
    width: 93%}
.result .text p.title {
    font: 700 14px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0;
}
.result .text span.description {
    display: block;
    font: 400 11px/18px Arial, Helvetica, sans-serif;
    color: gray;
    margin: 0 0 5px;
}
.result .text span.matches {
    display: block;
    font: 12px/18px Arial, Helvetica, sans-serif;
    color: #404040;
}
.horizontalDivider {
    background: url(/Images/div-horizontal.png) top repeat-x;
    width: 100%;
    margin: 25px 0 15px;
}
ul.pagination {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.pagination li {
    display: inline;
    font-size: 12px;
    margin: 0 1px;
}
ul.pagination li a {
    border: 1px solid silver;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}
ul.pagination li a:hover {
    border: 1px solid #06C;
}
ul.pagination li span.current {
    display: inline;
    padding: 5px;
    background: #DDD;
    border: 1px solid silver;
}
ul.documentInfo li {
    border: 0;
    background: 0 0;
    margin: 0 0 10px;
}
ul.documentInfo li label {
    display: block;
    font-weight: 700;
    color: #404040;
}
ul.documentInfo li.cbox label {
    display: inline;
    margin: 0 20px 0 5px;
    font-weight: 400;
}
ul.documentInfo li label.nomargin {
    margin: 0;
    font-weight: 700;
}
div.reasonOrder {
    font-size: 12px;
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid #DDD;
    padding: 0 0 20px;
}
div.reasonOrder img {
    position: absolute;
    left: 45%;
    top: 0;
}
div.notes label, div.reasonOrder label {
    display: block;
    font-weight: 700;
    color: #303030;
    margin: 0 0 3px;
}
div.notes {
    font-size: 12px;
    margin: 0 0 10px;
}
div.notes textarea {
    width: 100%}
.message-overlay {
    display: none;
    border-radius: 3px;
    background: #FFf;
    box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    width: 76%;
    margin: 0 10%;
    padding: 2%;
    z-index: 99999;
}
.message-overlay.medium {
    width: 56%;
    margin: 0 20%}
.message-overlay.small {
    width: 36%;
    margin: 0 30%}
.message-overlay .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: url(/images/overlay-close.png) left top no-repeat;
    cursor: pointer;
}
.message-overlay .close:hover {
    background-position: 0 -30px;
}
table.managePatients .order-details ul.createRequest li div.desc {
    width: 45%}
table.managePatients .order-details ul.createRequest li div.delivery, table.managePatients .order-details ul.createRequest li div.pickup {
    width: 20%}
table.managePatients .rgEditForm table tr td div font {
    display: block;
    margin: 0 0 10px;
}
.grid-content table tr td {
    padding-bottom: 0;
}
.gridLegend {
    background: url(/images/bg-headers.jpg) left top repeat-x;
    border: 1px solid #A4ABB2;
    border-top: 0;
    color: #3b3b3b;
    margin: -2px 3px 0;
}
.gridLegend ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gridLegend ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
    vertical-align: middle;
}
.create ul.quicklinks {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.create ul.quicklinks li {
    display: inline-block;
    width: 31.5%;
    margin: 0 2% 0 0;
    text-align: center;
    font: 400 12px/18px "Lucida Sans", Arial, Helvetica, sans-serif;
}
.create ul.quicklinks li.last {
    margin: 0;
}
.create ul.quicklinks li a {
    display: block;
}
.create ul.quicklinks li a img {
    display: block;
    margin: 0 auto 5px;
}
div.buttons {
    float: right;
    margin: 35px 0 25px;
}
.greybutton {
    background: #878787;
    border-radius: 2px;
    padding: 8px 10px;
    color: #FFF!important;
    text-decoration: none!important;
    font: 400 11px/14px "Lucida Sans Unicode", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}
.greybutton.close {
    background: #878787 url(/images/buttons/icon-close.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
}
.greybutton.close:hover, .greybutton:hover {
    background-color: #787878;
}
.redbutton {
    background: #d74141;
    border-radius: 2px;
    padding: 8px 10px;
    color: #FFF!important;
    text-decoration: none!important;
    font: 400 11px/14px "Lucida Sans Unicode", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}
.redbutton.cancel {
    background: #d74141 url(/images/buttons/icon-close.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
}
.redbutton.cancel:hover, .redbutton:hover {
    background-color: #ba2e2e;
}
.orangebutton {
    background: #ff8704;
    border-radius: 2px;
    padding: 8px 10px;
    color: #FFF!important;
    text-decoration: none!important;
    font: 400 11px/14px "Lucida Sans Unicode", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}
.orangebutton:hover {
    background-color: #e27105;
}
.greenbutton {
    background: #73b240;
    border-radius: 2px;
    padding: 8px 10px;
    color: #FFF!important;
    text-decoration: none!important;
    font: 400 11px/14px "Lucida Sans Unicode", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}
.greenbutton.add {
    background: #73b240 url(/images/buttons/icon-add.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
}
.greenbutton.return {
    background: #73b240 url(/images/buttons/icon-return.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
}
.greenbutton.add:hover, .greenbutton.return:hover, .greenbutton:hover {
    background-color: #578f29;
}
.bluebutton {
    background: #357eeb;
    border-radius: 2px;
    padding: 8px 10px;
    color: #FFF!important;
    text-decoration: none!important;
    font: 400 11px/14px "Lucida Sans Unicode", Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -webkit-font-smoothing: antialiased;
}
.bluebutton.return {
    background: #357eeb url(/images/buttons/icon-return.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
}
.bluebutton.pw {
    background: #357eeb url(/images/buttons/icon-sendpw.png) 8px center no-repeat;
    padding: 8px 10px 8px 35px;
    float: left;
}
.bluebutton.pw:hover, .bluebutton:hover {
    background-color: #286cd2;
}
table.editpatients .rgEditForm table tr td label {
    width: auto;
}
table.editpatients .rgEditForm table tr td div font {
    display: inline;
}
table.editpatients .rgEditForm ul li div, table.rcSingle span.riSingle {
    width: auto;
    padding: 0;
}
table.managePatients.editpatients .rgEditForm table tr td ul.address li div {
    width: 100%!important;
    margin: 0 0 5px;
}
table.managePatients.editpatients .rgEditForm table tr td ul.address li div.right {
    width: auto!important;
}
table.managePatients.editpatients .rgEditForm table tr td ul.address li div .text {
    width: 200px;
}
table.managePatients.editpatients .rgEditForm table tr td ul.address li ul li div {
    width: auto!important;
}
table.managePatients.editpatients .rgEditForm table tr td ul.address li ul li div.addressName, table.managePatients.editpatients .rgEditForm table tr td ul.address li ul li div.clearfloat {
    width: 100%!important;
    margin: 0;
}
table.editpatients .rgEditForm ul li.statusedit div {
    width: 100%!important;
}
.rgEditForm .patientEditor ul li {
    border: 0;
    margin: 0 0 5px;
    background: 0 0;
}
.editpatients .rgEditForm .patientEditor ul li label {
    width: 150px!important;
}
.rgEditForm .text, .rgEditForm select {
    padding: 4px;
}
.rgEditForm .patientEditor select {
    width: 200px;
}
table.editpatients .rgEditForm .grid-errors {
    display: block;
    float: none;
}
table.editpatients .rgEditForm table tr table table.rcTable tr td.rcInputCell {
    width: 85%!important;
}
table.editpatients .rgEditForm ul li.status div {
    clear: both;
    width: 100px!important;
    vertical-align: top;
}
table.rgMasterTable .rgEditForm label {
    font-weight: 700;
}
body.pages-newaccount .loginscreen ul.form li {
    display: inline-block;
    float: none;
    width: 48%;
    vertical-align: top;
}
body.pages-newaccount .loginscreen ul.form li input[type=password], body.pages-newaccount .loginscreen ul.form li input[type=text] {
    border: 1px solid #CCC;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
body.pages-newaccount .loginscreen ul li.full:after, body.pages-newaccount .loginscreen ul li.full:before {
    content: "";
    display: table;
}
body.pages-newaccount .loginscreen ul li.full:after {
    clear: both;
}
body.pages-newaccount .loginscreen input.submit {
    position: relative;
    top: auto;
    right: auto;
}
.error-field {
    border: 1px solid red;
    background: #ffe8e8;
}
table.editpatients .rgEditForm table tr table table.rcTable tr td input.riTextBox {
    min-width: 200px;
}
.tooltip {
    display: none;
    background: #202020;
    border-radius: 3px;
    padding: 15px;
    width: 225px;
}
.tooltip p {
    color: #FFF;
    font-size: 12px;
    margin: 0;
}
.img-tip:hover .tooltip {
    display: block;
    bottom: 100%;
    right: 0;
}
html body .riSingle .riTextBox[type=text] {
    min-width: 90%}
.rgEditForm ul.morder .fields {
    width: 100%}
.rgEditForm ul.morder .fields div.desc {
    float: left;
    width: 30%}
.rgEditForm ul.morder .fields:after, .rgEditForm ul.morder .fields:before {
    content: "";
    display: table;
}
.rgEditForm ul.morder .fields:after {
    clear: both;
}
.printcompanycontact ul {
    list-style: none;
    line-height: normal;
}
.rgEditForm .order-items-list li div.desc.clearfix {
    width: 95%}
.desc .tencol {
    width: 85%;
    padding: 0!important;
    margin-bottom: 2%}
.desc .ninecol {
    width: 77%;
    padding: 0!important;
    margin-bottom: 2%}
.desc .threecol {
    width: 19%;
    padding: 0!important;
    margin-bottom: 2%}
.desc .twocol {
    width: 11%;
    padding: 0!important;
    margin-bottom: 2%}
.columns .fourcol, .desc .fourcol {
    float: left;
    margin-right: 2%;
    width: 32%}
.desc .fourcol.last {
    margin: 0;
}
.rgEditForm ul li div.clearfloat {
    display: block;
    height: 0;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    width: 100%}
.rgEditForm ul li div.clearfix.desc input {
    max-width: 95%}
.rgEditForm ul[id*=PatientNotes] li {
    width: 100%;
    margin: 0;
}
.half-width {
    float: left;
    width: 49%;
    margin-right: 2%}
.half-width.last {
    margin-right: 0;
}
.half-width label {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
.half-width select {
    display: inline-block;
    vertical-align: middle;
}
.full-width li, .half-width li {
    border: 0!important;
    background: none!important;
    margin-bottom: 5px;
}
.full-width li input[type=text], .half-width li input[type=text] {
    padding: 5px;
}
.rgEditForm ul.full-width li div.upload-file label {
    display: block;
    width: 100%}
.rgEditForm ul.full-width li div {
    width: auto;
    padding: 0;
    vertical-align: middle;
}
.rgEditForm ul.full-width li div input {
    max-width: 100%}
.full-width li .ruDropZone {
    display: none!important;
}
.full-width .twocol {
    float: left;
    width: 18%;
    margin-right: 2%}
.full-width .tencol {
    float: left;
    width: 80%}
.full-width .tencol .RadAsyncUpload {
    margin-right: 10px;
    margin-top: 5px;
}
.full-width .tencol .RadUpload .ruInputs li {
    margin: 0;
}
.full-width .tencol .RadUpload .ruFileWrap {
    height: auto;
}
.rgMasterTable tr td div.relative img.none {
    left: 100%;
    bottom: -50px;
    border: 5px solid #EEE;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.rgMasterTable tr td div.relative:hover>img.none {
    display: block;
}
.RadUpload .ruStyled .ruFileInput { left: 0; height: 100%; padding: 0; }
.RadUpload_Default .ruFakeInput { max-width: 100%; padding: 5px; }

/* Create Order Updates */
.search-product { margin-bottom: 1em; width: 100%; }
.search-product-quantity { display: inline-block; margin-left: 3%; width: 55%; }
.search-product-quantity span.add,.search-product-quantity input.text, .search-product-quantity span.minus { display: inline-block; vertical-align: middle; margin: 0 5px; }
.search-product-quantity input.text { width: 50px; }
.search-product-quantity .greenBtn { position: static; float: right; }

.rgEditForm ul li div[id*="ErrorDiv"] { width: 100%; }
td[id*="EditTicket"] ul.orderInfoUC { width: 100%; }
td[id*="EditTicket"] ul.orderInfoUC li input[type=text] { padding: 5px; width: 90%; }
td[id*="EditTicket"] textarea { height: 75px; border-color: #c0c0c0; }
.rgEditForm ul.note-info { padding: 1em 0; border-bottom: 1px solid #DDD; }
.rgEditForm ul.note-info:last-of-type { margin-bottom: 1em; }
.rgEditForm ul.note-info li { background: none; border: 0; line-height: 1.5; }

/* Mobile Menu */
.mobilemenu, .mobileonly { display: none; }


/* Manage Patients */
table.managePatients .order-details ul.createRequest li div.desc { width: 45% !important; }
table.managePatients .order-details ul.createRequest li div.delivery, table.managePatients .order-details ul.createRequest li div.pickup { width: 20% !important; }

/*
	Patient Insurance Edits
	8/4/2016
*/
.patient-insurance-table { border-spacing: 5px 0 !important; }
.patient-insurance-table input { max-width: none !important; }


/* 
	Table Edits
	8/18/2016
*/
.patient-insurance-table { padding: 0; border-collapse: collapse!important; }
table.editpatients .rgEditForm ul li .rgedit-table { width: 100%!important; }
.rgEditForm .rgedit-table .order-items-list li .desc { width: 70%!important; }
.rgEditForm .rgedit-table .order-items-list li .qty { width: 10%!important; }
.rgEditForm .rgedit-table .order-items-list li { border-bottom: 1px solid #EEE; background: #FFF; margin: 0; }


/* Import Data - 8/10/2017 */
.import-data-table { width: 100%; font-size: 14px; font-size: .875rem; }
.import-data-step { margin-bottom: 4em; }
.import-data-step h3 { font-weight: bold; margin-top: 0; margin-bottom: .15em; }
.import-data-step p { font-size: 14px; font-size: .875rem; margin-bottom: 1.5em; padding-bottom: 1em; border-bottom: 1px solid #eee; }
.import-data-step input[type=file] { border: 1px solid #ccc; padding: .35em; }
.import-data-step select { padding: .25em; }
.sample-table { border-collapse: collapse; border-spacing: 0; }
.sample-table td { font-size: 14px; font-size: .875rem; padding: .35em; }
.sample-table td:empty { display: none; }

.import-data-step input[type=submit] { border: 0; background: rgb(3,122,72); background: -webkit-linear-gradient(top, rgba(3,122,72,1) 0%,rgba(2,99,62,1) 100%); background: linear-gradient(to bottom, rgba(3,122,72,1) 0%,rgba(2,99,62,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037a48', endColorstr='#02633e',GradientType=0 ); color: #fff; padding: .65em 1.5em; font-weight: bold; border-radius: 3px; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,.05); }
.import-data-step input[type=submit]:hover { box-shadow: 0 3px 10px rgba(0,0,0,.2); }



@media screen and (max-width:1440px) {
    img.bg {
    	left: 50%;
    	margin-left: -720px;
	}
}

@media screen and (max-width: 800px) {
	.container, .footer { width: 90%; }
	.footer { margin: 0 auto 3em; }
	.loginscreen { width: 90%; margin: 3em 0; }
	.loginscreen input.text { width: 100%; padding: .75em; }
}