@charset "utf-8";

/* The Base CSS defines the application on a fundamental and default style level */
/* The Layout CSS files define the layout / look and feel of each Payor, i.e. Default is Blue HPHC is Red, etc ...*/

/* Clear Styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-family: Helvetica, 'Nokia Sans', Arial, Sans-serif;
  font-size: 12px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Links */
a,
a:visited,
a:hover {
  color: #e7742c;
  text-decoration: none;
}

.required,
.required span,
span.required {
  font-weight: bold;
  font-style: normal;
  color: #cc0000;
}

#advancedProviderSearch {
  float: right;
  padding: 10px;
}

.submitForm {
  cursor: pointer;
}

/* Widgets */
select,
select.error {
  font-size: 1em;
  margin-bottom: 10px;
  padding: 4px;
  color: #434343 !important;
}

form input,
form a.button {
  padding: 4px 0px;
  margin-bottom: 5px;
  font-size: 1em;
}

form a.button:hover {
  font-size: 1em;
}

a.button:hover,
a.button:visited,
.button,
.buttonOn,
button.btn,
.modalClose,
.serverPaginate .paginationBtns .btn {
  border: 1px solid #e7752d;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 7px 0;
  text-decoration: none;
  background-color: #f18d3d;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
}

.smallActionButton {
  border: 1px solid #e7752d;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  display: inline;
  padding: 2px 0;
  text-decoration: none;
  background-color: #f18d3d;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
}

a.button {
  padding: 9px 0 !important;
  margin-bottom: 5px;
}

.buttonOn {
  /*background-image: url(/images/mobile/button_on_bg_tile.png);
	background-position: left bottom;*/
}
/* Buttons */
.halfSquare {
  width: 48%;
  height: 100px;
  margin: 5px 0;
  text-align: center;
}

/* Checkboxes */
.nextCheckbox {
  margin-left: 20px;
}

/* Tables */
table td,
table th {
  padding: 7px 10px;
  text-align: left;
}

.tableContent table th {
  background: #6e6e6e url('/images/mobile/header_bg_tile.png') repeat-x scroll
    left top;
  color: #0f0f10;
}

.tableContent table thead tr {
  border-bottom: 1px solid #ccc;
}

.tableContent table tbody tr {
  background: #e6e6e8 url('/images/mobile/header_bg_tile.png') repeat-x scroll
    left top;
  border-bottom: 1px solid #dedede;
  color: #0f0f10;
}

/* Desktop React applications adjustments */
.application-container {
  padding: 24px;
}

.react-autosuggest__input {
  margin-bottom: 0;
}

/* Member Bar */
#memberBar,
#headerBar,
#tabs {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #1882af;
  color: #fff;
}

#memberBar {
  background-color: #333333;
  font-size: 1em;
  text-shadow: 0 -1px 0px #333333;
  border-bottom: 1px solid #015277;
}

#memberBar h3 {
  font-weight: bold;
  padding-top: 2px;
}

#memberBar .memberName,
#memberBar .memberTools {
  display: inline-block;
}

#memberBar .logoHolder {
  float: left;
  width: 100%;
}

#memberBar .logoHolder h1 {
  text-indent: -9999px;
  background: transparent url('/images/mobile/ahp_logo.png') left top no-repeat;
  display: block;
  height: 25px;
  width: 80px;
  width: 100%;
}

#memberBar .logoHolder h1 a {
  display: block;
  height: 100%;
  width: 100%;
}

#memberBar .memberName {
  float: right;
  width: 60%;
  text-align: right;
  margin-bottom: 3px;
}

#memberBar .memberTools {
  float: right;
  width: 60%;
  text-align: right;
}

#memberBar a,
#memberBar a:hover,
#memberBar a:visited {
  color: #fff;
  text-decoration: none;
}

#memberBar ul li {
  display: inline-block;
}

/* generic padding classes */
.pad10 {
  padding: 10px;
}
.padTop10 {
  padding-top: 10px;
}
.padBottom10 {
  padding-bottom: 10px;
}
.padBottom20 {
  padding-bottom: 20px;
}
.padBottom30 {
  padding-bottom: 30px;
}
.padBottom40 {
  padding-bottom: 40px;
}
.padBottom50 {
  padding-bottom: 50px;
}
.padLeft10 {
  padding-left: 10px;
}
.padRight10 {
  padding-right: 10px;
}
.pad20 {
  padding: 20px;
}
.pad30 {
  padding: 30px;
}
.pad40 {
  padding: 40px;
}
.pad50 {
  padding: 50px;
}
.padhrzonly {
  padding-top: 0;
  padding-bottom: 0;
}

/* Header */
#headerBar {
  position: relative;
}
#headerBar,
.ui-widget-header {
  background: #1998cd;
}

#headerBar h1,
.ui-dialog-title {
  text-shadow: 0 -1px 0px #333333;
  font-size: 1.5em;
  text-align: center;
}
#headerBar h1.headerFont {
  font-size: 1.25em;
}

/*Provider Search Header*/
#provListHeader {
  padding: 10px 5px;
  text-align: center;
  background-color: #fbfbfb;
}
#provListHeader #provMapButton {
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0 0;
  left: 0;
  text-indent: -999px;
  position: absolute;
  background-repeat: no-repeat;
  clear: both;
  height: 44px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 46px;
  z-index: 1000;
}
#provListHeader #provASButton {
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0 0;
  right: 0;
  text-indent: -999px;
  position: absolute;
  background-repeat: no-repeat;
  clear: both;
  height: 44px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 46px;
  z-index: 1000;
}
#provListHeader h1 span {
  color: #7b7b7b;
}
/*End Provider Search Header*/
#memberBar ul li a.switch {
  background: transparent url(/images/mobile/icons/reload.png) right center
    no-repeat;
  padding-right: 17px;
  margin-right: 7px;
  display: inline-block;
}

#memberBar ul li a.inbox {
  background: transparent url(/images/mobile/icons/mail.png) right center
    no-repeat;
  padding-right: 22px;
  margin-right: 7px;
  display: inline-block;
}

#memberBar ul li a.logout {
  background: transparent url(/images/mobile/icons/logout.png) right center
    no-repeat;
  padding-right: 17px;
  display: inline-block;
}

#mailcount {
  font-weight: bold;
  color: #525252;
  background: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 1px 3px;
  position: absolute;
  font-size: 11px;
  -moz-box-shadow: 0px 1px 1px #666;
  -webkit-box-shadow: 0px 1px 1px #666;
  box-shadow: 0px 1px 1px #666;
}

/* Top Buttons */
.backButton {
  display: block;
  float: left;
  z-index: 100;
  margin-top: 3px;
  position: relative;
}

.mobileSelectButton {
  margin-left: 10px;
  margin-right: 10px;
  width: 75px;
}

.actionButton {
  display: block;
  float: right;
  margin-top: 3px;
}

a.headerButton {
  border: 1px solid #0a527c;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 9px;
  text-decoration: none;
  background: #01608c url(/images/mobile/header_bg_tile.png) left top repeat-x;
  text-shadow: 0 -1px 0px #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #5cb5db;
  -webkit-box-shadow: 0px 1px 0px #5cb5db;
}

/**
 * Flyout-capable layout
 * ===========================
 * Presumes 250px wide flyouts and browsers
 * capable of handling fixed positioning and
 * independently scrolling positioned layers.
 */

body,
html {
  min-height: 100%;
}

.flyout {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* cordova won't position this offscreen, so we have to force it to hide/show */
  z-index: -1;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.flyout-right {
  right: 0;
}

.flyout-left {
  left: 0;
}

.pageContent {
  background: #fff;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.isShowingLeftFlyout .pageContent {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.isShowingRightFlyout .pageContent {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.flyoutOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

/* ==== end flyout layout ==== */

#menuButton,
#backButton {
  clear: both;
  background-color: #1998cd;
  background-image: url('/images/mobile/icons/menu.png');
  background-position: center;
  background-repeat: no-repeat;
  height: 44px;
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  left: 0;
  top: 0;
  z-index: 1000;
}

#contextButton {
  clear: both;
  background-color: #222222;
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0px -88px;
  background-repeat: no-repeat;
  height: 44px;
  position: absolute;
  width: 46px;
  right: 0;
  top: 0;
  z-index: 1000;
}

#backButton {
  background-image: url('/images/mobile/icons/icon_left.png');
}

/* Back */
#backNavButton {
  background-image: url('/images/mobile/icons/icon_left_black.png');
  background-position: left;
  background-repeat: no-repeat;
  background-color: initial;
  display: inline;
}

#backNavLabel {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}

#menuButton.is-active,
#contextButton.is-active {
  background-color: #222222;
  height: 48px;
}

/* Drop Down Menu */

#dropDownMenu {
  background: #434343;
  -moz-box-shadow: 0px 2px 2px #000;
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
}

#dropDownMenu ul li {
  border-bottom: 1px solid #565656;
}

#dropDownMenu ul li ul li:last-child {
  border-bottom: none;
}

#dropDownMenu ul li.copy {
  border-bottom: none;
}

#dropDownMenu ul li .logoHolder h1 {
  padding-left: 15px;
}

