@font-face {
 font-family: "RobotoCondRegular";
 src: url('../fonts/RobotoCondensed-Regular.eot');
 src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Regular.svg#Roboto Condensed') format('svg'),  url('../fonts/RobotoCondensed-Regular.woff') format('woff'),  url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: "RobotoCondLight";
 src: url('../fonts/RobotoCondensed-Light.eot');
 src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Light.svg#Roboto Condensed') format('svg'),  url('../fonts/RobotoCondensed-Light.woff') format('woff'),  url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: "RobotoCondBold";
 src: url('../fonts/RobotoCondensed-Bold.eot');
 src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/RobotoCondensed-Bold.svg#Roboto Condensed') format('svg'),  url('../fonts/RobotoCondensed-Bold.woff') format('woff'),  url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}


/* Roboto Slab Fonts */
@font-face {
 font-family: 'RobotoBold';
 src: url('../fonts/robotobold.eot');
 src: local('☺'), url('../fonts/robotobold.woff') format('woff'),  url('../fonts/robotobold.ttf') format('truetype'),  url('../fonts/robotobold.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'RobotoLight';
 src: url('../fonts/robotolight.eot');
 src: local('☺'), url('../fonts/robotolight.woff') format('woff'),  url('../fonts/robotolight.ttf') format('truetype'),  url('../fonts/robotolight.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'RobotoThin';
 src: url('../fonts/robotothin.eot');
 src: local('☺'), url('../fonts/robotothin.woff') format('woff'),  url('../fonts/robotothin.ttf') format('truetype'),  url('../fonts/robotothin.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'RobotoRegular';
 src: url('../fonts/robotoregular.eot');
 src: local('☺'), url('../fonts/robotoregular.woff') format('woff'),  url('../fonts/robotoregular.ttf') format('truetype'),  url('../fonts/robotoregular.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'RobotoMedium';
 src: url('../fonts/robotomedium.eot');
 src: local('☺'), url('../fonts/robotomedium.woff') format('woff'),  url('../fonts/robotomedium.ttf') format('truetype'),  url('../fonts/robotomedium.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
#isMobile {
	display: none;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
}
.mobilePull {
	display: none;
}
.wm {
	color: Gray !important;
	font-size: 16px !important;
	vertical-align: bottom;
	text-align: left;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.inline-block{
	display: inline-block;
}
.banner.sk2 .zero {
	margin: 0;
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}
.float {
	float: left;
	margin-right: 24px;
}
.notext {
	text-indent: -99999px;
}
.debug {
	outline: 1px dotted red;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
}
.grey {
	color: #2b2b2b;
}
.mobile-only {
	display: none;
}
body {
	font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #111111;
	line-height: 22px;
}
div {
	position: relative;
	outline: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #00953b;
}
a:visited {
	color: #00953b;
}
a:hover, a:focus {
	text-decoration: underline;
}
p {
	margin: 0 0 12px;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 12px 0;
}
h2 {
	font-size: 26px;
	color: #54585a;
	line-height: 31px;
	margin-bottom: 14px;
}
h2 span.lower {
	text-transform: lowercase;
}
.answers h2 {
	font-size: 21px;
	line-height: 22px;
}
h3 {
	line-height: 25px;
	color: #54585a;
}
h4 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
	color: #111111;
}
h5, h6 {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px;
	line-height: 17px;
	color: #111111;
	font-weight: 700;
}
h6 {
	text-transform: none;
}
/*ul {
	margin: 0 0 12px 24px;
	padding: 0;
}*/
ul li {
	list-style:none;
}
ul#skiplinks {
	position: absolute;
	left: -20000em;
}
table {
	width: 100%;
	border-collapse: collapse;
	display:table;
}
table th {
	background: #fff;
	color: #54585a;
	border-bottom: 6px solid #babbb1;
	text-align: left;
	padding: 12px 12px;
}
td {
	text-align: left;
	vertical-align: top;
	border:none;
	display:table-cell;
}
tr {
	border:none;
	;
	display:table-row
}
#main {
	margin: 0px auto 5px;
	max-width: 1200px;
	min-height:54px;
}
#main-content {
	margin-bottom: 5px;
	width: auto !important;
	float:none !important;
}
.pageinfo {
	clear: both;
	float: left;
	width: 960px;
	border-top: 1px solid #e3e3e0;
	overflow: hidden;
	color: #2b2b2b;
	padding: 24px 0;
	margin-bottom: 12px;
}
/*
#footer {
	clear: both;
	margin-bottom: 0;
	margin: 0px auto;
	overflow: hidden;
	
}
#footer span {
	clear: both;
	border-top: 1px solid #e3e3e0;
	color: #2b2b2b;
	padding-top: 5px;
	margin-bottom: 0px;
}
*/
#HNhospital-wrapper, #wrapper { 
	margin: 0px auto;
}

a.linkbox {
	display: block;
	color: rgb(17, 17, 17);
	padding-top: 20px;
	padding-bottom: 12px;
	overflow: hidden;
	border-top: 6px solid rgb(216, 240, 225);
}
a.linkbox:hover, a.linkbox:focus {
	text-decoration:none;
}
a.linkbox.appointment {
	margin-bottom: 15px;
	padding : 20px 0px 20px 20px;
	border: medium none;
	background:rgb(244, 248, 255);
}
#filter {
	width: 19%;
	float: left;
	margin: 10px 10px 0 0;
}
#filter .holder {
	border: 1px solid #C4E5EA;
	font-size: 13px;
}
#filter .holder div {
	padding: 0px 0px 0px 10px;
}
#filter .holder div .pubyear {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#filter .holder div .pubyear label {
	display: block;
	margin-right: 6px;
	width: 50px;
	text-align: right;
	float: left;
}
#filter .holder div .pubyear select {
	float: left;
}
#filter .holder div .pubyear input[type=submit] {
	clear: both;
	background: #00953b;
	border: none;
	color: #fff;
	padding: 8px 10px;
	margin-top: 12px;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
}
#filter .holder div .pubyear div {
	clear: both;
	padding-left: 50px;
}
#filter .holder h2 {
	font-size:16px;
	padding: 5px 15px;
	margin-bottom:10px;
	background: #c4e5ea;
	color: #226085;
	font-weight: normal;
	font-family:'RobotoMedium', Arial, Helvetica, sans-serif;
}
#filter .holder h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	color: #226085;
	font-family:'RobotoBold', Arial, Helvetica, sans-serif;
}
ol.alpha li {
	text-transform: uppercase;
	float: left;
	margin: 0px 5px 5px 0px;
}
#filter .holder ol {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 24px;
}
#filter .holder ol.ct {
	margin-bottom: 12px;
}
#filter .holder ol.alpha {
	margin-bottom: 0;
	border: none;
	padding-bottom: 10px;
}
#filter .holder ol.alpha li {
	margin-bottom: 6px;
	margin-right: 6px;
}
#filter .holder ol.alpha li:nth-child(6), #filter .holder ol.alpha li:nth-child(12), #filter .holder ol.alpha li:nth-child(18), #filter .holder ol.alpha li:nth-child(24) {
 margin-right:6px;
}
#filter .holder ol.alpha li a {
	display: block;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
