@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Namdhinggo:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/*** Scroll Container ***/
.scroll-container {  height: 300px; 
overflow-y: scroll; 
} 

.scroll-container::-webkit-scrollbar { 
width: 10px; 
border-radius: 10px;
} 
  
.scroll-container::-webkit-scrollbar-track { 
background: #f1f1f1; 
border-radius: 10px;
} 

.scroll-container::-webkit-scrollbar-thumb { 
background: #2F1D6E ;
border-radius: 10px;  } 
  
.scroll-container::-webkit-scrollbar-thumb:hover
{  background: #2F1D6E ; 
border-radius: 10px;
} 
  
.scroll-container::-webkit-scrollbar-button 
{  display: none; 
} 

/**** End Scroll Container ****/

/*** Global Styles ***/

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2f1d6e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #2F1D6E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.dnnFormMessage, dnnFormInfo {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid #bbb8f9;
    background: #DBD9FC;
    color: #2F1D6E;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

/**** TS Adds ****/
.popuptextAddress {-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)!important;
    border: 1px solid #ccc!important;
    border: 1px solid rgba(0, 0, 0, .2)!important;
    padding: 5px !important;}
#collapsibleAddNewAddress {max-width: 300px;}
.alert {

    border: 0px solid transparent;

}
.PrimeError {border-radius: var(--borderRadius-sm, 4px);
background: var(--components-alert-error-background, #FDEDED);
display: flex;
padding: 6px 16px;
align-items: flex-start;}
.PrimeError_Color {color: var(--components-alert-error-color, #5F2120);
font-feature-settings: 'clig' off, 'liga' off;
/* alert/title */
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
letter-spacing: 0.15px;}
#dnngo_megamenu > div > ul > li > a > span {
    border-radius: 10px;
}

#dnngo_megamenu .dnngo_slide_menu li a  {
        border-radius: 14px;
}
/********************/
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
  border-bottom: 1px solid #e5e5e5;}

/*** Patient Demographics Care team Pop up fix ***/
.popup .popuptextCareTeam, .popup .popuptextPhone 
{
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
padding: 5px;
}
/**** 2023 TS styles *****/
.SMC label {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: normal;
     display: inline-block;
	margin-bottom: 0px; }

.SMC span {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #4f4f4f;
    font-weight: 700;
	display: block;    display: inline-block;}
.horizontalTab_Top_1 .resp-tab-content .resp_margin {
    margin-left: 10px;
    margin-right: 10px;
}
.resp-tabs-container {
    padding: 0;
    margin: 0;
    clear: both;
    border: 1px solid #e8e8e8 !important;
}
.Merck-ol-list-item {
  margin-bottom:  20px !important;}
