/*
	This is the common css stylesheet

	This should only contain common layout setttings used for all themes/layouts.

	The general rule of thumb here is if the control is used in multiple layouts. If so, put it in here. Otherwise, keep it
	in the specific css directory

	If a control is specific to a single layout/theme, apply those css styles to those files instead
	Layouts: ~/Content/Css/Layouts/
	Themes: ~/Content/Css/Themes/
*/
html, body {
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	background-color: #FCFCFC;
}

form {
	height: 100% !important;
}

/* ------------- */
/* MEDIA QUERIES */
/* ------------- */
@media screen and (max-width: 1200px), screen and (max-device-width: 1200px){
	.CallToActionLeft {
		border-right: hidden !important;
		border-bottom: solid;
		border-bottom-width: 1px !important;
	}

	.CallToActionContainer {
		margin-bottom: 200px !important;
	}
}

@media screen and (max-width: 1000px), screen and (max-device-width: 1000px) {
	.lblAdherenceAverage{
		font-size: 3.5em !important;
	}
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
	.lblAdherenceAverage{
		font-size: 3.25em !important;
	}
}

@media screen and (max-width: 750px), screen and (max-device-width: 750px) {
	.dvOutter {
		margin-left: 0 !important;
	}

	.footerPane {
		padding: 0 !important;
		height: 0 !important;
	}

	.WelcomeContainer {
		visibility: hidden;
		height: 0;
	}

	.CallToActionContainer {
		padding: 0 !important;
		margin-bottom: 30px !important;
	}

		.CallToActionContainer .col-lg-6 {
			padding: 0 !important;
		}

	.dxflGroup_WebRefillDefault {
		padding: 0 !important;
	}

	.dxflGroupCell_WebRefillDefault {
		padding: 0 !important;
	}

	.dxflGroup_Amerisource {
		padding: 0 !important;
	}

	.dxflGroupCell_Amerisource {
		padding: 0 !important;
	}


	#frmxOrderRefill {
		min-width: 200px !important;
	}

	.lblAdherenceAverage {
		font-size: 2.5em !important;
	}
	.pageTitle{
		font-size: 1.5em!important;
	}
	.pageSubtitle{
		font-size: 1.25em!important;
	}
	.frmRegisterUser .frmRegisterUserCaptionCell{
		text-align: left !important;
	}
	.PatientSelectionContainer{
		max-width: 100%!important;
		margin-right: 0px !important;
		padding-top: 10px;
	}
}
@media screen and (max-width: 500px), screen and (max-device-width: 500px) {
	.pageTitle{
		font-size: 1.25em!important;
	}
	.pageSubtitle{
		font-size: 1em!important;
	}
	.lblAdherenceAverage {
		font-size: 2em !important;
	}
}
@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
	.pageTitle{
		font-size: 1em!important;
	}
	.pageSubtitle{
		font-size: .75em!important;
	}
}
/* ----------------------- */
/* Page Title and Subtitle */
/* ----------------------- */
.pageContainer{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}
.pageTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.85em;
	width: 100%;
	overflow: visible;
	padding: 5px 5px;
}
.pageSubtitle{
	text-align: center;
	font-size: 1.5em;
	width: 100%;
	overflow: visible;
	padding: 5px 5px;
}

/* --------------- */
/* Contact Control */
/* --------------- */
.pageContainer .frmContactContainer{
	max-width: 500px;
	margin: 0 auto;
}
.ContactContainer .frmContactContainer{
	max-width: 500px;
	margin: 0 auto;
}
.ContactContainer{
	width:100%;
	text-align: center;
}

/* ------------------- */
/* Location Finder     */
/* ------------------- */
.tblPharmacyDetail {
	table-layout: auto;
	text-align: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

#map {
	min-height: 300px;
	max-height: 500px;
	height: 100%;
	width: 100%;
	/*max-width: 300px;*/
	float: left;
}

.gvxStoreListContainer {
	width: 100%;
	/*max-width: 200px;*/
	float: right;
}