#filter .holder ol li {
	margin: 0;
	padding: 0;
}
#filter .holder ol li a {
	display: block;
}
#filter .holder ol li a.select {
	color: #111111;
}
.holder div a, .holder div a:link, .holder div a:visited {
	color: #00A650;
	padding-left: 8px;
	font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
	font-size:15px;
}
ol.alpha {
	list-style: none outside none;
	margin: 0px 0px 24px;
	padding: 0px;
	overflow: hidden;
}
#ctl00_cphMainContent_AutoCompleteExtender1_completionListElem, #ctl00_cphMainContent_AutoCompleteExtender2_completionListElem, #ctl00_cphMainContent_AutoCompleteExtender3_completionListElem, #ctl00_cphMainContent_AutoCompleteExtender4_completionListElem, #ctl00_cphMainContent_AutoCompleteExtender5_completionListElem, #ctl00_cphMainContent_aceCity_completionListElem, 
#ctl00_cphMainContent_aceKinCountry_completionListElem, #ctl00_cphMainContent_aceKinState_completionListElem, #ctl00_cphMainContent_aceKinCity_completionListElem, #ctl00_cphMainContent_aceNationality_completionListElem, #ctl00_cphMainContent_aceDocType_completionListElem {
	max-height: 100px;
	overflow: auto;
	list-style: none outside none;
	/* min-height: 10px; */
}
.autocomplete_completionListElement {
	border: 1px solid #c7c7c7;
	font-size:16px;
	visibility:hidden;
	list-style-type:none;
	padding:0px;
	background-color:#fefefe;
	margin:0px;
	TEXT-ALIGN: left;
	border-radius:4px;
	color: #232222;
}
.autocomplete_highlightedListItem {
    background-color: #226087;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 2px 5px;
}
.autocomplete_listItem {
	padding:2px 5px;
	color: #232222;
	font-size:16px;
}
.autocomplete_completionListElement_doc {
	border: 1px solid #c7c7c7;
	font-size:16px;
	visibility:hidden;
	list-style-type:none;
	padding: 0px;
	background-color:#fefefe;
	margin:0px;
	TEXT-ALIGN: left;
	border-radius:4px;
	color:#3d3d3d;
}
.autocomplete_highlightedListItem_doc {
	background-color:rgb(0, 149, 59);
	font-size:16px;
	color: rgb(255, 255, 255);
	padding:2px 5px;
}
.autocomplete_listItem_doc {
	padding:2px 5px;
	color:#58595B;
	;
	font-size:16px;
}
.clinicalbios {
	float:right;
	width: 77%;
	min-height:349px;
	overflow-x:none;
	margin-top:0px;
	-webkit-overflow-scrolling: touch;
}
.clinicalbios1 {
	float:left;
	width:100%;
	overflow-y:auto;
	overflow-x:none;
	margin-top:5px;
	-webkit-overflow-scrolling: touch;
	background-color:#E6F4F6;
}
#tblDocLIst tr, #tblPackageList tr {
	background-color:#fff;
}
#tblDocLIst td {
	padding:10px 10px 10px 0px;
	border-bottom: 1px #3aa8b9 solid;
}
#tblDocLIst td.td_tblDocLIst2, #tblPackageList td.td_tblDocLIst2 {
	padding: 8px 8px 12px;
}
ol.alpha li a, ol.alpha li span {
	padding: 2px 0px;
	display: block;
	float: left;
	text-align: center;
	min-width: 25px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(227, 227, 224);
}
ol.alpha li a:hover, ol.alpha li span:hover {
	border: 1px solid rgb(0, 149, 59);
	text-decoration:none;
}
#tblDocLIst td img {
	border: 1px solid #E3E3E0 !important;
}
td.td_tblDocLIst1 {
	width:150px;
}
img.docInfo_img {
	width: 125px;
}
#divDocQualification {
	width:100%;
	margin:0 0 10px 0;
}
#divDocName {
	/*font-weight:bold;*/
	color:#226085;
	font-size:17px;
	margin:0 0 10px 0;
	font-family: "RobotoBold", Arial, Helvetica, sans-serif;
}
#divViewPrifile a {
	background:url('../img/profile_0.png') no-repeat #D4D4D4;
	display: block;
	float: left;
	border-radius:5px;
	padding:3px 15px 3px 40px;
	margin:0 10px 0 0;
	color:#222;
	font-weight: bold;
	font-size: 12px;
}
#divBookAppt a {
	background:url('../img/apptn_0.png') no-repeat #D4D4D4;
	display: block;
	float: left;
	border-radius:5px;
	padding: 3px 15px 3px 40px;
	color:#222;
	font-weight: bold;
	font-size: 12px;
}
#pnlDocDetails > div {
	font-size: 13px !important;
	padding:0 0 15px 0;
	border:#00953B 1px solid;
}
#ctl00_cphMainContent_divDDQualification {
	width: 370px !important;
	margin:0 0 10px 0;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
}
#ctl00_cphMainContent_btnBookApptProfile {
	background:url('../img/apptn_0.png') no-repeat #D4D4D4;
	color:#fff;
	display: block;
	float: left;
	padding: 3px 15px 4px 40px;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
	
}