.SMCD_DrugName {
	font-family: "Arial", sans-serif; 
	font-weight: 700; 
	font-size: 14px; 
	line-height: 20px;
	color:#4f4f4f; 
}
.OD_HR {border-bottom: 1px solid #c1c1c1; padding-bottom: 10px; margin-bottom: 15px; clear: both;}
.OD_HeaderIcons{
    color: #2F1D6E;
    font-size: 30px;
    vertical-align: unset;

    float: left;
    display: inline-block;
    margin-right: 5px;
}
/********** Care Chart Tabs styles **********/
.horizontalTab_Top_1 ul.resp-tabs-list li span {
  padding:5px 10px; }
.horizontalTab_Top_1 .resp-tabs-container {
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
  border-top: 1px solid #2F1D6E;
  border-bottom: 1px solid #2F1D6E;
  border-left: 1px solid #2F1D6E !important;
  border-right: 1px solid #2F1D6E;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before {
  border-color: #B00920 transparent transparent transparent;
}
.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #2F1D6E;color: #ffffff !important;
}
.horizontalTab_Top_1 .resp-tab-content .resp_margin p {
  display: block;
}
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
  color: #fff;
}
/********** Care Chart Tabs styles End **********/
/****** Inner Banners *****/
.header-content-inner1 {
    height: 200px;
    border-top: 1px #d1d1d1 solid;
    background-color: #2F1D6E;
    background-image: url(/portals/0/Prime_Banner.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-primary-inner {
    margin-left: 22px;
    margin-top: 50px;
}
/***** Inner Banners End ******/
/********** Scroll Bar styles **********/
.scrollbar {

  max-height: 300px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;

}
.force-overflow {
  min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.scrollbar-primary {
  scrollbar-color: #5775F2 #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}

.scrollbar-danger {
  scrollbar-color: #ff3547 #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FFBE1D;
}

.scrollbar-warning {
  scrollbar-color: #FFBE1D #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}

.scrollbar-success {
  scrollbar-color: #00C851 #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

.scrollbar-info {
  scrollbar-color: #33b5e5 #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD;
}

.scrollbar-default {
  scrollbar-color: #2BBBAD #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}

.scrollbar-secondary {
  scrollbar-color: #aa66cc #F5F5F5;
}
/********** Scroll Bar styles End **********/


/*** New PD Styles ***/

.PD_Banner_Top {
	background:#18608a; 
	height: 5px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.33);}

/*** end new styles ***/

body {
  font-family: "Arial", sans-serif !important;
}

p {
  font-family:  "Arial", sans-serif;
  font-size: 16px;
}

.btn {
    border-radius: 15px;
}
.btn-primary {
    border-radius: 15px;
    background-color: rgba(81, 75, 165, 0.25);
}
.btn:hover,
.btn:focus {
  background:  rgba(81, 75, 165, 0.25);
  text-decoration: none;
  border-color:#857BEF;
  outline: none;
}
.btn-sm, .btn-group-sm > .btn {
    font-size: 14px;
    color:#2F1D6E;
   border-radius: var(--4, 32px);
   border: 2px solid var(--primary-main, #2F1D6E);
   background: var(--Contrast-White, #FFF);
    display: inline-flex;
    height: var(--padding-5, 40px);
    padding: 6px var(--padding-3, 24px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-weight: bold;
    font-family: Lato;
}
.mt-1 {
  margin-top: 16px !important;
}

.mt-2 {
  margin-top: 32px !important;
}

.mb-1 {
  margin-bottom: 16px !important;
}
.create-account {
padding: 15px;
}
.mb-2 {
  margin-bottom: 32px !important;
}

.RowOne_Grid3_Pane {
  border-right: none !important;
}

.modal-header {
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);*/
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-footer {
 /** padding: 15px 15px 0; **/
}

.horizontalTab_Top_1 .resp-tabs-container {
  border: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
  border-top: 1px solid #2F1D6E;
  border-bottom: 1px solid #2F1D6E;
  border-left: 1px solid #2F1D6E !important;
  border-right: 1px solid #2F1D6E;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span:before {
  border-color: #2F1D6E transparent transparent transparent;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #2F1D6E;
}

.horizontalTab_Top_1 .resp-tab-content .resp_margin p {
  display: block;
}

.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
  color: #fff !important;
}

.btn-outline {
  border: 1px solid #2F1D6E !important;
  background-color: #2F1D6E !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}
.btn-outline:hover {
  border: 1px solid #514BA5 !important;
  background-color: #514BA5 !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}
.btn-outline:focus {
  border: 1px solid #514BA5 !important;
  background: var(--primary-focus, rgba(81, 75, 165, 0.25));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
}

/*** Header ***/
/**************/

.header2 .head_nav:before {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
}

.header-content {
  border-top: none !important;
  border-bottom: 1px solid #d1d1d1;
}

/*** Nav Buttons ***/
/*******************/
#dnngo_megamenu > div > ul > li.current > a > span {
  background-color: #2F1D6E; 
}

#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span {
  background-color: #2F1D6E;
}

#dnngo_megamenu .dnngo_slide_menu li a:hover,
#dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
  background-color: #514BA5;
  color: #fff !important;
  border-radius: 10px;
}

#dnngo_megamenu .primary_structure > li {
  padding-right: 5px;
}

#dnngo_megamenu .dnngo_slide_menu,
#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu,
#dnngo_megamenu .dnngo_boxslide {
  border-top: 3px solid #2F1D6E;
}

#dnngo_megamenu .dnngo_menuslide {
  top: 80%;
}
#dnngo_megamenu > div > ul > li > a:hover > span,
#dnngo_megamenu > div > ul > li.menu_hover > a > span,
#dnngo_megamenu > div > ul > li.current > a > span {
  border-radius: 10px; 
}
/*** Home Page ***/
/*******************/
.RowThirteen_Grid4_Pane1 {
  padding: 15px;
}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
  min-width: 250px !important;
}

.ms-need-help {
  display: block;
  margin: auto;
  width: 35%;
}

.need-help-header {
  color: #0d5481;
  font-size: 35px;
  text-align: center;
}

.header-2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  color: #2F1D6E;
}

.text-bold {
  font-family: "Arial", sans-serif;
  font-weight: 600;
}

.btn-primary {
  border: 1px solid #2F1D6E !important;
  background-color: #2F1D6E !important;
  color: #fff;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

.btn-primary:hover {
    border-color: #514BA5;
}

.btn-primary:focus-visible {
    outline: none;
}

.btn-outline {
  border: 2px solid #2F1D6E;
  background-color: #2F1D6E !important;
  color: #fff !important;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

.btn:hover {
    background:  rgba(81, 75, 165, 0.25);
}

a,
a:link,
a:active,
a:visited {
  color: #2F1D6E !important;
  text-decoration: none;
  cursor: pointer;
}


a:hover {
  color: #00809B !important;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

[class*="Pane"],
.row [class*="Pane"] {
  padding: 0px 0px 20px 0px;
}
#dnn_ctr404_Login_Login_DNN_cancelLink {
  display: none;
}
.card_statusbar {
  max-width: 240px;
  margin-bottom: 10px;
}
.Full_Screen_PaneH {
  background-color: #f5f2f2;
}
.Full_Screen_PaneI {
  background-color: #666666;
}
.Full_Screen_PaneJ {
  
}
.copyright-and-links,
.copyright-and-links a {
  color: #ffffff !important;
}
.copyright_style {
  display: none;
}
/* Block Styles */
.benefit-block {
  height: 215px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  text-align: center;
}
.benefit-block2 {
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
}
.benefit-block3 {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 6px;
  margin-bottom: 8px;
}
.benefits-heading {
  margin-top: 16px;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.text-block-6 {
  margin: 16px 0px 0px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: "Arial", sans-serif;
  color: #485151;
  font-size: 18px;
  line-height: 24px;
}
/* Inside Header Styles */
.ins_hero-container2 h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  text-align: left;
  width: 50%;
}
.ins_hero-container2 {
  border-top: 1px #d1d1d1 solid;
  background: #f7f8f9;
  margin-bottom: 15px;
}
.ins_hero-container2 .container {
  position: relative;
}
.ins_hero-container2 h1 {
  color: #fff;
  position: absolute;
  font-size: 25px;
  /* width: 32%; */
  font-weight: bold;
}
.ins_hero-container2 .container {
}
.ins_hero-container2 .container h1 {
}
.ins_hero-container2 .header-content {
  height: 300px;
  position: absolute;
  width: 100%;
}
.ins_hero-container2 .header-content h1 {
  margin: 0;
  position: relative;
  top: 35%;
  color: #fff;
  float: left;
  line-height: 35px;
}
/***ACCOUNT DETAILS***/

fa fa-user {
	color: #11ab68;
}
/* New DEMO Styles */
a#bbblink.bbblogo {
  display: block;
  width: 100px;
  height: 38px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
img#bbblinkimg {
  padding: 0px;
  border: none;
  width: 200px;
  height: 38px;
}
a#bbblink.bbblogo:hover img {
  background-image: url("/smccard/Portals/0/edgepark-medical-supplies-3000348.png");
  margin-left: -100px;
}
.header1 .head_nav {
  border: 1px solid #e6e6e6;
}
.card-footer h3 {
  font-size: 15px;
  line-height: 5px;
  color: #262d2d;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Arial", sans-serif;
}
.card-footer ul,double {
  margin-left: 0px;
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  font-size: 0.875rem;
}

.card-footer a {
  color: #262d2d;
  font-size: 0.875rem;
  font-weight: normal;
  text-decoration: none;
}
.card-footer h4 {
  font-weight: normal;
  font-size: 0.875rem;
  color: #485151;
  font-family: "Arial", sans-serif;
  margin-bottom: 8px;
  margin: 0;
  padding: 0;
}
.card-footer h3 {
  font-size: 1rem;
}
.card-footer {
  margin-top: 20px;
}
.card-footer .row {
  padding-left: 20px;
}
.card-box-border {
  height: auto;
  padding: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 4px;
}
/*Prime Homepage Header*/
.card-h-primary {
  margin-bottom: 10px;
	color: #ffffff;
    text-align: left;
	font-family: "Namdhinggo", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:46px;
}
.card-h-secondary {
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
}
.paragraph-4 {
  color: #333333 !important;
}

.paragraph-4 {
  max-width: 500px;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}
.cta-button {
  width: 140px;
  margin-top: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #2F1D6E;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
.cta-primary a,
.cta-button a:link,
.cta-button a:active,
.cta-button a:visited {
  color: #ffffff;
  text-decoration: none;
}
.cta-primary {
  margin-left: 22px;
  margin-top: 100px;
}
.cta-primary-ins {
  margin-left: 22px;
  margin-top: 50px;
}
/*Old Styles*/
#dnn_dnnLOGO_imgLogo {
  max-width: 150px;
}
/* #dnn_dnnLOGO_imgLogo { max-width: 140px;}*/
.header2 {
  border-top: 0px solid #52ba69;
}
#PatientSelectorContent {
  margin-top: 15px;
}
#Body,
html,
body,
.Head,
.SubHead,
.SubSubHead,
.Normal {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.5;
  font-family:  "Arial", sans-serif;
}
.demographics-content {
  color: #4f4f4f;
  font-size: inherit !important;
}
.Merck-ol-list-item-selected::before {
  background: #00809B !important;
}

