/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}
html{ width:100%;}
body {
    font-size: 16px;
	color:#4d4d4f;
	font-family:Tahoma, Geneva, Verdana, sans-serif;
	width:100%;
}
header{ padding-top:15px;}
a.logo{ float:left;}
.noWrap, .nowrapTxt{
	white-space: nowrap;
}
#submit-skip {
    float: right;
    margin-top: -20px;
}
.leftSpace {
    border-right: 1px solid #000;
    float: left;
    width: 35%;
    padding-right: 30px;
    margin-bottom: 40px;
}
.rightSpace {
    float: left;
    padding-left: 40px;
    /* padding-top: 20px; */
    width: 40%;
}
.notif{ position:relative;}
.notif small{ background: #FF0000;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: inline-block;
    line-height: 12px;
    font-size: 9px;
    text-align: center;
    margin-top: -5px;
    position: absolute;
    padding: 3px;}
.ui-tabs .ui-tabs-panel{ padding-left:0!important; padding-right:0!important;}
.ui-tabs .ui-tabs-nav li a{ background:#fff; margin-right:10px; color: #222222!important; font-weight: normal; font-size:16px;}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0!important;
	border: 0;
    border-bottom: 1px solid #ddd;
    background: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border: 0!important;
    background: none!important; }
.actions-submit button{ float:left;}
.form-error{ float:left; padding-top:12px;}
.ui-widget-content a{ color:#e5754e!important;}
.small-login{ width:400px; margin:0 auto; min-height: 200px;}
.small-login label{ width:100%; text-align:left; padding-bottom:5px;}
.small-login input[type="text"], .small-login input[type="password"]{ width:100%; max-width:100%;}
img.ui-datepicker-trigger{ display:none;}
.ui-widget-content {
    background: #fff!important;
	}
.error-msj{ color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	padding:20px;}
#fancybox-close{ background-repeat: no-repeat;
    background: #e5754e;
    color: #fff;
    padding: 10px;
    height: auto;
    margin-top: 20px;
    border-radius: 5px;
    /* line-height: 10px; */
    border: 1px solid #e5754e;
    right: -15px;
    top: 10px; }

.line-user.acc{ background-image:url(../images/icon-gear.png); background-repeat:no-repeat; background-position:left; background-size:20px; padding-left:20px; height: 30px;
    margin-left: 10px; }
.line-user.psw{ background-image:url(../images/key-icon.png); background-repeat:no-repeat; background-position:left; background-size:20px; padding-left:20px; height: 30px;
    margin-left: 10px; }
.line-user.users{ background-image:url(../images/user-icon.png); background-repeat:no-repeat; background-position:left; background-size:20px; padding-left:20px; height: 30px;
    margin-left: 10px; }
.line-user.out{ background-image:url(../images/logout-icon.png); background-repeat:no-repeat; background-position:left; background-size:20px; padding-left:20px; height: 30px;
    margin-left: 10px; }