#ctl00_cphMainContent_divDDExpDetail {
	text-align:justify;
	color:#222;
	max-height: 125px;
	overflow-y: scroll;
	padding-right: 5px;
}
#ctl00_cphMainContent_divDDName {
	color:#06A901;
	font-size:17px;
	margin:0 0 5px 0;
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
}
input[type="submit"].btnPopupClose, .btnPopupClose, div#ctl00_cphMainContent_pnlNameAadhaarInfo input[type="submit"].btnPopupClose {
	display: block;
	border:none;
	cursor:pointer;
	position:absolute;
	top: 4px;
	right: 0px;
	background:url(../img/close_popup.png) no-repeat transparent;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
	box-shadow: 0px 0px 0px 0px transparent;
	z-index:9999;
}
input[type="submit"].btnPopupClose1
{
    background: url('../img/close1.png') no-repeat scroll 0% 0% transparent;
    top: 5px;
    right: 5px;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.divNewsUl a:hover {
	text-decoration:none;
	color: rgb(84, 88, 90);
}
#pnlPopMessage {
	background: #d4fecc;
	border-radius:15px;
	border: 2px solid #00953B;
	padding: 20px;
	text-align: center;
	font-weight:bold;
	max-width:450px;
}
#btnBack {
	text-decoration:none;
	background:url('../img/back_0.png') no-repeat 4px 4px rgb(212, 212, 212);
	color:#323232;
	cursor:pointer;
	display:block;
	float:right;
	border-radius:5px;
	padding: 7px 10px 7px 30px;
	line-height:13px;
	position:absolute;
	right:10px;
	top:9px;
	font-size:12px;
	font-weight:bold;
	box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid #CCC;
}
#btnBack:hover {
	background:url('../img/back_h.png') no-repeat scroll 4px 4px rgb(0, 149, 59);
	text-decoration: none;
	color: rgb(255, 255, 255);
	box-shadow: -1px -1px 3px 1px rgba(0, 0, 0, 0.0);
	border: 1px solid #017814;
}
.page-header, .maincntholder {
    /* background: url('../img/pg_head_bg.gif') repeat scroll left top transparent; */
    background: #bddaee;
    /* height: 70px;*/
    border-top: 2px solid #93c3e3 ;
    margin: 0px 0px 40px;
}
    .maincntholder h1 {
        font-family: "RobotoBold", Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 1.5;
        color: #226085;
        padding: 8px 0;
        margin: 0px auto;
        max-width: 1200px;
    }