#dropDownMenu ul li a {
  display: block;
  padding: 14px;
  color: #fff;
  text-align: left;
}

#dropDownMenu ul li .mobileInner {
  display: none;
}

#dropDownMenu ul li a.mobileInnerLink span {
  background: url('/images/mobile/navDownArrow.png') no-repeat scroll right top;
  text-indent: -9999px;
  float: right;
  width: 10px;
}

#dropDownMenu ul li a.mobileInnerLink.open {
  background: #222222;
}

#dropDownMenu ul li a.mobileInnerLink.open span {
  background: url('/images/mobile/navUpArrow.png') no-repeat scroll right top;
}

#dropDownMenu ul li a.logOut {
  border-bottom: none;
}

#dropDownMenu #footer {
  border: none;
}

#dropDownMenu #footer .copyright {
}

#dropDownMenu #footer ul li {
  border-bottom: none !important;
  text-align: left;
}

#dropDownMenu ul li .mobileInner li {
  background: #323232;
}

.headerAction {
  background-image: none;
  position: absolute;
  text-indent: -9999px;
  top: -46px;
  height: 44px;
  width: 46px;
  right: 50px;
}

.pageContent .compose {
  background-image: none;
}

.pageContent a.compose {
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0px -176px;
}

.headerAction img {
  padding: 15px;
}

#contextNavButton {
  background-color: #c1b26f;
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0px -44px;
  background-repeat: no-repeat;
  height: 44px;
  right: 0;
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  top: -46px;
  z-index: 1000;
}

#contextNav.contextDrop {
  background: none repeat scroll 0 0 #000000;
  position: absolute;
  right: 0;
  width: 160px;
  z-index: 1000;
  display: none;
  top: 0px;
}
#contextNavButton img {
  padding: 10px;
}

#contextNavButton.is-active {
  background-color: #000;
  height: 48px;
}

#contextNav {
  background: none repeat scroll 0 0 #000000;
  position: absolute;
  right: 0;
  width: 160px;
  z-index: 1000;
  display: none;
}

#contextNav li {
  text-align: left;
  color: #fff;
}

#contextNav li a {
  padding: 10px 0 10px 10px;
  color: #fff;
  display: block;
}

/* Tabs */
#tabs h1 {
  display: block;
  margin: 10px;
  margin-top: 15px;
  text-align: center;
  text-shadow: 0 -1px 0px #333333;
  font-size: 1.7em;
  padding: 0px;
}

#tabs {
  background: #444444;
  border-bottom: 1px solid #a1a1a1;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  clear: both;
}

#tabs ul {
  border-bottom: 5px solid #e1e1e3;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
}

#tabs ul li {
  display: block;
  float: left;
  margin-bottom: 0px;
}

#tabs ul li a {
  display: block;
  margin: 0px 5px;
  padding: 12px 0px;
  background: #535353;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  font-weight: bold;
}

#tabs ul li.active,
#tabs ul li a.active,
#tabs ul li.activeState,
#tabs ul a.activeState {
  background: #e1e1e3 url(/images/mobile/header_bg_tile.png) left top repeat-x;
  color: #535353;
}

#tabs ul.threeTabs li {
  width: 33%;
  font-size: 1em;
}

/* Login */
ul.login li {
  margin-bottom: 10px;
}

ul.login li label {
  font-weight: bold;
  color: #434343;
  font-size: 1.2em;
}

/* Action and Details Area */
.actionArea {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  clear: both;
  position: relative;
}

.actionArea h1 {
  /*padding-bottom: 0px !important;*/
}

.actionArea#composeMessage {
  padding: 0;
}

#mainContent .secondaryActionArea {
  background-color: #535353;
  padding: 10px;
  color: #fff;
}

#mainContent .secondaryActionArea h4 {
  float: left;
  padding-right: 5px;
}

.topBorder {
  border-top: 1px solid #c6c6c6;
}

.lastListItem {
  border: none !important;
  margin-bottom: 0px !important;
}

.dropShadow {
  background: #ffffff url(/images/mobile/drop_shadow.png) left top repeat-x;
}

.reasonText {
  height: 100px;
  padding: 0px;
  margin: 10px 0px;
}

ul.actionForm li {
  padding-bottom: 10px;
}

ul.actionForm li h2 {
  padding-bottom: 0px !important;
}

ul.actionForm li input.error {
  display: inline;
}

ul li label.error {
  display: block;
}

#mainContent {
  display: block;
  width: 100%;
  clear: both;
  color: #434343;
  min-height: 100%;
  background: #fff;
  z-index: 1;
}

#mainContent .contentWrapper {
  padding: 10px;
  min-height: 150px;
  position: relative;
  z-index: 1;
}

#mainContent h1 {
  font-size: 1.6em;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

#mainContent h2 {
  font-size: 1.4em;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

#mainContent h3 {
  font-size: 1.1em;
  padding: 30px 0px 10px 0px;
  text-align: left;
}

#mainContent p {
  font-size: 1.2em;
  padding: 0px 0px 10px 0px;
  line-height: 1.4em;
  text-align: left;
}

#mainContent .emptycontentcell p {
  padding: 0;
  margin: 0;
}

#mainContent li.noPadding p {
  padding: 0;
}

#mainContent .paddingTopBottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contentContainer {
  padding: 0px 5px 0px 5px;
  display: block;
}
#provDetailContent {
  margin-bottom: 100px;
  position: relative;
}

#provDetailContent p {
  padding: 0;
  font-size: 100%;
}

.actionArea.viewMessage {
  padding-bottom: 0;
}

/*Hint Text*/
span.hint {
  color: #666;
  font-size: 0.9em;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

/* List Header amd Sub Header */
.listHeader {
  background-color: #535353;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #444;
}

.listHeader h4 {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.listSubHeader {
  background-color: #f5f5f5;
  padding: 10px;
  color: #434343;
  border-bottom: 1px solid #c6c6c6;
}

.listSubHeader h5 {
  font-weight: normal;
}

/* Menu Lists */
#mainContent ul.menuList li,
#mainContent ul#listRegions li {
  background: #f0f0f1 url(/images/mobile/header_bg_tile.png) top left repeat-x;
  border-bottom: 1px solid #cececf;
  border-top: 1px solid #f9f9f9;
  position: relative;
}

#mainContent ul.menuList li a,
#mainContent ul.menuList li span.listHeader,
#mainContent ul.menuList li#partHeader span,
#mainContent ul#listRegions a,
#mainContent ul#listRegions span {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #434343;
}
#mainContent ul.menuList li .providerDetails {
  padding: 15px 10px;
  font-size: 1.3em;
}

#mainContent ul.menuList li#partHeader span,
#mainContent ul#listRegions span {
  text-align: center;
}

#mainContent ul.menuList li input[type='checkbox'] {
  display: none;
}
#mainContent ul.menuList li a:hover,
#mainContent ul.menuList li a.selected {
  background-color: #e1e1e3;
}

#mainContent ul.menuList li a span.read {
  font-size: 1em;
  font-weight: normal;
  color: #434343;
}

#mainContent ul.menuList li a.mail {
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
}

/* When messages can be archived, add an empty circle
to the left to show -- an empty checkbox */

#mainContent ul.menuList li.deleteOn a.mail {
  padding-left: 40px;
  pointer-events: none;
}

#mainContent ul.menuList li.deleteMarked a.mail::before {
  display: none;
}

.messageDeleteList ul li a {
  padding-left: 45px;
}
#mainContent ul.menuList li a span.listCount {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -moz-box-shadow: 0px -1px 0px #717172;
  -webkit-box-shadow: 0px -1px 0px #717172;
  background: #8f8f8f;
  color: #fff;
  font-size: 0.7em;
  padding: 3px;
  width: 30px;
  display: block;
  float: right;
  margin-right: 8%;
  text-align: center;
  font-weight: normal;
}

#mainContent ul.mobileCheckList li {
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
}

#mainContent
  ul.mobileCheckList
  li.mobileCheckOn
  label.mobileCheckLabel::before {
  display: none;
}

#mainContent
  ul.mobileCheckList
  li.mobileCheckDisabled
  label.mobileCheckLabel::before {
  display: none;
}

#mainContent ul.mobileCheckList li.mobileCheck label.mobileCheckLabel {
  padding-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
}

#mainContent ul.mobileCheckList li.mobileCheck label.mobileCheckLabel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  height: 12px;
  width: 12px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid #ccc;
}

#mainContent ul.mobileCheckList li.mobileCheckOn label.mobileCheckLabel {
  background: url(/images/mobile/icons/check_red.png) 10px 50% no-repeat;
}

#mainContent ul.mobileCheckList li.mobileCheckDisabled label.mobileCheckLabel {
  background: url(/images/mobile/icons/check_grey.png) 10px 50% no-repeat;
}

#mainContent ul.mobileCheckList li.mobileCheckOn label.mobileCheckLabel {
  background: url(/images/mobile/icons/check_red.png) 10px 50% no-repeat;
}
#mainContent ul.mobileCheckList li.mobileCheckOn label.mobileCheckLabel.green {
  background: url(/images/mobile/icons/check_green.png) 10px 50% no-repeat;
}