.btnViewPharmacyDetail {
	background-image: url(../../baseImages/Feature_16x16.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 17px;
	height: 17px;
}

/* ------------------- */
/* Main Content region */
/* ------------------- */
.mainContentPane {
	top: 74px;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding-bottom: 200px !important;
	display: block;
	overflow: auto;
}

.dvHomeBanner {
	height: 100%;
	width: 100%;
}

/* ------------------ */
/*  Mobile Home Page  */
/* ------------------ */
.MobileHomeContent {
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

.MobileButtonContainer {
	display: table-row;
	width: 100%;
	text-align: center;
	height: 100%;
}

.btnScanRx {
	background: url('/Content/baseImages/scanrxbottle.png');
}

.btnOrderRefills {
	background: url('/Content/baseImages/typrerxnumber.png');
}

.btnPayOnAccount {
	background: url('/Content/baseImages/viewmyprofile.png');
}

.btnLogin {
	background: url('/Content/baseImages/login.png');
}

.btnRegister {
	background: url('/Content/baseImages/createaccount.png');
}

.MobileHomeButton {
	background-attachment: scroll;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 50px;
}

.MobileHomeButtonSmall {
	background-attachment: scroll;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 65px;
}

/* -------------------- */
/* Image Slider Control */
/* -------------------- */
.dvImageSliderContainer {
	padding-bottom: 0;
}

.isdemoH3 {
	font-size: 28px !important;
	color: white;
	padding-bottom: 9px;
}

/* ------------ */
/* Welcome Note */
/* ------------ */
.WelcomeContainer {
	padding: 15px 30px 15px 30px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	/*background-image: url("../Images/winrxconnect_nb3.png");
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;*/
	background-color: #FCFCFC;
}

.WelcomeContent {
	display: block;
	padding: 15px;
	margin: auto;
	/*float: left;*/
	text-align: center;
	width: 100%;
	max-width: 100%;
}

	.WelcomeContent ul {
		text-align: left;
	}

	.WelcomeContent h1 {
		font-weight: bolder;
	}

.WelcomeImage {
	display: inline-block;
	vertical-align: middle;
	/*float: right;*/
	max-width: 25%;
	min-width: 200px;
	width: 100%;
	height: 100%;
	padding: 50px 100px 0 100px;
	margin: auto;
}

/* -------- */
/* About Us */
/* -------- */
.AboutContainer {
	display: inline-table;
	margin-top: 30px;
	padding: 15px 30px 15px 30px;
	width: 100%;
	max-width: 100%;
}

.AboutContent {
	display: inline-block;
	padding: 20px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
}

/* ------------------ */
/* Services Container */
/* ------------------ */
.ServicesContainer {
	display: inline-table;
	padding: 15px 30px 15px 30px;
	width: 100%;
	max-width: 100%;
}

.ServicesContent {
	display: block;
	padding: 20px;
	float: left;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

.BlueLinkButton {
	border-radius: 5px;
}

/*
	NOTE: this is forcing the roundpanel for order refills to be 100% width.
	There is a bug in devexpress that sets the dxrpAW element to a fixed width after a page refresh
*/
.dxrpAW {
	width: 100% !important;
	height: 100% !important;
}
/* -------------------- */
/* Call To Link Actions */
/* -------------------- */
.CallToActionContainer {
	padding: 15px 30px 15px 30px;
	width: 100%;
	max-width: 100%;
}

.CallToActionLeft {
	border-right: solid;
	border-width: thick;
	text-align: center;
}

.CallToActionMiddle {
	vertical-align: middle;
	text-align: center;
	min-height: 100%;
}
/*.CallToActionRight{

}*/
.CallToActionRight h2 {
	text-align: center;
}

.CallToAction_btnLoginContainer {
	position: absolute;
	right: 0;
	width: 50%;
	padding: 10px;
}
/* -------------------- */
/* Social Media Control */
/* -------------------- */
/*.SocialMediaContainer {
	display: block;
    float: right;
}*/

.SocialMediaList {
	list-style: none;
}

.SocialMedia_Facebook {
	background-image: url("/Content/baseImages/icon_facebook.png");
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	border: none !important;
	padding: 16px 16px;
}

.SocialMedia_Twitter {
	background-image: url("/Content/baseImages/icon_twitter.png");
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	border: none !important;
	padding: 16px 16px;
}

.SocialMedia_GooglePlus {
	background-image: url("/Content/baseImages/googlePlus.png");
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	border: none !important;
	padding: 16px 16px;
}

.SocialMedia_Blog {
	background-image: url("/Content/baseImages/icon_blog02.png");
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	border: none !important;
	padding: 16px 16px;
}

.SocialMedia_YouTube {
	background-image: url("/Content/baseImages/YouTube.png");
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: contain;
	border: none !important;
	padding: 16px 16px;
}

/* --------------------- */
/* Order Refills Control */
/* --------------------- */
.pageContainer .OrderRefillsContent {
	max-width: 500px;
	width: 100%;
	min-width: 300px;
	margin: auto;
}

.rpOrderRefill {
	width: 100% !important;
	height: 100%;
	margin: auto;
}

.addNewRow {
	border: none;
}

#frmxOrderRefill {
	min-width: 300px;
}

/* ----------------- */
/* Quick Fill Widget */
/* ----------------- */
.QuickFill-form{
	min-width: 300px!important;
}
.puQuickFill .dxflGroup_WebRefillDefault .dxflGroupCell_WebRefillDefault{
	padding: 0 2px!important;
}
/*.puQuickFill > .dxflGroupCell_WebRefillDefault{
	padding: 0 2px!important;
}*/
/* ----------------- */
/* Quick View Widget */
/* ----------------- */

@media screen and (max-width: 767px) {
	.QuickViewCardItem {
		border: solid;
		border-width: thin;
		width: 100%!important;
		height: 50px!important;
		text-align: left!important;
		min-height: 65px!important;
	}
	.QuickViewCardRow{
		margin: 0px!important;
	}
	.QuickViewItemTitle{
		position: relative!important;
		width: 50%!important;
		float: left!important;
	}
	.QuickViewItemCount{
		position: relative!important;
		bottom: 0px;
		left: 0px;
		text-align: right!important;
		width: 25%!important;
		float: right!important;
		font-size: 1.3em!important;
	}
	.QuickViewSubCount{
		position: absolute!important;
		bottom: 0px;
		left: 0px;
		text-align: center;
		width: 100%!important;
	}
}

.QuickViewCardContainer {
	width: 100%;
	height: 50%;
}

.QuickViewCardRow {
	height: 50%;
}

.QuickViewCardItem {
	border: solid;
	border-width: thin;
	width: 48%;
	height: 100%;
	text-align: center;
	margin: 2px 2px;
	min-height: 110px;
	cursor: pointer;
}

.QuickViewItemTitle {
	position: absolute;
	width: 100%;
	top: 5px;
	left: 0px;
	font-size: .5em;
	font-weight: 500;
}

.QuickViewItemCount {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0px;
	font-size: 1.75em;
	font-weight: 600;
}

.QuickViewSubCount {
	font-size: .4em;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

/* --------------- */
/* Patient Profile */
/* --------------- */
.pageContainer .rpPatientProfile{
	margin: 0 auto;
}
/* ----------------- */
/* Prescription List */
/* ----------------- */
	/*.PrescriptionListContainer .dxflFloatedElConSys {
		float: none !important;
	}*/

.gvxPrescriptionListTable {
	cursor: pointer;
}

.btnDelete {
	background-image: url(../../baseImages/Delete_32x32.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: transparent;
	border: none !important;
}

.btnVucaHealth {
	background-image: url(../../baseImages/Video_16x16.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: transparent;
	border: none !important;
}

.DrugName {
	display: inline-block;
	width: 75%;
	padding-top: 7px;
}

.monographButtonContainer {
	display: block;
	float: right;
}

.AdherenceColumn {
	font-size: 1.5em;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
/*.btnMonographInfo {
}*/

.clmPrescriptionListDetailCaption {
	width: 80px !important;
}

.clmPrescriptionListDetail {
	padding: 5px 5px 5px 5px !important;
}

.columnDrugImage {
	width: 100px;
	vertical-align: central;
}

.custom_NullText {
	color: #818181;
	font-style: italic;
}

.dxgv.custom_BatchEditNewDataRow {
	border-bottom: thin;
	border-color: inherit;
}


.tblPrescriptionListDetail {
	width: 100%;
	height: inherit;
}

.dxflFormLayout_WebRefillGlobal {
	margin: 0 auto !important;
}

/* -------------------- */
/* Popup Drug Monograph */
/* -------------------- */
.puMonograph {
	min-height: 300px !important;
	min-width: 200px !important;
	width: 90% !important;
	height: 90% !important;
}

.puMonographWrapper {
	width: 100% !important;
	height: 100% !important;
}

/* ------------------- */
/* Popup Alert Message */
/* ------------------- */
/*.puAlertMessage {
}*/

.puAlertMessageFooter {
	width: 100%;
}

.btnYes {
	width: 50%;
	padding: 5px;
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
}

.btnNo {
	width: 50%;
	padding: 5px;
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
}

/*
	-------------------
	Zoom image controls
	Currently only exists in the prescription list gridview
	-------------------
*/
.thumbnail {
	position: relative;
	padding: 0 0 0 0;
	margin: auto;
	vertical-align: middle;
	border: none !important;
	background-color: transparent !important;
}

	.thumbnail .imgDrugImage {
		-webkit-transition: all .5s ease; /* Safari and Chrome */
		-moz-transition: all .5s ease; /* Firefox */
		-o-transition: all .5s ease; /* Opera */
		transition: all .5s ease;
		-moz-transition-delay: .3s;
		-o-transition-delay: .3s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		width: inherit;
		z-index: 1000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		max-width: 100px;
	}

	.thumbnail:hover .imgDrugImage {
		-webkit-transform: scale(1.50);
		-moz-transform: scale(1.50);
		-ms-transform: scale(1.50);
		-o-transform: scale(1.50);
		transform: scale(1.50);
		cursor: zoom-in;
		z-index: 1000;
	}

/* -------------- */
/* Pay On Account */
/* -------------- */
.pageContainer .rpPayOnAccount {
	margin: auto;
	width: 50%;
}

.cardExprirationTable td {
	padding: 0 3px 0 3px;
}

.divExpirationMonthContainer {
	/*display: inline;*/
	float: left;
}

.divExpirationYearContainer {
	/*display: inline;*/
	float: right;
}

.securityCodeContainer {
	display: block;
	float: left;
	width: 80%;
}

.securityCodeHelpContainer {
	display: block;
	float: right;
}

.btnSecurityCodeHelp {
	width: 16px !important;
	height: 16px !important;
	border: none !important;
	background-image: url(/Content/baseImages/Index_16x16.png);
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
}

/* -------------------- */
/* Status Legend Filter */
/* -------------------- */
#StatusBarFilterMenu{
	padding-top: 15px;
}
.statusfilteritem {
	background: white;
	white-space: normal !important;
	text-align: center !important;
	min-width: 139px;
	height: 100%;
	min-height: 35px;
	margin: 0 auto;
	vertical-align: middle;
}

    .statusfilteritem.filtercheck {
        border: 0;
    }

    .statusfilteritem.clearrefills {
        border: 1px solid;
        margin: 2px;
    }

	.statusfilteritem .statusfiltericon {
		display: inline-block;
		width: 16px;
		height: 16px;
		align-self: center;
		vertical-align: middle;
		border: 2px solid black;
	}
	.statusfilteritem .statusFilterText {
		padding-left: 6px;
	}
	.StatusBarHamburgerMenu{
		background-position: -215px -175px;
		width: 42px;
		height: 42px;
	}
@media screen and (max-width:420px) {
    .statusfilteritem.filtercheck {
        padding: 3px 1px 1px 1px;
    }

    .statusfilteritem.clearrefills {
        border: 0;
        padding: 2px;
    }
}

/* ------------------------- */
/* Panel Action Items region */
/* ------------------------- */
.panel-actionItems {
	display: table;
	position: relative;
	/*top:325px;*/
	top: 40%;
	/*border: 1px solid #dedede;*/
	width: 100%;
	max-width: 1000px;
	/*background-color: #fafcfb;
    background-color: rgba(250, 250, 250, 0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
}

	.panel-actionItems .leftColumn {
		width: 33%;
		border-right: groove;
		padding-left: 10px;
	}

	.panel-actionItems .centerColumn {
		width: 33%;
		border-right: groove;
		padding-left: 10px;
	}

	.panel-actionItems .rightColumn {
		width: 33%;
		padding-left: 10px;
	}

.searchPanelContainer {
	width: 100%;
	max-width: 920px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

/* ----------------------- */
/* Register User Container */
/* ----------------------- */
.pnlFrame {
	background-color: rgba(205, 195, 184, 0.75);
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}

/* ------------------------------------------------------------------------ */
/* Framing classes to aid with horizontal and vertical alignment of content */
/* ------------------------------------------------------------------------ */
/*.dvOutter {
}*/

.dvMiddle {
	display: block;
}

.dvInner {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.dvOutterMobile {
	display: table;
	position: relative;
	top: -100px;
	height: 100%;
	width: 100%;
}

.dvMiddleMobile {
	display: table-cell;
	vertical-align: middle;
}

.dvInnerMobile {
	display: table;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

/* used to create a 3 column div style table
    NOTES: Requires a wrapper div of style display:table; width:100%; to format properly
*/
.dvLeftColumn {
	display: table-cell;
	width: 30%;
	padding-left: 20px;
}

.dvCenterColumn {
	display: table-cell;
	width: 30%;
	padding: 0 10px 0 10px;
}

.dvRightColumn {
	display: table-cell;
	width: 30%;
	padding-right: 20px;
}

/* ---------------- */
/* Google Maps Pane */
/* ---------------- */
#map-canvas {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 200px;
	/*z-index: 100;*/
}

#map-canvas-mobile {
	width: 100%;
	height: 50%;
}
/* Sets the background for the web page as rendered in a phone */
.dvHomeCollapsed {
	display: table-cell;
	position: fixed;
	background-image: url('Images/background2.png');
	background-size: cover;
	top: 95px;
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/* Header */
.dxpnl-edge.t.headerPane {
	background: #FCFCFC;
	border-radius: 0 !important;
	max-width: 100%;
	margin: auto;
	border: 0;
}

	.dxpnl-edge.t.headerPane.panel {
		padding: 0;
	}

.headerTop {
	display: table;
	max-width: 1200px;
	width: 100%;
	height: 74px;
	margin: auto;
}

.headerLeft {
	display: table-cell;
	vertical-align: middle;
	width: 15%;
}

.headerMenu {
	display: table-cell;
	width: 100%;
}

.headerMenu-Vertical {
	margin: auto;
	width: 100% !important;
	max-height: 75vh;
	overflow-y: auto;
}

	.headerMenu-Vertical ul {
		width: 100% !important;
	}

.imgHeaderLogo {
	vertical-align: middle;
}

.headerRight {
	display: block;
	float: right;
	min-width: 263px;
}
/* -------------- */
/* Login Controls */
/* -------------- */

.pageContainer .validation-summary-errors {
	max-width: 25%;
	width: 25%;
	margin: auto;
	text-align: left;
}
.pageContainer .loginForm{
	max-width: 500px;
	margin: 0 auto;
}
.pageContainer .dxflFormLayout_WebRefillDefault {
	margin: auto;
}
.pageContainer .manageAccountContent{
	max-width: 500px;
	margin: 0 auto;
}
.pageContainer .resetPasswordForm{
	max-width: 500px;
	margin: 0 auto;
}
.pageContainer .forgotPasswordForm{
	max-width: 500px;
	margin: 0 auto;
}
.loginControl {
	/*padding-right:15px;*/
	float: right;
	margin-right: 0;
	padding-right: 0;
}

	.loginControl a {
		font: bold 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
		text-decoration: none;
		/*border-bottom: dashed 1px #ECF0F1;*/
		/*display: block;*/
		min-width: 40px;
	}

.CallToAction_btnLoginConainer {
	padding: 0 10px;
}

.MobileApp {
	position: relative;
	width: 100%;
	max-height: 100%;
	margin-top: 20px;
	border-top: solid;
	border-width: 1px;
}

.MobileAppHeader {
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.MobileAppiOS {
	width: 100%;
	margin: 0 auto;
}

.MobileAppAndroid {
	width: 100%;
	margin: 0 auto;
}

.hlMobileAppiOS {
	height: 50px;
}

.hlMobileAppAndroid {
	height: 50px;
}

/*label.dxeBase_WebRefillGlobal {
}*/

/*span.dxeBase_WebRefillGlobal {
}*/

.MenuCopyright {
	color: #ffffff !important;
	position: absolute;
	left: 36px;
	bottom: 36px;
}

.templateTitle {
	-ms-align-content: center;
	-webkit-align-content: center;
	align-content: center;
}

.headerCustomerName {
	display: table-cell;
	/*width:33%;*/
	vertical-align: middle;
	text-align: center;
}

.homeCollapsed {
	display: table;
	width: 100%;
}

/*.secureBackground {
	background-image: url('./Images/pestal_mortar_blue.png');
    background-size: cover;
    height: 100%;
}*/

.templateTitle a {
	text-decoration: none;
	font-size: x-large;
	color: black;
}

/* ---------- */
/* Score Card */
/* ---------- */
/*.btnScorecardHelp {
}*/

.rpScorecardHeaderText {
	display: inline-block;
}

	.rpScorecardHeaderText a {
		display: inline-block;
		font-size: XX-Large;
		font-weight: normal;
	}

.rpScorecardHelpContainer {
	display: block;
	float: right;
	position: absolute;
	top: 0;
	right: 35px;
}

.rpAdherenceHelpContainer {
	font-size: medium;
}

.lblAdherenceAverage {
	font-size: 4em;
	cursor: pointer;
	line-height: 1;
}

/* ------------- */
/* Dasboard Home */
/* ------------- */
.DashboardPane {
	margin: 15px auto 0 auto;
	width: 100%;
	max-width: 1200px;
}

	.DashboardPane .row {
		margin: auto;
		width: 100%;
	}
/*.DashboardItem{
	padding-bottom: 15px;
}*/
.PatientSelectionContainer {
	max-width: 50%;
	width: 100%;
	float: right;
	margin-right: 37px;
	min-height: 100%;
}

/* ------ */
/* Footer */
/* ------ */
.dxpnl-edge.b.footerPane {
	margin-top: 10px;
	bottom: 0;
	height: 125px;
	width: 100%;
	max-width: 100%;
	margin: 10px auto 0;
	/*display: none;*/
}

/*.dxpnl-edge.b.footerPane.panel {
		margin: 0;
    padding: 0;
	}*/
.footerContainer {
	padding: 15px 30px 15px 30px;
	width: 100%;
	margin: auto;
	/*background-image: url("../Images/winrxconnect_nb3.png");
	background-position-x: right;
	background-position-y: center;
	background-repeat: no-repeat;*/
	background-color: #333333;
	color: #A9A9A9;
}

.footerWrapper {
	width: 100%;
	max-width: 100%;
	margin: auto;
}

	.footerWrapper h4 {
		color: #A9A9A9;
		font-weight: bolder;
	}

	.footerWrapper .copyright {
		display: inline-block;
		height: 100%;
		text-align: left;
	}

	.footerWrapper .pharmacyInformation {
		display: inline-block;
		text-align: center;
	}

	.footerWrapper .StoreHoursTable {
		display: inline-block;
		text-align: right;
	}

	.footerWrapper .pharmacySocialMedia {
		display: block;
		width: 100%;
		min-width: 100%;
		min-height: 75px;
		padding: 15px;
	}
/* ------------ */
/* Content Pane */
/* ------------ */
.contentPane {
	position: relative;
	top: 74px; /* Header region */
	margin: 0 auto 200px auto;
	max-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

/* Left Panel */
.leftPane.panel {
	padding: 1px;
	width: 200px;
}

/* Right Panel */
.rightPane.panel {
	padding: 0;
	width: 250px;
}

/* Account */
.accountHeader h2 {
	margin: 10px 0 7px 0;
	font-size: 16px;
}

.accountHeader p {
	margin: 0;
	padding: 0;
}

.accountHeader {
	margin-bottom: 20px;
}

.form-field {
	margin-bottom: 8px;
}

.helpContainer {
	max-width: 1000px;
	margin: 10px auto 0px auto;
}