.maincntholder h1 span {
	font-family: "RobotoBold", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #226085;
}
.page-header h1 a:hover, .page-header h1 a:visited {
	text-decoration:none;
	cursor:auto;
}
.new_test {
	padding:30px;
}
input#ctl00_cphMainContent_txtDept {
	width:100%;
	margin:0px;
	border:1px solid #C4E5EA;
	-webkit-appearance: none;
	border-radius:0px;
	background:url('../img/search_blue.png') no-repeat right top;
	color: #58595B;
	font-family: "RobotoLight", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px 9px 2px 13px;
	padding: 4px 9px 4px 13px\9;
}
div.docInfo {
	color:#222;
	background: #ffffff !important;
	font-size: 16px !important;
	padding:15px 15px;
}
div.docInfo1{
	color:#222;
	background: #CEEEDD !important;
	font-size: 16px !important;
	padding:15px 15px;
	width:450px;}
.docInfo strong {
	border-bottom: 1px dotted #3AA8B9;
	color: #3AA8B9;
	float: left;
	font-size: 16px;
	margin: 5px 0;
	width: 100%;
	font-family: 'RobotoMedium', Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	padding-bottom: 7px;
}
#imgDoctor {
	border:1px solid #06A901 !important;
}
div#pnlDocDetails div.close {
	border:0px;
	padding:0px;
	margin:0px;
}
div.docInfo table tbody tr td {
	border:none;
	padding: 5px;
	width:136px;
}
.DeptList {
	float:right;
	background-color:#ceeedd;
	width:78%;
	overflow-y:auto;
	overflow-x:none;
	margin-top: 10px;
	padding: 15px 10px;
	-webkit-overflow-scrolling: touch;
}
.DeptList a:hover {
	color:rgb(90, 90, 90);
	text-decoration:none;
}
.deptListInner {
	padding: 12px 0px;
	width: 47%;
	float: left;
	border-bottom: 1px dotted #428EB2;
	margin-left: 15px;
}
.deptListInner img.list_med_icon {
	float:left;
	margin-left:10px;
	padding-right: 20px;
}
a .deptListInner , a:hover .DeptList {
	color:#000;
	padding-left: 15px;
	margin-top: 6px;
	display: inline-block;
	line-height: 47px;
	font-family:"RobotoCondRegular", Arial, Helvetica, sans-serif;
}