.hero-container2 h1 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  position: absolute;
  right: 0;
  text-align: left;
  width: 50%;
}
.hero-container2 {
  margin-bottom: 0px;
}
.hero-container2 .container {
  position: relative;
}
.hero-container2 h1 {
  color: #fff;
  position: absolute;
  right: 0;
  font-size: 25px;
  /* width: 32%; */
  font-weight: bold;
}
.hero-container2 .container {
}
.hero-container2 .container h1 {
}
.hero-container2 .header-content h1 {
  margin: 0;
  position: relative;
  top: 35%;
  color: #fff;
  float: left;
  /* right: 45px;*/
  line-height: 35px;

}
.SmallHeaderFix {
  top: 20% !important;
}

.header-content {
  height: 280px;
  border-top: 1px #d1d1d1 solid;
  background-color: #5775F2;
  background-image: url();
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-content2 {
  height: 200px;
  position: absolute;
  width: 100%;
}
.panel {
  margin-bottom: 3px !important;
}
#dnn_content {
  padding: 0px 0 0 0 !important;
}
.TopPane {
  padding: 0px 0px 0px 0px !important;
}
.AcariaBorderShadow {
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  background-color: #ffffff;
  padding: 35px;
}
/* Acaria 2017 Container */
.AcariaInnerContainer {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  border-left: 0px solid #9ecd41;
  background-color: #ffffff;
  min-height: 220px;
  margin-bottom: 10px;
}