.mobileLegalAgreement {
  padding-left: 40px;
  color: red;
}

button.mobileLegalAgreement {
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  font-family: inherit;
}

.mobileLegalAgreementText {
  padding-left: 40px;
}

#mainContent ul.menuList li a span,
#mainContent ul.menuList li .phone {
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: none;
}
#mainContent ul.menuList li a span {
  color: #666;
}
#mainContent ul.menuList li a span.status {
  float: right;
  /*margin-right: 7%;*/
}

#mainContent ul.menuList li a span.priority {
  float: right;
  clear: both;
  margin-right: 7%;
  margin-top: 12px;
}

#mainContent ul.menuList li a span.summary {
  display: block;
  margin-top: 10px;
  margin-right: 5%;
}

.summary-datesLabel {
  margin-right: 5px;
}
#mainContent ul.menuList li a div.deleteMenuItem {
  float: right;
}

#mainContent ul.menuList li a span.expired {
  color: red;
}

/* Top and Bottom Content, i.e. Payor Placed Content */
#content {
  display: block;
  clear: both;
  padding: 10px;
  background: #fff;
}

/* Item Detail, i.e. Visit Detail, etc. */
.categoryTitle {
  margin-bottom: 5px;
  font-weight: normal;
}
ul.itemDetail {
  overflow: hidden;
}
ul.itemDetail li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #dadada;
  font-size: 1.2em;
}

ul.itemDetail li .wrapper {
  overflow: hidden;
}

ul.itemDetail li label,
ul.itemDetail li span {
  padding-bottom: 10px;
}

ul.itemDetail li label.noPadding,
ul.itemDetail li span.noPadding {
  padding-bottom: 0;
}

ul.itemDetail li label {
  font-weight: bold;
  padding-bottom: 5px;
}

ul.errorDetail li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.value.eligibilityDate {
  display: flex;
  flex-direction: row;
}
/* Footer */
#footer {
  margin: 0px;
  padding: 0px;
  font-size: 0.9em;
}

#footer ul {
  padding: 2px 0px;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #1c1c1c;
  display: inline-block;
  width: 100%;
  margin: 0px;
  background: transparent url(/images/mobile/footer_bg_tile.png) left top
    repeat-x;
  font-size: 1em;
}

#footer ul li {
  display: block;
  float: left;
  margin-bottom: 0px;
}

#footer ul li a {
  display: block;
  margin: 0px 2px;
  padding: 4px 0px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 -1px 1px #333;
}

#footer ul li a:hover,
#footer ul li a.active {
  background: transparent url(/images/mobile/footer_active_bg_tile.png) left
    center;
}

/* Footer Icons */
#footer ul li a.selected {
  background: transparent url(/images/mobile/footer_active_bg_tile.png) left
    center;
}

#footer ul li a span {
  display: inline-block;
  padding-top: 32px;
}

#footer ul li a span.home {
  background: transparent url(/images/mobile/icons/footer_home.png) center top
    no-repeat;
}

#footer ul li a span.myhealth {
  background: transparent url(/images/mobile/icons/footer_heart.png) center top
    no-repeat;
}

#footer ul li a span.info {
  background: transparent url(/images/mobile/icons/footer_user.png) center top
    no-repeat;
}

#footer ul li a span.permissions {
  background: transparent url(/images/mobile/icons/footer_lock.png) center top
    no-repeat;
}

#footer ul li a span.switch {
  background: transparent url(/images/mobile/icons/footer_switch.png) center top
    no-repeat;
}

#footer ul li a span.providersearch {
  background: transparent url(/images/mobile/icons/footer_location.png) center
    top no-repeat;
}

#footer ul li a span.more {
  background: transparent url(/images/mobile/icons/footer_more.png) center top
    no-repeat;
}

#footer ul li a span.myhealthplan {
  background: transparent url(/images/mobile/icons/footer_health_plan.png)
    center top no-repeat;
}

#footer .copyright {
  padding: 10px;
  line-height: 1.2em;
}

#footer .copyright a.logo {
  display: inline-block;
  width: 120px;
  height: 20px;
  margin-bottom: 10px;
  background: transparent url(/images/mobile/healthtrio_logo.png) top left
    no-repeat;
  text-indent: -10000px;
}

#footer .copyright ul {
  background: none;
  border: none;
}

#footer .copyright ul li {
  display: block;
  width: 100%;
}

/* Widths, these are meant for footer buttons can be used in general */
.fullWidth {
  width: 100%;
}
.twoThirdsCol {
  width: 65%;
}
.halfWidth {
  width: 50%;
}
.twoCol {
  width: 48%;
}
.thirdWidth {
  width: 33%;
}
.quarterWidth {
  width: 25%;
}
.halfWidthButton {
  margin: 0.5%;
  float: left;
}

/* Stati */
span.overdue,
label.error,
span.urgent {
  color: #cd5756 !important;
}

.error {
  display: block;
}

label.error {
  display: none;
  clear: both;
  padding-top: 7px !important;
}

.replied {
  background: transparent url(/images/mobile/icons/arrow_reply.png) left center
    no-repeat !important;
  width: 12px;
  float: left;
  margin-top: 17px;
  margin-left: 7px;
  display: none;
}

.replied.on {
  display: block;
}

.forwarded {
  background: transparent url(/images/mobile/icons/arrow_forward.png) left
    center no-repeat !important;
  width: 12px;
  float: left;
  margin-top: 17px;
  margin-left: 7px;
  display: none;
}

.forwarded.on {
  display: block;
}

.icon-paper-clip {
  display: block !important;
  float: left;
  font-size: 1.3em;
  margin-left: 7px;
  margin-top: 36px !important;
  color: #888;
}
.icon-paper-clip.secondIcon {
  margin-left: -12px !important;
}
span.urgent {
  background: transparent url(/images/mobile/icons/exclamation_red.png) right
    bottom no-repeat;
  width: 5px;
}

a.whatsThis {
  display: block;
  text-align: right;
  color: #666;
  margin-top: 15px;
  text-decoration: none;
  font-style: italic;
  display: none;
}

/* Health Tracker */
#tooltip {
  display: block;
  background: #fff;
  border: 3px solid #535353;
  padding: 5px;
  text-align: center;
}

#tooltip span {
  display: block;
}

#tooltipClose {
  font-size: 0.2em;
  clear: both;
  display: block;
  margin-top: 5px;
  padding: 3px !important;
  border: 1px solid #ca761e;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 0.3%;
  padding: 2px;
  text-decoration: none;
  background: #f18614 url(/images/mobile/header_bg_tile.png) left top repeat-x;
  text-shadow: 0 -1px 0px #bf7f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
}

.htButtons {
  display: block;
  clear: both;
  margin: 15px 0px;
}

.htControls,
.bold {
  font-weight: bold;
}

#healthTrackerGraph {
  width: 98%;
  height: 250px;
  margin: 5px auto;
}

.errorMessage {
  color: #ff6666 !important;
  margin-bottom: 10px;
}

.errorStatus {
  border: 1px solid #ff6666 !important;
  background: #ffecec !important;
}

.sourceForItemBeingTracked {
  text-align: center;
}

.valueForItemBeingTracked {
  text-align: right;
}

#healthTrackerGraph .legend table,
#healthTrackerGraph .legend table td {
  border: none;
}

/* Health Tracker Controls */
ul.controls {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0px;
}

ul.controls li {
  display: block;
  float: left;
  padding-right: 7px;
}

ul.controls li.last {
  padding-right: 0px;
}

ul.controls li span {
  margin-right: 10px;
  display: block;
}

ul.controls li span.last {
  margin-right: 0px;
}

ul.controls li input {
  width: 100%;
}

.icon_zoomIn {
  background: transparent url(/images/mobile/icons/icon_zoomin.png) center
    center no-repeat !important;
  height: 20px;
  display: block;
  margin: 0px;
  text-indent: -9999px;
}

.icon_zoomOut {
  background: transparent url(/images/mobile/icons/icon_zoomout.png) center
    center no-repeat !important;
  height: 20px;
  display: block;
  margin: 0px;
  text-indent: -9999px;
}

.icon_scrollLeft {
  background: transparent url(/images/mobile/icons/icon_left.png) center center
    no-repeat !important;
  height: 20px;
  display: block;
  margin: 0px;
  text-indent: -9999px;
}

.icon_scrollRight {
  background: transparent url(/images/mobile/icons/icon_right.png) center center
    no-repeat !important;
  height: 20px;
  display: block;
  margin: 0px;
  text-indent: -9999px;
}

/* Providers */
.providerSearchArea {
  clear: both;
  position: relative;
}
.providerSearchArea h1 {
  width: 55%;
}
.providerSearchArea .miles {
  position: absolute;
  top: 15px;
  right: 6%;
}

.providerSearchArea #miles {
  position: absolute;
  right: 10px;
  top: 10px;
}

#searchProviders {
  margin-top: 20px;
}

.providerModalData {
  display: none;
}
/* Hiding map (initially) with z-index instead of display: none
so googlemaps calculates dimensions correctly.
Gets shown via JS. */
#providerListMap {
  border: 1px solid #a8a8a8;
  width: 99%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