.underline{ text-decoration:underline; display:block; margin-bottom:5px;}
.search-div{ width:100%; float:left; margin-bottom:20px;}
.user-box{ background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    width: 200px;
	border: 1px solid #ddd!important;}
.after-mm{ text-align:left;}
.links{ width:100%; display:block; float:left;}
ul.user-area{ float:right; width:auto;}
.nav.user-area .icon-mm a{ margin-bottom:0; margin-top:0; color:#606384; background:#fff; font-weight:normal;}
.nav.user-area .icon-mm{ margin-right:0; margin-left:0;}
.nav.user-area .icon-mm a{padding: 0px !important; margin-bottom:8px;}
.nav.user-area .icon-mm a.round-mm{ padding:5px!important; color:#e5754e;}
.grey{ background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
    padding-top: 0;}
 .site-text-size {
    margin-top: 5px;
	float:right;
	clear:both;
}
.site-text-size span{ display: block;
    padding-top: 7px;
    float: left;
    padding-right: 10px;
	color:#606384;}
.site-text-sm {
    font-size: 14px;
    padding-top: 5px;
}
.site-text-md {
    font-size: 18px;
    padding-top: 3px;
}
.site-text-toggle.active {
    color: #e5754e;
    border: 1px solid #e5754e;
}
.site-text-lg {
    font-size: 24px;
    display: inline-block;
    line-height: 30px;
}
p.dob label{ padding-bottom:5px;}
.content-buttons p{ float:left; width:100%;}
.five-cost li{ margin-left: 17px!important;
    font-size: 17px;
    margin-bottom: 0!important;}
.call{ float:left; width:70%;}
.fax{ float:left; width:30%;}
.shadow-box{ width:100%; display:block; float:left; margin-bottom:30px; padding:20px;
-webkit-box-shadow: 0px 3px 8px 2px #B5B5B5; 
box-shadow: 0px 3px 8px 2px #B5B5B5;}
.section{ width:100%; display:block; float:left;}
.section h2{ margin-top:0; }
.section label{ width:95%; text-align:left; }
.section input[type="text"]{ width: 95%;
border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 4px 4px 4px 4px;
    padding-top: 15px;
}
.space{ width:100%; display:block; float:left; height:20px;}
.user-profile{ display:block; margin-top:20px;}
.user-profile h1{ margin:0;}
button[type="reset"]
{
background-color:#fff;
border:2px solid #d8d8d8!important;
color:#4d4d4f;
}
#navsubmenu{ border-bottom:1px solid #ddd;}
.ui-tabs .ui-tabs-nav{ width:100%; border-bottom:1px solid #ddd;}
a.notif{ display:block; float:right; padding: 7px;
    padding-left: 15px; padding-right:15px;}
.notif img{ max-width:20px;}
	.section .select_container { width: 95%;
border: 1px solid #d8d8d8;
    border-radius: 4px 4px 4px 4px;
    padding-top: 15px;
	height: 46px;}
	.section .select_container select { max-width: 100%;
    width: 100%;}
	.section p.date img{ display:none;}
	.section form p.field{min-height: 85px;}
	.section p.blue{min-height: inherit; color:#606384; padding-bottom:15px;}
	.inner-label{background: #fff;
    display: block;
    float: left;
    margin-bottom: -15px;
	padding:7px;
	margin-left: 5px;
    padding-left: 5px;
    position: relative;}
#home-container p input {
    max-width: 250px;
    width: 250px;
    padding: 10px;
}
#home-container form p {
    clear: both;
    float: left;
    width: auto;
    clear: none;
    margin-right: 10px;
}
.mobile{ display:none;}
#home-container button {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.title-home {width: 100%;
    float: left;
    background-image: url(../images/blue-bck.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    height: 82px;
    padding: 20px;
    padding-bottom: 0;
	padding-top:25px;}
	.ui-tabs .ui-tabs-nav li{ margin:0!important;}
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{ color:#e5754e!important; }
	#home-container-patients img{ max-width:100%;}
.after-title{ width:100%; float:left; background-color:#f2f2f2; padding:30px; color:#e5754e; padding-left:50px; padding-right:50px;}
.cost2{ padding-left:50px;}
.after-title p{ font-size: 26px;
    text-align: left;
    font-weight: bold;
    padding-bottom: 20px;}
.center-cols{ width:100%; float:left; background-color:#f2f2f2;}
.center-col_1{ width:50%; float:left; text-align:center; padding:30px; border-right:1px solid #e5754e;}
.center-col_2{ width:50%; float:left; text-align:center; padding:30px;}
.center-cols img{ margin-bottom:20px;}
.five-cost{ width:50%; float:left; color:#e5754e; font-size:18px;}
.five-cost strong{ font-size:20px; }
.five-cost span{padding-right: 40px;
    display: block;}
.five-cost img{ float: left;
    margin-right: 10px;
    margin-bottom: 30px;}
.patients .ui-datepicker table{ overflow-x:auto!important; font-size: 13px!important; display:table;}
.site-text-toggle {
    display: inline-block;
    border: 1px solid #e5754e;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
	cursor:pointer;
	
}
.color-label label{ width:100%; display:inline-block;}
a.size{ color:#606384!important; font-weight:bold;}
#enlarger-size-small,
#enlarger-size-medium,
#enlarger-size-large{ text-decoration:none;}
.left_text {
    width: 40%;
    float: left;
}
.right_text {
    width: 50%;
    float: left;
    padding: 20px;
    box-shadow: 0 0 7px;
    margin-bottom: 40px;
}
ul.submenuitems{
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
	border-top:0;
	min-width:99%;}
ul.submenuitems li{ width:100%!important; text-align:left; border-radius:0px;}
ul.submenuitems li a{ width:100%; padding: 11px 15px;}
#header-patients li{ }
.arrow {
border: solid #4d4d4f;
border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
	margin-left: 5px;
    margin-bottom: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav .icon-mm{ float:right; margin-right:140px; width: 55px;}
.line-user{ width:100%;}
.mm{ padding-top:10px; padding-bottom:20px;}
.round-mm{ width: 40px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    padding: 5px;
  
    margin: 10px;
    margin-bottom: 20px;
	margin-top:0;
    float: left;
	font-weight:bold;}
.nav.user-area .icon-mm .round-mm{   border: 1px solid #4d4d4f!important;}
#header-patients li ul li{ width:100%; }
#header-patients  li.has-child{ }
.submenuitems li a{ border:0!important; margin:0;}
li.has-child a:hover .arrow {     border: solid #fff; border-width: 0 1px 1px 0;}
li.has-child:hover ul.submenuitems{ display:block;}
.clear {
    width: 100%;
    display: block;
	clear:both;
}
.right_text .underline {
    display: block;
    margin-bottom: 7px;
	text-decoration:underline;
}
	.tooltip {
  position: relative;
  display: inline-block;
}
a.ot-sdk-show-settings{ color:#fff!important; cursor:pointer;}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 230px;
    background-color: #e5754e;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
	left: -240px;
    top: -50px;
}
img.excel {
    margin-bottom: 10px;
    width: 30px;
}
.tooltip a{ text-decoration:none!important;}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
#hcp_post_content{ width:100%; display:block; float:left;}
.leftSpace input[type="text"]{ width:100%; max-width: 150px; }
#hcp_post_content .find_patient p{ width:100%!important; float:left!important;}
.status-icon.active{border-radius: 5px;
    padding: 5px;
    background-color: #006633;
    color: #fff;
    display: block;
    float: left;
    margin-top: 2px;
    min-width: 30px;
    text-align: center;
    font-size: 13px;}
.status-icon.inactive{ border-radius: 5px;
    padding: 5px;
    background-color:#FFCC33;
    color: #000;
    display: block;
    float: left;
    min-width: 30px;
    text-align: center;
    font-size: 13px;}
	.status-icon.rejected{border-radius: 5px;
    padding: 5px;
    background-color:#CC0000;
    color: #fff;
    display: block;
    float: left;
    margin-top: 2px;
    min-width: 30px;
    text-align: center;
    font-size: 13px;
	cursor:pointer;}
	.patientProfile table{ margin-top:0px;}
	.COLOR{ color:#e5754e; margin-bottom:5px;}
	.profile-box label{ width:100%; text-align:left; margin-bottom:4px;}
	.profile-box input[type="text"]{ width:95%; margin:0; padding: 10px; border-radius:4px;}
	.profile-box .select_container { width:95%; margin:0; padding: 10px; border-radius:4px;}
	.profile-box select {
    border: 0;
    max-width: 100%;
    width: 100%;
}
.find_patient input[type="text"]{max-width: 100%;
    width: 22%;
    padding: 10px;
    float: left;
    margin-right: 20px; }
	.find_patient input[type="password"]{max-width: 100%;
    width: 95%;
    padding: 10px;
    float: left;
    margin-right: 20px; }
	.find_pass input[type="text"]{max-width: 100%;
    width: 250px;
    float: left;
    margin-right: 20px; }
	.find_pass label{ display:none;}
	.find_pass form{ width:400px; margin:0 auto; margin-bottom:20px;}
	.find_pass .col-lg-4{ width:100%;}
	.form-validate-create-password input[type="text"]{max-width: 100%;
    width: 95%;
    padding: 10px;
    float: left;
    margin-right: 20px; }
	.form-validate-password label{ text-align:left; width:100%; padding-bottom:7px;}
	.form-validate-password .prompt-error{ font-size:12px;}
	
	.form-validate-create-password label{ text-align:left; width:100%; padding-bottom:7px;}
	.form-validate-create-password .prompt-error{ font-size:12px; width:100%;}
	.thank-you h3{ font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
	color:#e5754e;}
	.thank-you span{ color:#e5754e; }
	.thank-you .col-sm-12{ margin-bottom:15px;}
	.patients .thank-you  table{ width:50%; border-spacing: 0px;}
	.patients .thank-you  th{ background:none; color:#e5754e; border-bottom:1px solid #e5754e; }
	.patients .thank-you  td{ background:none; border-bottom:1px solid #4d4d4f;}
.find_patient .select_container{max-width: 100%;
    width: 22%;
    padding: 10px;
    float: left;
    margin-right: 20px; }
label.ssn{ margin-bottom:20px!important;}
b {
	font-weight: 900;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
    margin-top: 20px!important;
    display: block;
    float: left;
    margin-bottom: 20px!important;
}
#tabs{
width: 100%;
float: left;
border:0;
}
.pi_tab1{ width:60%!important;}
.pi_tab1.second_row{ width:40%!important;}
.user-area {
    padding: 0 0 8px;
    margin: 0;
    list-style: none;
    line-height: 1.44em;
    float: right;
	margin-top:20px;
}
.user-area li {
    float: left;
    list-style: none;
}
.user-area .size {
    padding: 0 40px 0 0;
    background: url(../images/sprite-1.png) no-repeat 100% 0;
	
}
.user-area a {
    float: left;
    text-decoration: none;color:#606384!important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
 input#fileupload, input#fileupload2 {
    height: 60px;
    width: 250px;
}
#progress{ float:left;}
#progress2{ float:left;}
.top{ width:100%; background-color:#f5f5f5;}
.top-header{ width:40%; float:right;}
.top a{ color:#fff!important; background-color: #e5754e;
    background-image: none; padding:10px; display:block; float:left; text-decoration:none; font-size:15px;}
.top-header nav a{
    color:#606384;
    background-image: none;
    display: block;
    float: right;
    text-decoration: none;
    font-size: 15px;
	margin-top:10px;
	margin-right:0px;
	font-weight:bold;
	background-image:url(../images/change-link.png); background-repeat:no-repeat; background-position:right; padding-right:30px;}
.hcp .top-header nav a.active{ color:#4d4d4f!important; background-color:#fff; padding:10px; display:block; float:left; text-decoration:none; font-size:15px; background-image:none; font-weight: bold;
    text-decoration: underline;}
.patients .top a.active{ color:#4d4d4f!important; padding:10px; display:block; float:left; text-decoration:none; font-size:15px; background-image:none; background-color:#fff; font-weight: bold;
    text-decoration: underline;}
h2 a{ color:#e5754e;}
.hcp-solutions{
    float:right!important;
    background-color:#e5754e!important;
    color:#fff;
    background-image:none!important;
    padding-left: 40px!important;
    padding-right: 40px!important;
    border-radius: 3px;
}
.eligibility select{ max-width:200px;}
nav.hcp{ width:100%;}
.hcp button {
    background-color:#fff;
	color: #e5754e!important;
    border: 2px solid #e5754e;
	border-radius: 7px;
    color: #fff;
    padding: 8px;
	padding-left:15px; padding-right:15px;
    text-decoration: none;
	margin-right:20px;
}
#ot-sdk-btn-floating.ot-floating-button button {
    padding: 0px;
}
.patients button {
    background-color:#fff;
	color: #e5754e!important;
    border: 2px solid #e5754e;
	border-radius: 7px;
    color: #fff;
    padding: 10px;
	padding-left:20px; padding-right:20px;
    text-decoration: none;
	margin-right:20px;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	float:left;
	margin-top:0;
}
.checkbox .checkmark{ width:15px; height:15px;}
.checkbox input {
    position: absolute;
    opacity: 0;
}

label.checkbox{ text-align:left; height:auto;}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {

}

/* When the checkbox button is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #262B67;
  
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox .checkmark{ border-radius:0;}
/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
    width: 12px;
    height: 12px;
    background-color: #e5754e;background-image:url(../images/check-icon.png);
  background-repeat:no-repeat;

}
.checkmark.error-check { border:1px solid #ff0000!important;}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn
{ color: #FFFFFF !important; }
#navsubmenu{ height:auto;}
#navsubmenu li{ margin-left:0; background:#fff; margin-bottom:0;}
#navsubmenu li a{ color:#4d4d4f!important; font-weight:normal; background:#fff;}
#navsubmenu li.selected a{ background:#fff; border-bottom:2px solid #e5754e!important;}
button:disabled{background-image:none;}
.hcp button.submit-hcp {
    background-color: #e5754e;
}

.patients button.submit-patients {
    background-color:#e5754e;
	color:#fff!important;
}
.title-box2-drug{ height:auto!important; background-size:cover;}
.radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 0px;
    font-size: 16px!important;
}
.radio input {
    position: absolute;
    opacity: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff; border:1px solid #4d4d4f;
  border-radius: 50%;
}
label.radio{ text-align:left; width:auto; float:left;}
/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff; border:1px solid #e5754e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}
.home-page-announcement {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(10, 10, 10, 0.3);
    z-index: 100;
}
.home-page-announcement .popup-box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #555;
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    position: relative;
	max-width:100%;
}
.home-page-announcement .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
}
.home-page-announcement h2{ font-size:20px!important; margin-top:0;}
.site-text-toggle {
    display: inline-block;
    border: 1px solid #888;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
	cursor:pointer;
}
.radio .checkmark:after {
top: 5px;
    left: 5px;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: #e5754e;
}
.col1{ width:50%; float:left;}
.col2{ width:50%; float:left;}
.enroll_but{ background-color:#fff; padding:20px; font-size:21px; display:block; float:left; font-weight:bold; text-decoration:none; margin-left:20px; margin-top:40px;
color: #e5754e!important;
    border: 2px solid #e5754e;
    font-weight: bold;
    border-radius: 10px;}
.col2 .enroll_but{ float:right; margin-right:20px;}
.patients .eligibility td{background-color:#f2f2f2;}
.patients .eligibility table {
    border-collapse: separate;
    border-spacing: 0;
}
.register-block {
    float: left;
    margin: 20px 10px;
    width: 100%;
}
.register-block a img {
    float: left;
    margin-right: 20px;
}
#hcp_post_content form p{ float:none; width:auto;}
.hcp th {
    background: #e5754e; none repeat scroll 0 0;
    color: #fff;
    text-align: left;
}
.hcp td, th {
    padding: 6px;
}
.hcp table {
    border-collapse: separate;
    border-spacing: 0px;
	width:100%;
}
.hcp th {
    background: #e5754e; none repeat scroll 0 0;
    color: #fff;
    text-align: left;
}

.check{ float:left;}
.patients th {
    background:#e5754e;
    color: #fff;
    text-align: left;
	font-weight: normal;
}
.patients td, th {
    padding: 10px;
}
.color-label label{ color:#e5754e; font-size: 16px!important;
    line-height: 20px!important;
    margin-bottom: 7px;}
p.alignright{ min-height:inherit; text-align:right;}
.patients td.like-th{
 background-color: transparent;background-image:url(../images/isi-gr.png); background-repeat:repeat-x;
    color: #fff;
    text-align: left;
	font-weight:bold;
}
.patients td.like-td{
background-color:#f2f2f2;color: #4d4d4f; 
}
.patients th.like-td{
background-color:#f2f2f2;color: #4d4d4f; background-image:none;
}
#tabs .ui-state-active a{ outline:0!important;}
.patients table {
    border-collapse: separate;
    border-spacing: 2px;
	width:100%;
    overflow-x: auto;
	font-size:16px!important;
	margin:0;
}
.border-color{ border:2px solid #e5754e; padding:10px; display:block; float:left; margin-bottom:20px;}
table{ }
table.eligibility{
    border-collapse: separate;
    border-spacing: 0;
	margin-top:20px;
	padding:15px;
	background-color:#f2f2f2;
}
table.eligibility td{ background-color:#f2f2f2; padding:0; padding-right:5px;}
table.eligibility td label.radio{ margin-bottom:0; padding-top:0;}
table.eligibility td p{ margin-bottom:10px;}
.right-top{ float:left; margin-top:20px;color:#000; padding-right:40px;}
.right-top a{ color:#000!important; font-weight:bold;}
.border-right{ border-right:2px solid #000; margin-right: 40px; margin-bottom:10px;}
.right-top a{ color:#e5754e; text-decoration:none;}
#header-hcp #nav li a:hover {
    background-color: #e5754e;
    text-decoration: none;
	border: 1px solid #fff !important;
	color:#fff;
}

#tabs .ui-state-active a{
background-color: #e5754e;
   text-decoration: none;
	border: 1px solid #fff !important;
	color:#fff!important;
}
.hcp #tabs li a:hover {
background-color: #e5754e;
   text-decoration: none;
	border: 1px solid #fff !important;
	color:#fff!important;
}
.patients h1{font-size:24px; color:#e5754e; margin-bottom:20px;}
.patients h2{font-size:20px; color:#e5754e;}
.color-label p{ min-height:inherit;}
.upload-content .col-lg-12{ padding:0;}
.upload-content .col-lg-4{ padding:0;}
.upload-content .col-lg-11{ padding:0;}
.hcp h1{font-size:24px; color:#e5754e; margin-bottom:20px;}
.hcp h2{font-size:20px; color:#e5754e;}
button.save{background:#fff; border:1px solid #e5754e; padding:10px; border-radius:5px; margin-right:0;}
button.cancel{background:#fff; border:1px solid #ddd; padding:10px; border-radius:5px;}
#home-container h1{ font-size:25px;}
#home-container-patients{ width:100%; display:block; float:left; margin-top:40px; border:1px solid #ddd; text-align:center;}

#home-container-hcp{ width:100%; display:block; float:left; }
#home-container-hcp img{border:2px solid #e5754e; width:100%;}
#header-patients #nav li a:hover {
    background-color: #e5754e;
    text-decoration: none;
	border: 1px solid #fff !important;
	color:#fff;
	
}
#nav:hover li.selected a{ border-radius:5px; }
ul.submenuitems li a:hover{ border-radius:0px;}



.eligibility .col-lg-4 {
    margin-right: 10px;
    width: 32.6%;
}

.eligibility ul {
margin-bottom:0;
}
.eligibility ul ul {
margin-top:7px;
}
.eligibility .box-drug ul {
margin-bottom:0;
}
.box-drug strong{color:#e5754e;} 

.patients .box-drug strong{color:#e5754e;} 
.hcp ul li span{ color:#4d4d4f;}
span .bluetext{ color: #e5754e; }
.patients ul li span{ color:#4d4d4f;}

.title-box{ width:100%; display:block; background-color:#6163ae; color:#fff; padding-top:10px; padding-bottom:10px; text-align:center; float:left; font-size:16px; font-weight:bold;}
.hcp .title-box{ width:100%; display:block; background-color:#e5754e; color:#fff; padding-top:10px; padding-bottom:10px; text-align:center; float:left;}
.content-box{background-color: #f6f5fb;
    display: block;
    float: left;
    margin-top: 10px;
    min-height: 80px;
    padding: 10px 20px;
    width: 100%;}
.eligibility .col-lg-6 {
    margin-right: 10px;
    width: 49.4%;
}
.using1{ background-image:url(../images/using1.png); background-repeat:no-repeat; color: #e5754e;
    font-size: 20px;
    height: 195px;
    margin-top: 10px;
    padding-left: 30px;
	padding-right:20px;
    padding-top: 45px;
    text-align: left;
    width: 540px;}
    
	.using2{ background-image:url(../images/using2.png); background-repeat:no-repeat; color: #e5754e;
    font-size: 20px;
    height: 105px;
    margin-top: 10px;
    padding-left: 100px;
    padding-top: 30px;
    text-align: left;
    width: 540px;}
    
	.using3{ background-image:url(../images/using3.png); background-repeat:no-repeat; color: #e5754e;
    font-size: 20px;
    height: 267px;
    margin-top: 10px;
    padding-left: 30px;
	padding-right:20px;
    padding-top: 35px;
    text-align: left;
    width: 540px;}
    
	.using4{ background-image:url(../images/using4.png); background-repeat:no-repeat; color: #e5754e;
    font-size: 20px;
    height: 195px;
    margin-top: 10px;
     padding-left: 30px;
	padding-right:30px;
    padding-top: 40px;
    text-align: left;
    width: 540px;
}
.clear{ width:100%; display:block; height:20px;}
.using1-hcp{ background-image:url(../images/using-hcp1.png); background-repeat:no-repeat; background-position:left;
    margin-top: 20px;
    padding-left: 60px;
padding-right: 40px;
    text-align: left;
    width: 600px;
	 height: 125px;
	padding-bottom:24px;
	display:table-cell;
	vertical-align:middle;}
    
	.using2-hcp{ background-image:url(../images/using-hcp2.png); background-repeat:no-repeat; background-position:right;
    margin-top: 10px;
    padding-left: 60px;
padding-right: 40px;
height: 125px;
	padding-bottom:20px;
    text-align: left;
    width: 600px;
	display:table-cell;
	vertical-align:middle;}
    
	.using3-hcp{ background-image:url(../images/using-hcp3.png); background-repeat:no-repeat; background-position:left;
    margin-top: 10px;
padding-left: 60px;
padding-right: 40px;
height: 125px;
	padding-bottom:20px;
    text-align: left;
    width: 600px;
	display:table-cell;
	vertical-align:middle;}
    
	.using4-hcp{ background-image:url(../images/using-hcp4.png); background-repeat:no-repeat; background-position:right;
    margin-top: 10px;
    padding-left: 60px;
padding-right: 50px;
height: 125px;
	padding-bottom:20px;
    text-align: left;
    width: 600px;
	display:table-cell;
	vertical-align:middle;
}
label.ssn {
    margin-bottom: 20px!important;
}
.messages-popupx {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(10, 10, 10, 0.3);
    z-index: 100;
}
.messages-popupx .popup-box {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px 5px #555;
    margin: 0 auto;
    width: 800px;
    padding: 20px;
    position: relative;
}
.orange{color: #e5754e; font-weight:bold;}
.content-box2{
    display: block;
    float: left;
    min-height: 160px;
	margin-top:10px;
    width: 100%;}
	.help .col-md-2{ background-image:url(../images/circle.png); background-repeat:no-repeat; color: #fff;
    font-size: 40px;
    font-weight: bold;
    height: 121px;
    padding-left: 35px;
    text-align: left;
	margin-top:10px;}
	
	.help .col-md-3{
	color: #e5754e;
	font-size:22px;
	padding-top:20px;
	font-weight:normal;
	}
	.help .col-md-7{color: #e5754e;
    font-size: 14px;
    font-weight: bold;
    padding-right: 55px;
    padding-top: 20px;
	}
	.patients .help .col-md-7{
	color: #e5754e;
    font-size: 19px;
    font-weight: normal;
    padding-right: 15px;
    padding-top: 20px;
	margin-left:20px;
	}
	
	.patients .help .col-md-3 span
	{
	font-size: 22px;
    font-weight: normal;
	}
	.patients .help .col-md-3 span.small-p
	{
	font-size: 16px;
    font-weight: normal;
	}
	.help .col-md-3 strong{
    font-size: 20px;
    font-weight: bold;
	}
	.eligibility .help ul{ color:#e5754e;}
	.eligibility .help ul li span{ color:#e5754e;}
	.help .col-md-2 span.d1{ float: left;
    font-size: 18px;
    padding-top: 35px;}
	.help .col-md-2 span.d2{ float: left;
    font-size: 35px;
    padding-top: 30px;}
.title-box2{ width:100%; display:block; background-color:#b4bf34; color:#fff; padding-top:10px; padding-bottom:10px; text-align:center; text-transform:uppercase;}
.title-box2-drug{ width:100%; display:block; color:#fff; text-transform:uppercase; padding-top:15px; padding-bottom:10px; text-align:center; text-transform:uppercase; height:57px; background-image:url(../images/box1-blue.png); background-repeat:no-repeat; background-position:center; font-size:18px;}
.hcp .title-box2-drug{ width:100%; display:block; color:#fff; text-transform:uppercase; padding-top:10px; padding-bottom:10px; text-align:center; text-transform:uppercase; height:57px; background-image:url(../images/box1-blue.png); background-repeat:no-repeat; background-position:center; font-size:18px;}
.title-box2-inf{ width:100%; display:block; color:#fff; text-transform:uppercase; padding-top:15px; padding-bottom:10px; text-align:center; text-transform:uppercase; height:57px; background-image:url(../images/box1-yellow.png); background-repeat:no-repeat; background-position:center; font-size:18px;}
.home h1{ }
.read-more{ color:#0071d1; text-decoration:none;}
.isi{ width:100%; display:block; float:left; margin-top:50px; margin-bottom:30px;}
p.fax span{ padding-top:5px; display:block;}
.see-more-isi{ background-image:url(../images/see-sag.png); background-repeat:no-repeat; background-position:left; padding-left:15px; color:#fff; text-decoration:none;}
h2.isi{ font-size:16px; margin-top:20px;}
.patients h2.isi{}
.right-isi{ float:right;}
a{color:#458ec1;}
.patients a{ color:#606384;}


.footer{ width:100%; display:block; float:left; padding-top:10px; padding-bottom: 10px; background-color:#e5754e; min-height:170px; color:#fff;}

.fixed-footer{position:absolute; bottom:0;}
.header-isi{ background-color:#e5754e; color:#fff;padding-bottom: 10px;
    padding-top: 10px;}
	.ui-widget{ font-size:14px!important;}
.patients .header-isi{}
.see-more-isi{ float:right;}
.isi-title{ float:left;}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.hcp .user-area .size{ display:none;}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.using-hcp-box {
    border: 2px solid #e5754e;
    padding: 20px;
    border-radius: 20px;
    width: 650px;
    display: block;
    clear: both;
    margin-bottom: 0px;
    margin-top: 30px;
    padding-left: 0;
    margin-left: 30px;
    height: auto;
}

.using-hcp .title {
    color: #00759f;
	background-color:transparent;
	width:auto;
	font-family:"Avenir Next LT W01 Bold";
}
.using-hcp span {
    color: #262B67 !important;
}
.using-hcp ul {
    padding-left: 1rem;
    line-height: 1.3;
}
.using-hcp ul li ul li{ list-style:circle!important;}
.using-hcp ul li ul li:before{ display:none;}
.using-hcp-box table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    font-size: inherit;
    margin-bottom: 20px;
}
.using-hcp-box table td {
    background-color: transparent;
    border: 0;
    vertical-align: top;
    padding: 2px!important;
    color: #4d4d4f;
}
.using-the-program .using-hcp-box table td {
    background-color: transparent;
    border: 0;
    vertical-align: top;
    padding: 2px!important;
    color: #262B67;
    font-weight: bold;
}
.using-hcp-box table{ margin:0;}
.using-hcp-box2 {
    background-color: white;
    border-radius: 80px;
    border: 2px solid #e5754e;
    top: 50%;
    left: 50%;
    transform: translate(90%, 0%);
}
.using-hcp-box img {
    margin-left: -30px;
}
.using-hcp-box4 {
    background-color: white;
    border-radius: 80px;
    border: 2px solid #e5754e;
    top: 50%;
    left: 50%;
    transform: translate(90%, 0%);
}
.using-hcp-box img {
    margin-left: -30px;
}
.using-hcp-box table td.last {
    width: 30px;
}
.box-image {
    background-color: white;
    border-radius: 80px;
    border: 2px solid #e5754e;
}
.using-hcp-box table td.first {
    width: 40px;
}
.using-hcp-box4 p {
    text-align: center;
    padding-right: 96px;
}
.using-hcp-box table td {
    background-color: transparent;
    border: 0;
    vertical-align: top;
    padding: 3px!important;
}
.using-hcp-box.arrow-bottom:after {
content: " ";
   position: absolute;
    border-top: 20px solid #1297d2;
    border-right: 42px solid transparent;
    border-left: 42px solid transparent;
    border-bottom: none;
    margin-top: 20px;
    margin-left: 25%;
}
.using-hcp-box .span-color {
    color: #524E86;
    font-weight: bold;
}
.using-hcp-box4:after {
	margin-top:-22px;
}
.using-hcp-box2.arrow-bottom:after {
    margin-top: 20px;
    margin-left: 22%;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Jquery Modal.

   ========================================================================== */
.modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }

    .googleMap .-sectionBody {
        width: 1300px;
        float: left;
    }
    .googleMap #pageContent h1,
    .googleMap .backList {
        display: none;
    }
    .googleMap .-sectionBody,
    .googleMap .resultDataMap {
        border:none;
    }

    .googleMap .resultDataMap .facilityListItem {
        float: left;
        width: 500px !important;
    }
    .googleMap .resultDataMap .colOne {
        float: left;
        width: 28px;
        display: block;
    }
    .googleMap .resultDataMap span.mapMarker {
        display: block;
        height: 38px;
        margin: 0 10px;
        width: 28px;
    }
    .googleMap .resultDataMap .colTwo {
        float: left;
        width: 85%;
        display: block;
        margin-left: 20px;
        margin-top: -15px;
    }
    .googleMap #facilityLocatorMap {
        float: left;
        height: 700px !important;
        width: 700px !important;
        dispaly: block;
    }
}
.progressbar {
      counter-reset: step;
	  width:100%; display:block;
	   float:left; margin-top:20px;
  }
 #container .progressbar li {
      list-style-type: none;
      width: 15%;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #7d7d7d;
	  list-style:none;
	  margin-left:0;
  }
  .progressbar li:before {
      width: 30px;
      height: 30px;
      content: ' ';
      counter-increment: step;
      line-height: 30px;
      border: 2px solid #7d7d7d;
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      border-radius: 50%;
      background-color: white;
  }
  .progressbar li:after {
      width: 100%;
      height: 2px;
      content: '';
      position: absolute;
      background-color: #7d7d7d;
      top: 15px;
      left: -50%;
      z-index: -1;
  }
  .progressbar li:first-child:after {
      content: none;
  }
  .progressbar li.active {
      color: #e5754e;
  }
  .progressbar li.active:before {
    background-color: #e5754e;
    border-color: #e5754e;
    color: #fff;
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-size: 15px;
    background-position: center;
  }
  .progressbar li.current:before {
    background-color: #e5754e;
    border-color: #e5754e;
    color: #fff;
	background-image:url(../images/pencil.png);
	background-repeat:no-repeat;
	background-size: 15px;
    background-position: center;
  }
  .progressbar li.active + li:after {
      background-color: #e5754e;
  }
  
 .progressbar li.active {
      color: #e5754e;
  }
 .progressbar li.active:before {
    background-color:#e5754e;
    border-color: #e5754e;
    color: #fff;
	
  }
  .progressbar li.active + li:after {
//      background-image: url(../images/g.jpg);
background-repeat: repeat-x;
  }
  
  
.form_error_message {
    color: #990000;
}

.genericError{
    color: #990000;
}
.top-mobile{ display:none;}
@media all and (min-width: 320px) and (max-width: 320px){
  table {
    margin: 20px 0px;
  }
}
@media all and (min-width: 320px) and (max-width: 481px){
.hcp button{ float:left;}
}
p.date-mobil{ display:none;}
@media all and (min-width: 320px) and (max-width: 767px) {
.desktop{ display:none;}
.mobile{ display:block;}
.call{ float:left; width:100%;}
.fax{ float:left; width:100%;}
.left_text {
    width: 100%;
    float: left;
}
.right_text {
    width: 100%;
    float: left;
    padding: 20px;
    box-shadow: 0 0 7px;
    margin-top: 40px;
}
.holidays-popup .popup-box{ width:auto;}
.footer .col-md-7{ width:100%!important; margin-bottom:20px;}
.border-right{ border:0;}
.right-top{ padding-right:0; width:100%;}
.top-header {
    width: 100%;
    float: left;
}
.content-buttons{ float:left!important; width:90%!important;}
.title-home{ background-color:#e5754e; height:inherit; padding-top:15px; padding-bottom:15px; background-image:none; border-radius: 20px 20px 0px 0px;}
p.date{ display:none;}
p.date-mobil{ display:block;}
p.date-mobil select {
    width: 57px!important;
	}
#dob_month_box{
    width: 110px!important;
	}
table.start_date{ width:100%;}
table.start_date td{ width:auto; float:left; clear:both;}
.patients th{ background-repeat:repeat;}
#submit-skip{ margin-top:20px;}
.pi_tab1{ width:100%!important;}
.ui-tabs .ui-tabs-panel{ width:100%; padding:0!important;}
p.date-mobil .date-box{ margin-right:10px;}
p.date-mobil label{ width:100%; float:left; text-align:left;}
label{ width:100%; float:left; text-align:left; padding-bottom:7px;}
.formBox label{ margin-bottom:0;}
#container #account_details ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.ui-tabs .ui-tabs-nav{ display:block!important;}
.ui-tabs .ui-tabs-nav a{ margin-top:5px!important;}
#account_details {
    float: left;
    margin-top: 10px;
}
.leftSpace{ width:100%; border:0; margin-bottom:0;}
.rightSpace{width: 100%;
    border: 0;
    padding-left: 0;
    margin-bottom: 20px;}
.alpha-filter table td {
    width: 30px;
    float: left;

}
.alpha-filter{ float:left; background-color:#e8e8e8;}
.patients td.like-td{ text-align:center!important; padding:10px!important; width:40%;}
.patients td.like-th{  padding:10px!important; width:60%;}
.patients td.like-th{ background-repeat:repeat;}
p.nothave-field label{ width:90%;}
p.nothave-field-2 label{ width:90%;}
  .top a{
    width: 100%;
    margin-bottom: 1px;
  }
  .responsive-button{
    cursor: pointer;
    margin-top: 20px;
    background-color: #e5754e;
	border:1px solid #458ec1;
    font-size: 16px;
    padding: 10px 14px 10px 15px;
    margin-bottom: 0px !important;
	color:#fff;
	width:100%;
  }
  .responsive-button-submenu{width:100%; }
  #nav{ display:none;}
  .nav > li > a{ width:100%; display:block; float:left; text-align:left;}
  .after-title{ padding:20px!important;}
  .five-cost{ width:100%; margin-bottom:20px;}
  .five-cost .col-xs-10{ width:70%;}
  .five-cost span {
    padding-right: 0;
    display: block;
}

.col2 {
    width: 100%;
    float: left;
}
.col1 {
    width: 100%;
    float: left;
}
.radio{ line-height:20px!important;}
.cost2 {
    padding-left: 0px;
}
.find_patient .select_container{ width:100%; margin-bottom:20px; margin-right:0;}
.select_container select{ width:90%; max-width:100%;}
.find_patient input[type="text"] {
    max-width: 100%;
    width: 100%;
	margin-bottom:20px;
	}
	.col-sm-12.col-md-12{ width:100%; float:left;}
	input[type="text"], input[type="password"]{ width:100%;}
	.patients .button.enroll{ display:block; float:none; margin:0 auto;}
	.patients .button.account{ display:block; float:none; margin:0 auto; margin-top:20px;}
	.find_patient{ width: 100%;
    float: left;
    margin-bottom: 20px;}
	.hcp .nav li, .submenu .nav li{ width:100%;}
	.hcp .nav li, .submenu .nav li a{ width:100%;}
.five-cost img{ margin-bottom:50px;}
  .nav li{ float:left; width:100%;}
 .text-enlarger {
    width: 260px;
}
.top-header{ padding-top:20px;}
 .title{ width:100%;}
 .text-enlarger-body{ width:100%;}
 .title-holder{ width:100%;}
 .size-link {
    display: inline-block;
    text-align: left;
    line-height:normal;
    text-decoration: none;
	background:none;
    width: 90%;
	height:auto;
    color: #000;
    border: 2px solid #e5754e;
    padding: 15px;
    border-radius: 10px;
}
  .responsive-button span{
    margin-left: 15px;
  }
  .responsive-button.active{
    margin-top: 20px;
    color: #fff;
  }
  .five-cost .center-col_1 img{ margin:0 auto; float:none; margin-bottom:20px;}
.five-cost .center-col_2 img{ margin:0 auto; float:none; margin-bottom:20px;}
.center-col_1 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px;
    border-right: 0;
	margin-top:20px;
}
.center-col_2 {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px;
    border-right: 0;
}
ul.submenuitems{ position:relative;}
ul.submenuitems li a{ padding-left:45px;}

  .ui-combobox{ width:70px;}
  #CombifyInput-dob-month{ width:60px;}
  #CombifyInput-dob-day { width:60px;}
  #CombifyInput-dob-year{ width:60px;}
.top{ display:none;}
#onetrust-banner-sdk.top{ display:block;}
.top-mobile{ display:block; float:left; width:100%;}
.top-mobile .container{ padding:0;}
.top-mobile a{ color:#fff!important; background-color:#458ec1; padding:10px; display:block; float:left; text-decoration:none; font-size:15px; text-align:center; min-height:80px; }
.top-mobile a.active{ color:#4d4d4f!important; background-color:#f4f4f4;display:block; float:left; text-decoration:none; font-size:15px; border:1px solid #d8d8d8;}
.top-mobile a{ width:40%; display:block; float:left;padding-top:14px; }
.top-mobile a.hcp-tab{ width:60%; display:block; float:left; padding-top:10px;}
.right-top a{ width:100%; float:left; }
.hide-mobil{ display:none;}
  .responsive-button-submenu{
    cursor: pointer;
    margin-top: 20px;
    background: #e5754e;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px 10px 15px;
    margin-bottom: 0px !important;
    margin-right: 5px;
    border: 1px solid #606384 !important;
  }
  .hcp #navsubmenu li a:hover {
background-color: #e5754e;
   text-decoration: none;
	border: 1px solid #606384 !important;
	color:#fff;
}
  .responsive-button-submenu span{
    margin-left: 15px;
  }
  .responsive-button-submenu.active{
    margin-top: 20px;
    border: 1px solid #606384 !important;
  }

  .submenu li a{

  }

  .nav a{
  }
  .nav li{
    margin-bottom: 0px !important;
  }
  .patients .nav .selected a{

  }
  .hcp .nav .selected a{

  }
  .nav > li > a{
    padding: 10px 45px !important;
  }
  #header{
    margin-bottom: 0px;
    padding: 0 !important;
  }
  #header-patients #nav li a:hover {

}
#header-hcp #nav li a:hover {

}
.right-top{ float:left; margin-bottom:10px;}
table.patient-list{border-collapse: separate;
    border-spacing: 2px;
    display: block;
    overflow-x: auto;
    width: 100%;}
  #home-container{
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 10px 10px 30px 10px;
  }
  #home-container-patients {
     margin-top: 10px;
    margin-bottom: 10px;
}
#home-container-hcp {
     margin-top: 10px;
    margin-bottom: 10px;
}
 
  .createaccount{
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .date-box{
    margin-top: 5px;
	float:none;
  }
  #container .progressbar li{
    color: #ffffff;
  }
  .eligibility .col-lg-6{
    width: 100%;
  }
  .scrollableArea{
    width: 100% !important;
  }
  .submenu .nav{
    width: 100%;
  }
  .eligibility .col-lg-4{
    width: 100%;
  }
  .hcp-popup .popup-box{
    width: 90%;
  }
  
}

@media all and (min-width: 320px) and (max-width: 500px) {
 .patients .button.enroll{
    float: none!important;
	margin: 0 auto!important;
    display: block;
	margin-top: 10px!important;
  }
  .patients .button.account{
    float: none!important;
    
	margin: 0 auto!important;
    display: block;
	margin-top: 20px!important;
    
  }
}

@media all and (min-width: 768px) and (max-width: 990px){
.right-top{ margin-top:0; margin-bottom:20px;}
  .patients .button.enroll{
    float: none;
    display: inline-block;
  }
  .patients .button.account{
    margin-right: 0px !important;
    float: none;
    display: inline-block;
  }
  .patients .button{
    float: none;
    width: 230px;
  }
  .eligibility .col-lg-6{
    width: 100%;
  }
  .eligibility .col-lg-4{
    width: 100%;
  }
}
@media all and (min-width: 320px) and (max-width: 481px){
a.logo img{ max-width:100%;}
div.container{ width:100%;}
.hcp button{ float:left;}
.padding{ margin-left:0;}
}
.using4 .padding{ margin-left:17px;}
.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
@media all and (min-width: 320px) and (max-width: 750px){
.using4 .padding{ margin-left:15px;}
.using4 ul{ margin-left:0px;}	
.using4 img{ max-width:30px;}
ul.user-area{ display:block;}
.user-box{ margin-top: 0px;
    float: left;
    padding: 10px;
}
#tabs .nav li{ width:100%;}
.using1 img{ display:none;}
.using3 img{ display:none;}
	.using4 img{ display:none;}
	.using5 img{ display:none;}
	.nav.user-area .icon-mm a.round-mm{ width:40px; text-align:center; float:right; background:#fff;}
	.using1-hcp{background-image: url("../images/using1-m.png");
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top left;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	.using3-hcp{background-image: url("../images/using3-m.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top left;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	.using3-hcp img{ display:none;}
	.using2-hcp{background-image: url("../images/using2-m.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top right;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	.using4-hcp{background-image: url("../images/using4-m.png");
    background-repeat: no-repeat;
    height: 140px;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top right;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;
	margin-bottom:20px;}
	
	.using1{background-image: url("../images/using1-m.png");
    background-repeat: no-repeat;
    margin-top: 10px;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top left;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	.using3{background-image: url("../images/using3-m.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top left;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	
	.using2{background-image: url("../images/using2-m.png");
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top right;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;}
	.using4{background-image: url("../images/using4-m.png");
    background-repeat: no-repeat;
    height: 140px;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top right;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;
	margin-bottom:20px;}
	.using5{background-image: url("../images/using5-m.png");
    background-repeat: no-repeat;
    height: 140px;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 20px;
    text-align: left;
    width: 100%;
	background-position:top right;
	background-color:#e5754e;
	border-radius:10px;
	padding-bottom:20px;
	border-radius: 20px;
    padding-bottom: 20px;
    float: left;
    height: auto;
	margin-bottom:20px;}
}

 #header-patients #nav li a:hover {
    background-color:#e5754e;
    text-decoration: none;
	color:#fff;
}
#header-patients #nav ul.submenuitems li a:hover{ border:0!important; border-radius:0px!important;}
#nav li.selected a:hover{ border-radius:0px!important;}
#header-hcp #nav li a:hover {
    background-color: #e5754e;
    text-decoration: none;
	border: 1px solid #e5754e !important;
	color:#fff;
}
.footer{ font-weight:normal;}
.isi h3{ font-weight:bold; font-size:18px; color:#e5754e;}
.hcp .isi h3{color:#e5754e;}
.hcp .footer{ background-color:#e5754e;}
.hcp a{color:#e5754e;}
.hcp .isi p strong{color:#e5754e;}