﻿body
{
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

article, aside, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Arimo', sans-serif;
	color: #373737;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


h5.white, h4.white
{
	color: #fff;
}
h5.onTop
{
	position: relative;
	z-index: 2;
}
label
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}
table
{
	border-collapse: collapse;
}
table, td, th
{
	border: 0px solid black;
}
td
{
	padding: 5px;
}

iframe
{
	overflow: hidden;
}

.logo_img
{
	width: 220px;
	height: 60px;
}


@media only screen and (max-width:480px)
{

	.logo_img
	{
		width: 220px;
		height: 60px;
		margin-left: 20px;
	}

}

#login_header
{
	height: 200px;
	padding: 25px;
	background-color: #fff;
}

#login_section
{
	height: 350px;
	padding: 25px;
	background-color: #2663a8;
	border-bottom: 1px solid #808080;
}
#login_footer
{
	height: 107px;
	padding: 25px;
	background-color: #606060;
}
.login_body
{
	position: relative;
	top: 35px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	height: auto;
	width: 60%;
}
.login_header_title
{
	width: 100%;
	height: 80px;
	background-color: #009356;
	border-radius: 10px 10px 0 0;
	text-align: center;
	padding: 20px 0;
}
.login_content
{
	width: 300px;
	margin: 30px auto;
}

@media only screen and (max-width:480px)
{
	.login_body
	{
		position: relative;
		top: 5px;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 10px;
		height: auto;
		width: 100%; /*    box-shadow:0px 1px 4px 0px #b5b5b5;*/
	}
	.login_content
	{
		width: 100%;
		margin: 30px auto;
	}
	.login_header_title
	{
		width: 100%;
		height: 80px;
		background-color: #009356;
		border-radius: 10px 10px 0 0;
		text-align: center;
		padding: 8px 0;
	}
	.login_submit
	{
		margin-top: 10px;
	}

}