#providerListMap.is-visible {
  visibility: visible;
  position: static;
}

#providerListMap.detail {
  display: inline-block;
}

#providerListMap.large {
  height: 350px;
}

#map_canvas {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
}

#providerListDetails ul.menuList li a p span {
  font-size: 1em;
}

.providerSearchArea h3 {
  margin-top: 10px;
}

.providerSearchArea select,
.providerSearchArea form input {
}

#providerListMap .contentContainer {
  padding: 0;
}

/*#mainContent .providerSearchArea .paddingTopBottom {padding-top: 15px;}*/
#useCurrentLocation {
}

#zipCodeContainer div {
  margin-left: 10px;
}

#zipCode {
  /* max-width: 120px; */
}

.useMobileGeoSwitch__title {
  white-space: nowrap;
}

.mobileGeoLocateParam:disabled {
  background: #8c8c8c;
  border-color: #8c8c8c;
}

/* The default checkbox needs to be hidden as we have a custom styled checkbox (but should still be visible for screen readers) */
.useMobileGeoSwitch {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.useMobileGeoSwitch__customCheckbox {
  color: #333;
}

.useMobileGeoSwitch__customCheckbox::after {
  content: '\f096';
  font-family: FontAwesome;
  font-size: 28px;
}

.useMobileGeoSwitch__customCheckbox.label_checked::after {
  content: '\f14a';
}

.useMobileGeoSwitch:checked + .useMobileGeoSwitch__customCheckbox::after {
  content: '\f14a';
}

.providerDetails {
  cursor: pointer;
}

#mainContent ul.menuList .providerDetails .ht1-mobile-ProviderListName {
  padding: 0;
  font-size: 100%;
}

#mainContent ul li .phone,
#mainContent ul li .map,
#mainContent ul li .providerDetails .phone,
#mainContent ul li .providerDetails .map {
  background: none;
  display: inline;
  font-size: 80%;
  font-weight: normal;
  padding: 0 0 0 24px;
  cursor: pointer;
}

#mainContent ul li .phone {
  background: transparent url(/images/mobile/icons/phone.png) left top no-repeat !important;
  margin-right: 20px;
}

#mainContent ul li .phoneNew {
  background-image: url('/images/mobile/buttonSprite_555.png') !important;
  background-position: -3px -499px !important;
  background-repeat: no-repeat !important;
  color: #f27813 !important;
  display: inline-block !important;
  padding-bottom: 6px !important;
  padding-left: 30px !important;
  padding-top: 0 !important;
}
#mainContent ul li .map {
  background: transparent url(/images/mobile/icons/map.png) left top no-repeat !important;
}

#mainContent ul li .map.noImg {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  bottom: 10px;
  display: inline-block;
  float: right;
  position: relative;
}
#mainContent ul li .map.noImg img {
}

.ht-MapMarker--imageAndLabel {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 34px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.resultSectionMapMarkerImg {
  position: absolute;
  top: 0;
  left: 0;
}
#mainContent .ht-MapMarker--imageAndLabel .ht-MapMarker--label,
#mainContent .menuList .ht-MapMarker--imageAndLabel .ht-MapMarker--label,
#mainContent .mapMarker .enlargeMapPin .ht-MapMarker--label {
  position: relative;
  bottom: 3px;
  color: #000;
  font-weight: bold;
}
#mainContent .providerSearchArea .menuList p {
  font-size: 80%;
  font-weight: normal;
  padding: 0;
}

#providerSearchResults {
  background-color: #f3f3f3;
  padding: 10px;
  position: relative;
}

.ht1-mobile-ProviderListName {
  margin-right: 50px;
  margin-bottom: 12px;
  line-height: 1.2;
}

#providerSearchResults h2 {
  padding-bottom: 3px;
}

#providerSearchResults h3 {
  padding: 6px 0 3px 0;
}

#providerSearchResults i {
  display: inline-block;
  width: 80px;
}

#providerSearchResults p {
  padding-bottom: 0;
}

.providerSearchArea #miles {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Mail */
#addRecipientsTo,
#addRecipientsCC {
  float: right;
}

a.recipient {
  padding: 5px 8px;
  padding-right: 20px;
  margin: 0px 5px 5px 0px;
  text-decoration: none !important;
  border: 1px solid #a1a1a1;
  color: #333;
  cursor: pointer;
  text-decoration: none;
  background: #e0e0e0 url(/images/mobile/icons/delete.png) right center
    no-repeat;
  text-shadow: 0 -1px 0px #e0e0e0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -moz-box-shadow: 0px 1px 0px #e0e0e0;
  -webkit-box-shadow: 0px 1px 0px #e0e0e0;
  display: inline-block;
}

/* Action buttons */
#actionButtons ul {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding-bottom: 0px;
}

#actionButtons ul li {
  display: block;
  float: left;
  margin-bottom: 0px;
}

#actionButtons ul li div {
  margin: 5px 5px;
}

#actionButtons ul li input {
  display: block;
  width: 100%;
}

#actionButtons ul li button {
  display: block;
  width: 100%;
}

/* Miscellany */
.divider {
  margin-top: 5px !important;
}

.hidden {
  display: none;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.noWrap {
  white-space: nowrap;
}
/* Are we using this in code? If so change to the above, alignCenter for consistency ... */
.center {
  text-align: center;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.inlineTable {
  display: inline-table;
}

.marginBottom {
  margin-bottom: 10px;
}

hr {
  border: none;
  border-bottom: 1px solid #ceced0;
}

.na {
  color: #999;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.noBottomBorder {
  border-bottom: none !important;
}

/* Grid */
ul.grid {
  padding: 0px;
  font-size: 1em;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

ul.grid li {
  display: block;
  float: left;
  margin-bottom: 20px;
  width: 50%;
}

ul.grid li a {
  display: block;
  margin: 0px 10px;
  padding: 0px 0px 0px 0px;
  height: 100px;
  text-align: center;
  border: 1px solid #e7752d;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  background: #e7752d url(/images/mobile/header_bg_tile.png) left top repeat-x;
  text-shadow: 0 -1px 0px #bf7f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
}

ul.grid li a span {
  display: block;
  padding-top: 80px;
}

ul.grid li a span.hospital {
  background: transparent url(/images/mobile/icons/hospital.png) center center
    no-repeat;
}

ul.grid li a span.pharmacy {
  background: transparent url(/images/mobile/icons/pharmacy.png) center center
    no-repeat;
}

ul.grid li a span.urgentCare {
  background: transparent url(/images/mobile/icons/urgent_care.png) center
    center no-repeat;
}

ul.grid li a span.providers {
  background: transparent url(/images/mobile/icons/providers.png) center center
    no-repeat;
}

ul.gridFullWidth li {
  width: 100%;
}

/* Dialog */
.pivotName {
  font-weight: bold;
}

.ui-corner-all {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#dialog {
  width: 100%;
  clear: both;
  display: none;
}

.ui-dialog {
  border: 1px solid #545454;
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
  padding: 0px;
  font-family: Helvetica, 'Nokia Sans', Arial, Sans-serif;
}

.ui-widget-header {
  padding: 0px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #1782ae;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.ui-dialog .ui-dialog-title {
  font-size: 1.2em;
  line-height: 25px;
}

.ui-dialog .ui-dialog-content {
  padding: 10px;
}

.ui-dialog .ui-dialog-content p {
  line-height: 1.4em;
}

.ui-widget-overlay {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0.5;
  filter: Alpha(Opacity = 50);
}

.ui-dialog .ui-dialog-titlebar-close {
  left: 0.4em;
  top: 50%;
  width: 19px;
  margin: -12px 0 0 0;
  padding: 1px;
  height: 19px;
}

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 0px;
  background: transparent url(/images/mobile/icons/dialog_close.png) left top
    no-repeat !important;
  height: 19px;
  width: 19px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  background-color: transparent;
  border-color: transparent;
}

div.modalContent a.modalClose,
div.modalContent a.modalClose:hover,
.modalClose,
.buttonOff,
.cancelButton {
  border: 1px solid #a1a1a1;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1;
  text-decoration: none;
  background-color: #dadada;
  text-shadow: 0 -1px 0px #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 1px 0px #dddddd;
  -webkit-box-shadow: 0px 1px 0px #dddddd;
}

/* Ensure content place handles (i.e. move / delete item) are not visible  */
.contentpar .contentCellTools {
  display: none;
}

/*JHHC USG-authorized use only*/
div#user_agree {
  line-height: 1.5em;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

div#user_agree_inner {
  background: #fff;
  padding: 10px 15px 25px;
}

div#user_agree_inner p {
  padding-bottom: 20px;
}

div#user_agree_inner ul li {
  list-style: disc outside none;
}

div.list {
  padding: 0px 20px 20px 30px;
}

div.list ul li {
  padding-bottom: 15px;
}

/*Mobile Modal*/
div.blockMsg {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-box-shadow: 0px 0px 10px #333;
  -webkit-box-shadow: 0px 0px 10px #333;
  width: 90% !important;
  top: 15% !important;
  left: 5% !important;
  padding-bottom: 10px;
}