#ctl00_cphMainContent_divTitle {
	color: #939393;
	font-size: 18px;
	color:#5a5a5a;
}
#ctl00_cphMainContent_divContent {
	font-size:13px;
	color:#5a5a5a;
	background-color:#f8f8f8;
	padding:10px;
	max-height:245px;
	overflow-y:auto;
}
#ctl00_cphMainContent_pnlFailureMessage {
	background: #fff;
	border-radius:8px;
	padding: 20px;
	text-align: center;
	max-width:450px;
}
#ctl00_cphMainContent_pnlFailureMessage .msg {
	float:left;
	min-height:55px;
	padding:0 0 0 65px;
	background:url(../img/failure.png) no-repeat left center;
	font-weight:normal;
	text-align:left;
}
#ctl00_cphMainContent_pnlFailureMessage .msg .mhead {
	font-size:18px;
	color:#00953B;
}
#ctl00_cphMainContent_pnlFailureMessage .msg span {
	padding:0;
	margin:5px 0 0 0;
	float:left;
	font-size:15px;
	/*font-weight:bold;*/
	color: #226085;
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
}
#divDocQualification, #divBookAppt, #divViewPrifile {
	font-size:16px;
	font-family:'RobotoLight', Arial, Helvetica, sans-serif;
}
#HNhospital-header ul.nav li ul li a:hover {
	background: none;
}
#HNhospital-header ul.nav li:nth-child(1) a {
 width: 125px;
}
#HNhospital-header ul.nav li:nth-child(2) a {
 width: 115px;
}
#HNhospital-header ul.nav li:nth-child(3) a {
 width: 80px;
}
#HNhospital-header ul.nav li:nth-child(4) a {
 width: 90px;
}
#HNhospital-header ul.nav li:nth-child(5) a {
 width: 115px;
}
#HNhospital-header ul.nav li:nth-child(6) a {
 width: 90px;
}
#HNhospital-header ul.nav li:nth-child(7) a {
 width: 95px;
}
#HNhospital-header ul.nav li:nth-child(3):hover > a {
 background-position: right -190px;
 color: #018b37;
}
#HNhospital-header ul.nav li:nth-child(4):hover > a {
 background-position: right -290px;
 color: #017e33;
}
#HNhospital-header ul.nav li:nth-child(5):hover > a {
 background-position: right -290px;
 color: #017e33;
}
#HNhospital-header ul.nav li:nth-child(1).current > a {
 background-position: right -90px;
 color: #008936;
}
#HNhospital-header ul.nav li:nth-child(2).current > a {
 background-position: right -90px;
 color: #008936;
}
#HNhospital-header ul.nav li:nth-child(3).current > a {
 background-position: right -190px;
 color: #018b37;
}
#HNhospital-header ul.nav li:nth-child(4).current > a {
 background-position: right -290px;
 color: #017e33;
}
#HNhospital-header ul.nav li:nth-child(5).current > a {
 background-position: right -290px;
 color: #017e33;
}
#HNhospital-header ul.nav li:nth-child(6).current > a {
 background-position: right -90px;
 color: #008936;
}
#HNhospital-header ul.nav li:nth-child(7).current > a {
 background-position: right -90px;
 color: #008936;
}
#idm_main form div.form_section {
	margin-bottom: 10px;
}
#ctl00_cphMainContent_divDDExpDetail p {
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
#ctl00_cphMainContent_divDDExpDetail p b, #ctl00_cphMainContent_divDDExpDetail b {
	font-size:13px;
	font-weight:bold;
	line-height:18px;
}
/*
Added By : Anuj Sharma
Dated    : 08-03-2014
Reason   : To make back ground disabled when user click on button (wait mode feature)
Page Ids : Book an appointment
*/	 
#Background {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: Gray;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index:2000;
}
#Progress {
	position:fixed;
	top:50%;
	left:50%;
	width: 100px;
	height: 50px;
	z-index:2000;
}
/*-------------------End here-----------------------------------*/	 