#social_media
{
	margin-left: 15px;
}
.span_header
{
	font-family: 'Arimo', sans-serif;
	color: #5b5b5b;
	font-size:14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
.span_header.simple
{
	font-weight: lighter;
}
.span_header.small
{
	font-size: 11pt;
}
.span_header.red
{
	color: #da251c;
}
.services_list, .home_remedies_list
{
	list-style-image: url('images/list_img.png');
	display: block;
	padding-left: 0px;
	margin-left: 30px;
	text-align: left;
}
.services_list li, .home_remedies_list li
{
	padding: 5px;
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	line-height: 1.3;
	color: #fff;
}
.services_list a, .home_remedies_list a
{
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #fff;
}
.services_list a:hover, .home_remedies_list a:hover
{
	color: #009356;
	text-decoration: underline;
}
.services_list a:visited, .home_remedies_list a:visited
{
	color: #fff;
}
.services_list a:focus, .home_remedies_list a:focus
{
	border: none;
	outline: none;
}
.tagline
{
	font-family: Vijaya;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
}
.haoma_clear
{
	clear: both;
}
p
{
	font-family: 'Arimo', sans-serif;
	color: #373737;
	text-align: left;
	line-height: 1.4;
	color: #5f5f5f;
	font-size: 10.5pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
p.white
{
	color: #fff;
}
p.small
{
	font-size: 10.5pt;
}
p.small_italic
{
	font-size: 10.5pt;
	font-style: italic;
}
p.onParaTop
{
	position: relative;
	z-index: 999;
}

@media (max-width:1024px)
{
	p
	{
		font-family: 'Arimo', sans-serif;
		color: #373737;
		text-align: left;
		line-height: 1.4;
		color: #5f5f5f;
		font-size: 10pt;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	p.white
	{
		color: #fff;
	}
	p.small
	{
		font-size: 7.5pt;
	}
	p.small_italic
	{
		font-size: 8.5pt;
		font-style: italic;
	}
	p.onParaTop
	{
		position: relative;
		z-index: 999;
	}
}
a
{
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' , 'Courier New' ,sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	color: #2663a8;
	text-transform: none;
}
a:hover
{
	color: #da251c;
	text-decoration: underline;
}
a:visited, a:active, a:focus
{
	text-decoration: none;
	border: none;
	outline: none;
}
a.large
{
	font-size: 12pt;
}

.details_page_list
{
	list-style-image: url(images/icons/list_arrow_black.png);
	display: block;
	padding-left: 0px;
	margin-left: 20px;
}
.details_page_list li
{
	padding: 5px;
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
	font-weight: normal;
	font-size: 10.5pt;
	line-height: 1.3;
	color: #5f5f5f;
}
.details_page_list.small li
{
	padding: 5px;
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	line-height: 1.0;
	color: #5f5f5f;
}

@media (max-width:1024px)
{
	.details_page_list
	{
		list-style-image: url(images/icons/list_arrow_black.png);
		display: block;
		padding-left: 0px;
		margin-left: 20px;
	}
	.details_page_list li
	{
		padding: 5px;
		font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
		font-weight: normal;
		font-size: 10.5pt;
		line-height: 1.3;
		color: #5f5f5f;
	}
	.details_page_list.small li
	{
		padding: 5px;
		font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Calibri,Verdana,sans-serif;
		font-weight: normal;
		font-size: 9pt;
		text-align: left;
		line-height: 1.0;
		color: #5f5f5f;
	}

}

#haoma_header
{
	padding: 5px;
}
.banner_layer
{
	height: 550px;
	width: 100%;
	position: static;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}
.mobile_banner_layer
{
	visibility: hidden;
	height: 0px;
	width: 0px;
}
@media only screen and (max-width:480px)
{
	.banner_layer
	{
		display: none;
	}
	.mobile_banner_img
	{
		height: 100%;
		width: 100%;
	}
	.mobile_banner_layer
	{
		display: normal;
		width: 100%;
		visibility: visible;
		height: 100%;
		margin: 0;
		padding: 0;
		z-index: 0;
	}

}

@media only screen and (max-width:640px)
{
	.banner_layer
	{
		display: none;
	}
	.mobile_banner_img
	{
		height: 100%;
		width: 100%;
	}
	.mobile_banner_layer
	{
		visibility: visible;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		z-index: 0;
	}
}


.aboutus_layer
{
	width: 100%;
	padding: 25px;
	background-color: #f6f6f6;
	background: url(images/pattern_bg.png) repeat;
}
.details_page
{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
@media only screen and (max-width:480px)
{
	.details_page
	{
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: #fff;
	}
}
.services_layer, .professional_layer, .article_layer, .gallery_layer, .footer_information, .media_layer
{
	width: 100%;
	padding: 25px;
	height: 100%;
}


.services_content
{
	width: 100%;
	height: auto;
	border: 0px solid #808080;
	margin-top: 25px;
}
.read_more_layer
{
	right: 20px;
	bottom: 10px;
	position: absolute;
}
.read_more_circle
{
	height: 40px;
	width: 40px;
	display: inline-block;
	background: url('images/icons/more-circle.png') no-repeat;
}
.read_more_circle:hover
{
	text-decoration: none;
	border: none;
	background: url('images/icons/more-circle_hover.png') no-repeat;
}
.read_more_circle:focus
{
	border: none;
	outline: none;
}
.banner_board
{
	position: absolute;
	left: 120px;
	top: 450px;
	height: 250px;
	width: 400px;
	background-color: #2663a8;
	opacity: 0.8;
	z-index: 2;
}
.searchbox
{
	border: none;
	background-color: #f6f6f6;
	height: 25px;
	padding: 5px;
	width: 220px;
	margin-top: 5px; /*   border:1px solid #cccccc; */
	border-radius: 4px;
}
.services_header
{
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 14pt;
}
.article_header
{
	color: #373737;
	font-family: 'Arimo', sans-serif;
	font-size: 13pt;
}
@media only screen and (max-device-width: 480px)
{
	.searchbox.mob
	{
		width: 80%;
	}
}
.box_more_button
{
	display: inline-block;
	text-align: center;
	height: 70px;
	width: 200px;
	background: url('images/more_button.png') no-repeat;
	-o-transition: background 0.4s ease-in;
	-ms-transition: background 0.4s ease-in;
	-moz-transition: background 0.4s ease-in;
	-webkit-transition: background 0.4s ease-in;
	transition: background 0.4s ease-in-out;
}
.box_more_button:hover
{
	background: url('images/more_button_hover.png') no-repeat;
}
.box_more_button a
{
	font-family: Calibri, 'Segoe UI' , 'Microsoft New Tai Lue' ,Verdana, sans-serif;
	font-size: 15pt;
	position: absolute;
	margin-left: -100px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding: 20px 100px 20px 50px;
	font-weight: normal;
	color: #fff;
}
.box_more_button a:hover
{
	text-decoration: none;
	color: #fff;
}
.box_more_button:focus, .box_more_button:visited
{
	border: none;
	outline: none;
	text-decoration: none;
	color: #fff;
}
.services_layer_topGray
{
	float: left;
	width: 100%;
	border: 0px solid #808080;
	height: 250px;
	background-color: #f6f6f6;
}
.services_layer_bottomGreen
{
	float: left;
	width: 100%;
	border: 0px solid #808080;
	height: 250px;
	background-color: #009356;
}
.services_layer_topWhite
{
	float: left;
	width: 100%;
	border: 0px solid #808080;
	height: 250px;
	background-color: #fff;
}
.services_layer_bottomBlue
{
	float: left;
	width: 100%;
	border: 0px solid #808080;
	height: 250px;
	background-color: #2663a8;
}





.services_img
{
	height: 200px;
	width: 200px;
	margin-top: 25px;
}
@media (max-width:1024px)
{
	.services_img
	{
		height: 150px;
		width: 150px;
		margin-top: 25px;
	}
}
.advice_icon
{
	width: 80px;
	height: 80px;
}
.more_arrow
{
	width: 22px;
	height: 20px;
}
.more_arrow:focus
{
	border: none;
	outline: none;
}

.article_img
{
	height: 120px;
	width: 120px;
}
.more_button
{
	padding: 5px 10px 5px 10px;
	background-color: #373737;
	font-family: Calibri, 'Segoe UI' , 'Microsoft New Tai Lue' ,Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	-o-transition: background 0.4s ease-in;
	-ms-transition: background 0.4s ease-in;
	-moz-transition: background 0.4s ease-in;
	-webkit-transition: background 0.4s ease-in;
	transition: background 0.4s ease-in-out;
}
.more_button:hover
{
	text-decoration: none;
	background-color: #2663a8;
	color: #fff;
}
.more_button:focus, .more_button:visited
{
	outline: none;
	border: none;
	text-decoration: none;
	color: #fff;
}
.healthy_img
{
	width: 140px;
	height: 140px;
	border-radius: 5px;
}

.article_label
{
	color: #fff;
	font-family: Calibri, 'Microsoft New Tai Lue' , 'Segoe UI' , sans-serif;
	font-size: 12pt;
}
.bottom_header
{
	color: #fff;
}
.partner_img
{
	width: 200px;
	height: 80px;
}
@media only screen and (max-width:480px)
{
	.partner_img
	{
		width: 200px;
		margin-top: 20px;
		height: 80px;
	}
}




.library_img
{
	width: 100px;
	height: 100px;
}
.network_img
{
	height: 594px;
	width: 451px;
}
.group_network_img
{
	width: 250px;
	height: 250px;
}
.calculators_img
{
	width: 150px;
	height: 150px;
	border: 1px solid #cfcfcf;
}
@media only screen and (max-width:480px)
{
	.library_img
	{
		margin-top: 20px;
		width: 100px;
		height: 100px;
	}
	.network_img
	{
		height: 100%;
		width: 100%;
		margin-top: 20px;
	}
}
@media only screen and (max-width:1024px) and (min-width:1024px)
{
	.library_img
	{
		margin-top: 20px;
		width: 100px;
		height: 100px;
	}
	.network_img
	{
		height: 100%;
		width: 100%;
		margin-top: 20px;
	}
}

.copyright_layer
{
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 10pt;
	height: 100%;
}
.healthy_previous
{
	position: relative;
	top: -90px;
	left: -90px;
}
.healthy_next
{
	position: relative;
	right: -90px;
	top: -90px;
}

@media (max-width:1024px)
{
	.healthy_previous
	{
		position: relative;
		top: -180px;
		left: -50px;
	}
	.healthy_next
	{
		position: relative;
		right: -30px;
		top: -180px;
	}

}
@media only screen and (max-width:480px)
{

	.healthy_previous
	{
		position: relative;
		top: -280px;
		left: -32px;
	}
	.healthy_next
	{
		position: relative;
		top: -280px;
		right: -32px;
	}
}
span
{
	font-weight: normal;
	font-size: 14px;
}
span.large
{
	font-size: 14pt;
}
.aboutus_img, .phr_ehr_img
{
	height: 100%;
	width: 100%;
	margin-top: 10px;
}
.phr_start
{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width:480px)
{
	.aboutus_img, .phr_ehr_img
	{
		height: 100%;
		width: 100%;
		margin-top: 10px;
	}
	.phr_start
	{
		height: 100%;
		width: 100%;
	}
}
@media only screen and (max-width:1024px) and (min-width:1024px)
{
	.aboutus_img, .phr_ehr_img
	{
		height: 100%;
		width: 100%;
		margin-top: 10px;
	}
	.phr_start
	{
		height: 100%;
		width: 100%;
	}
}
.assoc_partners
{
	width: 200px;
	height: 200px;
}
.popular_layer, .calculator_layer
{
	background-color: #f6f6f6;
	height: 100%;
	padding-bottom: 50px;
}


.category_layer, .home_remedies
{
	background-color: #2663a8;
	height: 100%;
	padding-bottom: 50px;
}
.category_img
{
	height: 140px;
	width: 140px;
}
.category_label
{
	font-family: Calibri, 'Microsoft New Tai Lue' , 'Segoe UI' , sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #373737;
}
.category_sm_label
{
	font-size: 8pt;
	font-weight: lighter;
}
.category_icons
{
	width: 100px;
	height: 100px;
}
.category_header
{
	color: #fff;
}
.category_link
{
	outline: none;
	border: none;
	text-decoration: none;
}
.free_services_img
{
	height: 100px;
	width: 100px;
}
.link_img
{
	outline: none;
	border: none;
	text-decoration: none;
}
.active_link
{
	font-family: 'Microsoft New Tai Lue' , 'Segoe UI' ,Calibri, sans-serif;
	font-weight: bold;
	color: #da251c;
}
.testimonials-style
{
	background-color: #f6f6f6;
	padding: 25px;
}
.testimonials-container
{
	width: 100%;
	height: 320px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	background-color: #f6f6f6;
}
@media (max-width:1024px)
{
	.testimonials-container
	{
		width: 100%;
		height: 260px;
		margin: 0 auto;
		border-radius: 10px;
		padding: 20px;
		background-color: #f6f6f6;
	}
}
.testimonial_content
{
	padding: 20px;
}
.double_quote_img
{
	width: 30px;
	height: 30px;
}

.health_checkup_img, .health_calculator_img, .new_account_img, .faq_img, .client_testimonial, .terms_service_img, .privacy_policy_img, .contactus_img, .library_header_img, .mobileApp_banner, .search_img
{
	width: 100%;
	height: 200px;
}
@media only screen and (max-width:480px)
{
	.health_checkup_img, .health_calculator_img, .new_account_img, .faq_img, .client_testimonial, .terms_service_img, .privacy_policy_img, .contactus_img, .library_header_img, .mobileApp_banner, .search_img
	{
		width: 100%;
		height: 100px;
	}

}
.health_benefits_img
{
	width: 150px;
	height: 150px;
}
@media only screen and (max-width:480px)
{
	.health_benefits_img
	{
		width: 150px;
		height: 150px;
	}
}
.package_wizard, .phr_wizard
{
	list-style: none;
	padding: 0;
	margin-top: 18px;
	width: 100%;
	height: 50px;
}
.package_wizard li, .phr_wizard li
{
	display: inline;
	position: relative;
	width: 100%;
	color: #5b5b5b;
	padding: font-size:14px; padding: 10px 40px 10px 40px;
	background-color: #dedede;
}
.package_wizard li.package_active, .phr_wizard li.phr_tab_active
{
	color: #fff;
	background-color: #009356;
}

.package_wizard li:hover, .phr_wizard li:hover
{
	color: #fff;
	background-color: #1075bb;;
}

@media only screen and (max-width:480px)
{
	.package_wizard
	{
		list-style: none;
		padding: 0;
		margin-top: 18px;
		margin-bottom: 150px;
		width: 100%;
		height: 50px;
	}
	.package_wizard li
	{
		display: block;
		position: relative;
		width: 100%;
		color: #5b5b5b;
		padding: font-size:14px; padding: 10px 40px 10px 40px;;
		background-color: #dedede;
	}
	.package_wizard li.package_active
	{
		color: #fff;
		background-color: #009356;
	}
	.package_wizard li:hover
	{
		color: #fff;
		background-color: #009356;
	}

}



.span_package_header
{
	font-family: "Open Sans" ,X-LocaleSpecific,sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.package_col1
{
	background-color: #2663a8;
	color: #fff;
}


.package_col1 div
{
	border-bottom: 1px solid #fff;
}
.package_col2
{
	background-color: #665D1E;
	color: #fff;
}
.package_col2 div
{
	border-bottom: 1px solid #fff;
}
.package_col3
{
	background-color: #C0C0C0;
	color: #373737;
}
.package_col3 div
{
	border-bottom: 1px solid #fff;
}
.package_col4
{
	background-color: #FFD700;
	color: #373737;
}
.package_col4 div
{
	border-bottom: 1px solid #fff;
}
.package_col5
{
	background-color: #E5E4E2;
	color: #373737;
}
.package_col5 div
{
	border-bottom: 1px solid #fff;
}
.package_col6
{
	background-color: #CCCC00;
	color: #373737;
}
.package_col6 div
{
	border-bottom: 1px solid #fff;
}

.package_info
{
	position: absolute;
	border-bottom: none;
	margin-top: 8px;
	margin-left: 2px;
	right: 5px;
	height: 25px;
	cursor: pointer;
	width: 25px;
	z-index: 999;
	background: url(images/icons/info.png) no-repeat;
}
@media only screen and (max-width:480px )
{
	.package_info
	{
		position: absolute;
		border-bottom: none;
		margin-top: 22px;
		margin-left: 2px;
		cursor: pointer;
		right: 5px;
		height: 25px;
		width: 25px;
		z-index: 999;
		background: url(images/icons/info.png) no-repeat;
	}
}
@media only screen and (max-width:1024px )
{
	.package_info
	{
		position: absolute;
		border-bottom: none;
		cursor: pointer;
		right: 0px;
		height: 25px;
		width: 25px;
		z-index: 999;
		background: url(images/icons/info.png) no-repeat;
	}
}
.check_img, .wrong_img
{
	margin-top: 8px;
	width: 20px;
	height: 20px;
}
.bronze_header, .blue_header, .silver_header, .gold_header, .platinum_header, .personal_header
{
	height: 61px;
}
.bronze_data, .blue_data, .silver_data, .gold_data, .platinum_data, .personal_data
{
	height: 45px;
}
@media (min-width:1024px) and (max-width:1024px)
{
	.bronze_header, .blue_header, .silver_header, .gold_header, .platinum_header, .personal_header
	{
		height: 80px;
	}
	.bronze_data, .blue_data, .silver_data, .gold_data, .platinum_data, .personal_data
	{
		height: 65px;
		padding-top: 10px;
	}
}

@media only screen and (max-width:480px)
{
	.bronze_header, .blue_header, .silver_header, .gold_header, .platinum_header, .personal_header
	{
		height: 80px;
		font-size: 9pt;
	}
	.bronze_data, .blue_data, .silver_data, .gold_data, .platinum_data, .personal_data
	{
		height: 80px;
		padding-top: 10px;
		font-size: 9pt;
	}
}
.package_data
{
	color: #fff;
}
#package_for_mobileView
{
}
@media only screen and (max-width:480px)
{
	#package_for_mobileView
	{
		display: normal;
	}
}
.package_btn
{
	margin-top: 5px;
}

.hand_arrow
{
	width: 30px;
	height: 50px;
}

.team_img, .news_img
{
	width: 120px;
	height: 120px;
}

.team_row1, .news_row1, .opinion_row1, .blog_row1
{
	margin: 0 auto;
	width: 100%;
	padding: 20px;
	background-color: #f6f6f6;
	height: 100%;
}
.team_row2, .news_row2, .opinion_row2, .blog_row2
{
	margin: 0 auto;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	height: 100%;
}
.current_opening
{
	padding: 20px;
	background-color: #f6f6f6;
	width: 100%;
	height: 100%;
}
.accordion_body
{
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%;
}
.accordion_body.iframe_lg
{
	height: 650px;
}

.textarea_size
{
	height: 150px;
}
.blog_date
{
	width: 120px;
	height: 120px;
	float: left;
	background-color: #f6f6f6;
	color: #fff;
}
.blog_date.dark
{
	background-color: #fff;
}
.blog_content
{
	width: 720px;
	height: 120px;
	float: left;
	background-color: #fff;
	border: 0px solid #fff;
	padding: 10px;
}
.blog_content.light
{
	background-color: #f6f6f6;
}
@media only screen and (max-width:480px)
{
	.blog_date
	{
		width: 100%;
		height: 80px;
		float: left;
		background-color: #2663a8;
		color: #fff;
	}
	.blog_content
	{
		width: 100%;
		height: 150px;
		float: left;
		background-color: #f6f6f6;
		padding: 10px;
	}
}
.videos_layer
{
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	padding: 30px;
	margin: 0 auto;
}
.pdfs_layer
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 30px;
}

.infographics_layer
{
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	padding: 30px;
}
.go_top
{
	display: normal;
	height: 30px;
	width: 30px;
}
.calc_iframe
{
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}
.video_img
{
	width: 150px;
	height: 150px;
}

.pdf_img, .info_img
{
	width: 200px;
	height: 150px;
}


@media only screen and (max_width:480px)
{
	.video_img
	{
		width: 100%;
		height: 100%;
	}
	.pdf_img, .info_img
	{
		width: 100%;
		height: 100%;
	}

}

.article_grey
{
	width: 100%;
	padding: 10px 15px 10px 15px;
	background-color: #f6f6f6;
	height: 100%;
}

.article_white
{
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 10px 15px 10px 15px;
	background-color: #fff;
	height: 100%;
}
.article_panel
{
	width: 100%;
	height: 100%;
	padding: 25px;
	background-color: #f6f6f6;
}
.iframe_body
{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
@media only screen and (max-width:480px)
{
	.iframe_body
	{
		margin: 0;
		padding: 5px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}

.social_img
{
	width: 30px;
	height: 30px;
	border: none;
	display: none;
	margin-bottom: 10px;
}

.haoma_icons
{
	width: 60px;
	height: 60px;
}
.smartphone_img
{
	height: 400px;
	width: 250px;
}
@media only screen and (max-width:480px)
{
	.haoma_icons
	{
		width: 60px;
		height: 60px;
	}
	.smartphone_img
	{
		height: 400px;
		width: 250px;
	}
}
#android, #apple, #windows
{
	padding: 10px;
}

#mobile_package_plan, #mobile_package_details
{
	visibility: hidden;
	width: 0px;
	height: 0px;
}
#plan_header, #bronze_plan, #silver_plan, #gold_plan, #platinum_plan, #personal_plan
{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

@media only screen and (max-width:480px )
{
	#package_details
	{
		display: none;
	}
	#mobile_package_plan
	{
		display: normal;
		visibility: visible;
		padding: 5px;
		width: 100%;
		height: 100%;
	}
	#plan_header
	{
		visibility: visible;
		width: 50%;
		height: 100%;
	}
	#bronze_plan, #silver_plan, #gold_plan, #platinum_plan, #personal_plan
	{
		visibility: visible;
		width: 100%;
		height: 100%;
	}
	#mobile_package_details
	{
		display: normal;
		visibility: visible;
		padding: 15px;
		width: 100%;
		position: static;
		height: 220px;
		background-color: #f6f6f6;
	}
	.Mob_package_col1
	{
		width: 50%;
		float: left;
		background-color: #f6f6f6;
		height: 100%;
	}
	.Mob_package_col2
	{
		width: 50%;
		float: left;
		background-color: #cfcfcf;
		height: 100%;
	}
}
.add_user_icon
{
	background: url(images/icons/add_user.png) no-repeat;
	height: 25px;
	width: 25px;
}

.docter_img
{
	width: 120px;
	height: 120px;
}
.goTop_layer
{
	position: fixed;
	right: 10px;
	bottom: 5%;
	z-index: 999;
}
.tooltip_style
{
	display: none;
	border-radius: 10px;
	position: absolute;
	width: 350px;
	height: auto;
	padding: 5px;
	margin-top: 45px;
	z-index: 999;
	text-align: center;
	margin-left: 0px;
	background-color: #fff;
	border: 1px solid #373737;
}
.healthchat
{
	position: fixed;
	left: 0px;
	bottom: 2%;
	z-index: 999;
}

.health_care
{
	width: 30px;
	height: 150px;
}

.popup_panel
{
	width: 50%;
	height: 60%;
	position: absolute;
	background-color: #fff;
	padding: 5px;
}

.panel_header
{
	width: 100%;
	background-color: #f6f6f6;
	padding: 5px;
}
.partner_thumbnail
{
	width: 200px;
	height: auto;
	margin: 15px;
	float: left;
}

/* GridView Theme */
.grid_pagination
{
	float: left;
	background-color: #f6f6f6;
	padding: 10px 15px 10px 15px;
}
.grid_pagination:hover
{
	color: #fff;
	padding: 10px 15px 10px 15px;
	background-color: #2663a8;
}
.grid_main
{
	font-family: Tahoma, 'Microsoft New Tai Lue' ,Cambria,Arial,sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	font-style: normal;
}
.grid_header
{
	font-family: 'Segoe UI' , 'Microsoft New Tai Lue' ,Cambria,Arial,sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	font-style: normal;
	height: 40px;
	color: #fff;
	background-color: #2663a8;
}
.grid_btn:hover
{
	padding: 4px;
	background-color: #2663a8;
	color: #fff;
	border: 0px solid #cccccc;
}
.grid_btn
{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #cccccc;
}
.grid_alternatRow
{
	font-family: Tahoma, 'Microsoft New Tai Lue' ,Cambria,Arial,sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	font-style: normal;
	background-color: #f6f6f6;
	color: #5b5b5b;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.grid_pager
{
	width: 30px;
	padding: 5px;
	float: left;
}

.PagerClass
{
	font-size: 100%;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
	color: Black;
	height: 40px;
}

.PagerClass a
{
	font-size: 100%;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
	color: #fff;
	padding: 10px;
	background-color: #2663a8;
}
.PagerClass a:hover
{
	font-size: 100%;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: underline;
	color: #fff;
	padding: 10px;
	background-color: #2663a8;
}


.PagerClass a:active
{
	font-size: 100%;
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none;
	color: red;
	width: 30px;
	background-color: #C3D2E1;
}
/* Pagination Style */
.pagination
{
	font-size: 80%;
}

.pagination a
{
	text-decoration: none;
	color: #fff;
	padding: 10px;
	background-color: #2663a8;
}

.pagination a:hover
{
	text-decoration: underline;
	color: #fff;
	padding: 10px;
	background-color: #2663a8;
}

.pagination a, .pagination span
{
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current
{
	background: #26B;
	color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next
{
	color: #999;
	border-color: #999;
	background: #fff;
}

.article_list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.article_list li
{
	display: inline;
}

.error_box
{
	text-align: center;
	position: relative;
	padding: 5px 50px 5px 50px;
	font-weight: bold;
	z-index: 2;
	border: 1px solid red;
	background-color: #FFCCCC;
}
@media (max-width:480px)
{
	.services_layer_topGray
	{
		float: left;
		width: 100%;
		padding-bottom: 20px;
		border: 0px solid #808080;
		height: auto;
		background-color: #f6f6f6;
	}
	.services_layer_bottomGreen
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: auto;
		background-color: #009356;
	}
	.services_layer_topWhite
	{
		float: left;
		padding-bottom: 20px;
		width: 100%;
		border: 0px solid #808080;
		height: auto;
		background-color: #fff;
	}
	.services_layer_bottomBlue
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: auto;
		background-color: #2663a8;
	}
}
@media (min-width:1024px) and (max-width:1024px)
{

	.services_layer_topGray
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: 200px;
		background-color: #f6f6f6;
	}
	.services_layer_topWhite
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: 200px;
		background-color: #fff;
	}
	.services_layer_bottomGreen
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: 280px;
		background-color: #009356;
	}
	.services_layer_bottomBlue
	{
		float: left;
		width: 100%;
		border: 0px solid #808080;
		height: 280px;
		background-color: #2663a8;
	}
}



@media only screen and (max-width:480px)
{
	.partner_thumbnail
	{
		width: 200px;
		height: auto;
		margin: 0 20%;
		float: left;
	}

}

.haoma_tagline
{
	width: 300px;
	height: 35px;
	margin-top: 15px;
	top: 12px;
}




/* Mac Resolution */

.large_banner_layer
{
	visibility: hidden;
	height: 0px;
	width: 0px;
}

@media (min-width:1920px)
{
	.banner_layer
	{
		display: none;
	}
	.large_banner_img
	{
		width: 100%;
		height: 100%;
	}
	.large_banner_layer
	{
		visibility: visible;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		z-index: 0;
	}

}


@media (min-width:1920px)
{
	.aboutus_img, .phr_ehr_img
	{
		height: 300px;
		width: 400px;
		margin-top: 10px;
	}
}

@media (min-width:1920px)
{
	.phr_start
	{
		width: 577px;
		height: 352px;
		margin-bottom: 20px;
	}
}

@media (min-width:1366px) and (min-width:1920px)
{
	.partner_thumbnail
	{
		width: 200px;
		height: auto;
		margin: 15px;
		float: left;
	}
	.partner_img
	{
		width: 200px;
		height: 80px;
	}
}

@media (max-width:1024px)
{
	.partner_img
	{
		width: 160px;
		margin-top: 20px;
		height: 80px;
	}
	.partner_thumbnail
	{
		width: 160px;
		height: auto;
		margin: 15px;
		float: left;
	}
}


/* Marque Tool Tip */
.Sider_Pane_Pane
{
	width: 995px;
	margin: 0px 100px;
	overflow: auto;
}

.Sider_Pane_Bkt1
{
	width: 40px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 40px;
	color: #666666;
	overflow: auto;
}

.Sider_Pane_Bkt1 img
{
	border: none;
	outline: none;
	float: left;
	width: 35px;
	height: 35px;
}

.Sider_Pane_Bkt2
{
	width: 950px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 40px;
	color: #990000;
	overflow: auto;
}



.news_ticker
{
	float: left;
	position: absolute;
	margin-left: 42%;
	margin-top: -5%;
	z-index: 0;
}