div.genericModal {
  display: none;
}

div.genericModal div.modalHeader h1 {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  color: #fff;
  line-height: 25px;
  font-size: 1.4em;
  text-shadow: none;
  font-weight: bold;
  background: #c4b370;
  padding: 10px 0;
  text-align: center;
}

div.genericModal div.modalHeader a.modalClose,
#modal > a.modalClose {
  background: transparent url('/images/mobile/icons/dialog_close.png') no-repeat !important;
  position: absolute;
  right: 0;
  margin: 12px 10px 0px 5px;
  display: block;
  width: 18px;
  height: 18px;
  border: none !important;
  text-indent: -9999px;
  display: inline-block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

div.genericModal div.modalContent {
  padding: 10px;
}

div.genericModal div.modalContent p {
  line-height: 1.4em;
  font-size: 1.1em;
}
/* Clearfix */

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: table;
}

/* Clearfix for modern browsers */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  *zoom: 1;
}

div.modal {
  position: fixed;
  width: 90%;
  z-index: 1011;
  border: 1px solid #dadada;
  border-radius: 8px 8px 0 0;
}

div.modal table {
  display: block;
  height: 500px;
  overflow-y: scroll;
  width: auto;
}

div.modal table td {
  padding: 7px 1px;
}

.modalSelections {
  padding: 10px 0;
}

div.modal #resultWrapper {
  height: auto;
}

div.modal .actionItems ul {
}

div.modal .actionItems ul li {
  width: 45%;
  display: block;
  float: left;
  padding: 5px;
}

div.modal .actionItems ul li button,
div.modal .actionItems ul li a {
  width: 100%;
}

/* inline error */
label.error,
label.requireInputExistsError,
ul li label.requireInputExistsError {
  color: red;
  font-size: 0.7em;
  display: block;
  font-size: 90%;
  width: 100%;
}

ul.composeMessageForm li label.requireInputExistsError,
ul.composeMessageForm li input ~ label.error {
  margin-left: 100px;
  font-weight: normal;
  width: 100%;
}

.h30 label.requireInputExistsError,
ul li label.requireInputExistsError {
  display: none;
}

#addData {
  background: #fff;
}
/*Secure messaging*/
#archiveMessagesForm {
  padding: 0 !important;
}

.composeMessageForm li {
  height: auto;
  border-bottom: 1px solid #dcdcdc;
}

.composeMessageForm li label {
  color: #999;
}

.composeMessageForm li label,
.composeMessageForm li label input {
  padding: 15px;
  display: inline;
}

.messageDateTime {
  padding-top: 20px;
  list-style: none;
}

#mainContent h3.messageSubject {
  padding-top: 5px;
}

.to {
  padding: 5px 0 !important;
}

div.autogrow {
  padding-bottom: 8px !important;
  padding-left: 0px !important;
  border: none !important;
  display: inline;
}

#recipients {
  float: right;
  padding-top: 10px;
  position: relative;
}
#recipients a {
  display: block;
  height: 24px;
  padding-right: 25px;
  text-indent: -9999px;
  width: 10px;
  background: url('/images/mobile/icons/add.png') no-repeat center;
}
#recipients a.expanded {
  background: url('/images/mobile/icons/remove.png') no-repeat center;
}
#cc {
  float: right;
  padding-top: 10px;
  position: relative;
}

#cc a {
  display: block;
  height: 24px;
  padding-right: 25px;
  text-indent: -9999px;
  width: 10px;
  background: url('/images/mobile/icons/add.png') no-repeat center;
}

#cc a.expanded {
  background: url('/images/mobile/icons/remove.png') no-repeat center;
}

.subjectLine {
  height: 15px;
}

.subjectLine input {
  height: 15px;
  min-width: 200px;
  margin: 10px 0;
  border: none;
}

.subject {
  padding: 15px;
}

.addContact {
  position: absolute;
  width: auto !important;
  right: 0;
  top: 0;
  padding: 8px;
}

.markUrgent {
  padding: 10px 0;
}

form#composeMessage ul.composeMessageForm li.markUrgent label {
  display: flex;
  align-items: center;
}

form#composeMessage
  ul.composeMessageForm
  li.markUrgent
  label
  .ht-checkable-wrapper {
  margin-left: 8px;
}

form#composeMessage
  ul.composeMessageForm
  li.markUrgent
  label
  .ht-checkable-wrapper
  input {
  position: unset;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
}

.myContacts {
  position: absolute;
  width: auto !important;
  right: 0;
  top: 0;
}

.myContacts a {
  /*padding: 10px;*/
}

#attachmentLine a.addInput {
  position: relative;
  top: 15px;
  left: 14px;
}

.attachments li {
  padding: 15px;
}

.attachments li .error {
  padding-left: 0;
}

.composeMessageForm textarea {
  border: none;
}

.autocompleteDiv {
  height: 15px;
  margin: 10px 0 0 0;
  width: 30px;
}

.messageDelete {
  display: block;
  float: left;
  margin-left: 7px;
  margin-top: 17px;
  width: 12px;
}

.originalMessage {
  padding: 10px;
  color: #666;
}

#multiDeleteActions {
  position: relative;
  bottom: 0;
  width: 100%;
}

#multiDeleteActions {
  background: #fff;
  border-top: 1px solid #000;
  z-index: 999;
}

#multiDeleteActions ul {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 0;
}

#multiDeleteActions ul li {
  display: block;
  float: left;
}

#multiDeleteActions ul li input {
  display: block;
  width: 60%;
  margin-left: 20px;
}

#multiDeleteActions ul a {
  width: 60%;
  float: right;
  margin-right: 20px;
}

/* Drop Down / Context Icons */
#contextNav a i {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background-image: url('/images/mobile/icons/contextSprite.png');
}
#contextNav a span.conditions {
  padding-right: 5px;
}
#contextNav a i.contextReply {
  background-position: 0px 0px;
}

#contextNav a i.contextReplyAll {
  background-position: 0px -12px;
}

#contextNav a i.contextForward {
  background-position: 0px -24px;
}

#contextNav a i.contextArchive {
  background-position: 0px -36px;
}
#contextNav a i.contextProviders {
  background-position: 0 -95px;
}
#contextNav a i.contextDirections {
  background-position: 0 -252px;
}
#contextNav a i.contextInbox {
  background-position: 0px -48px;
}

#contextNav a i.contextSent {
  background-position: 0px -48px;
}

#contextNav a i.contextArchived {
  background-position: 0px -48px;
}

/* Pivot List */

ul#pivotList li a.selected {
  background-image: url('/images/mobile/icons/check.png') !important;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.myContacts {
  margin-left: 0 !important;
}
#ccRecipients {
  width: auto;
  display: inline;
}
.serverPaginate ul {
  padding: 0 10px !important;
}
div.modal div.modalWrapper h1 {
  padding-left: 90px !important;
}
.modalClose {
  float: right;
}
li .serverPaginate {
  width: 100%;
}

li .serverPaginate a.button {
  display: inline-block !important;
  width: 49%;
  padding: 13px 6px !important;
}

.threadMessages ul.menuList {
  border-top: 1px solid #dcdcdc;
}

.threadMessages ul.menuList li.mail {
  padding-left: 30px;
}
.threadMessages ul.menuList li {
  color: #434343;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  text-shadow: 0 -1px 0 #999999;
  cursor: pointer;
  background: #f5f5f5 !important;
}
.threadMessages ul.menuList li.expanded {
  background: #fff !important;
}

.threadMessages ul.menuList li span.threadFrom {
  background-image: none;
  color: #333333;
  font-size: 1em;
  font-weight: normal;
  text-shadow: none;
}

.threadMessages ul.menuList li span.summary {
  display: block;
  margin-right: 5%;
  margin-top: 10px;
}

.threadMessages ul.menuList li span {
  color: #666666;
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: none;
}
.threadMessages ul.menuList li span.status {
  float: right;
}
.threadMessages ul.menuList li label {
  color: #666666;
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: none;
}

#messageHeader .messageHeaderDetails li {
  background: #fff !important;
}

#messageDetail {
  padding: 10px;
}
.addList {
  -moz-box-shadow: inset 0 0 10px #666;
  -webkit-box-shadow: inset 0 0 10px #666;
  box-shadow: inset 0 0 10px #666;
  background-color: #f5f5f5;
}
#addRecipientsInner {
  height: 150px;
  overflow: auto;
  width: 100%;
  margin-top: 2px;
}
#addRecipientsInner li {
  padding: 15px 33px 15px 15px;
  background: url('/images/mobile/icons/addNoCircle.png') no-repeat right center;
}
#addRecipientsInner li label {
  padding: 0;
  color: #666;
}

#addRecipientsInner li .quickView {
  display: none;
}

#addRecipientsInner li .quickView.show {
  display: flex;
  flex-direction: column;
}

.composeMessageForm
  li
  div#addRecipients
  div
  ul#addRecipientsInner
  li
  .quickView
  label {
  font-weight: normal;
}

#addRecipientsInner li a.displayRecipientInfo {
  display: block;
  text-decoration: underline;
}