#HNhospital-header #gnavtwo {
	float: right;
	width: 162px;
	margin-bottom: 1px;
}
#HNhospital-header ul.socialmedia li, ul.socialmedia_alt li {
	float: left;
	width: 21px;
	height: 30px;
	line-height: 25px;
	margin-right: 5px;
}
#HNhospital-header ul.socialmedia li.socialmediautube, ul.socialmedia_alt li.socialmediautube_alt {
	width:40px;
}
.socialmedia li a, .socialmedia_alt li a {
	text-indent:-99999px;
}
li a.twitter {
	background: url('../img/twitter.png') no-repeat top left;
	background-size: 20px 20px;
}
li a.facebook {
	background: url('../img/facebook.png') no-repeat top left;
	background-size: 20px 20px;
}
li a.youtube {
	background: url('../img/youtube.png') no-repeat top left;
	background-size: 36px 20px;
}
li a.linkedin {
	background: url('../img/linkedin.png') no-repeat top left;
	background-size: 20px 20px;
}
li a.googlep {
	background: url('../img/googlep.png') no-repeat top left;
	background-size: 20px 20px;
}
li a.googlep_alt img, li a.linkedin_alt img, li a.facebook_alt img, li a.twitter_alt img {
	width:20px;
	padding-top: 5px;
}
li a.youtube_alt img {
	width:36px;
	padding-top: 5px;
}
#HNhospital-header ul.nav-global li ul.hidden_logout {
	display: none;
	position:relative;
}
#HNhospital-header ul.nav-global li:hover.login_name ul.hidden_logout {
	display: block; /* display the dropdown */
	top: 0px;
	left:0px;
}
.map_header {
	color:#00953B;
	border-top:6px solid #D8F0E1;
	padding-top: 7px;
	font-size:28px;
	margin-bottom:5px;
}
#main #form_item .map_direction {
	margin: 10px auto;
}


