@charset "utf-8";
/* Fonts */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);

@font-face {
    font-family: 'Gotham-MediumGotham-Medium';
    src: url('fonts/gothmmed_0-webfont.eot');
    src: url('fonts/gothmmed_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothmmed_0-webfont.woff') format('woff'), url('fonts/gothmmed_0-webfont.ttf') format('truetype'), url('fonts/gothmmed_0-webfont.svg#Gotham-MediumGotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-BookGotham-Book';
    src: url('fonts/gothmbok-webfont.eot');
    src: url('fonts/gothmbok-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothmbok-webfont.woff') format('woff'), url('fonts/gothmbok-webfont.ttf') format('truetype'), url('fonts/gothmbok-webfont.svg#Gotham-BookGotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Define Width */
html,body{
    font-family: 'Helvetica Neue', sans-serif;
}
.container {
  padding-left: 0px;
  padding-right: 0px;
	max-width: 1010px;
}
.body-container {
	min-height: 800px;
    height: auto;
}
/* Default Styling */
h1 {
	color: #424241;
	font-size: 24px;
}
.intro {
    background: none repeat scroll 0 0 #FFFFFF;    
    width: 99%;
    color: #5c5c5c;
    font-size: 17px;
    line-height: 20px;
	
}
.intro p {
}
.border{
	border-bottom: 1px solid #dddddd;
}
.border-right {
	/*border-right: 1px solid #d0d0d0;*/
}
.no-padding {
	padding: 0;
	margin: 0;
}
.clearfix {
	clear: both;
}
.logo {
	height: auto;
	display: block;
	overflow: hidden;
	width: 184px;
	margin: 4px 0 0 0px;
}
.navbar {
	min-height: 70px;
	border-radius: 0;
	/*border-bottom: 7px solid #f9f7f8 !important;*/
}
.navbar-header {
	padding-top: 5px;
}
.navbar-inverse {
	background: var(--default-header-color)
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	line-height: 15px;
}
.navbar-inverse {
	border: none;
}
.nav a {
	border: 1px solid transparent;
}
.nav a:hover,
.nav .active a
/*.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus*/ {
	color: #fff;
	background-color: #3386bb !important;
	-moz-box-shadow: inset 0 2px 6px -5px #000;
	-webkit-box-shadow: inset 0 2px 6px -5px #000;
	box-shadow: inset 0 2px 6px -5px #000;
	border-radius: 4px;
	border: 1px solid #247ab0;
}
.navbar-nav > li > a {
	padding: 6px;
	/*padding: 8px 13px;*/
}
.navbar-nav > li {
	/*margin-right: 5px;*/
	width: auto;
	display: inline-block;
}
/*.nav-menu a:hover {
	color: #fff;
	background-color: #3386bb !important;
	-moz-box-shadow: inset 0 2px 6px -5px #000;
	-webkit-box-shadow: inset 0 2px 6px -5px #000;
	box-shadow: inset 0 2px 6px -5px #000;
	border-radius: 5px;
	border: 1px solid #247ab0;
}
.nav-profile {
	margin-right: 0px;
}
.nav-profile a {
	padding: 0 !important;
	background: transparent;
	border: none;
}
.nav-profile a:hover, li.open a {
	background: none !important;
	border: none;
	box-shadow: none;
}*/
.dropdown:hover .dropdown-menu {
    display: block;
 }
.header-nav > li {
	/* padding: 16px 0px; */
}
.header-search, 
.header-message,
.header-profile {
}
.header-search {
	padding-top: 20px !important;
	padding: 20px 0 0 0;
}
.header-search input {
	width: 100%;
	background: #fff url("../images/icon-search.png") no-repeat 95% center;
	height: 32px;
	color: #787878;
	padding: 6px;
	font-size: 13px;
/*}
  {*/
	/*border-left: 1px solid #1A78AD;*/
}
.header-profile {
	padding: 0px !important;
}
.header-profile > a {
	/* min-width: 100px; */
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 70px;
}
.header-profile.dropdown{
	position: relative;
	display: inline-block;
	text-indent: 0;
	text-align: center!important;
	width: 100%;
}
.header-profile.dropdown .dropdown-menu {
	min-width: 170px !important;
	box-shadow: none;
	background-color: #1b78ad!important;
	border-top: 1px solid #1a78ad!important;
	border-radius: 0;
	padding: 0;
	top: 96%;
	width: 100%;
	float: right;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.dropdown-menu-float-left {
	left: -71.5%;
}
.dropdown-patients-margin-top {
	margin-top: 10px;
}
.dropdown-menu-hr-margins{
	margin-left: 25px;
	margin-right: 25px;
}
.header-profile.dropdown .dropdown-menu {
	z-index: 10000;
	background-color: #2a9ddc !important;
	color: #FFF;
	overflow: hidden;
}

.header-profile.dropdown .dropdown-menu a {
	transition: 0.2s;
	font-size: inherit;
	font-weight: normal;
	line-height: 25px;
	color: #FFF
}

.header-profile.dropdown .dropdown-menu a:hover {
	background-color: #FFF !important;
	color: #2a9ddc;
	-webkit-box-shadow: inset 0 2px 6px -5px #000;
	box-shadow: inset 0 2px 6px -5px #000;
}

.header-profile.dropdown .dropdown-menu a {
	color: #fff;
	font-size: inherit;
	text-align: center !important;
	padding: 3px;
}
.header-profile.dropdown .dropdown-menu a.aleft {
  	font-size: inherit;
	text-align: left !important;
	padding: 3px;
	padding-left: 7px;
}
.header-profile.dropdown .dropdown-menu li {
	background: none;
	height: auto;
	text-indent: 0;
}
.header-message a {
}
.panel-group .panel+.panel {
	margin-top: 0;
}
.panel-group {
	margin-bottom: 0px;
}

/* Profile Accordion */
.content-profile-container {
	margin-top: 30px;
	border: 1px solid #d0d0d0;
}
.content-profile .panel-title a {
	color: #0895c3;
	display: block;
	font-size: 18px;
	width: 100%;
	text-indent: 10px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
}
.content-profile .panel-title a .panel-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.content-profile .panel-title a:hover {
	text-decoration: none;
}
.content-profile .panel-title a .panel-label {
	font-size: 12px;
	color: #5C5C5C;
}
#accordion .panel-heading {
	background: url("../images/acc-header-bg.jpg") repeat-x top;
}
h3.content-heading {
	color: #058fbc;
	font-size: 16px;
	font-weight: bold;
}
.panel-title span {
	display: inline-block;
}
.panel-title span.arrow {
	float: left;
	background: url("../images/accordien-active.png") no-repeat left center;
	width: 22px;
	height: 23px;
}
.panel-title .collapsed span.arrow {
	float: left;
	background: url("../images/accordien-default.png") no-repeat left center;
	width: 22px;
	height: 23px;
}
.panel-collapse {
	color: #5C5C5C;
}
.panel-body {
	min-height: 443px;
}
.panel-collapse ul {
	padding-left: 1px;
    font-size: 14px;
}
.panel-collapse ul li {
	background: url("../images/acc-li-arrow.png") no-repeat scroll left 5px transparent;
	padding: 0 0 0 15px;
	margin: 8px 0;
	list-style: none;
}
.panel-collapse label {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
}

.panel-collapse form {
	margin-top: 24px;
}
.btn {
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 16px;
	font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}
.btn-blue {
	background: url("../images/blue-btn-bg.jpg") repeat-x;
}
.btn-grey {
	background: url("../images/grey-btn-bg.jpg") repeat-x;
}
.lh-btn {
	background: url("../images/rgt-btn-grnd.png") repeat-x left top;
	padding: 13px 20px;
	float: left;
	clear: both;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 10px;
}
.lh-btn a {
	background: url("../images/btn-arrow.png") no-repeat scroll right center transparent;
	color: #FFFFFF;
	float: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	min-height: 26px;
	padding-left: 44px;
	padding-top: 5px;
	width: 100%;
}
.lh-btn a:hover {
	text-decoration: none;
}
.contactUs, .faq {
	background: url("../images/contact-icn.png") no-repeat scroll left center transparent;
	float: left;
	width: 100%;
}
footer {
	min-height: 120px;
	height: 160px;
	background-color: #E4E4E4;
	clear: both;
	text-align: left;
	font-size: 13px;
	color: #a7a7a7;
	position: relative;
	bottom: 0px;
	padding-top: 20px;
	margin-top: 18px;
}
footer a {
	color: #686868;
}
footer a:hover {
	text-decoration: none;
}
.foot-menu li {
	float: left;
	padding: 7px 12px;
	list-style: none;
}
.right-widget h2 {
	color: #424241;
	font-size: 24px;
	margin-bottom: 17px;
}
#ajax-loader {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
#ajax-loader2 {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
#ajax-loader3 {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
#ajax-loader4 {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
#ajax-loader6 {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
#ajax-loader-password {
	margin-top: -49px;
	margin-right: 10px;
    display:none;
}
.content-profile .panel-title a .updatemessage {
    color: rgb(15,99,30);
    font-size: 13px;
	font-weight: bold;
    display:none;
}
.row.phone .col-xs-3:nth-child(1):after,
.row.phone .col-xs-3:nth-child(2):after,
.row.phone .col-xs-3:nth-child(3):after {
	content: url("../images/devider-input.jpg");
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
}
.searchArea .searchField .searchTxt {
  color: #787878 !important;
  font-size: 13px;
}
#autocomplete-search {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 300px;
	z-index: 20;
}
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	overflow: auto;
	width: 350px !important;
}