/*  UI Message Box - error, success, warning */
.messageBox {
  position: relative;
  padding: 10px 30px 10px 15px;
  clear: both;
  margin: 10px 0;
  line-height: 1.2em;
  border-radius: 4px /*{cornerRadius}*/;
  -webkit-border-radius: 4px /*{cornerRadius}*/;
  /*default colors to warning yellow */
  color: #a9741d;
  background: #fcf8e3;
  border: 1px solid #fae3b6;
}
.messageBox h4,
.messageBox span {
  margin: 0 8px 0 0;
  font-size: 12px !important;
  line-height: 1.6em !important;
  margin-bottom: 0;
  padding: 0 0 !important;
  text-align: left;
}
.messageBox a {
  color: #a9741d;
}

.messageBox .closeMessage {
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -9999px;
  height: 14px;
  width: 12px;
  line-height: 14px;
  background: transparent url(/images/app/messageBox/messageBoxClose.png)
    no-repeat right center;
}

/* success messagebox */
.messageBox.success {
  background: #edffd3;
  color: #507a26;
  border-color: #d0efa5;
}

.messageBox.success a {
  color: #507a26;
}

/* error messagebox */
.messageBox.error {
  background: #f2dede;
  color: #c44742;
  border-color: #e6c0c0;
}

.messageBox.error a {
  color: #c44742;
}
/* END UI Message Box - error, success, warning */
#header {
  padding-top: 5px;
  text-align: left;
}
#header div {
  padding: 5px 10px;
}
#header div label {
  display: block;
}
#header div span {
  padding-left: 5px;
}
#header h1#logo {
  padding-left: 10px;
  display: inline-block;
  width: 40%;
}

#header h1#logo a {
  background: url('/images/mobile/hphc/hphc_logo.png') no-repeat scroll left
    center transparent;
  padding: 5px 35px;
  text-indent: -999px;
  display: block;
}

.mainInfo {
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
}
.mainInfo.last {
  border-bottom: none;
}
.mainInfo li {
  padding: 10px 0;
}
.mainInfo li label {
  width: 25%;
  display: inline-block;
}

.mainInfo li.dependents label {
  display: inline-block;
  height: 100%;
  width: 25%;
  vertical-align: top;
}
.mainInfo li.dependents ul {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.mainInfo li.dependents ul li {
  padding-top: 0;
  /*display: block;
	width:5%;*/
}
.mainInfo li span {
  font-weight: bold;
}
#benefitList {
  width: 100%;
}
.contextShare {
}

#measurementForm ul li,
#measurementForm ul li p {
  padding-bottom: 10px;
}
#measurementForm ul li div {
  padding-right: 5px;
}
.ui-btn-text {
  text-indent: -999px;
  display: block;
}
.ui-loader {
  display: none;
}
.ui-btn-inner {
  display: none;
}
.ui-corner-all {
  border-radius: 0px;
}

#claimDetail li {
  padding: 10px;
  display: block;
}
#claimDetail li div {
  display: inline;
}

#claimDetail li div h2.name {
  color: #f4843c;
}
#claimDetail li h2.noPadding {
  padding: 0;
}

#claimDetail li div.floatRight span {
  display: block;
  text-align: right;
}
#claimDetail li div.floatRight span.top {
  padding-bottom: 5px;
}
#claimDetail li span {
  color: #888;
  font-weight: bold;
  font-size: 16px;
}
#claimDetail span.status {
  font-weight: normal;
  padding-top: 5px;
}
#claimDetail li div.floatRight span.top.noFontColor {
  color: #000;
}
#claimDetail li div.floatRight span.top.noFontColor.expired {
  color: red;
}
#claimDetail h2 {
  font-weight: normal;
  padding-top: 5px;
}
#claimDetail span.dateOfService {
  font-weight: normal;
  padding-top: 5px;
}
#claimSummary {
  padding-top: 5px;
}
#claimSummary li {
  padding: 10px;
}
#claimSummary li.inner {
  padding: 5px 10px;
}
#claimSummary li.border {
  border-top: 1px solid #dcdcdc;
}
#claimSummary li.eopLine {
  padding: 10px 10px 40px;
}

#claimSummary li.eopList {
  padding: 10px 0 20px 10px;
}
#claimSummary li.eopLine.scrolledTo {
  background-color: #eee;
}
#claimSummary li.eopList div.right {
  text-align: right;
  width: 40%;
  padding-right: 10px;
  float: right;
}
#claimSummary li.eopList div.right span {
  text-decoration: underline;
  word-break: break-word;
}

#claimSummary li.last {
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  display: flex;
}
#claimSummary li h2 {
  padding: 0;
  font-weight: bold;
}
#claimSummary li span.right {
  float: right;
  display: flex;
  flex-direction: column;
  width: 120px;
}
#claimSummary .dateOfServiceLabel {
  width: 120px;
}
.noData h2 {
  padding: 20px !important;
}

/*Provider Search*/

#provAdvancedSearch {
  /*display:none;*/
}

#rightNav {
  background: #434343;
  -moz-box-shadow: 0px 2px 2px #000;
  -webkit-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
}

#provAdvancedSearch {
  color: #b0b0b0;
  background-color: #3f3f3f;
}

#provAdvancedSearch ul li {
  padding: 5px 8px;
}
#provAdvancedSearch ul li select {
  width: 215px;
}
#provAdvancedSearch ul li select#state {
  width: 150px;
}
#provAdvancedSearch ul li #provZip {
  width: 25%;
  margin-right: 5px;
}

#provAdvancedSearch ul li #patientAge {
  width: 215px;
}

#provAdvancedSearch .searchHeader {
  color: #eee;
  background-color: #222222;
  font-weight: bold;
  border-top: 1px solid #4f4f4f;
  border-bottom: 1px solid #4f4f4f;
}

#provAdvancedSearch li label#productType {
  width: 50%;
}

#provAdvancedSearch li label.labelLenght {
  width: 100%;
}

#provAdvancedSearch ul li .provFullSelect {
  width: 100%;
  margin-bottom: 0;
}
#provAdvancedSearch #refineSearch {
  margin-top: 10px;
}

#refineSearch li {
  padding: 3px 8px !important;
}

#refineSearch li label {
  padding: 8px 0 6px;
}
.searchButton {
  display: inline;
}

#facetSubmit li input {
  display: inline;
  width: 40%;
}
.providerSearchArea {
  border-bottom: none !important;
}
.providerSearchArea .providerImage {
  float: right;
}

#mainProviderInfo {
  border-bottom: 1px solid #ccc;
  overflow: inherit;
}
.secondaryProvData {
  padding-top: 10px;
}
.secondaryProvData li {
  display: block;
}
.secondaryProvData li label {
  display: inline-block;
  width: 40%;
  height: 100%;
}
.secondaryProvData li span {
  display: inline-block;
  width: 55%;
  float: right;
}
.secondaryProvData.top {
  border-bottom: 1px solid #ccc;
}
#mapModal.genericModal {
  height: 430px;
}
#modalMap {
  display: block;
  height: 130px;
  left: 0;
  position: relative;
}
#directionsPanel {
  height: 240px;
  overflow: auto;
}
.detailMap {
  width: 100%;
  display: block;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
#locations {
  margin-bottom: 20px;
  display: block;
}
#locationsList .header {
  padding: 10px;
}
#locationsList li {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
#mainContent ul#locationsList.menuList li a {
  padding: 10px 0 0;
  display: inline-block;
}

#mainContent ul#locationsList.menuList li a.enlargeMapPin {
  padding: 10px 0;
}

#mainContent ul#locationsList.menuList li a.googleMapsLink {
  padding: 10px 0;
}

#locationsList li span {
  margin-right: 0;
  margin-top: 5px;
  display: block;
  background-image: none;
  color: #333;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
}
#locationsList li span.icon-phone {
  display: inline;
  font-size: 1.2em !important;
  padding: 0 5px 0 0;
}
#locationsList li span.icon-random {
  display: inline;
}
#locationsList li span.summary,
#locationsList li span.status {
  font-size: 0.8em;
}
#locationsList li span.phone {
  margin-top: 3px;
  padding-bottom: 5px;
}
#locationsList li span.status {
  display: inline-block;
  float: right;
  position: relative;
}
#locationsList li span#name {
  color: #333;
}
#contractInfo .header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
}
#contractInfo .first {
  border-top: 1px solid #ccc;
}
#contractInfo li {
  padding: 5px 0;
}
#contractInfo .mobileInnerLink {
  display: block;
  padding: 6px 0;
}
#contractInfo li a.mobileInnerLink span {
  background: url('/images/mobile/navDownArrow.png') no-repeat scroll right top;
  text-indent: -9999px;
  float: right;
  width: 10px;
}
#contractInfo .mobileInner {
  padding-top: 5px;
  margin-top: 5px;
}
#contractInfo .mobileInner li span.data {
  float: right;
}

#mainContent ul.menuList li.targeted {
  background-color: #e1e1e3;
}

.provider-search-map-toggle {
  background: none repeat scroll 0 0 #cccccc;
  border-color: #999999 #999999 -moz-use-text-color;
  border-style: solid solid none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 3px 3px medium;
  color: #999999;
  font-size: 2.5em;
  height: 28px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: -32px;
  width: 100px;
  z-index: 1000;
}