/* code for dummy textbox for Department and doctor.*/
.doc_dummy {
	/*border-radius: 4px;*/
	border: 1px solid #c7c7c7;
	margin-bottom: 15px;
	min-height: 28px;
	padding: 4px 5px;
	width: 250px;
	position: relative;
	font-size: 16px !important;
	font-weight:normal;
	line-height: 18px;
	background:white;
	top:0px;
	left:0px;
	overflow:hidden;
	font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
	color: #232222;
}
/*  -------------------  this is for find a doc popup profile  ----------------------  */
.divProfile {
	margin:5px 0px 4px;
	font-family: 'RobotoBold', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#226085;
	
}
#ctl00_cphMainContent_divAwards, #ctl00_cphMainContent_divFellowships, #ctl00_cphMainContent_divExpDetail {
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
#ctl00_cphMainContent_divDept h3 {
	font-size:16px;
	padding: 5px 15px;
	margin-bottom:0px;
	background: #c4e5ea;
	color: #226085;
	font-weight: normal;
	font-family:'RobotoMedium', Arial, Helvetica, sans-serif;
}
#ctl00_cphMainContent_divDept {
	border:1px solid #c4e5ea;
	margin-bottom:15px;
}
#ctl00_cphMainContent_divDept div {
	margin:0px !important;
}
.nav-dynamic_alt a {
	font-size: 13px;
	color: #111;
	line-height: 20px;
}
#idm_main div span.regester_otp {
	font-size: 12px;
	line-height: 17px;
	max-width: 277px;
	display: inline-block;
	padding-bottom: 7px;
}
#idm_main div span.Register_radioopt {
	font-size: 13px;
	margin-top: 7px;
	display: inline-block;
}
.td_tblHealLIst {
	width: 200px;
	padding:10px;
}
.td_tblHealLIst img.docInfo_img {
	width:170px;
}
.divProfileDetails ul li {
	list-style-type:disc;
	font-size:16px;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	margin-left: 22px;
	padding-bottom: 5px;
}
.quick_links {
	border-top:1px solid #E3E3E0;
	padding:10px 0px;
}
.Q_link {
	width:23%;
	margin-left:1.5%;
	float:left;
	border-right:2px dotted #E3E3E0;
}
.Q_link a p {
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}
.Q_link a:hover {
	text-decoration:none;
}
.Q_link a img {
	padding:0px;
	margin:0px 0px 0px;
	width:90%
}
.Q_link a img.a {
	position:absolute;
	top:10px;
	left:0px;
	opacity:1;
	transition: opacity;
	transition-duration:0.7s;
}
.Q_link a:hover img.a {
	opacity:0;
	visibility:hidden\9;
}
.Q_link a img.b {
	padding-top:10px;
}
#divViewPrifile a, #divBookAppt a, #ctl00_cphMainContent_btnBookApptProfile, a.btn_secondary {
	background-color: #3AA8B9;
	/*border: 0px solid #CCC;*/
	color:#ffffff;
	border-radius:0px;
	font-family:"RobotoMedium", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	height:30px;
	margin-bottom: 5px;
}
#divViewPrifile a:hover, #divBookAppt a:hover, #ctl00_cphMainContent_btnBookApptProfile:hover, a.btn_secondary:hover {
	background-color: #3AA8B9;
	text-decoration:none;
}
.page-header h1 {
	font-family: "RobotoLight", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 65px;
	color: #00A651;
	padding: 0px;
	margin: 0px;
}
.page-header h1 span {
	font-family: "RobotoBold", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	color: #00A651;
}
div.docInfo table, div.docInfo table tr {
	background-color:transparent;
}
 .divPackageName {font-family: "RobotoBold",Arial,Helvetica,sans-serif; 
color: #226085;font-size: 17px;}
.divPackageName1{font-family: "RobotoBold",Arial,Helvetica,sans-serif; 
color: #fff;font-size: 20px;background-color: #3AA8B9;margin: -15px -15px -5px; padding: 15px;}
#tblPackageList{ border-bottom:1px solid #3AA8B9; }
.CalTitle option{font-size:8px;}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 #HNhospital-header ul.nav li div a:hover, #HNhospital-header ul.nav li div a.on {
min-height:16px;
}
}