.AcariaInnerModHeader {
  background-color: #2F1D6E;
  padding: 21px 12px 21px 12px;
  text-align: center;
}
.AcariaInnerModTitle {
  font-family: "Arial", sans-serif !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px !important;
  color: #ffffff;
}
.AcariaInnnerBody {
  padding: 21px 30px 21px 30px;
  background-color: #ffffff;
}
/* End of 2017 Container */
/* Acaria Credit Card Images */
.VISA_CreditCard,
.MC_CreditCard,
.AMEX_CreditCard,
.DISC_CreditCard {
  width: 60px;
  height: 32px;
  margin-right: 20px;
}
.VISA_CreditCard {
  background: url(/Portals/0/MyShare_Visa2018.png) no-repeat;
}
.MC_CreditCard {
  background: url(/Portals/0/MyShare_MC2018.png) no-repeat;
}
.AMEX_CreditCard {
  background: url(/Portals/0/MyShare_Amex2018.png) no-repeat;
}
.DISC_CreditCard {
  background: url(/Portals/0/MyShare_Discover2018.png) no-repeat;
}
/* End Credit Card */
.AcariaConfirmationHeader {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #2f1d6e;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}
/* Medication and Open Orders css */
.MedicationWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);

  background-color: #ffffff;
  margin: auto;
  min-height: 440px;
}
.MedicationInnerWrapper {
  padding: 35px 35px 35px 35px;
  margin-bottom: 20px;
}
.Medication-content label {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: grey;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
}
.Medication-content span {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  display: block;
}
.Medication-header label {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
  font-weight: 700;
  display: block;
}
.Medication-header span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: grey;
  font-weight: 300;
  display: inline-block;
}
.InsMarg {
  margin-bottom: 22px;
}
.Pharmacy-header label {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.Pharmacy-header span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: grey;
  font-weight: 300;
  display: block;
}

/* Insurance Styles */
.InsuranceWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);

  background-color: #ffffff;
  margin: auto;
}