.autocomplete-selected {
  background: #3399ff;
  text-align: left;
  color: #fff;
}
.autocomplete-suggestion strong {
  font-weight: normal;
  color: #0993C2;
}
.autocomplete-suggestion {
	padding: 10px 5px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}
.updated {
	color: rgb(15, 99, 30); font-size: 13px; display: inline;
}


.options {
    border-left: 1px solid #1A78AD;
    padding: 0;
    height: 70px;
}
.options li {
    height: 70px;
    text-indent: 20px;
}
.options div {
    float: left;
    width: 40%;
    padding: 25px 0 25px 13%;
}
.options ul {
	float: left;
	width: 57%;
	padding: 0;
}
@media (min-width: 320px) {
		.navbar-nav li {
		margin: 10px 0 0 10px;
	}
	.navbar-inverse .navbar-nav > li > a {
	    /*font-size: 12px;*/
        font-weight: normal;
        text-decoration:none;
	}

	.navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a.lh-active {
      color: var(--default-header-text-color);
      background-color: #3386bb;

      -moz-box-shadow: inset 0 2px 6px -5px #000;
      -webkit-box-shadow: inset 0 2px 6px -5px #000;
      box-shadow: inset 0 2px 6px -5px #000;

      border-radius: 5px;
  }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav {
        margin-left:20px;
        margin-top:-5px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav {
        margin-left:20px;
        margin-top:-5px;
    }
}

@media (min-width: 1024px) {
    .navbar-nav {
        margin-left:20px;
    }
}


@media (min-width: 768px) {
		.navbar-nav li {
		margin: 29px 10px 0 0;
	}
	.navbar-inverse .navbar-nav > li > a {
      color: #fff;
      /*font-size: 12px;
      line-height: 15px;  */
      font-weight: normal;
      text-decoration:none;
	}
	.navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a.lh-active {
      color: #fff;
      background-color: #3386bb;

      -moz-box-shadow: inset 0 2px 6px -5px #000;
      -webkit-box-shadow: inset 0 2px 6px -5px #000;
      box-shadow: inset 0 2px 6px -5px #000;

      border-radius: 5px;
  }
}
@media (min-width: 1024px) {
	.navbar-nav li {
	margin: 25px 9px 0 0;

	}
	.navbar-inverse .navbar-nav > li > a {
  	  font-size: 15px;
      font-weight: normal;
      text-decoration:none;
	}

	.navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a.lh-active {
      color: #fff;
      background-color: #3386bb;

      -moz-box-shadow: inset 0 2px 6px -5px #000;
      -webkit-box-shadow: inset 0 2px 6px -5px #000;
      box-shadow: inset 0 2px 6px -5px #000;

      border-radius: 5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
	.nav-menu  {
		float: right !important;
	}
	.nav-profile {
		/* clear: both; */
		margin-right: 15px;
	}
	.navbar-nav > li {
	margin-right: 5px;
	}
	.options div {
    width: 50px;
    padding: 25px 0 25px 15px;
	}
	.navbar-nav li {
	margin: 29px 10px 0 0;
	}
	.options div.mail {
		margin-top: 0 !important;
	}
}

.error {
    color: #FF0000;
}

label.error{color: #FF0000;float: left;left: 0%;position: relative;top: -11px;font-size: 11px;/* font-weight: bold; */}

	.options ul {
  }
.dropdown-toggle {
	/*display: block;*/
	height: 70px;
	line-height: 70px;
	text-indent: 15px;
	color: #fff;
}
/*Impersonate View*/
.impersonate-overlay {
    position: fixed;
    width: 100%;
    height: 62px;
    bottom: 0px;
    background-color: rgba(255, 255, 50, 0.95);
    padding: 20px;
    padding-bottom: 0px;
    color: #000;
    font-size: 16px;
    border-top: 2px;
    border-top-color: #000;
    border-top-style: solid;
    z-index: 9999999;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #1b6895 !important;
}
.options div.mail {
	border-right: 1px solid #1A78AD;
}
ul.dropdown-menu a:hover {
	background: #1b6895 !important;
}
.selected, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #3386bb !important;
	-moz-box-shadow: inset 0 2px 6px -5px #000;
	-webkit-box-shadow: inset 0 2px 6px -5px #000;
	box-shadow: inset 0 2px 6px -5px #000;
	border-radius: 5px;
	/* border: 1px solid #247ab0; */
	text-decoration: none;
}

.impersonate-overlay .arrow {
    display: block;
    float: left;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: #000;
    margin-right: -5px;
}

.impersonate-overlay .button {
    display: block;
    float: left;
    line-height: 20px;
    border: 2px solid #000;
    padding: 3px;
    background-color: #000;
    color: #fff;
    margin-top: 0px;
}

.impersonate-overlay .left-arrow-button {
    width: 275px !important;
    margin-left: -15px;
    margin-top: -3px
}

.impersonate-overlay .disclaimer {
    float: right;
    width: 320px;
    margin-top: 5px;
}

.impersonate-overlay .patient-info {
    float: left;
    font-size: 14px;
    line-height: 10px;
    margin-left: 20px;
    margin-top: -2px;
}

.impersonate-overlay .patient-info span {
    display: block;
    line-height: 13px;
    margin-top: 2px;
}

a.lh-active {
    color: #fff;
    background-color: #3386bb;

    -moz-box-shadow: inset 0 2px 6px -5px #000;
    -webkit-box-shadow: inset 0 2px 6px -5px #000;
    box-shadow: inset 0 2px 6px -5px #000;

    border-radius: 5px;
    border: 1px solid #247ab0;
}

.selectMenu {
	width: 160px;
    height: 30px;
    float: right;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    background: url(../images/selectmenu_bg.jpg) repeat-x left top;
}

.selectMenu a {
    color: #EFEFEF;
    float: left;
    line-height: 30px;
    padding: 0 14px 0 16px;
    width: 80%;
}

.dropDwn {
    width: 10px;
    height: 30px;
    float: right;
    background: url(../images/a_bg.jpg) repeat-y left top;
    padding-left: 10px;
}

.topContent {
    background: url(../images/dbl-shade-brdr.jpg) repeat-x bottom left;
    width: 100%;
    padding-bottom: 18px;
    margin: 14px 0 0 0;
    float: left
}

.topContent h2 {
    color: #424241;
    font-size: 24px;
}

.topContent span, .topContent p, .topContent li {
    color: #5C5C5C;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 14px 0 0 0;
}

.topContent p {
    font-size: 14px;
    line-height: 22px;
}

.topContent ul{
	padding-inline-start: 40px;
}

.topContent li {
	list-style-type: disc;
	font-size: 14px;
	padding: 0 0 14px 0;
}

.introText {
    float: left;
    padding: 12px 10px 12px 10px;
    width: 100%;
    color: #5c5c5c; font-size: 17px; line-height: 20px;
}

/* overriding HOE sidebar styles */
#hoe-header {
    height: 70px;
}

.hoe-left-header {
    height: 70px;
}

.hoe-left-header > .hoe-sidebar-toggle > a {
    display: block;
}

.hoe-right-header {
    height: 70px;
    line-height: 70px;
}

.left-navbar {
    height: 70px;
}

.menu-text:before {
    display: none;
}

.right-navbar {
    height: 70px;
}
/* end overriding HOE sidebar styles */

/* custom sidebar styles */
.sidebar-logo-blue {
    background: url("../images/logo-blue.png") no-repeat;
    bottom: -10px;
    height: 37px;
    position: relative;
    width: 139px;
}

.sidebar-top-item {
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

.sidebar-top-text {
    margin-left: 5px;
    margin-right: 5px;
}
/* end custom sidebar styles */

.button-teal {
    /* background: url(../images/login_btn_bg.jpg) repeat-x left top; */
	background-color: #009CDE;
    border: 0px none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Gotham-MediumGotham-Medium';
    font-size: 17px;
    /*height: 20px;*/
    text-align: center;
    width: 108px;
    margin: 15px 0 0;
    text-transform: uppercase;
    padding: 12px 0;
}
.button-teal:hover {
	text-decoration: none;
}
.button-teal:disabled {
    opacity: 0.3;
}
.button-teal.notify {
    width: 145px;
}
.button-teal.back {
    width:120px;
}
.button-teal.confirm {
    width: 250px;
    height: 35px;
    font-size: 15px;
    padding: 0;
}
.logo-whitelabel {
    padding-top: 20px;
}
.footer-poweredby {
	/* text-align: center; */
    margin-bottom: 20px;
}
.footer-poweredby-text {
    bottom: -7px;
    position: relative;
}

.button-container span {
	font-weight: normal;
}