/*mobile id card*/
.ht-IdCard-contentPlace-back {
  display: none;
}

.ht-IdCard-contentPlace.flipped .ht-IdCard-contentPlace-front {
  display: none;
}

.ht-IdCard-contentPlace.flipped .ht-IdCard-contentPlace-back {
  display: block;
}

.forceLandscape {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
}

.container3d {
  width: 400px;
  height: 400px;
  position: relative;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -ms-perspective: 900px;
  -khtml-perspective: 900px;
}

.idCard {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -khtml-transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -webkit-transform 1s;
  -ms-transition: -webkit-transform 1s;
  -khtml-transition: -webkit-transform 1s;
}
.idCard .cardBack,
.idCard .cardFront {
  position: absolute;
  border: 1px solid #000;
  border-radius: 15px;
  width: 370px;
  height: 275px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  overflow: hidden;
  padding: 5px 10px;
  -webkit-transition:
    -webkit-transform 0.5s linear,
    z-index 0s 0.25s linear;
  -moz-transition:
    -webkit-transform 0.5s linear,
    z-index 0s 0.25s linear;
  -ms-transition:
    -webkit-transform 0.5s linear,
    z-index 0s 0.25s linear;
  -khtml-transition:
    -webkit-transform 0.5s linear,
    z-index 0s 0.25s linear;
  background-color: white;
  z-index: 1;
}
.idCard .cardBack {
  background-color: #fff;
  z-index: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -khtml-transform: rotateY(-180deg);
}
.idCard .cardFront {
  background-color: #fff;
  z-index: 1;
  font-size: 1em;
}
.idCard.flipped .cardFront {
  z-index: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -khtml-transform: rotateY(180deg);
}
.idCard.flipped .cardBack {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -khtml-transform: rotateY(0deg);
}
.idCard .cardFront p {
  font-size: 1em;
}
.idCard .cardFront .padLeft5 {
  padding-left: 5px;
}
.idCard .cardFront .infoSection {
  padding: 5px 0;
}
.idCard .cardFront div span {
  padding-right: 5px;
}
.idCard .cardFront div strong {
  font-weight: bold;
  font-size: 1.1em;
}
.idCard .memberSection {
  width: 100%;
  border-top: 2px solid #ccc;
}
.idCard .memberSection ul li {
  padding-top: 5px;
}
.idCard .memberSection ul li strong {
  display: block;
}
.idCard .memberSection .section {
  width: 65%;
  max-height: 75px;
  overflow: hidden;
  padding-top: 5px;
}
.idCard .memberSection .section ul li {
  display: inline-block;
  padding: 0;
  line-height: 1.3em;
}
.idCard .memberSection .sectionRx {
  border: 2px solid #ccc;
  margin-top: 5px;
  padding: 5px;
  max-width: 115px;
  max-height: 180px;
  overflow: hidden;
}
#idCardBanner p {
  margin-left: 20px;
  margin-top: 10px;
  padding: 0;
}

.ClarityCard_image {
  width: 100%;
}

/*end mobile id card*/
#header a {
  z-index: 100;
}
.ui-select {
  display: inline;
}

#searchString {
  -moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari, Chrome */
  -khtml-border-radius: 8px; /* KHTML */
  border-radius: 8px; /* CSS3 */
  width: 100%;
  padding: 1px 0;
}
.contextPhone {
  background-image: url('/images/mobile/buttonSprite.png');
  background-position: 0 -485px;
}
.tabContainer {
  min-height: 350px;
}

#mobileContent.ht-mobileContent-benefits-accumulators .tabContainer {
  min-height: auto;
}

.renderOffscreen {
  display: block !important;
  position: absolute !important;
  left: -10000px !important;
  top: -10000px !important;
}

div.blockMsg {
  top: 8% !important;
}
#mainContent ul.menuList li a.enlargeMapPin {
  display: inline-block !important;
  float: right;
  padding: 0 10px;
  position: inherit;
}
#mainContent ul.menuList li a.googleMapsLink {
  display: inline-block !important;
  float: right;
  padding: 0 10px;
  position: inherit;
}
.menuList .enlargeMapPin.noPhone {
  bottom: 20px;
}

.menuList .googleMapsLink.noPhone {
  bottom: 20px;
}

#mainContent ul.menuList li a.enlargeMapPin {
  font-size: 1em;
}
#mainContent ul.menuList li a.googleMapsLink span {
  font-size: 1em;
}
#addProviderModal {
  height: 150px;
}
#addProviderModal span {
  padding: 20px;
}
#memberZipcode {
  display: none;
}
.twoCol {
  width: 48%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}

#noResults h2 {
  padding: 10px;
}
.provListMain {
  margin-bottom: 50px;
}
.providerImage {
  max-width: 90px;
  max-height: 112px;
}

/*Start Accumulators*/
/*Plan tab*/
#plan {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
#plan #showDependents {
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcdc;
}
#plan #showDependents .button,
#benefits .showBenefitButton .button {
  text-align: left;
  padding-left: 10px !important;
}
#plan #showDependents .button i,
#benefits .showBenefitButton .button i {
  float: right;
  padding-right: 10px;
}

#plan label {
  background-image: none;
  color: #333;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0;
  font-weight: bold;
}
.planElement {
  padding: 15px 10px 10px;
  border-bottom: 1px solid #dcdcdc;
}
.planElement .dependents.hide,
.benefitElement .benefitDetail.hide {
  display: none;
}
.planElement .bar {
  padding: 5px 0;
}
.bar.dependent.hide {
  display: none;
}
.planElement .bar .description,
.benefitElement .benefitDescription .description {
  padding: 0 0 2px 2px;
  display: inline-block;
  width: 49%;
}
.progress .outGraph {
  padding-left: 5px;
}
.progress .floatRight {
  padding-right: 8px;
}
/*Benefit tab*/
#benefits {
  display: inline-block;
  width: 100%;
}
.benefitElement {
  border-bottom: 1px solid #e1e1e3;
}
.benefitDescription {
  margin: 5px 2px;
}

.benefitElement .benefitDetail {
  padding: 10px;
}
.showBenefitButton {
  padding: 25px 10px;
}
button.showBenefitButton {
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.showBenefitButton.hide {
  background-color: #f5f5f7;
}
.showBenefitButton span {
  font-size: 1.2em;
  color: #333;
}
.showBenefitButton span i {
  float: right;
}
.benefitHint {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #e1e1e3;
}
.benefitHint i {
  float: right;
  font-size: 1.4em;
  color: #7d7d7e;
}
.remaining {
  float: right;
  font-size: 0.9em;
  font-style: italic;
}
/*End Accumulators*/

/*Purely for testing this is from twitter-bootstrap*/
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  line-height: 20px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
  padding-left: 3px;
  border-radius: 4px;
  /*background-color: #428bca;*/
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

.progress-bar-primary {
  background-color: #287ac5;
}

.progress-bar-dependents {
  background-color: #c57328;
}

.progress-bar-short {
  background-color: #705926;
}
.progress-bar span.total {
  float: right;
  padding-right: 3px;
}

.provListItemExpired {
  padding: 10px;
}
.provListItemExpired label {
  display: block;
  padding-bottom: 10px;
  font-size: 14px;
}
#bodyView {
  padding-top: 42px;
}
#listView {
  padding-top: 42px;
}
#memberReg {
  font-size: 1.2em;
  padding-top: 10px;
}
#resets {
  font-size: 1.2em;
  padding-top: 10px;
}
.acctMgt {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
.acctMgtButtons {
  float: left;
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}
.acctMgtButtons div {
  display: block;
  float: left;
  margin-bottom: 0;
}
.acctMgtButtons div input {
  padding: 8px;
  width: 99% !important;
}
.actionItemWrapper {
  position: relative;
}

/* Data Sections*/
.dataSection {
  margin: 1em;
  border-bottom: 1px solid orange;
}
.dataSection .pill {
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  display: inline-block;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 5px;
}
.dataSection .pill.error {
  background-color: red;
  border-color: red;
  color: #fff !important;
}
.dataSection .pill.success {
  background: #edffd3;
  color: #507a26;
  border-color: #d0efa5;
}

#orderRefill li {
  margin-bottom: 10px;
  font-size: 1.1em;
}
#orderRefill span {
  display: block;
  margin-bottom: 5px;
}
.overView {
  margin-top: 10px;
}
.overView li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* External Page Loader */
.ht-mobile-external .row-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ht-mobile-external .second-row {
  flex-grow: 1;
}
.ht-mobile-external .second-row iframe {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.acctMgtButtons {
  display: flex;
  align-items: center;
}

#login .acctMgtButtons .button,
#login #loginForm .acctMgtButtons #cancel {
  margin-bottom: 0;
  line-height: normal;
  font-size: 1.4em;
}

#login .ht-Link___cancel.mobile-logout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

/** Benefits & Eligibility **/
#eligibilityBenefits #mainContent {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: auto;
}