.InsuranceInnerWrapper {
  padding: 35px 35px 15px 35px;
  margin-bottom: 20px;
}
.insurance-content label {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  font-weight: normal;
  display: block;
  margin-bottom: 0px;
}
.insurance-content span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #4f4f4f ;
  font-weight: 700;
  display: block;
}
/*psso styles */
.AcariaMainWrapper {
  -webkit-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  -moz-box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  box-shadow: 2px 2px 7px 3px rgba(166, 166, 166, 0.52);
  background-color: #ffffff;
  padding: 35px;
}
.PSSOHr {
  border: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 25px;
}
.DeliveryIns {
  min-width: 210px;
  max-width: 100%;
}
.PSSOAddress label {
  padding-left: 0px !important;
}

#ui-datepicker-div > .ui-widget-header {
  border: 1px solid #5775f2 !important;
  background: #5775f2 !important;
}
.Container-H2 {
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #2F1D6E;
  font-family: "Arial", sans-serif;
  line-height: 26px;
  font-weight: bold;
}
.dnnPrimaryAction2,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction2 {
  cursor: pointer;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #5775f2;
  color: #ffffff !important;
  border-radius: 15px;
  padding: 8px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #5575f2 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.pull-right {
  float: right !important;
  margin-left: 5px;
}
.dnnPrimaryAction2:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  border: 1px solid #2F1D6E;
  color: #2f1d6e !important;
  background: #ffffff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnPrimaryAction2,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  color: #fff !important;
  text-decoration: none !important;
}
.Merck-ol-list-item-selected2::before {
  background: #5775F2 !important;
}
h4 {
  color: #2F1D6E !important;
}

.RefillButton2 {
  background: #fff;
  position: relative;
  cursor: pointer;
  font-family: "Arial";
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #333 !important;
  border-radius: 6px;
  padding: 7px 12px;
  letter-spacing: 1px;
}
.RefillButton2.badge-top-right:before {
  left: auto;
  right: -7px;
}
.RefillButton2:before {
  content: attr(data-count);
  width: 18px;
  height: 18px;
  font-family:  "Arial", "sans-serif" !important;
  line-height: 18px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background: red;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  top: -7px;
  left: -7px;
}
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid #2f1d6e;
  color: #ffffff !important;