#eligibilityBenefits #mainContent h4,
#eligibilityBenefits #mainContent label {
  font-size: 1.2em;
  color: #000000;
}

.ht-mobile-benefitsEligibility-bodyContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-sectionWrapper {
  width: 100%;
  max-width: 100%;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-unorderedList {
  margin-top: 15px;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-screenTitle {
  margin-top: 15px;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin-bottom: 5px;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-screenSubtitle {
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-sectionTitle {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 0;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-listItem {
  margin-top: 5px;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 1px 0;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-listItem span {
  font-size: 1.2em;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-listLabel {
  font-weight: bold;
}

#eligibilityBenefits
  .ht-mobile-benefitsEligibility-bodyContainer
  .ht-mobile-benefitsEligibility-sectionWrapper
  > .ht-mobile-expanderContainer {
  border: 1px solid #dadada;
  padding: 0 15px;
}

#eligibilityBenefits .ht-mobile-expanderContainer {
  padding: 0;
  margin-top: 10px;
}

#eligibilityBenefits .ht-mobile-expanderTitleContainer {
  background-color: #ffffff;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#eligibilityBenefits .ht-mobile-expanderTitleContainer-expanded {
  border-bottom: 1px solid #dadada;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-expanderTitle {
  color: #000000;
  font-size: 14px;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-expanderSubtitle {
  color: #000000;
  font-size: 12px;
}

#eligibilityBenefits .ht-mobile-expanderIcon,
#eligibilityBenefits .ht-mobile-infoCircleIcon {
  color: #000000;
}

#eligibilityBenefits .ht-mobile-expanderDetails {
  display: none;
  border-top: 0;
}

#eligibilityBenefits
  .ht-mobile-expanderDetails
  .ht-mobile-benefitsEiligibility-nodeContainer {
  display: flex;
  justify-content: space-between;
}

#eligibilityBenefits
  .ht-mobile-expanderDetails
  .ht-mobile-benefitsEiligibility-nodeContainer
  .ht-mobile-benefitsEiligibility-nodeLimit
  label.ht-mobile-benefitsEligibility-expanderLabel {
  font-weight: bold;
}

#eligibilityBenefits .ht-mobile-expanderDetails .padTop10 a {
  text-decoration: underline;
}

#eligibilityBenefits .ht-mobile-expanderDetails .padTop10 a:hover,
#eligibilityBenefits .ht-mobile-expanderDetails .padTop10 a:visited {
  color: #374140;
}

#eligibilityBenefits .ht-mobile-expanderDetails-expanded {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 15px;
}

#eligibilityBenefits
  .ht-mobile-expanderDetails
  .ht-mobile-expanderDetails-expanded
  .ht-mobile-benefitsEligibility-expanderDetails {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

#eligibilityBenefits
  .ht-mobile-expanderDetails
  .ht-mobile-expanderDetails-expanded
  .ht-mobile-benefitsEligibility-expanderDetails
  .ht-mobile-benefitsEligibility-expanderLabel {
  margin-left: 15px;
}

#eligibilityBenefits
  #mainContent
  .ht-mobile-benefitsEligibility-referralRequiredContainer
  i.ht-mobile-infoCircleIcon,
#eligibilityBenefits
  #mainContent
  .ht-mobile-benefitsEligibility-referralRequiredContainer
  label.ht-mobile-referralRequiredLabel {
  color: red;
}

#eligibilityBenefits
  #mainContent
  .ht-mobile-benefitsEligibility-referralRequiredContainer
  i.ht-mobile-infoCircleIcon {
  font-size: 16px;
  margin: 0 10px;
}

#eligibilityBenefits .ht-mobile-benefitsEligibility-referralRequiredContainer {
  display: flex;
  align-items: center;
}

#eligibilityBenefits
  .ht-mobile-benefitsEligibility-listItem
  .ht-mobile-benefitsEligibility-pcpNameValue {
  text-decoration: none;
}

#eligibilityBenefits
  .ht-mobile-benefitsEligibility-sectionWrapper
  .ht-mobile-expanderContainer
  .ht-additionalInformation
  .ht-mobile-benefitsEligibility-expanderLabel {
  padding: 10px 0;
}

#eligibilityBenefits
  .ht-mobile-benefitsEligibility-sectionWrapper
  .ht-mobile-expanderContainer
  .ht-additionalInformation
  .ht-mobile-expanderDetails
  .padTop10 {
  padding: 10px 0;
}

#eligibilityBenefits #mainContent .planInfoContainer h4,
#eligibilityBenefits #mainContent .planInfoContainer label,
#eligibilityBenefits #mainContent .memberInformationContainer h4,
#eligibilityBenefits #mainContent .memberInformationContainer label {
  line-height: 12px;
}

#eligibilityBenefits #mainContent .benefitDocutmentsContainer h4,
#eligibilityBenefits #mainContent .benefitDocutmentsContainer label,
#eligibilityBenefits #mainContent .benefitDetailsContainer h4,
#eligibilityBenefits #mainContent .benefitDetailsContainer label,
#eligibilityBenefits #mainContent .additionalInformationContainer h4,
#eligibilityBenefits #mainContent .additionalInformationContainer label {
  line-height: 16px;
}

/* Provider Search Langing Page */
#mainContent.providerSearchLandingPage {
  padding: 10px;
  box-sizing: border-box;
}

#provCustomSearchNameForm,
#provCustomSearchOptionsForm {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}

#provCustomSearchOptionsForm {
  padding: 20px 0;
  display: flex;
  flex-direction: column;

  --CPS-primary-color: #0074e1;
}

#provCustomSearchOptionsForm div.label {
  margin-bottom: 3px;
}

#mainContent h2.providerNameSearchHeader {
  font-size: 22px;
}

#mainContent #provCustomSearchOptionsForm > h2 {
  padding-left: 20px;
  font-size: 22px;
}

#provCustomSearchOptionsForm .entrySearchOptionsActionItems {
  margin-top: 20px;
  align-self: center;
}

.ProviderNameSearch__searchboxContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ProviderNameSearch__searchboxContainer #providerNameSearchInput {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.ProviderSearchOption__optionWrapper {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 20px;
}

.ProviderSearchOption__optionWrapper + .ProviderSearchOption__optionWrapper {
  border-top: 0;
}

.ProviderSearchOption__optionHeader {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ProviderSearchOption__optionHeader h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--CPS-primary-color);
}
.ProviderSearchOption__optionHeader svg {
  stroke: var(--CPS-primary-color);
}

#mainContent .ProviderSearchOption__optionHeader h2,
#mainContent .ProviderSearchOption__optionSection h3 {
  padding: 0;
}

#mainContent .ProviderSearchOption__optionSection h3,
#mainContent .ProviderSearchOption__optionSection input {
  margin-bottom: 10px;
}

.ProviderSearchOption__optionSection div.input {
  display: flex;
  flex-direction: column;
}

.ProviderSearchOption__optionSection .orDivider {
  margin: 12px auto;
  font-weight: bold;
}

.ProviderSearchOption__optionSection {
  display: flex;
  flex-direction: column;
}

#provCustomSearchOptionsForm .ht-mobile-expanderTitleContainer {
  cursor: pointer;
}

#provCustomSearchOptionsForm
  .ht-mobile-expanderDetails:not(.ht-mobile-expanderDetails-expanded),
#provCustomSearchOptionsForm
  .ht-mobile-expanderTitleContainer:not(
    .ht-mobile-expanderTitleContainer-expanded
  )
  .ProviderSearchOption__optionIconMinus,
#provCustomSearchOptionsForm
  .ht-mobile-expanderTitleContainer.ht-mobile-expanderTitleContainer-expanded
  .ProviderSearchOption__optionIconPlus {
  display: none;
}

#mainContent .providerSearchOrLabel {
  margin: 24px 0;
  padding: 0;

  font-size: 18px;
  line-height: 18px;
}

#mainContent.provListMain #noResults .back {
  padding-left: 10px;
}

.ht-mobileContent-mobile-deleteAccount {
  #modalHeading {
    padding: 0 5%;
  }
  #deleteAccountForm {
    padding: 0 5%;
  }
  div {
    line-height: normal;
  }
  #reasonBox {
    margin-top: 10px;
  }
  a {
    width: 100%;
  }
  #modal {
    background: #fff;
    .messageBox {
      background: none;
      border: none;
    }
  }
}

#modal.mobile-deleteAccountConfirmation {
  background: #fff;
  border-radius: 0;
  padding: 15px 0;
  .messageBox {
    background: none;
    border: none;
  }
  h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
  }
  div.center {
    color: #000;
  }
  a.cancelButton {
    padding: 15px 0;
    color: #333;
    text-shadow: none;
    background-color: #fff;
    border: #333 1px solid;
    width: calc(100% - 2px);
    border-radius: 0;
  }
  div.actionItems {
    padding-top: 15px;
  }
}

#login.collectSecurityInfo #loginForm h1.collectSecurityInfoTitle {
  padding: 0;
}

#login.collectSecurityInfo #loginForm h2 {
  font-size: 1.2em;
  font-weight: 700;
  padding: 0;
  color: #434343;
  text-transform: unset;
  margin-top: 30px;
}