border-radius: var(--radius-xl, 32px);
background: var(--Primary-Purple, linear-gradient(0deg, var(--components-chip-defaultFocusFill, rgba(0, 0, 0, 0.20)) 0%, var(--components-chip-defaultFocusFill, rgba(0, 0, 0, 0.20)) 100%), #2F1D6E);
  padding: 9px var(--padding-3, 24px);
  letter-spacing: 1px;

  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.pull-right {
  float: right !important;
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
  border: 1px solid #514BA5;
  color: #fff !important;
  background: #514BA5 !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
  color: #fff !important;
  text-decoration: none !important;
}


A:visited {
  /*  color: #333 !important; */
  text-decoration: none;
}
.SmallHeaderFix SPAN {
  font-size: 14px;
}
.progress-bar-width {
  width: 30%;
}

/* Secondary Action */
.dnnSecondaryAction,
.dnnFormItem input[type="submit"],
a.dnnSecondaryAction {
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  padding: 9px;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid var(--primary-main, #2F1D6E);
  color:#2F1D6E !important;
  letter-spacing: 0.4px;
  border-radius: var(--radius-xl, 32px);
  background: #ffffff !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnSecondaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnSecondaryAction:hover {
    font-family: Lato;letter-spacing: 0.4px;
  border: 2px solid #857BEF;
  font-weight: 800;
  color: #2F1D6E !important;
  background: #BAB3FF !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0),
    inset 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  text-shadow: 0px 0px 0px #ffffff !important;
}
.dnnSecondaryAction:active,
.dnnFormItem input[type="submit"]:active,
a.dnnSecondaryAction:active {
  cursor: pointer;
  font-family: Lato;
  border: 2px solid #BAB3FF;
  font-weight: bold;
  color: #2F1D6E !important;
  background: #BAB3FF !important;
}
.dnnSecondaryAction[disabled],
.dnnSecondaryAction[disabled]:hover,
.dnnSecondaryAction[disabled]:active {
  background: #ccc !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #4f4f4f  !important;
  text-shadow: none;
}

/*Element Hide*/
@media only screen and (max-width: 767px) {
  .header-content-inner1 {
    height: 100px;

    background-position: -60px 0px;
   
}
  .cta-primary-inner {
    margin-top: 20px;
}
  .header-content-inner {
    height: 120px;
    background-position: -100px 0px; }
  .hero-container2 .header-content {
    height: 100px;
  }
  .hero-container2 h1 {
    font-size: 15px;
    width: 160px;
  }
  .hero-container2 .header-content h1 {
    line-height: 21px;
  }

  .SmallHeaderFix SPAN {
    font-size: 11px;
  }

  .progress-bar-width {
    width: 100%;
  }

  .AcariaMainWrapper {
    padding: 10px;
  }

  [class*="Pane"],
  .row [class*="Pane"] {
    padding: 0px 0px 10px 0px;
  }
  .RefillTable tr th:nth-of-type(3),
  .RefillTable tr th:nth-of-type(4) {
    display: none;
  }
  .RefillTable tr td:nth-of-type(3),
  .RefillTable tr td:nth-of-type(4) {
    display: none;
  }
  .ConfirmTable tr th:nth-of-type(2),
  .RefillTable tr th:nth-of-type(3) {
    display: none;
  }
  .ConfirmTable tr td:nth-of-type(2),
  .RefillTable tr td:nth-of-type(3) {
    display: none;
  }
  .h-primary {
    margin-bottom: 10px;
    font-family: "arial", sans-serif;
    color: #2F1D6E;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }

  .h-mobile {
  }
  .cta-primary {
    margin-top: 40px;
  }
  .card-h-secondary {
    font-size: 15px;
        line-height: 30px;
  }
  #dnn_dnnLOGOphone_imgLogo {
    max-width: 190px;
  }
  .card-h-primary {
    font-size: 24px;
    line-height: 22px;
  }
  .create-account {
  padding: 0px;
  }
  .cta-primary-ins {
    margin-top: 30px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .account_list {
    display: none;
  }
  .RowOne_Grid3_Pane {
    border-right: 0px !important;
  }
}
.insurancebody input,
.insurancebody select {
  max-width: 300px;
}
.insurance-content label,
.insurance-content span {
  display: inline-block;
}
.fa-lg {
  font-size: 17px;
  line-height: 0.75em;
  vertical-align: -15%;
}
.RowOne_Grid3_Pane {
  border-right: 1px solid #ececec;
}

.Full_Screen_PaneH {
  margin-top: 20px;

}

.terms-and-conditions {
  border-radius: 4px;
  border: 1px solid #737a7a;
  margin: 16px 0;
  max-height: 200px;
  overflow: auto;
  padding: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}


/*** Cart Icon Module ***/
.MS_Cart_Head {
  float: right;
  margin-top: 20px;
  text-align: center;
}
.MS_Cart_Head_Icon {
  pointer-events: none;
  border-color: #11ab68;
  background-color: #11ab68;
}
.MS_Cart_Link {
  cursor: pointer;
  color: #11ab68;
}
/*** Side Menu Styles ***/
.SM_LeftMenu_list_on {
  style-color: #003a5f!important;
  font-weight: 700;
}
.SM_LeftMenu_list_on a {
  text-decoration: none;
  color: #003a5f !important;
}
.SM_LeftMenu_list_off a {
  text-decoration: none;
  color: #333333 !important;
}

.alert-info {
  background-color: #DBD9FC;
padding: 6px 16px;
  border-radius: 4px;
  color: #2F1D6E;
  font-family: Lato;
}

.alert-warning {
 background: var(--components-alert-warning-background, #FFF4E5);
padding: 6px 16px;
  border-radius: 4px;
  color: var(--components-alert-warning-color, #663C00);
  font-family: Lato;
}

.alert-danger {
  background-color: #FDEDED;
  border-radius: 4px;
  padding: 6px 16px;
  color: #5F2120;
  font-family: Lato;
}

.alert-success {
border-radius: var(--borderRadius-sm, 4px);
background: var(--components-alert-success-background, #EDF7ED);
	padding: 6px 16px;
	font-family: Lato;
}

.alert.alert-warning.alert-dismissible .close {
  top: -21px !important;
}

/* Products Page CSS Hack */

.caption-custom {
    height: 240px !important;
}

.thumbnail-custom {
    height: 455px !important; 
}

div.in-stock {
    border-color: black;
    border: 1px solid black;
    border-radius: 14px;
    width: 45%;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rx-requirement {
    font-size: 10px;
    display: flex;
    align-items: center;
}


/* Checkout Page CSS Hack */

.active-color {
    color: #11ab68 !important;
    font-weight: 600;
}

.inactive-color {
    color: #E86A4A;
    font-weight: 600;
}

.active-label {
    background-color: #262D2D;
    display: inline;
    color: rgb(255, 255, 255);
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: 2px;
}
.checkout-tabs {
    padding-bottom: 2rem;
}
















































