/* Minification failed. Returning unminified contents.
(11732,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
/*! jQuery UI - v1.10.4 - 2014-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=%23dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=%23dddddd&fcHeader=%23444444&iconColorHeader=%23E21F26&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23dddddd&fcContent=%23444444&iconColorContent=%23ff0084&bgColorDefault=%23f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=%23dddddd&fcDefault=%231B1464&iconColorDefault=%23666666&bgColorHover=%231B1464&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=%231B1464&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23dddddd&fcActive=%23E21F26&iconColorActive=%23454545&bgColorHighlight=%23ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23cccccc&fcHighlight=%23444444&iconColorHighlight=%230073ea&bgColorError=%23ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=%23E21F26&fcError=%23222222&iconColorError=%23E21F26&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	font-size: 16px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 43%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	/*font-size: 1.1em;*/
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff url(../images/jqueryUI/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #444444;
}
.ui-widget-content a {
	color: #444444;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url(../images/jqueryUI/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #f6f6f6 url(../images/jqueryUI/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1B1464;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1B1464;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #1B1464;
	background: #1B1464 url(../images/jqueryUI/ui-bg_highlight-soft_25_1B1464_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #dddddd;
	background: #ffffff url(../images/jqueryUI/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #E21F26;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #E21F26;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff url(../images/jqueryUI/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #E21F26;
	background: #ffffff url(../images/jqueryUI/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_ff0084_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_E21F26_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_666666_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_0073ea_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/jqueryUI/ui-icons_E21F26_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(../images/jqueryUI/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url(../images/jqueryUI/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 0px;
}

/*�ı����Զ����*/
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ol,ul{/*list-style:none*/}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;/* border: 1px solid #DDD; */}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* Fix float clear */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}
ul.resp-tabs-list, p {
    margin: 0px auto;
    padding: 0px;
    width: 97%;
    /* background: #8181ae; */
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    /*display: inline-block;*/
    /* padding: 13px 15px; */
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	background:#8181ae;
    width: 25%;
    text-align: center;
    padding: 10px 0px;
    color: #FFF;
}
.resp-tabs-list li.resp-tab-active{
	color: #2a227a;
	font-weight: bold;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #ededf1;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: 0px !important;
    /* padding: 12px 14px 14px 14px !important; */
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    color: #2a227a;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /* border: 1px solid #c1c1c1; */
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
    background: #0A81BC;
    color: #FFF;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #FFF;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFF;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #0A81BC!important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    /* border: 1px solid #c1c1c1; */
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    /* border-top: 1px solid #c1c1c1 !important; */
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 14px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}



/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}
	
	/*! Red tooltip style */
.qtip-Dred{
	background-color: #e60000;
	border-color: #D95252;
	color: #912323;
}

	.qtip-D   .qtip-titlebar{
		background-color: #e60000;
	}

	.qtip-Dred .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-Dred .qtip-icon{
		border-color: #D95252;
	}

	.qtip-Dred .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}



.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}



.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}



.qtipmodal-ie6fix{
	position: absolute !important;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9; overflow:initial;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:initial; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxClose{ display:none;}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/loading_background.png) #111;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:initial; /*background:#000;*/}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{/*background:#000;*/ padding:1px;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:initial; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/colorbox/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*@charset "utf-8";*/
/* CSS Document */


/*@charset "utf-8";*/
/* CSS Document */


/*@charset "utf-8";*/
/* CSS Document */

html,
body {
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    font-size: 100%;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
    margin-left: 0px;
}

strong ,
b {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #004f78
    /*#16166b*/
    
    ;
}

a:hover {
    color: #FFC000;
}

input::-webkit-outer-spin-button,   
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    /*color:    #0071AB;*/
    
    color: #91aebc;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #91aebc;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #91aebc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #91aebc;
}

.couponSection input::-webkit-input-placeholder {
    /* WebKit browsers */
    
    font-size: 12px;
}

.couponSection input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    font-size: 12px;
}

.couponSection input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    font-size: 12px;
}

.couponSection input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    font-size: 12px;
}

#eCouponInput::-webkit-input-placeholder {
    font-size: 12px;
}
#eCouponInput:-moz-placeholder {
    font-size: 12px;
}
#eCouponInput::-moz-placeholder {
    font-size: 12px;
}
#eCouponInput:-ms-input-placeholder {
    font-size: 12px;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
    -webkit-box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.5);
    box-shadow: 1px 1px 1px 0px rgba(100, 100, 100, 0.5);
    background: #FCFCFC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #DDD;
}


input[readonly="readonly"] {
    color: #999 !important;
}

/*20150917*/
input[type=number] {
    -moz-appearance:textfield;
}

.nobg {
    background: none;
}

.demoBar {
    background: rgb(27, 20, 100);
    /* The Fallback */
    
    background: rgba(27, 20, 100, 0.8);
    padding: 5px;
    display: block;
    width: 300px;
    margin: 0 auto;
}

.demo {}

.demo {
    margin-top: 5px;
    width: 288px;
    padding: 12px 0px;
    text-align: center;
}

.errorMessage {
    font-size: 12px;
    color: #DD0000;
    line-height: 14px;
    margin-top: 6px;
}

.errorMessage:before {
    content: "↑";
    color: #000;
    position: relative;
    top: -2px;
    margin: 0 2px;
    font-size: 14px;
}

#tester {
    width: 20px;
    height: 20px;
    position: fixed;
    background: red;
    z-index: 1000;
    display: none;
}

body {}

.mobileMenu {
    display: none;
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 11;
}

.mobileHeader {
    width: 100%;
    position: relative;
    z-index: 13;
    box-shadow: 0 0 5px #333;
    background: #FFF;
}

.mobileLogo {
    margin: 5px 5px 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#mobileLogin,
#mobileMenuIcon {
    width: 70px;
    height: 70px;
    float: right;
}

#mobileLogin {
    background: url(../images/mobile-menu.png) -460px 0px no-repeat;
    
}

#mobileLogin.active {
    background: url(../images/mobile-menu.png) -460px -140px no-repeat;
}

#mobileMenuIcon {
    background: url(../images/mobile-menu.png) -550px 0px no-repeat;
}

#mobileMenuIcon.active {
    background: url(../images/mobile-menu.png) -550px -140px no-repeat;
}

#mobileLoginPanel {
    width: 260px;
    position: absolute;
    float: right;
    z-index: 13;
    background: #FFFFFF;
    top: 70px;
    right: 0;
    display: none;
    border: 2px solid #FFF;
}

#mobileLoginPanel input {
    padding: 8px 8px 8px 15px;
    margin-top: 5px;
    display: block;
    width: 92%;
    margin: 5px auto;
    text-align: left;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#mobileLoginPanel .buttonField {
    width: 100%;
    margin: 5px auto;
    height: 25px;
}

#mlogin,
#mjoin {
    width: 50%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: none;
    color: #FFF;
    vertical-align: middle;
    padding: 8px 0px;
    float: left;
    text-align: center;
}

#mlogin img,
#mjoin img {
    vertical-align: top;
    height: 15px;
    width: auto;
    top: 2px;
    position: relative;
}

#mlogin {
    /*background: url(../images/button-bg1.jpg) repeat;*/
    background: #fbbe01; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmY2MyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2YzYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbbe01 0%, #ffcc21 50%, #f3b900 53%, #d39b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbe01', endColorstr='#d39b00',GradientType=0 ); /* IE6-8 */

    background-size: contain;
}

#mjoin {
    /*background: url(../images/button-bg2.jpg) repeat;*/
    background: #0b7fba; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiN2ZiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOTJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzBhN2ViNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZhOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0b7fba 0%, #2a92c5 50%, #0a7eb7 53%, #086a9b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0b7fba 0%,#2a92c5 50%,#0a7eb7 53%,#086a9b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0b7fba 0%,#2a92c5 50%,#0a7eb7 53%,#086a9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7fba', endColorstr='#086a9b',GradientType=0 ); /* IE6-8 */

    background-size: contain;
}

#mForgetPW {
    padding: 10px 13px 10px;
    display: block;
}

#mobileMenuPanel {
    width: 220px;
    position: absolute;
    float: right;
    z-index: 13;
    background: #e7e8ee;
    top: 0px;
    right: 0;
    margin-top: 0px;
    display: none;
    border: 2px solid #FFF;
    box-shadow: 0 0 5px #333;
}

#mobileMenuClose {
    width: 50px;
    height: 49px;
    background: url(../images//home_nav_icon_close_mobile.png) no-repeat;
    background-size: 40%;
    background-position: center center;
    float: right;
    margin: 0px 0px;
    cursor: pointer;
}

#mobileMenuPanel .lang {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

#mobileMenuPanel .lang ul li {
    padding: 7px;
}

#mobileMenuPanel > ul > li > a {
    padding: 8px 20px;
    font-size: 18px;
}

#mobileMenuPanel > ul > li {
    padding: 10px 0px 0px 0px;
}
/*#mobileMenuPanel > ul > li:hover { background:#FFF} */

#mobileMenuPanel > ul li:hover {
    background: #FFF;
}

#mobileMenuPanel > ul > li > ul {}

#mobileMenuPanel > ul > li > ul > li {
    background: #e7e8ee;
    padding: 7px 0px 5px 30px;
}

#mobileMenuPanel .lv1Link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding-left: 20px;
    border-top: 1px solid #FFF;
}

#mobileMenuPanel .lv2Link {
    padding-top: 3px;
    padding-bottom: 11px;
    font-size: 16px;
    padding-left: 30px;
}

#mobileMenuPanel .lv1Link:hover,
#mobileMenuPanel .lv2Link:hover {
    background: #FFF;
}
/*#mobileMenuPanel > ul > li > ul > li:hover{ background:#FFF}*/

.mobileSearch {
    display: none;
    position: relative;
    width: 100%;
}

#mobileSearchTxt {
    border: none;
    background: #FFF;
    padding: 10px 10px 10px 20px;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    -webkit-appearance: none;
}

#mobileSearchBtn {
    display: none;
    width: 50px;
    background: url(../images/home_nav_icon_search_mobile.png) no-repeat;
    background-size: 70%;
    background-position: 10px 6px;
    border: none;
    color: #FFF;
    vertical-align: middle;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0px;
    padding: 2px 15px;
}

.mobileNav {
    position: relative;
    z-index: 11;
    border-bottom: 4px solid #FFC000;
    background: #FFF;
    
}

.mobileNav ul {
    position: relative;
}

.mobileNav li {
    /* display:inline-block;*zoom: 1;*display: inline; */
    
    padding: 0% 0%;
    cursor: pointer;
    /* width: 16%; */
    
    text-align: center;
    display: inline-block;
}

.moNavIcon {
    width: 90px;
    height: 70px;
    display: block;
    margin: 0 auto;
    z-index: 13;
    position: relative;
}

.mobileNav .micon1 {
    background: url(../images/mobile-menu.png) -0px 0px no-repeat;
}

.mobileNav .micon2 {
    background: url(../images/mobile-menu.png) -90px 0px no-repeat;
}

.mobileNav .micon3 {
    background: url(../images/mobile-menu.png) -173px 0px no-repeat;
}

.mobileNav .micon4 {
    background: url(../images/mobile-menu.png) -270px 0px no-repeat;
}

.mobileNav .micon5 {
    background: url(../images/mobile-menu.png) -360px 0px no-repeat;
}

.mobileNav .micon6 {
    background: url(../images/mobile-menu.png) -0px -274px no-repeat;
}

.mobileNav li.active .micon1 {
    background: url(../images/mobile-menu.png) -0px -140px no-repeat;
}

.mobileNav li.active .micon2 {
    background: url(../images/mobile-menu.png) -90px -140px no-repeat;
}

.mobileNav li.active .micon3 {
    background: url(../images/mobile-menu.png) -180px -140px no-repeat;
}

.mobileNav li.active .micon4 {
    background: url(../images/mobile-menu.png) -270px -140px no-repeat;
}

.mobileNav li.active .micon5 {
    background: url(../images/mobile-menu.png) -360px -140px no-repeat;
}

.mobileNav li.active .micon6 {
    background: url(../images/mobile-menu.png) -0px -412px no-repeat;
}

#mobilePointer {
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 11;
}

.headerWrapper {
    position: absolute;
    width: 100%;
    background: #FFF;
    border-bottom: 4px solid #FFC000;
    z-index: 10;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    padding-bottom: 10px;
    /* display:none; */
}

.header {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    max-width: 1200px;
}

.floatRightPanel {
    width: 12%;
    float: left;
    padding-right: 1%;
    border-right: 1px solid #DDD;
    margin-top: 15px;
    padding-left: 1%;
}

.searchLang {
    margin-bottom: 5px;
}

.search {
    float: left;
    line-height: 30px;
    padding-right: 10px;
    position: relative;
}

#searchInput {
    padding: 5px 10px;
    display: none;
    position: absolute;
    left: 29px;
    top: -2px;
    border: 1px solid #16166B;
    text-align: center;
    /* padding-left: 10px; */
    
    z-index: 10;
}

#searchButton {
    display: none;
    padding-left: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/home_nav_icon_search.png) right 0px no-repeat;
    border: none;
    position: relative;
    top: 4px;
}

#searchButton.inputed {
    background-position: right -40px;
    cursor: pointer;
}

.lang {
    float: left;
    margin-right: 5px;
}

.lang li {
    background: #DBDDE4;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    height: 14px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 14px;
    
}

.lang li.active {
    background: #0a81bc
    /*#4d5377*/
    
    ;
}

.social {
    float: left;
    margin-right: 3px;
    display: none;
}

.loginPanel {}

.loginPanel_field {
    width: 100%;
    position: relative;
    height: 29px;
    margin-top: 5px;
}

.loginPanel input {
    width: 98%;
    color: #505050;
    border: none;
    background: #dbdde4;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.fieldshadow {}

.logined {
    color: #505050;
    margin-top: 14px;
    line-height: 1.5;
}

.loginedMobile {
    color: #505050;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
}

.logout {
    /*background: url(../images/button-bg1.jpg) repeat;*/
    background: #fbbe01; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmY2MyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2YzYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbbe01 0%, #ffcc21 50%, #f3b900 53%, #d39b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbe01', endColorstr='#d39b00',GradientType=0 ); /* IE6-8 */

    left: 0;
    text-align: center;
    color: #FFF;
    padding: 3px 0px;
    margin-top: 10px;
}

#login,
#join {
    width: 50%;
    border: none;
    padding: 5px 0px;
    color: #FFF;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

#login {
    /*background: url(../images/button-bg1.jpg) repeat;*/
    background: #fbbe01; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmY2MyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2YzYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbbe01 0%, #ffcc21 50%, #f3b900 53%, #d39b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbe01', endColorstr='#d39b00',GradientType=0 ); /* IE6-8 */

    left: 0;
}

#join {
    /*background: url(../images/button-bg2.jpg) repeat;*/
    background: #0b7fba; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiN2ZiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhOTJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzBhN2ViNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODZhOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #0b7fba 0%, #2a92c5 50%, #0a7eb7 53%, #086a9b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0b7fba 0%,#2a92c5 50%,#0a7eb7 53%,#086a9b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0b7fba 0%,#2a92c5 50%,#0a7eb7 53%,#086a9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b7fba', endColorstr='#086a9b',GradientType=0 ); /* IE6-8 */

    right: 0;
}

#login:hover,
#join:hover {
    background-position: 0px -14px;
}

#login:active,
#join:active {
    top: 1px;
    postion: relative;
}

#loginIcon {
    position: absolute;
    left: 45%;
    top: 6px;
    width: 15px;
}

#forgetPW {
    width: 30px;
    height: 30px;
    background: url(../images/icon_forgetPW.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#forgetPW:active {
    top: 1px;
    postion: relative;
}

.subPage {
    /*background:url(../images/home_nav_text_current.png) no-repeat -3px 35px; */
    
    float: left;
    margin-top: 5px;
    padding-bottom: 8px;
    /* margin-right: 30px; */
}

.subPage li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 10px 25px;
}

.subPage li.active a {
    color: #0071ab
    /*#4d5377*/
    
    ;
}

.logo {
    padding: 22px 0px 10px 0px;
    /* width: 348px; */
    /* height: 53px; */
    
    float: right;
    position: relative;
    z-index: 3;
    margin-right: 1%;
}

.brand {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.brand + .brand {
    margin-left: 33px;
}

.brand span {
    display: block;
}

.brand img {
    padding: 2px 0px 8px;
    height: 60px;
}

.brand,
.brandText {
    font-size: 12px;
    color: #666;
}

#productList {
    display: none;
}

#productsLink:hover #productList {
    display: block;
    position: absolute;
    z-index: 100;
}

#productList li {
    display: block;
    background: #e7e8ee;
}

#productList li:hover {
    background: #FFF;
}

#productList li + li {
    border-top: 1px solid #FFF;
}

.mainNav {
    width: 47%;
    float: left;
    margin-top: 3px;
    margin-left: 2%;
    position: relative;
}

.mainNav ul {
    z-index: 2;
    position: relative;
}

.mainNav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0% 0.5%;
    cursor: pointer;
    /* width: 16%; */
}

#pointer {
    position: absolute;
    top: -25px;
    left: 0px;
    z-index: 1;
}

.mNavIcon {
    width: 90px;
    height: 80px;
    display: block;
    /* margin: 0 10%; */
}

.mainNav .icon1 {
    background: url(../images/msig_nav_icon.png) 0px 0px no-repeat;
}

.mainNav .icon2 {
    background: url(../images/msig_nav_icon.png) -90px 0 no-repeat;
}

.mainNav .icon3 {
    background: url(../images/msig_nav_icon.png) -180px 0 no-repeat;
}

.mainNav .icon4 {
    background: url(../images/msig_nav_icon.png) -270px 0 no-repeat;
}

.mainNav .icon5 {
    background: url(../images/msig_nav_icon.png) -360px 0 no-repeat;
}

.mainNav .icon6 {
    background: url(../images/msig_nav_icon.png) -450px 0 no-repeat;
}

.mainNav li:hover .icon1 {
    background: url(../images/msig_nav_icon.png) 0px -180px no-repeat;
}

.mainNav li.active .icon1 {
    background: url(../images/msig_nav_icon.png) 0px -90px no-repeat;
}

.mainNav li:hover .icon2 {
    background: url(../images/msig_nav_icon.png) -90px -180px no-repeat;
}

.mainNav li.active .icon2 {
    background: url(../images/msig_nav_icon.png) -90px -90px no-repeat;
}

.mainNav li:hover .icon3 {
    background: url(../images/msig_nav_icon.png) -180px -180px no-repeat;
}

.mainNav li.active .icon3 {
    background: url(../images/msig_nav_icon.png) -180px -90px no-repeat;
}

.mainNav li:hover .icon4 {
    background: url(../images/msig_nav_icon.png) -270px -180px no-repeat;
}

.mainNav li.active .icon4 {
    background: url(../images/msig_nav_icon.png) -270px -90px no-repeat;
}

.mainNav li:hover .icon5 {
    background: url(../images/msig_nav_icon.png) -360px -180px no-repeat;
}

.mainNav li.active .icon5 {
    background: url(../images/msig_nav_icon.png) -360px -90px no-repeat;
}

.mainNav li:hover .icon6 {
    background: url(../images/msig_nav_icon.png) -450px -180px no-repeat;
}

.mainNav li.active .icon6 {
    background: url(../images/msig_nav_icon.png) -450px -90px no-repeat;
}

#speaker {
    position: fixed;
    max-width: 380px;
    bottom: 0;
    left: 10%;
    z-index: 10;
    display: table;
    color: #FFF;
    font-size: 16px;
    display: none;
}

#miniSpeaker {
    /*background: rgb(27, 20, 100);*/
    /* The Fallback */
    /*background: rgba(27, 20, 100, 0.8);*/
    
    color: #FFF;
    left: 10%;
    z-index: 10;
    position: fixed;
    bottom: 0;
    cursor: pointer;
}

#miniSpeaker:hover {
    color: #0F812F;
}

#speaker a {
    color: #0F812F;
    font-size: 13px;
}

#speaker a:hover {
    color: #FFF;
}

#speaker a:active {
    position: relative;
    top: 1px;
}

.speakerText {
    padding: 0px 0px 20px;
}

.bg {
    background: rgb(0, 113, 171);
    /* The Fallback */
    
    background: rgba(0, 113, 171, 0.8);
}

.close {
    width: 40px;
    height: 40px;
    background: url(../images/icon_speaker_close.png);
    cursor: pointer;
}

.close:hover {
    background: url(../images/icon_speaker_close.png) 0 -40px;
}

.speakerIcon {
    padding-left: 20px;
    width: 0;
}

.speakerMessage {
    padding-right: 10px;
}

.readMore {
    background: #004f78
    /*#16166b*/
    
    ;
    border: 5px solid #004f78
    /*#16166b*/
    
    ;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border-radius: 30px;
    line-height: 16px;
    margin-left: 5px;
    padding: 0 5px;
    color: #FFF;
}

.page {
    position: relative;
    padding-top: 150px;
    background: #DDD;
    width: 100%;
    paddding-bottom: 150px;
}

.page .dateField {
    background: #FFF !important;
}

.holder {
    max-width: 1050px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.txtSectionRight {
    float: right;
    width: 600px;
    text-align: left;
}

.txtSectionLeft {
    float: left;
    width: 580px;
    text-align: left;
}

.txtSectionCenter {
    margin: 0 auto;
    width: 770px;
    text-align: center;
}

.title {
    color: #FFF;
    text-shadow: 0px 0px 5px #333;
    margin-bottom: 20px;
}

.mainTitle {
    font-size: 50px;
}

.subTitle {
    font-size: 36px;
}

.desc {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 18px;
    line-height: 1.3;
}

.discount {
    color: #0a81bc;
}

.details {
    margin-left: 10px;
    padding: 2px 15px 2px 10px;
    border-left: 1px solid #586978;
    background: url(../images/details-triangle.png) no-repeat 72px 6px;
}

.redTri {
    width: 7px;
    height: 14px;
    background: url(../images/details-triangle.png) no-repeat;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.quoteBar {
    background: rgb(47, 135, 185);
    /* The Fallback */
    
    background: rgba(47, 135, 185, 0.8);
    padding: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.quoteBar form {
    z-index: 9;
    position: relative;
}
/*
                @-webkit-keyframes twinkly {
                    0%   { box-shadow: 0 0 0px #ff25f2; }
                    100% { box-shadow: 0 0 20px #ff25f2; }
                }
                @-moz-keyframes twinkly  {
                     0%   { box-shadow: 0 0 0px #ff25f2; }
                    100% { box-shadow: 0 0 20px #ff25f2; }
                }
                @-ms-keyframes twinkly  {
                     0%   { box-shadow: 0 0 0px #ff25f2; }
                    100% { box-shadow: 0 0 20px #ff25f2; }
                }
                
                .quoteBar input:focus, .quoteBar select:focus, .buttonQuote:focus {
                    -webkit-animation: twinkly 0.75s alternate infinite;
                    -moz-animation: twinkly 0.75s alternate infinite;
                    -ms-animation: twinkly 0.75s alternate infinite;
                }*/

.shadows {
    width: 273px;
    height: 72px;
    background: url(../images/bg-focus.png) center no-repeat;
    position: absolute;
    left: 0;
    z-index: 8;
    top: -8px;
}

.lt-ie10 .quoteBar input:focus,
.lt-ie10 .quoteBar select:focus,
.lt-ie10 .buttonQuote:focus {
    box-shadow: 0 0 20px #ff25f2;
}
/* for IE only */

.selectField {
    vertical-align: baseline;
    padding: 8px;
    text-align: left;
    width: 220px;
    border: none;
    height: 47px;
    cursor: pointer;
    background: #FFF;
}

.selectField option {
    padding: 10px 0px 10px 10px;
}

.inputSelect option {
    background: #FFF;
}

.lt-ie10 .inputSelect option {
    background: none;
}

#noOfTravelers,
#healthTravelers,
#homeTravelers,
#sportTravelers {
    padding: 13px 14px;
    text-align: left;
    width: 220px;
    background: url(../images/msig_input_icon_01.png) 180px center no-repeat #FFF;
    border: none;
    vertical-align: baseline;
    box-sizing: border-box;
}

.travelPeriod {
    padding: 12px 13px;
    text-align: left;
    width: 215px;
    height: 47px;
    background: url(../images/msig_input_icon_02.png) 170px center no-repeat #FFF !important;
    border: none;
    display: none;
    vertical-align: top;
    box-sizing: border-box;
}
input.travelPeriod::-webkit-input-placeholder{
  font-size: 12px;
}
input.travelPeriod:-moz-placeholder {
  font-size: 12px;
}

input.travelPeriod::-moz-placeholder {
  font-size: 12px;
}

input.travelPeriod:-ms-input-placeholder {
   font-size: 12px;
}
#sportEffectiveDate,
#healthDateOfBirth,
#healthEffectiveDate {
    padding: 14px;
    text-align: left;
    width: 150px;
    background: url(../images/msig_input_icon_02.png) 145px center no-repeat #FFF !important;
    border: none;
    height: 18px !important;
}

#buildInsured {
    padding: 14px;
    text-align: center;
    width: 220px;
    background: url(../images/msig_input_icon_03.png) 205px center no-repeat #FFF;
    border: none;
}

#cargoInsured {
    padding: 5px 11px;
    text-align: center;
    width: 228px;
    border: none;
    background: #FFF;
    text-align: left;
}

.buttonQuote {
    -moz-box-shadow: inset 0px 1px 2px 0px #B16700;
    -webkit-box-shadow: inset 0px 1px 2px 0px #B16700;
    box-shadow: inset 0px 1px 2px 0px #B16700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFc000), color-stop(1, #B16700));
    background: -moz-linear-gradient(top, #FFc000 5%, #B16700 100%);
    background: -webkit-linear-gradient(top, #FFc000 5%, #B16700 100%);
    background: -o-linear-gradient(top, #FFc000 5%, #B16700 100%);
    background: -ms-linear-gradient(top, #FFc000 5%, #B16700 100%);
    background: linear-gradient(to bottom, #FFc000 5%, #B16700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFc000', endColorstr='#B16700', GradientType=0);
    background-color: #FFc000;
    border: 1px solid #B16700;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
}

.buttonQuote:hover {
    background: #FFc000;
    color: #FFF;
}

.buttonQuote:active {
    position: relative;
    top: 1px;
}

.next {
    position: absolute;
    bottom: 100px;
    left: 47%;
    width: 90px;
    height: 80px;
    background: url(../images/icon_next.png) no-repeat;
    text-align: center;
    display: none;
}

#nextTop {
    display: block;
}

.nextArrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 80px;
    background: url(../images/icon_next_arrow.png) no-repeat;
}

.backArrow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 80px;
    background: url(../images/icon_back_arrow.png) no-repeat;
}

@keyframes move {
    from {
        top: -5px;
    }
    to {
        top: 10px;
    }
}

@-moz-keyframes move {
    from {
        top: -5px;
    }
    to {
        top: 10px;
    }
}

@-webkit-keyframes move {
    from {
        top: -5px;
    }
    to {
        top: 10px;
    }
}

.next:hover .nextArrow,
.next:hover .backArrow {
    animation-duration: 0.5s;
    animation-name: move;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.next:hover .nextArrow,
.next:hover .backArrow {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: move;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

.next:hover .nextArrow,
.next:hover .backArrow {
    -moz-animation-duration: 0.5s;
    -moz-animation-name: move;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
}

.target {
    font-size: 12px;
    color: #004f78
    /*#16166b*/
    
    ;
    position: absolute;
    bottom: -15px;
    width: 100%;
}

.next:hover .target {
    /*font-size:16px; font-weight:bold; bottom:-18px;*/
}

.cata {
    text-align: center;
}

#travel {
    height: 1000px;
    background: url(../images/home_bg1.jpg) center center #EBECF0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#travel .txtSectionRight,
#travel .txtSectionLeft {
    margin-top: 290px;
}

#travel .quoteBar {
    margin: 100px auto 0px;
}

#travel_popup,
#health_popup {
    text-align: center;
}

#travel_popup ul {
    position: relative;
}

#travel_popup li {
    width: 80px;
    height: 80px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 3%;
}

#travel_popup input[type="number"],
#health_popup input[type="number"] {
    width: 23px;
    text-align: center;
}

#travel_popup input[type="checkbox"],
#health_popup input[type="number"] {
    border: 1px solid #999;
}

#health_popup input[type="dateinput     "] {
    border: 1px solid #999;
}

.pHeader {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 24px;
    padding: 10px;
}

#travel_self {
    background: url(../images/mobile-popup-icon.png) 0px -160px no-repeat;
}

#travel_family {
    background: url(../images/mobile-popup-icon.png) -80px -160px no-repeat;
}

#travel_group {
    background: url(../images/mobile-popup-icon.png) -160px -160px no-repeat;
}

#travel_self.active {
    background: url(../images/mobile-popup-icon.png) 0px 0px no-repeat;
}

#travel_family.active {
    background: url(../images/mobile-popup-icon.png) -80px 0px no-repeat;
}

#travel_group.active {
    background: url(../images/mobile-popup-icon.png) -160px 0px no-repeat;
}

.currentSelected {
    position: absolute;
    bottom: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    display: none;
}

.longerForm {
    background: #e5e5e5;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    /*display:none;*/
}

.tavel_form1,
.health_form1 {
    margin-bottom: 10px;
}

.tavel_form1_myself_field,
.tavel_form1_spouse_field {
    width: 50%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#health_popup .inputdate {
    width: 150px;
    line-height: 20px;
    text-align: center;
}

#done {
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
    /*background: url(../images/button-bg1.jpg) repeat;*/
    background: #fbbe01; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmY2MyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2YzYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbbe01 0%, #ffcc21 50%, #f3b900 53%, #d39b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbe01', endColorstr='#d39b00',GradientType=0 ); /* IE6-8 */

    color: #FFF;
    border: none;
    cursor: pointer;
    width: 80px;
    margin: 10px auto 0px;
    text-align: center;
}

.smallDesc {
    font-size: 13px;
}

.button {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    background: url(../images/icon_number.png) no-repeat;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.dec {
    background-position: -32px 0;
}

#home {
    height: 1000px;
    background: url(../images/home_bg2.jpg) center center #D4E7ED;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#home .txtSectionLeft,
#home .txtSectionRight {
    margin-top: 290px;
}

#home .quoteBar {
    margin: 150px auto 0px;
}

#health {
    height: 1000px;
    background: url(../images/home_bg3.jpg) center center #E5CC89;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#health .txtSectionLeft,
#health .txtSectionRight {
    margin-top: 290px;
    width: 610px;
    margin-left: 20px;
}

#health .quoteBar {
    margin: 150px auto 0px;
}
/*#healthTravelers{ display:none;}*/

#sports {
    height: 1000px;
    background: url(../images/home_bg4.jpg) center center #C3C892;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#sports .txtSectionLeft,
#sports .txtSectionRight {
    margin-top: 290px;
}

#sports .quoteBar {
    margin: 120px auto 0px;
}

#bigday {
    height: 1000px;
    background: url(../images/home_bg4.jpg) center center #C3C892;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#bigday .txtSectionLeft,
#bigday .txtSectionRight {
    margin-top: 290px;
}

#bigday .quoteBar {
    margin: 120px auto 0px;
}

#cargo {
    height: 1000px;
    background: url(../images/home_bg7.jpg) center center #C3C892;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#cargo .txtSectionLeft,
#cargo .txtSectionRight {
    margin-top: 290px;
}

#cargo .quoteBar {
    margin: 120px auto 0px;
    /*max-width:514px;*/
}

#cargo input,
#cargo select {
    margin-top: 5px;
}

#cargo #cargoInsured {
    background: #FFF;
}

#cargo .buttonQuote {
    /*width:228px;margin-top: 5px;*/
}

#motor {
    height: 1000px;
    background: url(../images/home_bg5.jpg) center center #F2F1F7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

#motor .txtSectionLeft,
#motor .txtSectionRight {
    margin-top: 250px;
}

#motor .quoteBar {
    margin: 20px auto 0px;
}

#contact {
    height: 1000px;
    background: #FFF;
    position: relative;
    width: 100%;
    padding-bottom: 110px;
}

#contact .txtSectionCenter {
    padding-top: 250px;
}

.feedback {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 48px;
}

.feedbackSub {
    color: #7f7f7f;
    font-size: 18px;
}

.feedbackIMg {
    max-width: 1122px;
    width: 100%;
    height: 485px;
    background: url(../images/home_contact.png) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}

.call {
    background: url(../images/icon_call.png) no-repeat;
    margin: 10px auto;
    width: 350px;
    padding: 6px 20px 60px 54px;
}

.footerWrapper {
    width: 100%;
    background: #0a81bc;
    border-top: 4px solid #FFc000;
    color: #FFF;
    min-height: 120px;
    padding-bottom: 20px;
}

.footer {
    width: 96%;
    max-width: 1175px;
    margin: 0 auto;
}

.footerNav,
.copyRight {
    margin-top: 20px;
    float: left;
}

.footerNav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.footerNav a {
    color: #FFF;
}

.footerNav a:hover {
    color: #FFc000;
}

.nav li {
    padding-right: 28px;
    font-size: 14px;
}

.tnc li {
    padding-right: 20px;
    font-size: 12px;
    padding-top: 20px;
}

.tnc {
    font-size: 12px;
    padding-top: 26px;
}

.copyRight {
    float: right;
    text-align: right;
}

.right {
    font-size: 12px;
    padding-top: 20px;
}
/* for endorsment 2015-4-14 */

.compButtonGray {
    background: url(../images/bg_gray1.png) repeat;
    background-size: 27px;
    background-color: #b90000;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 30px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    margin: 10px auto 5px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}
/*=============================================================================================================================*/
/***Css for Inner Page - compare table****/

.compButton,
.compButtonAdd  {
    /*
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e20000), color-stop(1, #b90000));
            background:-moz-linear-gradient(top, #e20000 5%, #b90000 100%);
            background:-webkit-linear-gradient(top, #e20000 5%, #b90000 100%);
            background:-o-linear-gradient(top, #e20000 5%, #b90000 100%);
            background:-ms-linear-gradient(top, #e20000 5%, #b90000 100%);
            background:linear-gradient(to bottom, #e20000 5%, #b90000 100%);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20000', endColorstr='#b90000',GradientType=0);
            */
    
    background: url(../images/bg_btn_red_big.png) repeat;
    background-size: 27px;
    background-color: #FFc000;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 30px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);
    margin: 10px auto 5px;
    
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.compButton:hover {
    background: #FFc000;
}

.compButton:active {
    position: relative;
    top: 1px;
}

.innerPage {
    position: relative;
    padding-top: 160px;
    background: #FFF;
    width: 100%;
    padding-bottom: 60px;
    font-family: "arial", Serif;
}

.innerPage .pageHeader {
    font-family: "Maven Pro","微軟正黑體","Microsoft JhengHei","標楷體","DFKai-sb",serif,"Times New Roman",sans-serif;
}

#loginMoreDiscount {
    /*background:#0F812F; position:relative; padding:10px; color:#FFF; display:inline-block;*zoom: 1;*display: inline; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.5); box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5);*/
    /* position: fixed; */
    
    color: #FFF;
    z-index: 10;
    font-size: 14px;
}

.giftIcon {
    vertical-align: middle;
}

.loginMoreDiscountTri {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #e60000 transparent;
    position: absolute;
    top: -5px;
    left: 50%;
}

.innerPageNavWrapper {
    width: 100%;
    background: #e5f1f6
    /*#F0F0F7*/
    
    ;
}

.innerPageNav {
    margin: 0 auto;
    max-width: 1195px;
    width: 100%;
    background: #e5f1f6
    /*#F0F0F7*/
    
    ;
}

.innerPageNav ul {
    padding-left: 4%;
}

.innerPageNav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 12px;
    padding: 10px 5px;
}

.innerPageNav li + li:before {
    content: "/";
    padding-right: 10px;
}

.innerWrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    background: #FFF;
}

.pageHeader {
    font-size: 28px;
    color: #004f78 /*#16166b*/;
    padding: 40px 0 25px;
}

.leftSearchPanel {
    position: relative;
    width: 23%;
    float: left;
}

.couponSection {
    margin-left: 5px;
    padding: 25px 20px 10px;
    /* background: #71B5D8; */
    
    background-image: -o-linear-gradient(bottom, #71B5D8 0%, #353587 100%);
    background-image: -moz-linear-gradient(bottom, #71B5D8 0%, #353587 100%);
    /* background-image: -webkit-linear-gradient(bottom, #71B5D8 0%, #353587 100%); */
    
    background-image: -ms-linear-gradient(bottom, #71B5D8 0%, #353587 100%);
    /* background-image: linear-gradient(to bottom, #71B5D8 0%, #353587 100%); */
    
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    border-bottom-right-radius: 25px;
    background: url(../images/bg_promoCode.png) repeat-x bottom #0071AB;
}

.couponSection label {
    color: #FFF;
    font-size: 12px;
    margin: 3px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: text-bottom;
}

.dropdown {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
    margin: 0px;
    padding: 0px;
}

.dropdown dd {
    position: relative;
}

.dropdown a,
.dropdown a:visited {
    color: #71B5D8;
    font-size: 16px;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {
    color: #71B5D8;
}

.dropdown dt a:hover {
    color: #71B5D8;
    border: 1px solid #DDD;
}

.dropdown dt a {
    background: url(../images/icon_coupon.png) no-repeat scroll right center, url(../images/bg_input.png);
    display: block;
    padding-right: 20px;
    border: 1px solid #DDD;
    width: 174px;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.dropdown dt .couponDetails {
    display: none;
}

.dropdown dd ul {
    background: #FFF none repeat scroll 0 0;
    /* border:1px solid #DDD; */
    
    color: #C5C0B0;
    display: none;
    left: 0px;
    /*padding:5px 0px;*/
    
    position: absolute;
    /* top:2px; */
    
    width: auto;
    min-width: 250px;
    list-style: none;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.8);
    -moz-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.8);
    box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.8);
    z-index: 9;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li + li {
    border-top: 1px solid #65A4C5
    /*#b4b4d7*/
    
    ;
}

.dropdown dd ul li a {
    padding: 10px;
    display: block;
}

.dropdown dd ul li:hover {
    background: #d9e8ef
    /*#e3e3ef*/
    
    ;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: 2px;
}

.flagvisibility {
    /*display:none;*/
}

.dropdown .couponDetails {
    font-size: 12px;
    color: #505050;
    padding-left: 21px;
}

#eCoupon {
    position: relative;
}

#btn-clear {
    width: 30px;
    height: 33px;
    position: absolute;
    right: 0px;
    z-index: 10000;
    top: 0;
    background: transparent;
    border: 0;
    /* content: "X"; */
    
    font-size: 20px;
    display: none;
    cursor: pointer;
}

#eCouponInput {
    background: url(../images/icon_coupon.png) no-repeat scroll right center, url(../images/bg_input.png) repeat;
}

.promoHeader {
    color: #FFF;
    font-size: 19.5px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.panelField {
    position: relative;
}

.couponSection .inputRadio {
    width: 20px;
}

.couponSection .inputSelect {
    width: 160px;
    padding: 5px;
}

.couponSection .inputText {
    width: 189px;
    padding: 5px 2px;
}

.couponSection .panelField {
    margin-top: 10px;
		min-width:120px;
}

.planSection {
    margin-left: 5px;
    padding: 10px 20px 25px;
    background: #71B5D8;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    border-top-right-radius: 25px;
}

.planHeader {
    font-size: 20px;
    color: #0f0f4b;
    padding: 5px 0px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.planSection .panelField {
    margin-top: 10px;
    color:#FFF;
}

.planSection .singledate,
.planSection .annualdate{
    margin-top: 25px;
}

.planSection .singledate + .singledate{
    margin-top: 10px;
}

.planSection .panelField label {
    color: #FFF;
    font-size: 12px;
    margin: 3px 0;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: text-bottom;
}

.planSection .inputSelect {
    width: 220px;
    padding: 5px;
}

.planSection .inputText {
    width: 212px;
    padding: 5px;
    background: url("../images/msig_input_icon_02.png") no-repeat 185px center #FFF;
    border: none;
}

.planSection .inputNumber {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.planSection .inputCheckBox {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.buttonF {
    text-align: center;
}
.renew .buttonF {
    clear: both;
}

.rightCompareTable {
    float: left;
    width: 77%;
	
}

.step,
.compareSection {
    margin-left: 3%;
}

.step {
    position: relative;
    height: auto;
    width: 97%;
    text-align: center;
    background-image: -o-linear-gradient(bottom, #FFFFFF 40%, #D9D9E9 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 40%, #D9D9E9 100%);
    /* background-image: -webkit-linear-gradient(bottom, #FFFFFF 40%, #D9D9E9 100%); */
    
    background-image: -ms-linear-gradient(bottom, #FFFFFF 40%, #D9D9E9 100%);
    /* background-image: linear-gradient(to bottom, #FFFFFF 40%, #D9D9E9 100%); */
    
    -webkit-box-shadow: inset 0px -6px 8px -7px rgba(0, 113, 171, 0.3);
    -moz-box-shadow: inset 0px -6px 8px -7px rgba(0, 113, 171, 0.3);
    box-shadow: inset 0px -6px 8px -7px rgba(0, 113, 171, 0.3);
    background: url(../images/bg_step.png) repeat-x bottom;
}

.stepNav {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.stepNav li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 40px 45px 20px;
    font-size: 16px;
    color: #004f78
    /*#16166b*/
    
    ;
    position: relative;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    /* font-weight: bold; */
}
/*.stepNav li+ li{ border-left:1px dotted #71B5D8} */

.stepNav li + li:before {
    content: url(../images/bg_step_dot.png);
    position: absolute;
    left: 0;
    bottom: -4px;
}

.stepPick {
    width: 130px;
    height: 97px;
    position: absolute;
    background: url("../images/inner_nav_icon_current.png") no-repeat;
    color: #FFF;
    text-align: center;
    padding-top: 35px;
    top: -65px;
    background-position: center top;
}

.stepPick span {
    font-size: 24px;
}

.pointer {
    background: url(../images/icon_pointer.png) no-repeat;
    width: 130px;
    height: 20px;
    position: absolute;
    background-position: center top;
}

.compareSection {
    margin-top: 22px;
    position: relative;
}

.compareBanner {
    position: relative;
    overflow: hidden;
}

.compareBannerHeader {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 30px;
    left: 30px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.compareBannerTerm {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-weight: 100;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.compareTerms {
    position: relative;
    margin-top: 20px;
    /* float: left; */
    
    z-index: 1;
}

.compareTerms > ul > li {
    position: relative;
    /* padding:3px 0px; */
    
    list-style: none;
}

.compareTerms > ul > li + li {
    border-top: 1px solid #65A4C5
    /*#b4b4d7*/
    
    ;
}

.termHeader {
    width: 100%;
    background: #004f78
    /*#16166b*/
    
    ;
    color: #FFF;
}

.termHeaderText {
    padding: 5px 10px;
}

.termExHeader {
    width: 100%;
    background: #8783AF;
    color: #FFF;
}

.termExHeaderText {
    padding: 5px 10px;
}

.termInfo {
    padding: 3px 0px;
}

.more {
    width: 40px;
    height: 18px;
    background: url("../images/icon_more.png") no-repeat 12px 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.compareTerms > ul > li.opened .more {
    background-position: 12px -19px;
}

.noMore {
    width: 40px;
    height: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.terms {
    width: 100%;
    max-width: 380px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #505050;
    /*padding: 3px 0px;*/
}

.moreinfo {
    display: none;
    width: 95%;
    padding-left: 5%;
}

.moreinfo > ul {
    /* margin-left: 28px; */
    
    font-size: 13px;
    color: #555;
    width: 100%;
    /* max-width: 410px; */
}

.moreinfo > ul > li {
    /*list-style: initial;*/
    
    border-top: 1px solid #65A4C5
    /*#b4b4d7*/
    
    ;
}

.moreinfo > ul > li + li {
    border-top: 1px dashed #009;
}

.moreinfoText {
    max-width: 44%;
    padding: 6px 0;
}

.moreinfo > ul ul {
    list-style: square outside none;
    margin-left: 15px;
}

.lv1Price {
    padding: 3px 0px 3px;
}

.lv2Price {
    display: none;
    font-size: 13px;
    color: #008047;
}

#showmore {
    line-height: 30px;
    margin-left: 4px;
    margin-top: 20px;
    font-size: 14px;
    color: #505050;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 10px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.crossIcon {
    /* border: 10px; */
    
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_showMore.png);
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.comparePriceTable {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
    max-width: 47%;
    z-index: 9;
}

.lt-ie9 .comparePriceTable {
    width: 47%;
}

.maxBenefits {
    width: 100%;
    background: url("../images/bg_table_money.png");
    text-align: center;
    color: #FFF;
    line-height: 40px;
    position: absolute;
    top: 180px;
    z-index: 9;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.plan1 {}

.plan2 {}

.plan3 {}

.rankType {
    font-size: 14px;
    /* for endorsment 2015-4-14 */
    
    font-weight: bold;
    /* margin-bottom:20px;
*/
    
    padding: 6px 0;
    /* for endorsment 2015-4-14 */
    
    background: url("../images/bg_table_rank.png");
}

.planType {
    font-size: 18px;
    line-height: 22px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.newPrice,
.newPriceAgain {
    display: none;
}

.oldPrice,
.newPrice,
.oldPriceAgain,
.newPriceAgain {
    font-size: 26px;
}

.oldPrice:before,
.newPrice:before,
.oldPriceAgain:before,
.newPriceAgain:before {
    content: "HK$";
    font-size: 16px;
}

#owl-compareTable .item.discount .oldPrice,
#owl-compareTable .item.discount .oldPrice:before,
#owl-compareTable .item.discount .oldPriceAgain,
#owl-compareTable .item.discount .oldPriceAgain:before {
    font-size: 13px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-decoration: line-through;
    vertical-align: top;
}

#owl-compareTable .item.discount .newPrice,
#owl-compareTable .item.discount .newPrice:before {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

#owl-compareTable .item.discount .newPriceAgain,
#owl-compareTable .item.discount .newPriceAgain:before {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* padding-top: 37px; */
}

.priceSection2 {
    padding-top: 60px;
}

.oldPriceAgain {
    color: #004f78
    /*#16166b*/
    
    ;
    /* padding-top: 65px; */
}

.newPriceAgain {
    color: #004f78
    /*#16166b*/
    
    ;
}

.planDetails {
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}

#owl-compareTable .item .headerPart {
    background: url("../images/bg_table_odd_head.png");
    /* padding: 30px 0px; */
    
    margin: 0px;
    color: #FFF;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 220px;
}

#owl-compareTable .owl-item:nth-child(even) {
    background: #d9e8ef
    /*#e3e3ef*/
    
    ;
}

#owl-compareTable .pricePart {
    text-align: center;
    color: #505050;
    padding-top: 24px;
    padding-bottom: 30px;
    font-size: 13px;
}

#owl-compareTable .owl-item:nth-child(odd) .pricePart {
    /*background: url("../images/bg_table_odd.png");*/
    background: #CCE3EE;
}

.priceList {
    /* padding-top: 63px; */
    /* text-align: center; */
}

.priceList li {
    line-height: 27px;
    border-top: 1px solid transparent;
    list-style: none;
    border-top: 1px solid #65A4C5;
}

.owl-prev-icon,
.owl-next-icon {
    position: absolute;
    cursor: pointer;
    top: -2px;
    padding: 10px;
}

.owl-prev-icon {
    right: 10px;
}

.owl-next-icon {
    left: 10px;
}

.promoBannerSection {
    position: relative;
    margin-top: 200px;
    padding-bottom: 150px;
}

.compare_cargo .promoBannerSection {
    margin-top: 30px;
}

.grid1 span {
    vertical-align: super;
}

.notesText {
    font-size: 12px;
    color: #666;
    margin: 20px 0px;
    text-align: left;
}

.bannerGried {
    width: 32%;
    float: left;
}

.bannerGried + .bannerGried {
    margin-left: 2%;
}

.bannerPic {
    width: 100%;
}

.bannerPic img {
    width: 100%;
}

.bannerDesc {
    font-size: 14px;
    color: #505050;
    padding-left: 15px;
    position: relative;
}

.descTri {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #004f78
    /*#16166b*/
    
    ;
    position: absolute;
    left: 0px;
    top: 3px;
}

.searchClose,
#mobileSearchOverlay,
.innerPageMobileNav,
.mobilePice,
.mobileTerm,
.policyDetails,
.viewAll {
    display: none;
}
/*=============================================================================================================================*/
/***Css for Inner Page - application table****/

.infoTable {
    margin-left: 5px;
    padding: 25px 8px 25px 20px;
    background: #d9e8ef;
}

.youChosen {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 30px;
    /* font-family: 'Josefin Slab', serif; */
    
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.infoField {
    font-family: "arial", serif;
    color: #004f78
    /*#16166b*/
    
    ;
    padding: 12px;
}

.infoField + .infoField {
    border-top: 1px solid #b5cfdb;
}

.infoTerm {
    font-size: 14px;
    padding: 4px 0px;
}

.infoValue {
    font-size: 18px;
}

.applicationFrame {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    min-height: 500px;
}

.appTopBG {
    width: 100%;
    display: block;
}

.appHeader {
    background: #0a81bc;
    position: relative;
}

.appHeaderText {
    float: left;
    color: #FFF;
    /* font-family: 'Josefin Slab', serif; */
    
    font-size: 24px;
    line-height: 50px;
    padding-left: 5%;
    z-index: 2;
    position: relative;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.appHeaderRed {
    position: absolute;
    right: 0;
    display: none;
}

.appHeaderRed img {
    display: block;
}

.bluePointer {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    bottom: -23px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    left: 5%;
    position: absolute;
}

.OneField,
.TwoField,
.SpecialTwoField {
    width: 100%;
    margin: 10px auto;
    max-width: 680px;
}

.appLogin {
    padding: 30px 0;
}

.appLogin input,
.AppDetails input {
    padding-left: 10px;
    height: 28px;
}

.AppDetails select {
    vertical-align: top;
    height: 29px;
}

.AppDetails input {
	vertical-align:text-bottom;	
}
.formSectionHeader {
    font-size: 22px;
    color: #004f78
    /*#16166b*/
    
    ;
    /* display: inline-block;*zoom: 1;*display: inline; */
    
    float: left;
    margin-left: 0%;
}

.formSectionSuggest {
    font-size: 12px;
    color: #D00;
    /* display: inline-block;*zoom: 1;*display: inline; */
    
    float: left;
    margin-left: 0%;
}

.formSectionOption {
    color: #505050;
    margin-left: 4px;
    float: left;
}

.optionTag {
    position: absolute;
    top: 9px;
    right: -40px;
    color: #666;
}


.optionEmail {
	display:inline-block;
	vertical-align:super;
}

.boxSet .formSectionOption  {
    float: none;
		display:inline-flex;
}


.optionLeft {
    background: url(../images/icon_option_left.png) no-repeat;
    width: 12px;
    height: 24px;
    float: left;
    background-size: 12px 24px;
}

.optionRight {
    background: url(../images/icon_option_right.png) no-repeat;
    width: 12px;
    height: 24px;
    float: left;
    background-size: 12px 24px;
}

.optionText {
    background: url(../images/icon_option_middle.png) repeat;
    /*padding: 2px 5px 3px 0px;*/
    
    float: left;
    line-height: 24px;
    font-size: 12px;
}

.groupBorder {
    border-bottom: 1px solid #DDD;
}

.hr {
    width: 92%;
    margin: 0 auto;
}

.hr img {
    width: 100%;
}

.appLogin .firstOne {
    float: left;
    vertical-align: bottom;
    line-height: 35px;
}

.appLogin .secondOne {
    float: left;
    margin-left: 10px;
}

.appLogin .inputEmail {
    width: 130px;
}

.appLogin .inputPassword {
    width: 130px;
}

.AppDetails {
    padding: 20px 0;
}

.AppDetails label {
    color: #505050;
    vertical-align: top;
}

.AppDetails .firstOne,
.AppDetails .secondOne {
    line-height: 25px;
}

.AppDetails .firstOne {
    margin-left: 5%;
    float: left;
    vertical-align: bottom;
    line-height: 25px;
    min-width: 161px;
    color: #505050;
		text-align:left;
}

.AppDetails .secondOne {
    float: left;
    margin-left: 10px;
		text-align:left;
}

.AppDetails .inputText {
    width: 130px;
}

.AppDetails .id1,
.AppDetails .id2,
.AppDetails .id3 {
    /* text-align: center; */
    /* padding-left:0; */
}

.id1,
.id3 {
    width: 26px;
}

.id2 {
    width: 114px;
}

.AppDetails textarea {
    height: 100px;
}

.widthL {
    width: 350px!important;
}

.widthM {
    width: 250px!important;
}

.widthM_select {
    width: 262px!important;
}

.widthS {
    width: 150px!important;
}

.widthXS {
    width: 58px!important;
}

.SpecialTwoField .firstOne {
    margin-left: 0%;
}

.SpecialTwoField .grid1 {
    float: left;
    /* margin-left:10px; */
}

.SpecialTwoField .grid1 + .grid1 {
    margin-left: 10px;
}

.SpecialTwoField .relationship {
    margin-right: 20px;
    min-width: 86px;
}

.SpecialTwoField .relationshipText {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.SpecialTwoField .inputText {
    width: 100px;
}

.SpecialTwoField .inputWidth1 {
    width: 228px;
}

.SpecialTwoField .inputWidth2 {
    width: 162px;
}

.SpecialTwoField .inputWidth3 {
    width: 130px;
}

.SpecialTwoField + .SpecialTwoField {
    margin-top: 10px;
}

.SpecialTwoField + .SpecialTwoField label,
.SpecialTwoField + .SpecialTwoField br {
    display: none;
}

.healthCase + .healthCase label,
.healthCase + .healthCase br {
    display: initial;
}

.healthCase {
    border-top: 1px solid #9999be;
}

.compareSection hr {
    color: #9999be;
    background-color: #9999be;
}

.AppDetails .inputDate {
    width: 130px;
}

.inputDate {
    background: url(../images/msig_input_icon_02.png) no-repeat right center, url(../images/bg_input.png) repeat !important;
}

.AppDetails .inputPhone,
.AppDetails .inputEmail {
    width: 130px;
}

.AppDetails .inputEmail {
    width: 276px;
}

.blueButton {
    font-size: 18px;
    /*
            background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #16166a), color-stop(1, #373780));
            background:-moz-linear-gradient(top, #16166a 5%, #373780 100%);
            background:-webkit-linear-gradient(top, #16166a 5%, #373780 100%);
            background:-o-linear-gradient(top, #16166a 5%, #373780 100%);
            background:-ms-linear-gradient(top, #16166a 5%, #373780 100%);
            background:linear-gradient(to bottom, #16166a 5%, #373780 100%);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#16166a', endColorstr='#373780',GradientType=0);
            */
    
    background: url(../images/bg_btn_blue.png) repeat;
    background-size: 30px;
    background-color: #0071AB;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #0B559C;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    color: #ffffff;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
    background-size: contain;
}

.blueButton:active {
    position: relative;
    top: 1px;
}

.joinUs {
    /* background:url(../images/bg_joinusForm.png) repeat-y; */
    
    width: 100%;
    margin: 40px auto;
    max-width: 750px;
    padding: 00px 0 20px;
    font-size: 14px;
    background: #FCFCFC;
}

.joinUsHeadbg {
    background: url(../images/bg_joinus.png) repeat-y;
    width: 100%;
    height: 5px;
    margin-bottom: 20px;
}

.jounUsHead {
    color: #004f78;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
}
@media screen and (max-width: 640px) {
    .jounUsHead {
        font-size: 21px;
    }
}

.jounUsSubHead {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 16px;
    font-weight: bold;
    margin: 58px 0 0px;
}

.joinUsLeft {
    width: 51%;
    float: left;
}

.joinUsLeftContent {
    margin: 0 auto;
    width: 290px;
    color: #004f78;
    font-weight: bold;
    line-height: 1.5;
}

.joinUs ul {
    margin-left: 20px;
    list-style: initial;
}

.joinUs ul li {
    margin-top: 3px;
    font-weight: 100;
}

.joinUsRight {
    width: 49%;
    float: left;
}

.joinUsRightContent {
    margin: 0 auto;
    width: 360px;
}

.joinUsRow {
    width: 100%;
    margin-top: 10px;
}

.joinUsCol1 {
    float: left;
    min-width: 170px;
    line-height: 29px;
}

.joinUsCol2 {
    float: left;
}

.joinUs input {
    padding-left: 10px;
    width: 130px;
}

.applicationTnc {
    width: 100%;
    margin: 20px auto;
    max-width: 680px;
    /* padding: 20px 0; */
}

.applicationTncHead {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.applicationTncRow label {
    font-size: 14px;
}

.applicationTncRow a,
.applicationTncDecText a {
    text-decoration: underline;
    /* font-weight: bold; */
}

.applicationTncRow .inputCheckbox {}

.applicationTncDec {
    color: #0071ab
    /*#4d5377*/
    
    ;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: bold;
}

.applicationTncDecWrap {
    background: #e5f1f6;
    width: 100%;
    /* height: 110px; */
    
    overflow: auto;
}

.applicationTncDecText {
    padding: 10px 10px;
    font-size: 12px;
    /* text-align: justify; */
}

.applicationTncDecWrap ol {
    /* font-size:12px; */
    
    margin-left: 14px;
    list-style-type: decimal;
    color: #505050;
}

.applicationTncDecWrap ol li {
    margin-top: 10px;
}

.bigButton {
    font-size: 22px;
    background-size: 35px;
}
/*=============================================================================================================================*/
/***Css for Inner Page - application confirm page****/

.AppConfirm .firstOne {
    width: 210px;
    font-size: 14px;
}

.AppConfirm hr {
    margin: 40px 0;
}

.AppConfirm .secondOne {
    color: #004f78;
    font-weight: bold;
    font-size: 14px;
}

.AppConfirm .SpecialTwoField .firstOne {
    min-width: 140px;
    width: auto;
}

.AppConfirm .SpecialTwoField .secondOne {
    font-weight: normal;
}

.AppConfirm .SpecialTwoField .grid1 {
    min-width: 110px;
}

.AppConfirm .SpecialTwoField .name {
    min-width: 210px;
}

.AppConfirm .AppConfirmFrame {
    width: 88%;
    margin: 0% 6%;
    /* border: 1px solid #DFDFEB; */
}

.AppConfirm .AppConfirmFrame div {
	text-align:left;
}

.AppConfirm .OneField {
    margin: 0;
    max-width: none;
    width: 100%;
    /* padding: 2% 5%; */
    /* background: #BB0416; */
}

.AppConfirm .TwoField,
.AppConfirm .SpecialTwoField {
    width: 93%;
    margin: 10px 2% 10px 5%;
    max-width: none;
}

.AppConfirm .formSectionHeader {
    padding: 10px 3%;
    width: 94%;
    background: #d9e8ef;
    color: #555;
    font-size: 16px;
}

.AppConfirm .backToModify {
    /*padding: 10px 6% 30px;*/
    margin-left: 60px;
}
@media screen and (max-width: 640px) {
    .AppConfirm .backToModify {
        margin-left: 30px;
    }
}


.AppConfirm .firstOne {
    margin-left: 0%;
}

.eCouponOne {
    max-width: 63%;
}

.confirmText {
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #004f78;
}

.backToModify {
    /* color:#DDD; */
    /* position: absolute; */
    /* top: 14px; */
    /* left: 44px; */
}

.backToModify_left {
    background: url(../images/icon_backModify_left.png) no-repeat;
    width: 24px;
    height: 30px;
    float: left;
}

.backToModify_right {
    background: url(../images/icon_backModify_right.png) no-repeat;
    width: 18px;
    height: 30px;
    float: left;
}

.backToModify_center {
    background: url(../images/icon_backModify_center.png);
    line-height: 30px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

#tncColorbox,
#popupBox {
    position: relative;
}

#tncColorbox p,
#popupBox p {
    color: #505050;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
}

#tncColorbox ul,
#popupBox ul {
    color: #505050;
    font-size: 14px;
    padding-left: 10px;
}

#popupBox {
    padding: 20px 20px 20px;
    background: #FFF;
    border: 4px solid #579EC6;
    border-radius: 3px;
}

.popupBoxContent {
    font-size: 14px;
    color: #666;
    padding: 10px;
    white-space: nowrap
}

@media screen and (max-width: 640px) {
    #popupBox {
        padding: 20px;
        background: #FFF;
        border: 4px solid #579EC6;
        border-radius: 3px;
        max-width: 280px !important
    }
    .popupBoxContent {
        font-size: 14px;
        color: #666;
        padding: 2%;
        white-space: normal
    }
}

#cboxLoadedContent .tncText {
    color: #505050;
    font-size: 12px;
    margin-bottom: 20px;
    padding-left: 10px;
}

#cboxLoadedContent ul {
    color: #505050;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 5px;
}

#cboxLoadedContent ul li {
    margin-top: 5px;
    list-style: initial;
    margin-left: 8px;
}

#colorbox {
    z-index: 9;
    overflow: visible!important;
}

#closeTnc,
.closePopupBox {
    width: 20px;
    height: 20px;
    background: url(../images/icon_closeTnc.png) #FFF;
    position: absolute;
    right: -8px;
    top: -10px;
    cursor: pointer;
    background-size: 15px;
    background-repeat: no-repeat;
    border-radius: 3px;
    border: 3px solid #FFC000;
    padding: 2px;
    background-position: center;
}
/*=============================================================================================================================*/
/***Css for Inner Page - application thankyou page****/

.thankyou {}

.thankyou .promoBannerSection {
    margin-top: 30px;
}

.thankyou .applicationFrame {
    margin-top: 30px;
}

.thankyou .blueButton {
    font-size: 16px;
    /* padding:10px 15px; */
}
/*=============================================================================================================================*/
/***Css for Inner Page - application redirect page****/

.redirect {}

.redirect .applicationFrame {
    background: #e5f1f6
    /*#F0F0F7*/
    
    ;
    text-align: center;
    min-height: 450px;
}

.redirectHeader {
    color: #0a81bc;
    font-size: 30px;
    padding: 110px 0 40px;
    
}

.redirectText,
.redirectsubText {
    width: 100%;
    max-width: 560px;
    color: #505050;
    margin: 0 auto;
}

.redirectText {
    font-size: 15px;
    padding: 30px 0;
}

.redirectsubText {
    font-size: 12px;
    padding: 10px 0;
}
/*=============================================================================================================================*/
/***Css for Inner Page - product Details page****/

.page.productDetails {
    background: #FFF;
    padding-top: 160px;
}

.PDbanner {
    width: 100%;
    height: 240px;
}

.bTravel {
    background: url(../images/home_bg1.jpg) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -210px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../images/home_bg1.jpg', sizingMethod='scale');
}

.bHome {
    background: url(../images/home_bg2.jpg) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -380px;
}

.bHealth {
    background: url(../images/home_bg3.jpg) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -270px;
}

.bSports {
    background: url(../images/home_bg4.jpg) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -270px;
}

.bMotor {
    background: url(../images/home_bg5.jpg) no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -350px;
}

.PDWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    margin: -234px auto 0;
    max-width: 1200px;
}

.PDLeftPanel {
    width: 23%;
    float: left;
}

.promoText {
    font-size: 20px;
    color: #FFF;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    /*font-family: 'Josefin Slab',serif;*/
    
    font-weight: 200;
    padding: 20px 0px 10px;
}

.discountText {
    font-weight: bold;
}

.trianlgeWhite {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    text-align: center;
    margin: 10px auto;
}

.PDRightPanel {
    width: 77%;
    float: left;
    padding-top: 50px;
}

.claimFormImg {
    height: 20px;
    vertical-align: text-top;
}

.pageHeaderText {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 16px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    margin-left: 6%;
    width: 94%;
    min-height: 220px;
}

.PDdetails {
    margin-left: 3%;
    width: 97%;
    position: relative;
}

.PDdetails ol,
.PDdetails ul {
    margin-left: 3%;
}

.PDtabs {
    width: 100%;
    background: #65A4C5;
    color: #FFF;
}

.PDtabs a:hover,
.PDtabTerm a:hover {
    color: #0F812F;
}

.PDtabs a,
.PDtabTerm a {
    color: #FFF;
}

.tab {
    width: 20%;
    float: left;
    text-align: center;
    padding: 20px 0px 0px;
    font-size: 18px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    position: relative;
}

.tab.active {
    background: #004f78
    /*#16166b*/
    
    ;
}

.currentTab {
    width: 41px;
    height: 20px;
    background: url(../images/current_tab.png) no-repeat;
    position: absolute;
    margin: 0 auto;
    display: none;
    bottom: 0;
    left: 35%;
}

.active .currentTab {
    display: block;
}

.PDtabTerm {
    width: 100%;
    background: #004F78;
    color: #FFF;
}

.PDtabTerm a .active {
    color: #2a227a;
    font-weight: bold;
}

.tabTerm {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.PDcontent {
    background: #ededf1;
    width: 100%;
    /* padding:30px 0px; */
}

.PDcontentP,
.PDcontent p {
    margin-bottom: 20px;
    line-height: 22px;
}

.PDcontentHeader {
    color: #2a227a;
    font-size: 14px;
    margin: 0 4%;
    font-weight: bold;
}

.PDcontentP ul,
.PDcontentP ol {
    font-size: 12px;
    margin: 0 4%;
}

.PDcontentP ul {
    list-style-type: disc;
}

.PDcontentP ol {
    list-style-type: decimal;
}

.PDcontentP ul li,
.PDcontentP ol li {
    margin-left: 20px;
}

.PDcontentP ul ul,
.PDcontentP ol ol {
    font-size: 12px;
    margin: 0 0%;
    list-style-type: circle;
}

.PDcontentP ul ul li,
.PDcontentP ol ol li {
    margin-left: 20px;
}

.PDcontentP table {
    margin: 10px 4%;
}

.PDcontentP table th,
.PDcontentP table td {
    padding: 5px;
    font-size: 12px;
}

.PDcontentP table th {
    font-weight: bold;
    font-size: 13px;
    background: #16166b;
    color: #FFF;
}

.tabField .tab {
    display: none;
}

.quotenow,
.show-in-mobile-view {
    display: none;
}

.tabs-list {
    width: 100%;
    background: #004F78;
}

.tabField {
    display: none;
}

.planSection .panelDate {
    background: url(../images/msig_input_icon_02.png) no-repeat right center, url(../images/bg_input.png) repeat !important;
}
/*=============================================================================================================================*/
/***Css for Inner Page - Club History page****/

.clubHistory {}

.clubHistory .appHeader .bluePointer {}

.clubHistory .rightCompareTable {
    width: 98%;
}

.effPolicy {
    color: #FFF;
    line-height: 50px;
    float: right;
    margin-right: 2%;
}

.clubHistory .welcome {
    font-size: 20px;
    color: #004f78
    /*#16166b*/
    
    ;
    padding: 20px 0 10px 53px;
}

.clubHistory .userName {
    font-size: 18px;
    color: #004f78
    /*#16166b*/
    
    ;
    padding: 0px 0 25px 53px;
}

.clubHistory .leftSearchPanel {
    display: none;
}

.historyHeader {
    width: 100%;
    background: #CCE2EE;
}

.aRow {
    width: 94%;
    /*max-width:830px;*/
    
    padding: 20px 0;
    margin: 0 auto;
}

.histDate,
.histName,
.histNo,
.histPeriod,
.histDetails,
.histClaim,
.histRenew {
    /* for endorsment 2015-4-14 */
    
    float: left;
    padding: 10px 0px;
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 14px;
    font-weight: bold;
}

.recordDate,
.recordName,
.recordNo,
.recordPeriod,
.recordDetails,
.recordDetails2,
.recordClaim,
.recordRenew {
    /* for endorsment 2015-4-14 */
    
    float: left;
    padding: 0px 0px;
    color: #808080;
    font-size: 14px;
}

.histDate,
.recordDate {
    width: 13%;
    /* for endorsment 2015-4-14 */
}

.histName,
.recordName {
    margin-right: 2%;
    width: 17%;
    /* for endorsment 2015-4-14 */
}

.histNo,
.recordNo {
    margin-right: 2%;
    width: 12%;
    /* for endorsment 2015-4-14 */
}
/* for endorsment 2015-4-14 */

.histPeriod,
.recordPeriod {
    margin-right: 2%;
    width: 16%;
}
/* for endorsment 2015-4-14 */

.histDetails,
.recordDetails,
.recordDetails2,
.histRenew,
.recordRenew {
    width: 7%;
    cursor: pointer;
    position: relative;
}

.histClaim,
.recordClaim {
    cursor: pointer;
}

.historyRecord:nth-child(even) {
    background: url(../images/bg_gray1.png);
}

.historyRecord:nth-child(odd) {
    background: url(../images/bg_gray2.png);
}

.historyRecord.used {
    /* background: rgba(27, 30, 99, 0.5);
*/
}
/* for endorsment 2015-4-14 */

.recordBtn,
.renewBtn {
    padding: 5px 10px;
		padding: 3px \9;
    color: #333;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
/*		width: 30px \9;
		height: 30px \9;*/


    padding: 5px 0 0;
    text-align: center;
    width: 55px;
}

@media screen and (max-width: 640px) {
    .recordBtn,
    .renewBtn {
        width: 115px;
        padding: 5px;
    }
    
}

.opened .recordBtn {
    background: #FFF;
}

.iconDetails {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: 0 -17px;
/*		width: 30px \9;
		height: 30px \9;*/
}

.iconDetailsW {
    background: url(../images/icon_history.png) no-repeat;
    width: 22px;
    background-size: 150px;
    height: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: 0 -51px;
/*		width: 30px \9;
		height: 30px \9;*/
}

.iconRenew {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: -43px -30px;
/*		background-position: -91px -65px \9;
		width: 30px \9;
		height: 30px \9;*/
}

.iconEdit {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
/*    background-position: -43px -18px;
		width: 30px \9;
		height: 30px \9;*/
}

.lt-ie9 .iconDetailsW {
    background-position: 3px -65px;
}

.opened .iconDetails {
    background-position: 0 0px;
}

.opened .iconDetailsW {
    background-position: 0 -49px;
}

.lt-ie9 .iconDetailsW {
    background-position: 3px -65px;
}

.iconClaim {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: -21px 2px;
/*   	background-position: -48px 2px \9;
		width: 30px \9;
		height: 30px \9;*/
}

.iconClaimW {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 150px;
    height: 21px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: -37px 0px;
/*		width: 30px \9;
		height: 30px \9;*/
}

/* IE hack */

.lt-ie9 .renewBtn,
.lt-ie9 .iconDetails,
.lt-ie9 .iconDetailsW,
.lt-ie9 .iconDetails,
.lt-ie9 .iconRenew,
.lt-ie9 .iconEdit,
.lt-ie9 .iconClaim,
.lt-ie9 .iconClaimW {
    width: 30px;
    height: 30px;
}

.lt-ie9 .renewBtn{
    width: 55px;
}

.lt-ie9 .iconDetailsW {
    background-position: 3px -65px;
}

.lt-ie9 .iconClaim {
    background-position: -48px 2px;
}

.lt-ie9 .iconRenew {
    background-position: -91px -65px;
}

.resp {
    display: none;
}

.historyDetails,
.historyClaimForm {
    width: 96%;
    margin: 7% 2% 0%;
    /* for endorsment 2015-4-14 */
    
    position: relative;
    padding-bottom: 20px;
}

.HDpointer {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #d9e8ef
    /*#e3e3ef*/
    
    transparent;
    position: absolute;
    top: -10px;
}

.lt-ie9 .HDpointer {
    display: none;
}

.HCpointer {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #d9e8ef
    /*#e3e3ef*/
    
    transparent;
    position: absolute;
    top: -10px;
}
/* for endorsment 2015-4-14 */

.HDsection1 {
    background: #e3e3ef;
    padding: 20px 0;
    border-radius: 10px;
}

.HDsection2 {
    background: #d9e8ef;
    padding-bottom: 30px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.HDRowFloat {
    position: absolute;
    right: 10px;
    top: 21px;
}

.HDRowFor1,
.HDRowFor2 {
    width: 92%;
    margin: 0.5% 1% 0 5%;
}

/*. {
    font-size: 14px;
    color: #202020;
    font-weight: bold;
    line-height: 30px;
}*/

.HDh1 {
    font-size: 14px;
    color: #4E4E4E;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.HDh2 {
    font-size: 14px;
    color: #004f78
    /*#16166b*/
    
    ;
    font-weight: bold;
    line-height: 30px;
}

.HDh3 {
    font-size: 12px;
    color: #004f78
    /*#16166b*/
    
    ;
    font-weight: bold;
    line-height: 30px;
    /* margin-top: 10px; */
}

.HDcol1,
.HDcol2 {
    font-size: 12px;
    color: #202020;
    min-width: 50%;
    float: left;
    line-height: 18px;
}

.HDtnc {
    font-size: 12px;
    color: #777;
    line-height: 14px;
    padding: 5px 0px;
}

.gotPleft {
    padding-left: 35px;
}

.whiteHR {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #FFF;
}

.historyClaimForm .HDsection1 {
    background: #d9e8ef
    /*#e3e3ef*/
    
    ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.clubHistory .historyClaimForm input,
.clubHistory .historyClaimForm select,
.clubHistory .historyClaimForm textarea {
    background: #FFF !important;
}

.clubHistory .historyClaimForm input.inputDate {
    background: url(../images/msig_input_icon_02.png) no-repeat right center, #FFF !important;
}

.historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
    width: 200px;
    padding: 10px;
}

.historyClaimForm select {
    width: 222px;
    padding: 10px;
}

.historyClaimForm textarea {
    width: 80%;
    padding: 5px;
}

.clubHistory .historyClaimForm input.inputDate {
    background: url(../images/msig_input_icon_02.png) right center no-repeat #FFF !important;
    height: 18px;
}

.clubHistory .historyClaimForm input.inputFile {
    background: url(../images/icon_uploadFile.png) right center no-repeat #FFF !important;
    background-size: 20px !important;
    height: 28px;
}

.historyClaimForm .HDcol1 {
    line-height: 20px;
    min-width: 40%;
    max-width: 40%;
    padding-bottom: 10px;
}

.historyClaimForm .HDcol2 {
    min-width: 60%;
    max-width: 60%;
    padding-bottom: 10px;
}

.HCremark {
    font-size: 11px;
    color: #808080;
    margin: 0 1% 0 3%;
    width: 96%;
}

.HCremark ol {
    margin-left: 25px;
    list-style-type: decimal-leading-zero;
}

.HCremark ol ul {
    margin-left: 17px;
    list-style-type: disc;
}

.HDBenefits,
.HDPolicy {
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    font-size: 14px;
    color: #2f2f2f;
    /* display: inline-block;*zoom: 1;*display: inline; */
    
    margin-bottom: 5px;
}

.clubHistory .HDRowFloat .blueButton {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.iconBenefits {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: -46px 0px;
}

.iconPolicy {
    background: url(../images/icon_history.png) no-repeat;
    width: 20px;
    background-size: 100px;
    height: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: bottom;
    background-position: -71px 0px;
}

.lt-ie9 .iconPolicy {
    background-position: -151px 0px;
    height: 13px;
}
/*=============================================================================================================================*/
/***Css for Inner Page - Club e Wallet page****/

.clubWallet {}

.clubWallet .histDate,
.clubWallet .recordDate {
    min-width: 10%;
    max-width: 10%;
}

.clubWallet .histName,
.clubWallet .recordName {
    min-width: 12%;
    max-width: 12%;
    margin-right: 2%;
}

.clubWallet .histNo,
.clubWallet .recordNo {
    min-width: 10%;
    max-width: 10%;
    margin-right: 2%;
    vertical-align: top;
}

.clubWallet .recordNo:before {
    content: url(../images/icon_couponli.png);
    position: relative;
    top: -3px;
    vertical-align: top;
}

.clubWallet .histPeriod,
.clubWallet .recordPeriod {
    min-width: 37%;
    max-width: 37%;
    margin-right: 2%;
}

.clubWallet .histDetails,
.clubWallet .recordDetails {
    min-width: 15%;
    max-width: 15%;
    margin-right: 2%;
}

.clubWallet .leftSearchPanel {
    display: none;
}

.clubWallet .rightCompareTable {
    width: 98%;
    /* margin-left: 2%; */
}

.clubWallet .histClaim,
.clubWallet .recordClaim {
    cursor: pointer;
}

.clubWallet .iconDetails {
    background-position: 0 -34px;
}

.clubWallet .recordDetails .recordBtn {
    margin-left: 30px;
    width: 75px;
}

.clubWallet .iconDetailsW {
    background-position: 0 -50px;
}

.clubWallet .iconClaim {
    background-position: -24px -34px;
}

.clubWallet .iconClaimW {
    background-position: -37px -50px;
}

.lt-ie9 .clubWallet .iconDetailsW {
    background-position: 0px -66px;
}

.clubWallet .aRow {
    width: 90%;
}

.clubWallet .used .recordDate,
.clubWallet .used .recordName,
.clubWallet .used .recordNo,
.clubWallet .used .recordPeriod {
    /* color: #DBDBDB; */
    
    text-decoration: line-through;
}

.clubWallet .used .useIt {
    display: none;
}

.clubWallet .used .recordDetails .recordBtn {
    /* background: none; */
}

.clubWallet .used .usedit {
    background: transparent url(../images/icon_couponli.png) no-repeat 5px 3px;
    color: #BBB;
    cursor: not-allowed;
    padding: 0px;
    vertical-align: super;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 5px 10px 5px 30px;
}

.clubWallet .usedit {
    color: #fff;
    background: #FFC000 url(../images/icon_couponli.png) no-repeat 5px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 5px 10px 5px 30px;
}

.recordCan,
.recordCant {
    margin-left: 10px;
}
/*=============================================================================================================================*/
/***Css for Inner Page - Club Sign Up page****/

.clubSignUp .leftSearchPanel {
    width: 30%;
}

.clubSignUp .rightCompareTable {
    width: 70%;
    float: none;
    margin: 0 auto;
}

.clubSignUp .compareSection {
    margin: 0;
    /*margin-top:105px;*/
}

.clubSignUp .innerPageNav ul {
    padding-left: 1%;
}

.clubSignUp .topSection {
    width: 70%;
    margin: 20px auto 10px;
}

.clubSignUp .pageHeader {
    padding-left: 2%;
}

.clubSignUp .BannerText {
    float: left;
}

.clubSignUp .pHead {
    color: #0071AB;
    font-size: 26px;
}

.clubSignUp .pageDescr {
    /* float:left; */
}

.clubSignUp .pageHeader {
    /* padding-left:2%; */
    
    text-align: left;
    padding: 10px 0 0 0;
    /* float: left; */
}

.clubSignUp .clubPic {}

.clubPic img {
    padding-left: 2%;
    width: 96%;
}

.clubMemberText {
    padding-left: 2%;
    width: 98%;
    color: #505050;
    font-size: 14px;
    text-align: justify;
    margin: 20px 0px 30px;
}

.tags {
    width: 100%;
    text-align: left;
    margin: 30px auto;
}

.tagContent {
    width: 17%;
    margin: 0 4%;
    float: left;
}

.tagImg {
    margin-bottom: 10px;
}

.tagImg img {
    height: 70px;
}

.tagHead {
    font-weight: bold;
    color: #0071AB;
    /* min-height: 40px; */
}

.tagDesc {
    font-size: 12px;
}

.clubSignUp .promoBannerSection {
    width: 30%;
    float: left;
    margin: 0;
}

.clubSignUp .promoBannerSection .bannerGried {
    padding-left: 2%;
    width: 98%;
}

.clubSignUp .promoBannerSection .bannerGried + .bannerGried {
    margin: 20px auto 0;
}

.clubSignUp .HDcol1 {
    color: #0071ab;
    /*#4d5377*/
}

.clubSignUp .historyClaimForm {
    width: 67%;
    float: left;
}

.clubSignUp .tipBoxSection {
    width: 27%;
    float: right;
    margin-right: 2%;
}

.clubSignUp .tipBox {
    padding-top: 20px;
    margin-top: 30px;
}

.tipHeader {
    font-size: 18px;
    color: #004f78
    /*#16166b*/
    
    ;
    margin: 10px 0;
}

.tipText {
    font-size: 12px;
    color: #505050;
    line-height: 24px;
}

.tipMore {
    color: #616192;
    line-height: 24px;
    font-sizE: 12px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.75);
}

.clubSignUp .mustFields {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 12px;
    margin-left: 3%;
    margin-bottom: 2%;
    /* position: absolute; */
    /* right: -20%; */
}

.clubSignUp .applicationFrame {
    /*background:#b9b9d2;*/
}

.clubSignUp .HDsection1 {
    background: none;
    margin-top: 40px;
}

.clubSignUp .appHeader {
    /*background:none;*/
}

.clubSignUp .appHeaderText {
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tncText {
    color: #0071ab
    /*#4d5377*/
    
    ;
    margin: 0% 1% 0% 3%;
    width: 92%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.tncText a {
    text-decoration: underline;
    font-weight: bold;
}

.clubSignUp .historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
    width: 280px;
    padding: 9px;
}

.clubSignUp .historyClaimForm select {
    width: 300px;
    padding: 9px;
}

.clubSignUp .HCremark {
    margin-top: 20px;
    margin-bottom: 20px;
}

.clubSignUp .autoRedirect {
    font-size: 11px;
    color: #808080;
    margin: 50px 0% 0 0%;
    width: 96%;
    text-decoration: underline;
}

.clubSignUp .buttonF {
    margin-bottom: 50px;
}

.closeTnc {
    width: 30px;
    height: 30px;
    background: url(../images/icon_closeTnc.png);
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
}

.star {
    color: #004f78
    /*#16166b*/
    
    ;
    font-weight: bold;
}

.siteMap {}

.siteMap .plainContent {
    padding: 1% 0 0 5%;
}

.siteMap ul ul {
    margin-left: 20px;
}

.siteMap .plainContent > ul > li {
    margin: 20px;
}
/*====================================================================================================================================*/
/* Chin */
/*=============================================================================================================================*/
/***Css for Search Result Page****/

#plainText {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    background: none;
}

#plainText input.Search {
    border: 0;
    background-color: #d9e8ef
    /*#e3e3ef*/
    
    ;
    padding: 10px;
    width: 100%;
    max-width: 370px;
    margin: 0 10px 10px 0;
    box-shadow: none;
    font-size: 100%;
}

.plainContent {
    text-align: left;
    padding: 0px 0%;
    font-size: 80%;
    line-height: 2;
    color: #505050;
    background: none;
}

.wholePageHeader {
    color: #16166B;
    font-size: 24px;
    padding: 5% 0 0 3%;
}

.searchBox {
    padding: 1% 5%;
    position: relative;
}

.inputCape {
    position: absolute;
    top: -6px;
    left: 25px;
    display: inline-flex;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #CDCDE3;
}

.resultBox {
    padding: 0% 5%;
    text-align: left;
}

.resultBox li {
    margin-top: 20px;
}

.resultTitle {
    font-size: 140%;
    color: #202020;
}

.pagingBox {
    text-align: center;
}

.resultPaging {
    background-color: #f2f2f2;
    font-size: 90%;
    padding: 0.5% 2%;
    min-width: 200px;
    border-radius: 25px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.resultPaging li,
.resultNextPage {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 8px;
}

.resultNextPage {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #71B5D8;
}

.resultPaging li a {
    color: #71B5D8;
    font-weight: 500;
}

.tipHeader {}
/*=============================================================================================================================*/
/***Css for Claims & Tips Page****/

.ClaimsTips .plainContent {
    padding: 30px 0px;
}

.ClaimsTips .leftSearchPanel {
    display: none;
}

.ClaimsTips .rightCompareTable {
    width: 97%;
}

#tipClaimBox {
    margin-left: 3%;
    width: 97%;
}

#tipClaimBox p {
    text-align: left;
    padding: 5% 3%;
    font-size: 80%;
    line-height: 180%;
    color: #505050;
}

.TCnavWidth {
    width: auto;
}

.TCnavWidth .pointer {
    left: 45%;
}

.blueBG {
    background: url('../images/blueBG.png') repeat;
}

.productList {
    /* max-width:900px; */
    
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
}

.productList li {
    padding: 2% 5%;
}

.productList span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    font-size: 80%;
    color: #505050;
    margin-bottom: 5px;
}

.prductName {
    max-width: 250px;
    width: 100%;
}

.productLink {
    max-width: 500px;
    width: 100%;
}

.productLink a .pLink {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #71B5D8;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.Disclaimer .plainContent {
    margin: 2% 5%;
    width: 90%;
    text-align: justify;
}

.privacy .plainContent {
    margin: 2% 5%;
    width: 90%;
    text-align: justify;
}

.privacy ul {
    list-style-type: initial;
    margin-left: 20px;
}

#aboutFrame {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 1200px;
}

#aboutFrame p {
    text-align: left;
    padding: 5%;
    font-size: 80%;
    line-height: 180%;
    color: #505050;
}

#aboutFrame a.Link span {
    color: #004f78
    /*#16166b*/
    
    ;
    font-weight: 500;
    font-size: 100%;
    background-color: #d1dee9;
    padding: 1% 4%;
    border-radius: 5px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 10px;
}

#aboutFrame a:hover.Link span {
    color: #fff;
    background-color: #004f78
    /*#16166b*/
    
    ;
}

.aboutBanner {
    margin: 0 auto;
    text-align: center;
    background: #C4D8D6;
}

.aboutBanner img {
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.ABsubMenu {
    max-width: 1200px;
}

.ABcontentBox {
    max-width: 1200px;
    margin: 5% auto;
    font-size: 90%;
    text-align: left;
    line-height: 180%;
    color: #505050;
}

.topPara {
    background-color: #c3d7d4;
    width: 100%;
}

.lastPara {
    color: #505050;
    font-size: 80%;
    width: 94%;
    margin: 0% 3%;
    max-width: 1200px;
    text-align: justify;
    line-height: 2;
}

.sideTxt {
    width: 90%;
    padding: 5% 0% 0%;
    display: table-cell;
    vertical-align: middle;
}

.sideTextW {
    width: 98%;
    margin-top: 3%;
    text-align: justify;
}

.ABBanner {
    margin: 0 auto;
    max-width: 1200px;
    font-family: "Maven Pro";
    position: relative;
}

.aboutHearder {
    font-size: 180%;
    color: #004f78
    /*#16166b*/
    
    ;
    line-height: 150%;
    margin: 2% 0;
}

.aboutTopTxt {
    max-width: 37%;
    line-height: 200%;
    text-align: left;
    font-size: 100%;
    position: relative;
    /* top:10%; */
    
    left: 2%;
    text-align: justify;
    padding: 30px 0px;
}

.aboutImgWeb {
    display: block;
    width: 100%;
    max-width: 1200px;
    /* margin-left: 5%; */
}

.aboutImgMob {
    display: none;
    width: 100%;
}

.imgPara {
    position: relative;
}

.imgTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2% 3% 1% 2%;
    background-color: #fff;
    width: 45%;
    text-align: justify;
}

.sideImg {
    max-width: 50%;
    float: left;
    margin: 0 2% 0 0%;
    vertical-align: middle;
    width: 100%;
}

#travelThank .promoBannerSection {
    overflow: hidden;
    margin: 3% auto;
}

.insuranceDetailBox {
    padding: 5%;
    color: #505050;
    text-align: left;
    font-size: 100%;
}

.insuranceInfo {
    margin: 2% 5%;
}

.subBoxOne {
    white-space: nowrap;
    margin: 2% 0;
}
/*=============================================================================================================================*/
/***Css for Thank you****/

.thankyou {}

.thankyou .formSectionHeader {
    padding-left: 4%;
}

.thankyou .OneField,
.thankyou .TwoField {
    width: 94%;
    /* margin: 2% auto; */
    
    max-width: none;
}

.thankyou .SpecialField {
    width: 86%;
    margin: 4% auto;
    max-width: none;
    text-align: center;
}

.thankyou .firstOne {
    width: 27%;
    margin-left: 4%;
    float: left;
    color: #505050;
    font-size: 14px;
}

.thankyou .secondOne {
    width: 66%;
    margin: 0% auto;
    float: left;
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 14px;
    font-weight: bold;
}

.thankyou .blueButton {
    min-width: 120px;
    text-align: center;
    width: 13%;
    margin-left: 4%;
    position: relative;
}

.thankyou .specWidth {
    width: 20%;
}

.thankyou .blueButton img {
    height: 16px;
    float: right;
    position: absolute;
    right: 11px;
    top: 8px;
}

.couponBox {
    background-color: #d9e8ef
    /*#e3e3ef*/
    
    ;
    margin: 3% 3%;
    min-width: 300px;
    text-align: center;
    width: 88%;
    padding: 3%;
}

.couponBox span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 1% 3%;
    vertical-align: middle;
}

.couponBox span {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 90%;
}

.couponCard {
    position: relative;
}

.couponCardTxt {
    position: absolute;
    left: 35%;
    top: 25%;
    text-align: left;
    color: #004f78
    /*#16166b*/
    
    ;
}

.couponValue {
    font-size: 100%;
    line-height: 130%;
}

.couponCode {
    font-size: 200%;
    line-height: 130%;
}

.contactBox {
    margin: 5%;
    text-align: center;
    font-size: 90%;
}

.contactBox span {
    margin-bottom: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.contactBoxText {
    margin-top: 10px;
}

.appMessage {
    text-align: left;
    width: 42%;
    float: left;
    padding-left: 70px;
    position: relative;
}

.endorse .appMessage {
    width: auto;
}


.appMessage2 {
    text-align: left;
    width: 81%;
    float: left;
    padding-left: 70px;
    position: relative;
}

.appMessageCom {
    font-size: 18px;
    color: #505050;
}

.appMessageNo {
    font-size: 30px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 25px 0 25px;
}

.sentMail {
    color: #505050;
    font-size: 14px;
}

.appMessageTick {
    position: absolute;
    top: 0;
    left: 0px;
}

.appMessageCross {
    position: absolute;
    top: 0;
    left: 0px;
}

.coupon {
    width: 310px;
    position: relative;
    text-align: left;
    overflow: visible;
    z-index: 1;
    float: right;
    border: 2px #FFF dotted;
}

.clubSignUp .coupon {
    float: none;
}

.couponShadow {
    background: url(../images/icon_gift_shadow.png) no-repeat bottom;
    height: 111px;
    position: absolute;
    bottom: -20px;
    width: 322px;
    left: -11px;
    z-index: 1;
}

.couponTop {
    /* min-height: 28px; */
    /* background: #efeff5 url(../images/icon_gift_top.png) repeat-x bottom; */
    
    line-height: 18px;
    color: #FFF;
    padding: 8px;
    z-index: 2;
    position: relative;
    background: #16166B;
    text-align: center;
    /* font-weight: bold; */
    
    font-size: 18px;
}

.couponWords {
    position: absolute;
    background: #0071AB;
    left: 0;
    height: 100%;
    /* padding-top: 10%; */
}

.couponWords img {
    padding: 20px 0px;
}

.couponBottom {
    padding-left: 46px;
    z-index: 2;
    position: relative;
    border-top: 2px #FFF dotted;
    background: #FFF;
}

.couponDiscount {
    color: #0071AB;
    padding-top: 10px;
    padding-bottom: 5px;
}

.couponDiscountOff {
    font-size: 40px;
    float: left;
}

.couponDiscountTxt {
    font-size: 16px;
    float: left;
    margin-left: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.couponNo {
    font-size: 12px;
    color: #3C3C3C;
    padding-top: 5px;
    padding-bottom: 4px;
    /* font-style:italic; */
    /* font-family: 'serif'; */
    
    font-weight: bold;
}

.couponCode {
    font-size: 16px;
    color: #0071AB;
}

.couponExpire {
    font-size: 12px;
    color: #505050;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.couponTnc {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    /* display: inline-block;*zoom: 1;*display: inline; */
    /* margin-left: 15px; */
}

.couponPic {
    background: url(../images/icon_gift_wrap.png);
    height: 87px;
    width: 87px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
}

.couponBG {
    width: 70px;
    height: 55px;
    position: absolute;
    bottom: 31px;
    right: 0px;
    z-index: 10;
}

.etravel {
    background: url(../images/msig_nav_icon.png);
    background-position: -10px 0px;
}

.ehome {
    background: url(../images/msig_nav_icon.png);
    background-position: -100px 0px;
}

.ehealth {
    background: url(../images/msig_nav_icon.png);
    background-position: -190px 0px;
}

.esport {
    background: url(../images/msig_nav_icon.png);
    background-position: -280px 0px;
}

.emotor {
    background: url(../images/msig_nav_icon.png);
    background-position: -370px 0px;
}

.ecargo {
    background: url(../images/msig_nav_icon.png);
    background-position: -460px 0px;
}

.useNow {
    color: #004f78
    /*#16166b*/
    
    ;
    font-size: 30px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    padding: 20px 0px 10px;
}

.version {
    font-size: 12px;
}

.longPromo {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 113, 171, 0.3);
    padding: 10px 0px;
}

.longPromoBanner {
    width: 28%;
    float: left;
}

.longPromoBanner img {
    width: 100%;
}

.longPromoText {
    width: 69%;
    float: left;
    margin-left: 3%;
}

.longPromoTextlv1 {
    font-size: 18px;
    color: #505050;
    padding-bottom: 10px;
}

.longPromoTextlv2 {
    font-size: 14px;
    color: #505050;
    padding-bottom: 10px;
}

.longPromoApply {
    font-size: 24px;
    color: #FFC000;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(../images/icon_apply.png) no-repeat right;
    padding-right: 18px;
}
/* div table */

#css_table {
    display: table;
}

.css_tr {
    display: table-row;
    padding: 1%;
}

.css_td {
    display: table-cell;
    padding: 1%;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.ABBanner {
    min-height: 300px;
    background: url(../images/about_banner1.jpg) bottom no-repeat;
}

.thankyou .contactBox br {
    display: none;
}
/*=========================================================== CL =====================================================================*/
/***Css for Inner Page - Club Profile page****/

.myProfile {}

.myProfile .youChosen {}

.myProfile .infoTable {
    margin-left: 35px;
    background: none;
}

.myProfile .infoField {
    padding-left: 0;
}

.myProfile .inputPassword {
    width: 130px;
}

.myProfile .firstOne {
    min-width: 164px;
}

.myProfile .leftSearchPanel {
    display: none;
}

.myProfile .rightCompareTable {
    width: 98%;
    /* margin-left:2%; */
}

.myProfile .TwoField {
    max-width: 500px;
}
/***Css for Inner Page - Claims & Tips - Tips & FAQ page****/

.tipsFaq {}

.tipsFaq .step {
    display: none;
}

.tipsFaq .leftSearchPanel {
    display: none;
}

.tipsFaq .rightCompareTable {
    width: 97%;
}

.tipsFaq .tIcon {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
}

.tipsFaq .tIcon .tIconWidth {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 28px;
    vertical-align: middle;
    width: 45px;
}

.tipsFaq .tIcon1 {
    background: url(../images/msig_nav_ct_icon.png) -20px -18px no-repeat;
    margin-right: 10px;
}

.tipsFaq .tIcon2 {
    background: url(../images/msig_nav_ct_icon.png) -91px -16px no-repeat;
}

.tipsFaq .tIcon3 {
    background: url(../images/msig_nav_ct_icon.png) -239px -20px no-repeat;
}

.tipsFaq .tIcon4 {
    background: url(../images/msig_nav_ct_icon.png) -165px -20px no-repeat;
}

.tipsFaq .tIcon5 {
    background: url(../images/msig_nav_ct_icon.png) -375px -20px no-repeat;
}

.tipsFaq .PDdetails {
    width: 100%;
    margin-left: 0%;
}

.tipsFaq #tipsFaq {
    margin-top: 20px;
}

.tipsFaq .tab {
    text-align: center;
}

.tipsFaq .resp-arrow {
    display: none;
}

.tipsFaq .tabHeader {
    background: url(../images/bulb_off.png) no-repeat left center, url(../images/switch_off.png) no-repeat right center;
    padding: 1% 5%;
    color: #505050;
}

.tipsFaq .resp-tab-active .tabHeader {
    background: url(../images/bulb_on.png) no-repeat left center, url(../images/switch_on.png) no-repeat right center;
    color: #FFF;
}

.tipsFaq .resp-tabs-container {
    background: #004F78;
}

.tipsFaq h2.resp-tab-active {
    background: #004F78!important;
}

.tipsFaq h2.resp-accordion {
    border: none;
}

.tipsFaq .PDcontentP {
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    color: #202020;
    font-size: 12px;
}

.tipsFaq .resp-easy-accordion .resp-tab-content {
    border-bottom: 2px solid #FFF;
}

.tipsFaq .currentTab {
    display: none !important;
}

#aboutContactUs {}

.mobile_view {
    display: none;
}

#aboutContactUs .PDWrapper {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    font-family: "arial", Serif;
    margin: 0px auto 0;
    max-width: 1200px;
}

#aboutContactUs .PDbanner {
    width: 100%;
    height: 323px;
}

.bContactUs {
    background: url(../images/contact_us_bg1.jpg) no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center -350px;
}

.bContactUsWrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.bContactUsInnerWrap {
    margin: 0% 4%;
    position: relative;
    height: 100%;
}

#aboutContactUs .planSection {
    margin-left: 0px;
    padding: 10px 20px 25px;
    background: #004f78
    /*#16166b*/
    
    ;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    width: 360px;
    /* float: left; */
    
    position: absolute;
    bottom: 0px;
    height: 160px;
}

#aboutContactUs .CustomerHotline {
    background: rgba(0, 113, 171, 0.8);
    color: #FFF;
    /* left:0px; */
		background-color:#0071ab \9;
		filter: alpha(opacity = 80) \9;
}

#aboutContactUs .ClaimHotline {
    background: rgba(0, 113, 171, 0.7);
    color: #FFF;
    left: 400px;
		background-color:#0071ab \9;
		filter: alpha(opacity = 70) \9;
}

#aboutContactUs .PDLeftPanel {
    width: 25%;
}

#aboutContactUs .PDRightPanel {
    width: 92%;
    padding: 0;
    margin: 0% 4%;
}

#aboutContactUs .PDdetails {
    margin-left: 0;
    width: 100%;
    position: relative;
}

#aboutContactUs .resultTitle {
    font-size: 24px;
    color: #004f78
    /*#16166b*/
    
    ;
}

#aboutContactUs .bContactUsFormWrap {
    font-size: 24px;
    margin: 0% 10%;
    width: 80%;
}

#aboutContactUs .pageHeader {
    text-align: left;
}

#contactUs {
    position: relative;
}

.contactUs_r_upper div {
    float: left;
}

#contactUs .planSection {
    margin-left: 20px;
    background: none;
}

#contactUs .pageHeader {
    padding: 40px 0 0px 0px;
}

#contactUs .promoText {
    width: 100%;
    color: #004f78
    /*#16166b*/
    
    ;
}

.contactUs_r_upper {
    width: 360px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 90px;
    padding-bottom: 20px;
    float: left;
}

#contactUs .compareSection {
    margin-left: 0;
}

#contactUs .inputSelect {
    width: 300%;
    padding: 0 5px;
    height: 28px;
}

#contactUs .AppDetails {
    font-size: 14px;
    /* margin: 0 0 0 10px; */
}

#contactUs .OneField,
#contactUs .TwoField,
#contactUs .SpecialTwoField {
    width: 100%;
    margin: 10px auto;
    max-width: none;
}

#contactUs .firstOne {
    width: 260px;
    line-height: 23px;
    padding-top: 8px;
    padding-left: 0px;
    margin-left: 0px;
}

#contactUs .secondOne {
    margin: 0 0 0 20px;
}

#contactUs input {
    width: 214%;
}
#contactUs textarea {
    width: 340px;
    padding-left: 10px;
}

.FeedbackL,
.FeedbackR {
    float: left;
}

.FeedbackL {
    width: 70%;
}

.FeedbackR {
    width: 25%;
    padding-top: 2px;
    font-size: 12px;
}

.FeedbackR .plainContent {
    margin-top: 50px;
    line-height: 28px;
}

.required {
    /* margin-left:28px; */
    
    color: #004f78
    /*#16166b*/
    
    ;
}

.urFeedback {
    width: 259%;
    height: 150px;
    background: url(../images/bg_input_area.png);
}

._mtop30 {
    margin-top: 30px;
}

._mtop20 {
    margin-top: 20px;
}

._mtop15 {
    margin-top: 15px;
}

._mtop10 {
    margin-top: 10px;
}

._fsize18 {
    font-size: 18px;
}

._fsize14 {
    font-size: 14px;
}

._fsize12 {
    font-size: 12px;
}

._fleft {
    float: left;
}

._fright {
    float: right;
}

._w100 {
    width: 100%;
}

._w90 {
    width: 90%;
}

._w80 {
    width: 80%;
}

._w70 {
    width: 70%;
}

._w60 {
    width: 60%;
}

._w50 {
    width: 50%;
}

._w50 {
    width: 40%;
}

._w30 {
    width: 30%;
}

._w20 {
    width: 20%;
}

._w10 {
    width: 10%;
}

._cfff {
    color: #FFFFFF;
}

._cfff a {
    color: #FFFFFF;
}

._cfff a:hover {
    color: #e21f26;
}

.tel,
.number {
    float: left;
}

.tel {
    width: 20%;
}

.number {
    width: 80%;
}

.number a {
    color: #FFFFFF;
    cursor: pointer;
}

.number a:hover {
    color: #e21f26;
}

.tipsBanner {
    margin: 0% 0% 0% 0%;
    background: #F8F7F5;
    text-align: center;
}

.tipsBanner img {
    width: 100%;
    max-height: 200px;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.tipBannerWords {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.tipBannerWordslocation {
    position: relative;
    bottom: 130px;
    left: 100px;
    font-size: 30px;
    color: #666;
}

.forgetPWpage {}

.forgetPWpage .rightCompareTable {
    margin: 0 auto;
    float: none;
}

.forgetPWpage .AppDetails .firstOne {
    width: 40px;
    min-width: inherit;
}

.forgetPWpage .AppDetails .inputEmail {
    width: 300px;
}

.forgetPWpage .TwoField {
    max-width: 500px;
}

.forgetPWpage .applicationFrame {
    min-height: 300px;
}

.forgetPWpage .pwText {
    color: #555;
    padding-left: 5%;
}

.forgetPWpage .pwTextError {
    color: #900;
    padding-left: 5%;
}

.loginPage {}

.loginPage .rightCompareTable {
    margin: 0 auto;
    float: none;
}

.loginPage .AppDetails .firstOne {
    width: 150px;
    min-width: inherit;
}

.loginPage .AppDetails .inputEmail {
    width: 200px;
}

.loginPage .TwoField {
    max-width: 500px;
}

.loginPage .applicationFrame {
    min-height: 300px;
}
/*.loginPage .errorMessage { margin-left:20px;}*/

.loginPage .forgetField {
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
}

.resetPWpage {}

.resetPWpage .rightCompareTable {
    margin: 0 auto;
    float: none;
}

.resetPWpage .AppDetails .firstOne {
    width: 180px;
    min-width: inherit;
}

.resetPWpage .AppDetails .inputEmail {
    width: 300px;
}

.resetPWpage .TwoField {
    max-width: 500px;
}

.resetPWpage .applicationFrame {
    min-height: 300px;
}

.resetPWpage .pwText {
    color: #555;
    padding-left: 5%;
}

.resetPWpage .pwTextError {
    color: #900;
    padding-left: 5%;
}
/*20140611 */

.promoBannerSection .cmsBody {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
}

.promoBannerSection .cmsBody ol,
.promoBannerSection .cmsBody ul {
    margin-left: 30px;
}

.application .mustFields {
    color: #16166b;
    font-size: 12px;
    margin-left: 3%;
    margin-bottom: 2%;
    /* position: absolute; */
    /* right: -20%; */
}

#colorbox .inputdate,
#colorbox .birthday {
    background: url(../images/msig_input_icon_02.png) right center no-repeat #FFF;
}

.couponSection .formSectionOption {
    float: right;
    color: #FFF;
}

.popupForm {}

.application .mustFields {
    color: #16166b;
    font-size: 12px;
    margin-left: 3%;
    margin-bottom: 2%;
    /* position: absolute; */
    /* right: -20%; */
}

.pHeader {
    text-align: center;
}

.form_div {
    margin-bottom: 5px;
}

.popupForm .selectField {
    height: 30px;
    padding: 5px;
}

#bigday_plan,
#bigday_eventdate,
#cargo_voyage,
#cargo_details,
#cargo_conveyance {
    padding: 5px 14px;
    text-align: left;
    width: 190px;
    border: none;
    vertical-align: top;
    font-size: 12px;
    height: 36px;
}

#cargo_voyage {
    background: url(../images/msig_input_icon_04.png) right center no-repeat #FFF;
}

#cargo_details {
    background: url(../images/msig_input_icon_06.png) right center no-repeat #FFF;
}

#cargo_conveyance {
    background: url(../images/msig_input_icon_05.png) right center no-repeat #FFF;
}

.hide-for-desktop {
    display: none !important;
}
.optionalCompareTerms .terms {
    padding: 3px 0;
    position: relative;
    box-sizing: border-box;
}
.termsText{
    max-width: 260px;
    display: inline-block;
    float: left;
}
.checkPrice {
    text-align: right;
    width: 125px;
    float: right;
    position: relative;
    top: -15px;
}
@media screen and (max-width: 767px) {
    .hide-for-desktop {
        display: table-row !important;
    }
    .moreinfo{
        width: 100%;
        padding-left: 0;
    }
    .moreinfo>ul>li {
        width: 100%;
        display: flex!important;
        padding: 0;
    }
    .optionalCompareTerms .termInfo {
        padding: 0;
    }
    .moreinfo > ul > li + li{
        border-top: none;
    }
    .optionalCompareTerms > ul > li.opened .moreinfo {
        margin-top: 11px;
    }
    .optionalCompareTerms>ul>li{
        padding: 3px 0;
        /*background: #e9ebf7;*/
    }
    .moreinfoText {
        max-width: 100%;
        padding: 6px 15px;
    }
}

@media screen and (max-width: 1100px) {
	.couponSection .inputText { 
				width:160px;
	}
	.dropdown dt a {
        width: 145px /*126px*/
    }
}
@media screen and (max-width: 1200px) {
    #tester {
        background: orange;
    }
    .header {
        /* width:1024px; */
    }
    .mainNav {
        margin-left: 3%;
        /* width: 10%; */
    }
    .mainNav li {
        padding: 0 0%;
    }
    .holder {
        max-width: 960px;
    }
    .next {
        left: 45%;
    }
    .footer {
        /* max-width:980px; */
    }
    .comparePriceTable {
        max-width: 400px;
    }
    .logo {
        position: relative;
        z-index: 3;
        width: 250px;
        margin-right: 0px;
        padding: 9px 0px 5px 0px;
    }
    .logo span {
        display: inline;
    }
    .brand {
        margin-right: 10px;
    }
    .brand img {
        height: 33px;
        vertical-align: middle;
    }
    .terms {
        max-width: 300px;
    }
    .optionalCompareTerms .terms{
        max-width: 250px;
    }
    .termsText {
        max-width: none;
    }
    .checkPrice {
        position: static;
    }
    .oldPrice,
    .newPrice,
    .oldPriceAgain,
    .newPriceAgain {
        font-size: 28px;
    }
    .planType {
        line-height: /*30px*/ 20px
    }
    .lt-ie10 .planType {
        line-height: 35px;
    }
    .oldPrice,
    .newPrice,
    .oldPriceAgain,
    .newPriceAgain {
        font-size: 24px;
    }
    .planSection .inputSelect {
        width: 185px;
    }
    .planSection .inputText {
        width: 177px;
        background-position: 148px center;
    }
    .couponSection {
        padding: 25px 10px 10px;
    }
    .planSection {
        padding: 10px 10px 25px;
    }
    .bTravel {
        background-position-y: -90px;
    }
    .bHome {
        background-position-y: -250px;
    }
    .bHealth {
        background-position-y: -170px;
    }
    .bSports {
        background-position-y: -170px;
    }
    .bMotor {
        background-position-y: -250px;
    }
    .PDRightPanel {
        width: 76%;
        margin-right: 1%;
    }
    .clubSignUp .historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
        width: 260px;
    }
    .clubSignUp .historyClaimForm select {
        width: 282px;
    }
    #tipClaimBox {
        margin-left: 3%;
        /* margin-right: 2%; */
        /* width: 95%; */
    }
    .tipsFaq .mainNav {
        width: 100%;
        float: left;
        margin-top: -20px;
        margin-left: 24%;
        position: relative;
    }
    .bContactUs {
        background-position-y: -250px;
    }
    .FeedbackL,
    .FeedbackR {
        width: 100%;
    }
    .floatRightPanel {
        width: 15%;
    }
    .brand + .brand {
        margin-left: 0px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 1050px) {
    #tester {
        background: cadetblue;
    }
    .header {
        /* width:950px; */
    }
    .copyRight {
        float: left;
        text-align: left;
    }
    .mainNav li {
        /* padding: 0 0%; */
        /* width: 15%; */
    }
    #travel .txtSectionRight {
        margin-right: 20px;
    }
    .footer {
        max-width: 900px;
    }
    .nav li {
        padding-right: 40px;
    }
    .innerPageNav {
        max-width: none;
    }
    .tipsFaq .mainNav {
        width: 100%;
        float: left;
        margin-top: -20px;
        margin-left: 23%;
        position: relative;
    }
    .tipsFaq .mainNav .icon2 {
        background: url(../images/msig_nav_ct_icon.png) -71px 0 no-repeat;
    }
    .subPage li {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1023px) {
    #tester {
        background: green;
    }
    .holder {
        max-width: 900px;
    }
    .selectField {
        width: 288px;
    }
    #cargoInsured {
        width: 259px;
        text-align: left;
    }
    .travelPeriod,
    #travel .buttonQuote,
    #sportEffectiveDate,
    #healthDateOfBirth,
    #healthEffectiveDate {
        margin-top: 5px;
    }
    #travel .buttonQuote {
        width: 268px;
    }
    #noOfTravelers {
        margin-top: 5px;
        width: 260px;
        background-position: 250px center;
    }
    #bigday .quoteBar,
    #travel .quoteBar,
    #home .quoteBar,
    #health .quoteBar,
    #sports .quoteBar,
    #motor .quoteBar,
    #cargo .quoteBar {
        margin: 30px auto 0px;
        height: auto;
        max-height: auto;
        text-align: center;
        width: 290px;
    }
    #noOfTravelers,
    #healthTravelers,
    #homeTravelers,
    #sportTravelers,
    #buildInsured,
    #cargo .buttonQuote {
        margin-top: 5px;
        width: 288px;
        background-position: 250px center;
    }
    .buttonQuote {
        width: 268px;
        margin-top: 5px;
    }
    .selectField + .selectField {
        margin-top: 5px;
    }
    .travelPeriod,
    #sportEffectiveDate,
    #healthDateOfBirth,
    #healthEffectiveDate {
        width: 288px;
        background-position: 250px center!important;
    }
    .comparePriceTable {
        max-width: 380px;
    }
    .terms {
        max-width: 250px;
    }
    .planSection .inputSelect {
        width: 130px;
        padding: 5px;
    }
    .planSection .inputText {
        width: 121px;
        padding: 5px;
        background: url("../images/msig_input_icon_02.png") no-repeat 99px center #FFF;
        border: none;
    }
    .OneField,
    .TwoField,
    .SpecialTwoField {
        max-width: 490px;
    }
    .application .SpecialTwoField {
        padding-bottom: 10px;
        border-bottom: 1px solid #9999be;
    }
    .application .SpecialTwoField.healthCase {
        padding-bottom: 10px;
        border-bottom: 0px solid #9999be;
    }
    .SpecialTwoField br {
        display: none;
    }
    .SpecialTwoField .grid1 {
        clear: both;
    }
    .SpecialTwoField .grid1 label {
        min-width: 210px;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .SpecialTwoField + .SpecialTwoField label {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .SpecialTwoField .secondOne,
    .SpecialTwoField .firstOne {
        float: none;
    }
    .SpecialTwoField .secondOne {
        margin-left: 0;
    }
    .SpecialTwoField .grid1 + .grid1 {
        margin-left: 0px;
        vertical-align: -webkit-baseline-middle;
    }
    .SpecialTwoField .grid1 {
        padding-left: 25px;
    }
    .joinUs {
        max-width: 540px;
    }
    .applicationTnc {
        max-width: 470px;
    }
    .joinUsLeft {
        width: 100%;
        float: auto;
    }
    .joinUsRight {
        width: 100%;
        float: auto;
    }
    .joinUsLeftContent,
    .joinUsRightContent {
        margin: 0 auto;
        width: 350px;
    }
    .joinUsRow {
        margin-top: 10px;
    }
    .AppConfirm .SpecialTwoField + .SpecialTwoField {
        border-top: 5px solid #E8ECEE;
    }
    .AppConfirm .SpecialTwoField .grid1 {
        padding-left: 0px;
    }
    .clubSignUp .historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
        width: 240px;
    }
    .clubSignUp .historyClaimForm select {
        width: 262px;
    }
    .aboutTopTxt {
        /*padding-top: 0%;*/
    }
    .appMessage {
        width: 79%;
        float: none;
    }
    .coupon {
        float: none;
        margin: 4% auto;
    }
    .thankyou .blueButton {
        margin-left: 3%;
    }
    .tipsFaq .mainNav {
        width: 100%;
        float: left;
        margin-top: -20px;
        margin-left: 22%;
        position: relative;
    }
    .tipsFaq .mainNav .icon1 {
        background: url(../images/msig_nav_ct_icon.png) 0px 0px no-repeat;
    }
    .tipsFaq .mainNav .icon2 {
        background: url(../images/msig_nav_ct_icon.png) -70px 0 no-repeat;
    }
    .tipsFaq .mainNav .icon3 {
        background: url(../images/msig_nav_ct_icon.png) -210px 0 no-repeat;
    }
    .healthCase + .healthCase br {
        display: none;
    }
    .hideNshow1 {
        display: none;
    }
    #bigday_plan,
    #bigday_eventdate,
    #cargo_voyage,
    #cargo_details,
    #cargo_conveyance {
        width: 260px;
    }
    #cargo_details,
    #cargo_conveyance {
        margin-top: 5px;
    }
}

@media screen and (max-width: 960px) {
    #tester {
        background: lightgreen;
    }
    .header {
        width: 100%;
    }
    .holder {
        max-width: 700px;
    }
    .footer {
        max-width: 720px;
    }
    .nav li {
        padding-right: 20px;
    }
    .tnc li {
        padding-right: 10px;
    }
    .txtSectionCenter {
        width: 100%;
    }
    .feedback {
        font-size: 38px;
    }
    .floatRightPanel {
        /* margin-right:10px; */
        
        width: 14%;
    }
    .dropdown dt a {
        width: 100px /*126px*/
    }
    #pointer {
        width: 100px;
        top: -8px;
        text-align: center;
    }
    #pointer img {
        width: 80%;
        height: auto;
    }
    .mainNav li {
        padding: 0 -0.5%;
    }
    .logo {
        width: 244px;
        /* padding:10px; */
        /* height: 28px; */
        
        padding-top: 14px;
    }
    .logo img {
        /* width:100%; */
        
        height: 30px;
    }
    .mNavIcon {
        width: 59px;
        height: 70px;
    }
    .mainNav .icon1 {
        background: url(../images/msig_nav_icon.png) -6px 0px no-repeat;
        background-size: 419px;
    }
    .mainNav .icon2 {
        background: url(../images/msig_nav_icon.png) -76px 0 no-repeat;
        background-size: 419px;
    }
    .mainNav .icon3 {
        background: url(../images/msig_nav_icon.png) -146px 0 no-repeat;
        background-size: 419px;
    }
    .mainNav .icon4 {
        background: url(../images/msig_nav_icon.png) -216px 0 no-repeat;
        background-size: 419px;
    }
    .mainNav .icon5 {
        background: url(../images/msig_nav_icon.png) -286px 0 no-repeat;
        background-size: 419px;
    }
    .mainNav .icon6 {
        background: url(../images/msig_nav_icon.png) -356px 0 no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon1 {
        background: url(../images/msig_nav_icon.png) -6px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon1 {
        background: url(../images/msig_nav_icon.png) -6px -70px no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon2 {
        background: url(../images/msig_nav_icon.png) -76px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon2 {
        background: url(../images/msig_nav_icon.png) -76px -70px no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon3 {
        background: url(../images/msig_nav_icon.png) -146px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon3 {
        background: url(../images/msig_nav_icon.png) -146px -70px no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon4 {
        background: url(../images/msig_nav_icon.png) -216px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon4 {
        background: url(../images/msig_nav_icon.png) -216px -70px no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon5 {
        background: url(../images/msig_nav_icon.png) -286px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon5 {
        background: url(../images/msig_nav_icon.png) -286px -70px no-repeat;
        background-size: 419px;
    }
    .mainNav li:hover .icon6 {
        background: url(../images/msig_nav_icon.png) -356px -140px no-repeat;
        background-size: 419px;
    }
    .mainNav li.active .icon6 {
        background: url(../images/msig_nav_icon.png) -356px -70px no-repeat;
        background-size: 419px;
    }
    .subPage li {
        padding: 10px 12px;
        font-size: 14px;
    }
    .mainNav {
        /* margin-left: 0%; */
        /* width: 70px; */
        /* margin-top: 0; */
    }
    .subPage {
        margin-top: 15px;
    }
    .comparePriceTable {
        max-width: 270px;
    }
    .maxBenefits {
        font-size: 12px;
    }
    .priceList li,
    .compareTerms li {
        /* min-height:40px; */
        
        padding-top: 5px;
    }
    .priceList li {
        /* line-height:40px; */
    }
    .terms {
        max-width: 240px;
    }
    .more {
        width: 24px;
        background: url("../images/icon_more.png") no-repeat 5px 0px;
        vertical-align: top;
    }
    .compareTerms > ul > li.opened .more {
        background-position: 5px -16px;
    }
    .couponSection .inputSelect {
        width: 115px /*150px*/
    }
    .couponSection .inputText {
        width: 136px;
    }
    .planSection .inputSelect {
        width: 148px;
    }
    .planSection .inputText {
        width: 137px;
        background-position: 113px center;
    }
    .appLogin .secondOne {
        margin-left: 5%;
    }
    .planSection .inputText::-webkit-inner-spin-button,
    .planSection .inputText::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }
    .SpecialTwoField .grid1 label {
        min-width: 165px;
    }
    .AppConfirm .firstOne {
        min-width: 210px;
    }
    .AppConfirm .SpecialTwoField .grid1 label {
        min-width: 215px;
    }
    .eCouponOne {
        max-width: 52%;
    }
    .page.productDetails {
        padding-top: 160px;
    }
    .clubSignUp .historyClaimForm {
        width: 96%;
    }
    .clubSignUp .tipBoxSection {
        float: none;
        width: 96%;
        margin: 5% 2%;
    }
    .clubSignUp .tipBox {
        width: 28%;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin: 0% 2%;
    }
    .clubSignUp .tipPic img {
        width: 100%;
    }
    .mobileBG {
        display: block;
        /* clear: both; */
        /* padding-top: 10px; */
    }
    .histDate,
    .recordDate {
        /* min-width: 25%; */
        /* max-width: 25%; */
    }
    .histName,
    .recordName {
        /* min-width: 25%; */
        /* max-width: 25%; */
    }
    .histNo,
    .recordNo {
        /* min-width: 18%; */
        /* max-width: 18%; */
    }
    .histPeriod,
    .recordPeriod {
        /* min-width: 26%; */
        /* max-width: 26%; */
    }
    .histDetails,
    .recordDetails {
        /* min-width: 24%; */
        /* max-width: 24%; */
    }
    .histClaim,
    .recordClaim {}
    .historyHeader .histDetails,
    .historyHeader .histClaim {
        /* display:none; */
    }
    .tipsFaq .tabHeader {
        padding: 1% 6%;
    }
    .tipsFaq .mainNav {
        width: 100%;
        float: left;
        margin-top: -20px;
        margin-left: 20%;
        position: relative;
    }
    .tipsFaq .mainNav .icon3 {
        background: url(../images/msig_nav_ct_icon.png) -213px 0 no-repeat;
    }
    .tel,
    .number {
        width: 100%;
    }
    #aboutContactUs .planSection {
        height: 230px;
    }
    .contactUs_r_upper {
        margin-top: 128px;
    }
    #contactUs .inputSelect {
        width: 230%;
        padding: 0 5px;
        height: 28px;
    }
    #contactUs input,
    #contactUs textarea {
        width: 162%;
    }
    .urFeedback {
        width: 198%;
        height: 150px;
        background: url(../images/bg_input_area.png);
    }
    #aboutContactUs .planSection {
        width: 330px;
        /* position: relative; */
    }
    #aboutContactUs .ClaimHotline {
        left: 370px;
    }
    .tipBannerWordslocation {
        bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    #tester {
        background: blue;
    }
    .header {
        display: none;
    }
    .mobileMenu {
        display: block;
    }
    .holder {
        max-width: 640px;
    }
    .next {
        left: 44%;
    }
    .social {
        margin-top: 10px;
        float: left;
        margin-left: 6px;
    }
    .footerWrapper {
        min-height: 180px;
    }
    .footer {
        max-width: 600px;
    }
    .copyRight {
        float: left;
        text-align: left;
    }
    .comparePriceTable {
        max-width: none;
        position: relative;
        top: 0px;
    }
    .innerPage {
        padding-top: 71px;
        position: relative;
    }
    .leftSearchPanel {
        float: auto;
        width: 270px;
        position: absolute;
        right: -270px;
        z-index: 12;
        top: 70px;
        /* float: right; */
    }
    .pageHeader {
        display: none;
        padding-bottom: 77px;
    }
    .couponSection {
        border-bottom-right-radius: 0px;
        margin-left: 0;
        /*display: none;*/ /*20150917*/
    }
    .planSection {
        border-top-right-radius: 0px;
        margin-left: 0;
        z-index: 15;
    }
    .couponSection .inputSelect {
        width: 200px;
    }
    .couponSection .inputText {
        width: 190px;
    }
    .dropdown dt a {
        width: 145px
    }
    .planSection .inputSelect {
        width: 225px;
    }
    .planSection .inputText {
        padding: 5px;
        width: 219px;
        background-position: 190px center;
    }
    .leftSearchPanel {
        top: 0px;
        display: none;
    }
    .innerPageNav {
        display: none;
    }
    .innerPageNav {
        display: none;
    }
    .step {
        display: none;
    }
    .rankType {
        display: none;
    }
    .planDetails {
        display: none;
    }
    #owl-compareTable .item .headerPart {
        min-height: inherit;
    }
    .maxBenefits {
        display: none;
    }
    #showmore,
    #showmoreDetails {
        display: none;
    }
    .compareTerms {
        display: none;
    }
    .rightCompareTable {
        float: none;
        width: 100%;
        padding-top: 50px;
		overflow: hidden;
    }
    .myProfile .rightCompareTable {
        padding-top: 30px;
    }
    .innerPageMobileNav {
        display: block;
        background: #e5f1f6
        /*#F0F0F7*/
        
        ;
        width: 100%;
        position: fixed;
        z-index: 10;
        height: 50px;
    }
    .currentNavWrap {
        width: 100%;
        /* height:40px; */
        /* padding:5px; */
        
        background: url(../images/icon_back.png) no-repeat 10px center;
        background-size: 18px;
        display: inline-table;
        text-align: center;
        color: #004f78
        /*#16166b*/
        
        ;
        font-size: 20px;
        position: relative;
    }
    .currentQuote {
        padding: 13px 0px;
        font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
        width: 90%;
    }
    #openSearch {
        width: 57px;
        background: url(../images/icon_openSearch.png) no-repeat center center #FFFFFF;
        background-size: 44px;
        /* display: inline-table; */
        
        height: 36px;
        padding: 5px 0px;
        /* vertical-align: bottom; */
        
        position: absolute;
        /* float: right; */
        
        top: 0;
        right: 0;
        border: 2px solid #E5F1F6;
    }
      #openCoupon {
        width: 57px;
        background: url(../images/coupon_en.png) no-repeat center center #FFFFFF;
        background-size: 44px;
        /* display: inline-table; */
        height: 36px;
        padding: 5px 0px;
        /* vertical-align: bottom; */
        position: absolute;
        /* float: right; */
        top: 0;
        right: 60px;
        border: 2px solid #E5F1F6;
    }
    @media screen and (max-width: 375px) {
        .currentQuote {
            font-size: 16px;
            width:70%;
        }
    }
    .compareSection {
        margin: 0px;
    }
    .bannerIMG {
        width: auto;
        height: 221px;
    }
    .compareBannerHeader {
        font-size: 32px;
        left: 35px;
        top: 31px;
        font-weight: normal;
    }
    .compareBannerTerm {
        display: none;
    }
    #owl-compareTable .pricePart {
        padding: 0px;
        display: none;
    }
    #owl-compareTable .item {
        /*display:table;*/
        
        width: 100%;
        /* height: 68px; */
        /* overflow: hidden; */
    }
    #owl-compareTable .item + .item {
        padding-top: 5px;
    }
    #owl-compareTable .item .headerPart {
        min-height: 0;
    }
    .leftHeaderPart {
        width: 68%;
        background: #03609E;
        /* display: inline; */
        
        float: left;
        padding: 5px 0px;
        position: relative;
    }
    .headerPart .leftHeaderPart {
        min-height: 68px;
    }

    .openClose {
        width: 40px;
        height: 40px;
        background: url(../images/icon_openClose.png) no-repeat -3px -8px;
        position: absolute;
        top: 29%;
        left: 6px;
        background-size: 40px;
    }
    .opened .openClose {
        background-position: -3px -48px;
    }
    .planType {
        text-align: left;
        margin-left: 43px;
        font-size: 14px;
    }
    .mobilePice {
        display: inline;
        color: #9e9ecb;
    }
    .priceSection1 {
        text-align: left;
        margin-left: 43px;
    }
    .priceSection2 {
        padding: 0px;
        display: none;
    }
    .secondButton {
        display: none;
    }
    #owl-compareTable .item.discount .oldPrice,
    #owl-compareTable .item.discount .oldPrice:before,
    #owl-compareTable .item.discount .oldPriceAgain,
    #owl-compareTable .item.discount .oldPriceAgain:before {
        font-size: 18px;
    }
    #owl-compareTable .pricePart {
        text-align: left;
        color: #303030;
    }
    .priceList ul {
        display: table;
        width: 100%;
    }
    .priceList li {
        padding-top: 0px;
        display: table-row;
    }
    .mobilePriceLeft,
    .mobilePriceRight {
        border-top: 1px solid #26688A;
    }
    .mobilePriceLeft {
        width: 68%;
        /* float:left; */
        
        background: #ACC7D6;
        display: table-cell;
        vertical-align: middle;
    }
    .mobileTerm {
        display: block;
        padding: 5px 10px;
        line-height: normal;
        font-weight: 500;
    }
    .mobilePriceRight {
        width: 32%;
        /* float:left ; */
        
        background: #DFECF8;
        display: table-cell;
    }
    .lv1Price {
        padding: 5px 10px;
    }
    .rightHeaderPart {
        width: 32%;
        /* display: inline; */
        
        float: left;
        position: relative;
        padding: 3px 0px 4px;
        text-align: center;
    }
    .compButton {
        padding: 5px 18px;
        position: relative;
        top: 5px;
        /* margin-bottom: 20px; */
        /* margin-top: 20px; */
        display:inline-block;
    }
    .policyDetails {
        color: #FFF;
        padding: 10px 20px 10px 10px;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        background: url(../images/inner_icon_details.png) no-repeat right center;
    }
    .viewAll {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        color: #FFF;
        padding: 13px 10px 10px;
    }
    .triangle {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        position: absolute;
        top: 0;
        left: 40%;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #cacade transparent transparent transparent;
        /* right: 0; */
    }
    .searchClose {
        display: none;
        width: 50px;
        height: 102px;
        background: url(../images/icon_close.png) no-repeat right center #004f78;
        position: fixed;
        right: 270px;
        background-size: 14px;
        background-position: 16px;
        /* margin-left: -50px; */
    }
    #mobileSearchOverlay {
        position: absolute;
        /*width: 185%;*/ /*20150917*/
        height: inherit;
        z-index: 11;
        /* background: #DDD; */
        
        top: 0;
        left: 0;
        right: -270px;
        bottom: 0;
        background: url(../images/colorbox/loading_background.png);
    }
    .promoBannerSection {
        margin-top: 30px;
        text-align: center;
    }
    .bannerGried {
        width: 100%;
        float: none;
        margin: 20px auto 0px;
        max-width: 290px;
    }
    .bannerGried + .bannerGried {
        margin: 20px auto 0px;
    }
    .bannerPic img,
    .bannerDesc {
        margin: auto;
        text-align: left;
    }
    .owl-carousel .owl-item {
        float: none;
        padding-top: 3px;
    }
    .AppConfirm .SpecialTwoField .grid1 label {
        vertical-align: middle;
    }
    .bTravel {
        background-position-y: 0px;
        background: url(../images/home_bg1_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bHome {
        background-position-y: 0px;
        background: url(../images/home_bg2_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bHealth {
        background-position-y: 0px;
        background: url(../images/home_bg3_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bSports {
        background-position-y: 0px;
        background: url(../images/home_bg4_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bMotor {
        background-position-y: 0px;
        background: url(../images/home_bg5_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .page.productDetails {
        padding-top: 150px;
    }
    .productDetails .PDLeftPanel {
        display: none;
        width: 270px;
        float: none;
        position: absolute;
        right: -270px;
        z-index: 12;
        top: -106px;
    }
    .productDetails .PDRightPanel {
        width: 97%;
        margin-right: 3%;
        padding-top: 90px;
    }
    .tab {
        width: 100%;
        display: none;
    }
    .tabField {
        display: block;
        margin-bottom: 20px !important;
    }
    .tabField .tab {
        display: block;
        color: #FFF;
        background: #65A4C5;
        /* margin-top: 20px; */
        
        padding-top: 5px;
        position: relative;
        padding-bottom: 15px;
    }
    .quotenow,
    .show-in-mobile-view {
        display: block;
    }
    .tabField .tab .currentTab {
        display: block;
        background-size: 20px;
        height: 9px;
        width: 20px;
    }
    .pageHeaderText {
        min-height: inherit;
    }
    .openPanel {
        width: 45px;
        background: url(../images/icon_openSearch.png) no-repeat center center #BDE1F3;
        background-size: 33px;
        /* display: inline-table; */
        
        height: 31px;
        padding: 5px 0px;
        /* vertical-align: bottom; */
        
        position: absolute;
        /* float: right; */
        
        bottom: 0;
        right: 0;
    }
    .closePanel {
        display: none;
        width: 50px;
        height: 172px;
        background: url(../images/icon_close.png) no-repeat right center #004f78
        /*#16166b*/
        
        ;
        position: fixed;
        right: 270px;
        background-size: 14px;
        background-position: 16px;
        z-index: 14;
        /* margin-left: -50px; */
    }
    .currentTab {
        left: 48%;
    }
    .historyHeader {
        display: none;
    }
    .resp {
        display: block;
    }
    .histDate,
    .histName,
    .histNo,
    .histPeriod,
    .histDetails,
    .histClaim {
        width: 92%;
        float: none;
        max-width: none;
        margin: 0% 4%;
        /* border-left: 2px solid blue; */
    }
    .recordDate,
    .recordName,
    .recordNo,
    .recordPeriod {
        width: 94%;
        float: none;
        max-width: none;
        margin: 0% 4%;
    }
    .recordName br {
        display: none;
    }
    .effPolicy {
        float: left;
        padding-left: 5%;
        line-height: 20px;
        padding-bottom: 10px;
        width: 95%;
    }
    /* for endorsment 2015-4-14 */
    
    .recordDetails,
    .recordDetails2,
    .recordClaim,
    .recordRenew {
        margin: 10px 9% 10px;
        width: 28%;
        display: inline-block;
        float: none;
    }
    .DnCswitch.opened {
        padding-bottom: 10px;
    }
    .HDRowFloat {
        position: relative;
        /* width: 150px; */
        
        margin: 0% 1% 0 5%;
        top: 0;
        /* for endorsment 2015-4-14 */
        
        margin-bottom: 10px;
        /* for endorsment 2015-4-14 */
    }
    .HDcol1,
    .HDcol2 {
        max-width: none;
    }
    .HDBenefits,
    .HDPolicy {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin-left: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .clubHistory .leftSearchPanel {
        background: #e7e8ee;
        position: fixed;
        left: 0;
        padding-bottom: 30px;
        padding-top: 30px;
        border: 2px solid #FFF;
        box-shadow: 0 0 5px #333;
    }
    /*.clubHistory .pageHeader{ display:block;}*/
    
    .clubHistory .leftSearchPanel a {
        padding: 10px 0 10px 53px;
        
    }
    .clubHistory .leftSearchPanel a.active {
        font-weight: bold;
    }
    .clubHistory .searchClose {
        right: 0;
    }
    .clubHistory .resp {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .clubHistory .rightCompareTable,
    .clubWallet .rightCompareTable,
    .myProfile .rightCompareTable {
        padding-top: 30px;
        margin-left: 2%;
        margin-right: 2%;
        width: 96%;
    }
    .clubHistory .aRow,
    .clubWallet .aRow {
        padding-bottom: 0px;
        width: 100%;
        /* border: 2px solid #71B5D8; */
    }
    .clubHistory .historyDetails,
    .clubHistory .historyClaimForm {
        background: #71B5D8;
        margin: 0;
        width: 100%;
        /* padding-top: 20px; */
    }
    .HDpointer2 {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 15px 20px 15px;
        border-color: transparent transparent #71B5D8 transparent;
        position: absolute;
        top: -10px;
        right: 84%;
    }
    .clubSignUp .leftSearchPanel {
        display: block;
        float: none;
        width: 100%;
        position: relative;
        top: 70px;
        right: auto;
        z-index: 1;
    }
    .clubSignUp .promoBannerSection {
        width: 100%;
        float: none;
        margin: 0;
    }
    .clubSignUp .rightCompareTable {
        float: none;
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
    }
    .clubSignUp .tipBox {
        width: 98%;
        display: block;
        margin: 0% 2%;
    }
    .clubSignUp .topSection {
        width: 94%;
        margin: 70px auto 10px;
    }
    .tagContent {
        width: 92%;
        margin: 0 4%;
        float: none;
    }
    .tagImg img {
        height: 40px;
    }
    .tagImg {
        float: left;
        margin-right: 15px;
    }
    .tagHead {
        font-weight: bold;
        color: #16166b;
    }
    .tagDesc {
        font-size: 12px;
    }
    .clubSignUp .pageBanner {
        float: none;
    }
    .nonMoible {
        display: none;
    }
    .dropdown dd ul {
        min-width: 200px;
    }
    .web {
        display: none;
    }
    .mobileBG {
        background: #71B5D8;
        margin-top: 23px;
        padding-top: 0;
        position: relative;
    }
    .clubHistory .HDRowFloat .blueButton {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    /* for endorsment 2015-4-14 */
    
    .historyDetails .HDsection1,
    .historyDetails .HDsection2,
    .historyClaimForm .HDsection1 {
        width: 96%;
        margin: 0 2%;
        /* margin-top: 20px; */
    }
    .historyRecord {
        /* padding-top: 0px; */
    }
    .clubWallet .histDate,
    .clubWallet .recordDate,
    .clubWallet .histName,
    .clubWallet .recordName,
    .clubWallet .histNo,
    .clubWallet .recordNo,
    .clubWallet .histPeriod,
    .clubWallet .recordPeriod {
        min-width: 92%;
        max-width: none;
    }
    .clubWallet .histDetails,
    .clubWallet .recordDetails {
        min-width: 135px;
        max-width: none;
    }
    .clubWallet .recordDetails .recordBtn {
        margin-left: 0;
    }
    .jounUsSubHead {
        margin: 20px 0 0px;
    }
    /* ================================================================================================ */
    /* chin */
    
    .plainContent {
        padding: 10px 0;
    }
    .aboutTopTxt {
        padding: 5%;
        max-width: 90%;
        line-height: 180%;
        text-align: left;
        font-size: 90%;
        width: 100%;
        background-color: #c3d7d4;
        position: static;
    }
    .aboutImgWeb {
        display: none;
    }
    .aboutImgMob {
        display: block;
        width: 100%;
    }
    .imgTxt {
        width: 90%;
        position: static;
        padding: 5%;
    }
    .sideImg {
        width: 90%;
        margin-left: 5%;
    }
    .sideTextW {
        margin-top: 0%;
        width: 90%;
        margin: 0% 5%;
    }
    .thankyou .firstOne {
        width: 26%;
        margin-left: 7%;
    }
    .thankyou .secondOne {
        width: 66%;
        margin: 0% auto;
        float: left;
    }
    .thankyou .blueButton {}
    .useNow {
        padding-left: 5%;
    }
    #tipClaimBox {
        margin-left: 3%;
        margin-right: 3%;
        width: 97%;
    }
    .ClaimsTips .rightCompareTable {
        padding-top: 0px;
    }
    .ClaimsTips .plainContent {
        padding: 20px 0px 30px;
    }
    /* End of chin */
    /* ================================================================================================ */
    
    .tipsFaq .tabHeader {
        padding: 1% 7%;
    }
    .tipsFaq .rightCompareTable {
        padding-top: 0px;
    }
    .tipsFaq #tipsFaq {
        margin-top: 0px;
    }
    .bContactUs {
        background-position-y: 0px;
        background: url(../images/contact_us_bg1_m.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #aboutContactUs .productDetails {
        padding-top: 150px;
    }
    #aboutContactUs .planSection {
        position: relative;
        margin-right: 4%;
        width: 92%;
        z-index: 1;
    }
    #aboutContactUs .ClaimHotline {
        left: 0px;
    }
    #aboutContactUs .CustomerHotline {
        background: rgba(0, 113, 171, 0.5);
        color: #FFF;
    }
    #aboutContactUs .PDbanner {
        height: auto;
    }
    .bContactUs {
        background-size: 800px;
        background-position: top center;
    }
    .notesText {
        margin: 20px 2%;
    }
    .healthCase + .healthCase label {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .healthCase + .healthCase br {
        display: none;
        
    }
    .tipBannerWordslocation {
        bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    #tester {
        background: pink;
    }
    .mobileNav li {
        width: 15%;
    }
    .holder {
        max-width: 500px;
    }
    .txtSectionRight {
        width: 90%;
    }
    #health .txtSectionLeft {
        width: 90%;
        float: right;
    }
    #travel .txtSectionRight {
        margin-right: auto;
    }
    .mainTitle {
        font-size: 38px;
    }
    .subTitle {
        font-size: 24px;
    }
    .OneField,
    .TwoField,
    .SpecialTwoField {
        max-width: 410px;
    }
    .AppConfirm .firstOne {
        min-width: 170px;
        /* max-width: 110px; */
    }
    .AppConfirm .SpecialTwoField .grid1 label {
        min-width: 170px;
    }
    .AppConfirm .OneField,
    .AppConfirm .TwoField,
    .AppConfirm .SpecialTwoField {
        max-width: 100%;
    }
    .AppDetails .firstOne,
    .AppDetails .secondOne {
        margin: 0;
        padding: 0;
    }
    .AppConfirm .firstOne {
        min-width: 100%;
        /* font-size:14px; */
    }
    .AppDetails .firstOne,
    .AppDetails .secondOne {
        line-height: 1.2;
        width: 100%;
    }
    .AppConfirm .secondOne {
        /* max-width: 150px; */
        /* font-size:14px; */
    }
    .AppConfirm .SpecialTwoField .grid1 label {
        min-width: 155px;
    }
    .AppConfirm .OneField,
    .AppConfirm .TwoField,
    .AppConfirm .SpecialTwoField {
        max-width: none;
        /* margin-top:15px; */
    }
    .eCouponOne {
        max-width: 98%;
    }
    .SpecialTwoField .grid1 label {
        min-width: 180px;
        display: block;
    }
    .SpecialTwoField .grid1 {
        margin: 0;
        padding: 0;
        margin-top: 15px;
    }
    .redirectText,
    .redirectsubText {
        max-width: 430px;
    }
    /* ================================================================================================ */
    /* chin */
    
    #plainText input.Search {
        padding: 10px;
        width: 93%;
        margin: 0 10px 10px 0;
    }
    .prductName {
        width: 100%;
        max-width: 100%;
    }
    .productLink {
        width: 100%;
        max-width: 100%;
    }
    .contactBox {
        font-size: 80%;
        text-align: left;
        padding: 0 5%;
    }
    .couponBox span img {
        width: 70%;
        min-width: 50%;
    }
    .couponCardTxt {
        position: absolute;
        left: 38%;
        top: 22%;
    }
    .couponCode {
        /*font-size:180%;*/
    }
    .ABsubMenu {
        width: 100%;
    }
    .ABsubMenu a span {
        width: 92%;
    }
    .thankyou .blueButton {
        float: none;
        width: 50%;
        margin: 5px auto;
    }
    /* End of chin */
    /* ================================================================================================ */
    
    .tipsFaq .tabHeader {
        padding: 1% 8%;
    }
    #claimTips {
        display: block;
    }
    .mobile_view {
        display: block;
    }
    .contactUs_r_upper {
        background-color: rgba(255, 255, 255, 0.5);
        margin-top: 10px;
        margin-left: -10px;
        widht: 100%;
    }
    #contactUs .firstOne {
        width: 100%;
        /* margin-left: -20px; */
    }
    #contactUs .secondOne {
        margin-left: 0px;
        width: 100%;
    }
    #contactUs .inputSelect {
        width: 100%;
        padding: 0 5px;
        height: 28px;
    }
    #contactUs input {
        width: 95%;
        padding-left: 4%;
    }
    #contactUs textarea {
        width: 95%;
    }
    .urFeedback {
        width: 100%;
        height: 150px;
        background: url(../images/bg_input_area.png);
    }
    #aboutContactUs .PDRightPanel {
        width: 92%;
    }
    .FeedbackL {
        width: 100%;
    }
    .required {
        margin-left: 10px;
        color: #004f78
        /*#16166b*/
        
        ;
    }
    .myProfile .TwoField {
        max-width: 270px;
    }
    .forgetPWpage .AppDetails .inputEmail {
        width: 95%;
    }
    .forgetPWpage .TwoField {
        max-width: auto;
    }
    .forgetPWpage .TwoField .firstOne {
        margin-left: 5%;
        width: 95%;
    }
    .forgetPWpage .TwoField .secondOne {
        margin-left: 5%;
        width: 95%;
    }
    .pwText {
        padding-left: 5%;
    }
    .pwTextError {
        padding-left: 5%;
    }
    .resetPWpage .AppDetails .inputEmail {
        width: 95%;
    }
    .resetPWpage .TwoField {
        max-width: auto;
    }
    .resetPWpage .TwoField .firstOne {
        margin-left: 5%;
        width: 95%;
    }
    .resetPWpage .TwoField .secondOne {
        margin-left: 5%;
        width: 95%;
    }
    .loginPage .AppDetails .inputEmail {
        width: 95%;
    }
    .loginPage .TwoField {
        max-width: auto;
    }
    .loginPage .TwoField .firstOne {
        margin-left: 5%;
        width: 95%;
    }
    .loginPage .TwoField .secondOne {
        margin-left: 5%;
        width: 95%;
    }
}

@media screen and (max-width: 480px) {
    #tester {
        background: purple;
    }
    .errorMessage {
        font-size: 12px;
        color: #DD0000;
        line-height: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mobileLogo img {
        height: 45px;
        vertical-align: middle;
    }
    #mobileMenuPanel {
        top: 0px;
    }
    #mobileLoginPanel {
        top: 51px;
        width: 100%;
        box-shadow: 0 1px 5px #333;
    }
    #mobileLogin,
    #mobileMenuIcon {
        width: 50px;
        height: 50px;
        float: right;
    }
    #mobileLogin {
        background: url(../images/mobile-menu.png);
        background-size: 330px;
        background-position: -564px 5px;
    }
    #mobileLogin.active {
        background: url(../images/mobile-menu.png);
        background-size: 330px;
        background-position: -564px -68px;
    }
    #mobileMenuIcon {
        background: url(../images/mobile-menu.png);
        background-size: 750%;
        background-position: -322px 6px;
    }
    #mobileMenuIcon.active {
        background: url(../images/mobile-menu.png);
        background-size: 750%;
        background-position: -322px -77px;
    }
    .mobileNav {
        height: 45px;
    }
    .mobileNav li {
        width: 15%;
    }
    .moNavIcon {
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
    }
    .mobileNav .micon1 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -0px 0px;
    }
    .mobileNav .micon2 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -54px 0px;
    }
    .mobileNav .micon3 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -108px 0px;
    }
    .mobileNav .micon4 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -162px 0px;
    }
    .mobileNav .micon5 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -216px 0px;
    }
    .mobileNav .micon6 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -0px -161px;
    }
    .mobileNav li.active .micon1 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -0px -80px;
    }
    .mobileNav li.active .micon2 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -54px -80px;
    }
    .mobileNav li.active .micon3 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -108px -80px;
    }
    .mobileNav li.active .micon4 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -162px -80px;
    }
    .mobileNav li.active .micon5 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -216px -80px;
    }
    .mobileNav li.active .micon6 {
        background: url(../images/mobile-menu.png) no-repeat;
        background-size: 750%;
        background-position: -0px -244px;
    }
    #mobilePointer {
        top: -15px;
    }
    #mobilePointer img {
        max-width: 70px;
    }
    #speaker {
        left: 1%;
        width: 98%;
        font-size: 14px;
    }
    #miniSpeaker {
        width: 60px;
    }
    #miniSpeaker img {
        width: 100%;
    }
    .speakerIcon {
        padding: 0 5px 0 5px;
        width: 34px;
    }
    .speakerIcon img {
        width: 100%;
        height: auto;
    }
    .page {
        padding-top: 95px;
    }
    .next,
    .nextArrow,
    .backArrow {
        width: 54px;
        height: 50px;
    }
    .next {
        left: auto;
        bottom: auto;
        background-size: 100%;
        background-position: center;
        position: relative;
        margin: 0px auto 0px;
        /* top:-30px; */
    }
    #nextTop {
        top: -30px;
    }
    #nextTop .target {
        width: 100px;
        margin-left: -50%;
    }
    .nextArrow,
    .backArrow {
        background-size: 100%;
        background-position: center;
    }
    .target {
        bottom: -15px;
    }
    .txtSectionLeft,
    .txtSectionRight,
    .txtSectionCenter {
        width: 80% !important;
    }
    .txtSectionLeft,
    .txtSectionRight {
        margin-right: 40px !important;
    }
    #contact {
        height: 400px;
    }
    #contact .txtSectionCenter {
        padding-top: 80px;
    }
    .feedbackIMg {
        height: 150px;
    }
    #travel {
        background: url(../images/home_bg1_m.jpg) center center #B4BBD8;
    }
    #travel .txtSectionRight,
    #travel .txtSectionLeft {
        margin-top: 80px;
    }
    .title {
        margin-bottom: 10px;
    }
    #home {
        background: url(../images/home_bg2_m.jpg) center center #B4BBD8;
    }
    /*  #home{ background:url(../images/home_bg2_m.jpg) center center #D4E7ED;}*/
    
    #home .txtSectionRight,
    #home .txtSectionLeft {
        margin-top: 72px;
    }
    #health {
        background: url(../images/home_bg3_m.jpg) center center #B4BBD8;
    }
    /*  #health{ background:url(../images/home_bg3_m.jpg) center center #E5CC89;}*/
    
    #health .txtSectionLeft,
    #health .txtSectionRight {
        margin-top: 72px;
    }
    #sports {
        background: url(../images/home_bg4_m.jpg) center center #B4BBD8;
    }
    /*  #sports{ background:url(../images/home_bg4_m.jpg) center center #C3C892;}*/
    
    #sports .txtSectionRight,
    #sports .txtSectionLeft {
        margin-top: 72px;
    }
    #cargo {
        background: url(../images/home_bg7_m.jpg) center center #B4BBD8;
    }
    /*  #cargo{ background:url(../images/home_bg7_m.jpg) center center #96c3e2;}*/
    
    #cargo .txtSectionRight,
    #cargo .txtSectionLeft {
        margin-top: 72px;
    }

    #bigday {
        background: url(../images/home_bg7_m.jpg) center center #B4BBD8;
    }
    /*  #cargo{ background:url(../images/home_bg7_m.jpg) center center #96c3e2;}*/
    
    #bigday .txtSectionRight,
    #bigday .txtSectionLeft {
        margin-top: 72px;
    }

    #motor {
        background: url(../images/home_bg5_m.jpg) center center #B4BBD8;
    }
    /*  #motor{ background:url(../images/home_bg5_m.jpg) center center #B5CFC9;}*/
    
    #motor .txtSectionRight,
    #motor .txtSectionLeft {
        margin-top: 72px;
    }
    #bigday,
    #travel,
    #home,
    #health,
    #sports,
    #motor,
    #cargo {
        height: auto;
        background-attachment: scroll;
        background-position: 0px 0px;
        background-repeat: no-repeat;
        background-position: center 0px;
        background-size: 100% auto;
        min-height: 473px;
    }
    #motor {
        min-height: 340px;
    }
    #bigday .quoteBar,
    #travel .quoteBar,
    #home .quoteBar,
    #health .quoteBar,
    #sports .quoteBar,
    #motor .quoteBar,
    #cargo .quoteBar {
        margin: 25px auto 0px;
    }
    .selectField {
        margin-top: 3px;
    }
    .buttonQuote {
        margin-bottom: 3px;
    }
    .mainTitle,
    .feedback {
        font-size: 21px;
    }
    .subTitle,
    .feedbackSub {
        font-size: 18px;
    }
    .mainTitle,
    .subTitle {
        color: #1B1464;
        text-shadow: none;
    }
    .desc {
        font-size: 14px;
        /*padding:8px;  border:1px solid rgba(255, 255, 255, 0.3); border-radius:10px; background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.3);*/
    }
    .desc br {
        /*display:none;*/
    }
    .details {
        background: url("../images/details-triangle.png") no-repeat scroll 58px 2px rgba(0, 0, 0, 0);
        padding: 0 15px 0 10px;
    }
    .footer {
        max-width: 270px;
        padding-bottom: 20px;
    }
    .nav li {
        padding-right: 20px;
    }
    .tnc li {
        padding-right: 5px;
    }
    #contact {
        padding-bottom: 130px;
    }
    .call {
        width: 190px;
    }
    .footerNav li {
        display: block;
        padding-top: 5px;
    }
    .tnc li {
        font-size: 14px;
    }
    #noOfTravelers,
    #healthTravelers,
    #homeTravelers,
    #sportTravelers {
        background: url(../images/msig_input_icon_01_mobile.png) no-repeat #FFF;
        background-size: 10%;
        background-position: 250px center;
    }
    .travelPeriod {
        background: url(../images/msig_input_icon_02_mobile.png) no-repeat #FFF;
        background-size: 10%;
        background-position: 250px center;
    }
    #buildInsured {
        background: url(../images/msig_input_icon_03_mobile.png) no-repeat #FFF;
        background-size: 10%;
        background-position: 250px center;
    }
    #travel_popup li {
        width: 60px;
        height: 60px;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        margin: 2%;
    }
    #travel_self {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: 4px -104px;
    }
    #travel_family {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: -47px -104px;
    }
    #travel_group {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: -98px -104px;
    }
    #travel_self.active {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: 4px 0px;
    }
    #travel_family.active {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: -47px 0px;
    }
    #travel_group.active {
        background: url(../images/mobile-popup-icon_mobile.png);
        background-size: 260%;
        background-position: -98px 0px;
    }
    .longerForm {
        padding: 20px 5px 20px 15px;
    }
    .longerForm label {}
    .ui-widget {
        font-size: 12px;
    }
    .pHeader {
        font-size: 18px;
    }
    .dateField {
        /*width: 260px;*/
    }
    .bannerIMG {
        width: auto;
        height: 145px;
    }
    .compareBannerHeader {
        font-size: 24px;
        left: 17px;
        top: 27px;
        font-weight: normal;
    }
    .innerPage {
        padding-top: 51px;
        left: 0px;
    }
    #openSearch {
        /* width: 15%; */
    }
    .OneField,
    .TwoField,
    .SpecialTwoField {
        max-width: 270px;
    }
    .SpecialTwoField {
        margin: 0 auto;
    }
    .appLogin .input,
    .AppDetails .input {
        width: 96%;
        padding: 1px 0 1px 4%;
        margin: 2px auto;
        text-align: left;
    }
    .AppDetails select{
        margin: 2px auto;
        vertical-align: bottom;
    }
    .appLogin .firstOne,
    .appLogin .secondOne {
        margin: 0;
        padding: 0;
    }
    .id1,
    .id3 {
        width: 26px !important;
    }
    .id2 {
        width: 100px !important;
    }
    .inputRadio,
    .inputCheckBox {
        width: 20px!important;
        margin-top: -5px!important;
    }
    .input + .input {
        margin-top: 5px;
    }
    .SpecialTwoField br {
        display: none;
    }
    .blueButton {
        margin-top: 5px;
    }
    .AppConfirm .formSectionHeader {
        margin-top: 0px;
    }
    .formSectionHeader {
        margin-top: 10px;
    }
    .AppDetails {
        padding: 20px 0;
    }
    .insuredppl {
        margin-top: 30px;
        border-top: 2px solid #DDD;
    }
    .appLogin .inputDate,
    .AppDetails .inputDate {
        width: 270px;
        background: url(../images/msig_input_icon_02.png) 235px center no-repeat #FFF;
    }
    .joinUs {
        max-width: none;
    }
    .applicationTnc {
        max-width: 90%;
    }
    .joinUsLeft {
        width: 100%;
        float: auto;
    }
    .joinUsRight {
        width: 100%;
        float: auto;
    }
    .joinUsLeftContent {
        margin: 0 auto;
        width: 90%;
    }
    .joinUsRightContent {
        margin: 0 auto;
        width: 90%;
    }
    .joinUsRow {
        margin-top: 10px;
    }
    .applicationTncRow {
        margin-top: 10px;
    }
    #tncPopup {
        /* margin-top: 40px; */
    }
    .adjPopupHeight {
        margin-top: 32px;
    }
    .jounUsSubHead {
        margin: 30px 0 0px;
    }
    .appHeaderText {
        font-size: 21px;
    }
    .redirectText,
    .redirectsubText {
        max-width: 250px;
    }
    .page.productDetails {
        padding-top: 100px;
    }
    .productDetails .PDRightPanel {
        padding-top: 70px;
    }
    .HDcol1,
    .HDcol2 {
        float: none;
        line-height: 18px;
    }
    .HDcol1 {
        font-weight: bold;
    }
    .HDh2 {
        line-height: 24px;
        padding-top: 10px;
    }
    .HDcol2 {
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .HDcol2 .HDh2 {
        font-size: 12px;
        padding-top: 0px;
    }
    .gotPleft {
        padding-left: 10px;
    }
    .whitebg {
        /* background:#FFF; */
        /* padding:2px 5px; */
    }
    .whiteHR + .HDRowFor1,
    .whiteHR + .HDRowFor2 {
        margin-top: 10px;
    }
    .marginFix1 {}
    .marginFix1 .HDcol2 {
        padding-left: 0;
    }
    .marginFix1 .HDh3 {
        line-height: 20px;
        color: #202020;
        font-weight: normal;
    }
    .historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
        width: 90%;
        padding: 10px;
    }
    .historyClaimForm select {
        width: 97%;
        padding: 10px;
    }
    .historyClaimForm textarea {
        width: 90%;
        padding: 10px;
    }
    .historyClaimForm .HDcol1 {
        max-width: none;
        padding-bottom: 2px;
    }
    .historyClaimForm .HDcol2 {
        max-width: none;
        padding-left: 0;
        padding-bottom: 12px;
    }
    .HCremark {
        margin-top: 20px;
    }
    .clubSignUp .appHeaderText {
        font-size: 20px;
    }
    .clubSignUp .HDsection1 {
        margin-top: 10px;
    }
    .clubSignUp .historyClaimForm input:not([type='checkbox']):not([type='radio']):not([type='file']) {
        width: 87%;
        margin-right: 3%;
        padding: 10px !important;
    }
    .clubSignUp .historyClaimForm select {
        width: 94%;
        height: 28px;
    }
    .clubSignUp .historyClaimForm .inputdate {
        height: 16px;
    }
    .clubMemberText {
        width: 92%;
        margin: 0 4%;
        padding: 0;
    }
    .tncText {
        width: 90%;
    }
    .longPromoBanner {
        width: 100%;
        float: none;
        text-align: center;
    }
    .longPromoBanner img {
        width: 70%;
        margin: 0 auto;
    }
    .longPromoText {
        width: 96%;
        float: none;
        margin: 0 2%;
    }
    .thankyou .firstOne {
        width: 84%;
        float: none;
        margin: 0 8%;
    }
    .thankyou .secondOne {
        width: 84%;
        float: none;
        margin: 0 8%;
    }
    .appMessageTick {
        display: none;
    }
    .appMessage {
        padding-left: 2%;
        width: 98%;
        padding-top: 10px;
    }
    .thankyou .contactBox {
        padding: 0%;
    }
    .thankyou .contactBox br {
        display: block;
    }
    .couponBox {
        margin: 10% 3% 3%;
        min-width: none;
    }
    .useNow {
        font-size: 26px;
    }
    .thankyou .applicationFrame {
        margin-top: 0px;
    }
    .thankyou .rightCompareTable {
        padding-top: 0px;
    }
    .tipsFaq .tabHeader {
        padding: 1% 10%;
        background: url(../images/bulb_off.png) no-repeat 5px center, url(../images/switch_off.png) no-repeat right center;
        background-size: 20px;
    }
    .tipsFaq .resp-tab-active .tabHeader {
        background-size: 20px;
    }
    .tipsFaq .currentNavWrap {
        background: none;
    }
    h2.resp-accordion {
        padding: 10px 5px !important;
    }
    #claimTips {
        display: block;
    }
    #aboutContactUs .productDetails {
        padding-top: 100px;
    }
    #aboutContactUs .promoText {
        padding-top: 10px;
    }
    #aboutContactUs .planSection {
        position: relative;
        margin-right: 4%;
        width: 86%;
        z-index: 1;
    }
    #aboutContactUs .bContactUsFormWrap {
        margin: 0% 0%;
        width: 100%;
    }
    .clubWallet .histDate,
    .clubWallet .recordDate,
    .clubWallet .histName,
    .clubWallet .recordName,
    .clubWallet .histNo,
    .clubWallet .recordNo,
    .clubWallet .histPeriod,
    .clubWallet .recordPeriod {
        width: 66%;
        min-width: 84%;
        margin: 0% 8%;
    }
    .optionTag {
        position: absolute;
        top: 9px;
        right: 0px;
        color: #666;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* iPhone 2G-4S in portrait & landscape */
    
    .travelPeriod {
        background-position: 250px center;
    }
    .selectField {
        border-radius: 0;
        background: #FFF;
        padding-left: 8px;
    }
    input {
        border-radius: 0;
        border: none;
    }
    .historyClaimForm select {
        height: 28px;
    }
    * {
        -webkit-text-size-adjust: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* iPhone 5 in portrait & landscape */
    
    .travelPeriod {
        background-position: 250px center;
    }
    .selectField {
        text-align: -webkit-center;
        border-radius: 0;
        background: #FFF;
    }
    input {
        border-radius: 0;
        border: none;
    }
    .historyClaimForm select {
        height: 28px;
    }
    * {
        -webkit-text-size-adjust: 100%;
    }
}

.donebutton {
    /*background: url("../images/button-bg1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    background: #fbbe01; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYmUwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmY2MyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2YzYjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMzliMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbbe01 0%, #ffcc21 50%, #f3b900 53%, #d39b00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fbbe01 0%,#ffcc21 50%,#f3b900 53%,#d39b00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbe01', endColorstr='#d39b00',GradientType=0 ); /* IE6-8 */

    border: medium none;
    border-radius: 20px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 10px auto 0;
    padding: 10px;
    width: 80px;
}

.maintenance {
    background: #DDD;
}

.maintenance_content {
    max-width: 1024px;
    text-align: center;
    margin: 0px auto;
    min-height: 400px;
    padding-top: 180px;
    font-family: "Arial", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, sans-serif;
    font-size: 18px;
    color: #333;
}

@media screen and (max-width: 480px) {
    .maintenance_content {
        padding-top: 100px;
        min-height: 300px;
    }
}

.maintenance_hr {
    max-width: 720px;
    heihgt: 2px;
}
/**********20141218**********/

.couponSection.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .couponSection.mobile {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .couponSection.mobile .compButton {
        margin-top: 0;
    }
    .couponSection.mobile .formSectionOption {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .optionalCompareTerms {
        display: none;
        margin: 0;
    }
    .optionalCompareTerms.hide-for-desktop {
        display: block!important;
    }
    .optionalCompareTerms .terms {
        max-width: 82%;
        min-height: 38px;
    }
    .optionalPriceList {
        display: none;
    }
}
/*20150323 compareCompare Table yearly n monthly fee*/

.twoFee.comparePriceTable {
    top: 0;
}

.twoFee.comparePriceTable #owl-compareTable .item.discount .oldPrice,
.twoFee.comparePriceTable #owl-compareTable .item.discount .oldPriceAgain,
.twoFee.comparePriceTable #owl-compareTable .item.discount .newPrice,
.twoFee.comparePriceTable #owl-compareTable .item.discount .newPriceAgain {
    display: block;
}

.twoFee.comparePriceTable #owl-compareTable .item.discount .oldPrice:before,
.twoFee.comparePriceTable #owl-compareTable .item.discount .oldPriceAgain:before,
.twoFee.comparePriceTable #owl-compareTable .item.discount .newPric:before,
.twoFee.comparePriceTable #owl-compareTable .item.discount .newPriceAgain:before {
    display: inline;
}

.twoFee.comparePriceTable .maxBenefits {
    line-height: 30px;
    top: 230px;
}

.twoFee.comparePriceTable #owl-compareTable .item .headerPart {
    min-height: 260px;
}

@media screen and (max-width: 767px) {
    .twoFee.comparePriceTable #owl-compareTable .item .headerPart {
        min-height: 0;
    }
}

.switch {
    background-color: #666;
    position: relative;
    height: 26px;
    width: 120px;
    margin: 0px auto 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    zoom: 1;
}

.switch:before,
.switch:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}

.switch:after {
    clear: both;
}

.switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 25px;
    cursor: pointer;
    color: #fff;/*#737373;*/
    font-size: 12px;
    text-align: center;
}

.lt-ie9 .switch label {
    color: #ddd;
}

.switch input[type="radio"] {
    display: none;
}

.switch input[checked=checked] + label {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    position: relative;
    z-index: 2;
    float: left;
    width: 58px;
    line-height: 26px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.switch span {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 58px;
    height: 22px;
    border-radius: 3px;
    background-color: #65bd63;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
    background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
    background-image: linear-gradient(to bottom, #9dd993, #65bd63);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    background: url(../images/bg_btn_red_big.png) #b90000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.switch span.trigged {
    left: 50%;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.twoFee.comparePriceTable .oldPrice:before,
.twoFee.comparePriceTable .newPrice:before,
.twoFee.comparePriceTable .oldPriceAgain:before,
.twoFee.comparePriceTable .newPriceAgain:before {
    font-size: 12px;
}

.twoFee.comparePriceTable .oldPrice sup,
.twoFee.comparePriceTable .newPrice sup,
.twoFee.comparePriceTable .oldPriceAgain sup,
.twoFee.comparePriceTable .newPriceAgain sup {
    font-size: 12px;
}

.twoFee.comparePriceTable .planType {
    line-height: 1.2;
    margin: 5px 0;
}

.twoFee.comparePriceTable .planDetails {
    margin-bottom: 0
}

@media screen and (max-width: 640px) {
    .switch {
        margin: 0;
    }
    .twoFee.comparePriceTable .planType {
        margin: 5px 5px 5px 43px;
    }
    .twoFee.comparePriceTable #owl-compareTable .item.discount .oldPrice,
    .twoFee.comparePriceTable #owl-compareTable .item.discount .oldPrice:before,
    .twoFee.comparePriceTable #owl-compareTable .item.discount .oldPriceAgain,
    .twoFee.comparePriceTable #owl-compareTable .item.discount .oldPriceAgain:before {
        font-size: 14px;
    }
}

.renewalOption {
    margin-top: 20px;
}

.renewalOption .iconGrid {
    display: inline-block;
    width: 7%;
    min-width: 40px;
    vertical-align: top;
}

.renewalOption .titleGrid {
    display: inline-block;
    width: 80%;
}

.renewalOption .titleGrid .iconTitle {
    font-weight: bold;
    color: #004f78;
}

.renewalOption .titleGrid .iconTitle i {
    width: 19px;
    height: 19px;
    background: #65A4C6;
    color: #FFF;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}

.renewalOption .titleGrid span {
    font-size: 12px;
    vertical-align: text-top;
}

.renewalOption .titleGrid input {
    height: 14px;
}

.renewalOption .renewalGrid:first-child .titleGrid {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}


/*20150430 liveChat line Height*/
.FormTitle{ line-height: 18px;}


.iconTxt{  padding: 2px 5px; border-radius: 0 0 10px 10px; margin-top: 5px; color:#FFF;background-color: #0a81bc;}
.recordBtn:hover .iconTxt,
.renewBtn :hover .iconTxt{background-color: #004f78; }

.privacy h2{
    margin: 0px auto;
    padding: 0px;
    width: 97%;
}

.PageNotFoundHeader{
    font-size: 250%;
}

/*IA*/
.ApplicationIARightIconAnnual
.ApplicationIARightIconMonth {
    cursor: pointer;
    position: absolute;
}


.travel {
   right: 30%!important;
    top: 40px!important;
}
.healthcare{
	right: 10%!important;
}

.icon-btn {
   cursor: pointer;
    /*float: right; */
   position: relative;
}

.icon-tips:before {
    content: '';
    background-size: contain;
    display: inline-block;
    background-image: url(../images/icon_info.png);
    width: 15px;
    height: 15px;
}

.tips {
    background: #cce3ee;
    color: #0071ab;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
    position: absolute;
    left: 20%;
    z-index: 99;
    width: auto;
}

    .tips:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
        border-bottom-color: #cce3ee;
        border-width: 8px;
        right: 11%;
    }

	
.firstOne .tips {
    background: #d9e8ef;
    color: #505050;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
    position: absolute;
    left: 11%;
    z-index: 99;
    width: auto;
}

.firstOne  .tips:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
        border-bottom-color: #d9e8ef;
        border-width: 8px;
        right: 11%;
    }

.secondOne .tips {
    background: #d9e8ef;
    color: #505050;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
    position: absolute;
    left: 30%;
    z-index: 99;
    width: auto;
}

.secondOne  .tips:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
        border-bottom-color: #d9e8ef;
        border-width: 8px;
        right: 11%;
    }



#ChosenInfoForm .infoTable .tips {
    background: #65a4c6;
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    display: none;
    position: absolute;
    left: 10%;
    z-index: 99;
    width: auto;
}

#ChosenInfoForm .infoTable  .tips:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        bottom: 100%;
        content: "";
        height: 0;
        width: 0;
        border-bottom-color: #65a4c6;
        border-width: 8px;
        right: 23%;
    }

.AppDetails .icon-tips:before,
#ChosenInfoForm .infoTable .icon-tips:before {
    background-image: url(../images/icon-tips_channel2.png) !important;

}

#divSchTypePlan .icon-tips:before {
    background-image: url(../images/icon-tips_channel2.png) !important;

}
@media (max-width: 1024px) {

    .tips:before {
        right: 15%;
    }
}

@media (max-width: 768px) {
    .tips {
        left: 5%;
    }



    .tips:before {
        right: 14%;
    }
}

@media (max-width: 500px) {

	
.firstOne .tips {left: 11%;}

.firstOne  .tips:before {right: 17%;}

.secondOne .tips {left: 11%;}

.secondOne  .tips:before {right: 18%;}


.infoTable  .tips:before {right: 28%;}
.travel {
    right: 30% !important;
    top: 28px !important;
}
.healthcare {
    right: 35%!important;
}
.traveltips:before {
    right: 22%;
}

}

@media (max-width: 412px) {


    .tips:before {
        right: 28%;
    }
	.travel {
    right: 30% !important;
    top: 28px !important;
}
.traveltips:before {
    right: 22%;
}
.healthcare {
    right: 35%!important;
}
}

@media (max-width: 375px) {


    .tips:before {
        right: 30%;
    }
.firstOne .tips {left: 11%;}

.firstOne  .tips:before {right: 24%;}

.secondOne .tips {left: 11%;}

.secondOne  .tips:before {right: 27%;}

.infoTable  .tips:before {right: 28%;}
.travel {
    right: 25% !important;
    top: 28px !important;
}
.traveltips:before {
    right: 23%;
}
.healthcare {
    right: 30%!important;
}

}

@media (max-width: 360px) {
 

    .tips:before {
        right: 26%;
    }
	
.firstOne .tips {left: 11%;}

.firstOne  .tips:before {right: 25%;}

.secondOne .tips {left: 11%;}

.secondOne  .tips:before {right: 28%;}

.travel {
    right: 25% !important;
    top: 28px !important;
}
.traveltips:before {
    right: 26%;
}
}

@media (max-width: 320px) {


 

    .tips:before {
        right: 16%;
    }
	
	.firstOne .tips {left: 11%;}

.firstOne  .tips:before {right: 32%;}

.secondOne .tips {left: 11%;}

.secondOne  .tips:before {right: 35%;}

.infoTable  .tips:before {right: 28%;}

.travel {
    right: 10% !important;
    top: 28px !important;
}
.traveltips:before {
    right: 10%;
}
.healthcare {
    right: 15%!important;
}
}

/*bootstrap tooltip css Begin*/

.tooltip-inner {
    color: #505050 !important;
    background-color: #d9e8ef !important;
}
.AppDetails .tooltip-inner {
    background-color: #65a4c6!important;
    color: #fff!important;
}
.AppDetails .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #65a4c6; 
}
#ChosenInfoForm .infoTable .tooltip-inner {
    background-color: #65a4c6!important;
    color: #fff!important;
}
#ChosenInfoForm .infoTable .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #65a4c6; 
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 12px;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 0px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.show {
	opacity: .9
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
	bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
	top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #fff
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
	padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #fff
}

.tooltip-inner {
	max-width: 100px;
	padding: 3px 4px;
	color: #fff;
	text-align: center;
	background-color: #16166b;
	border-radius: 4px
}
/*bootstrap tooltip css End*/

@media screen and (max-width: 960px) {
.owl-carousel .owl-wrapper-outer{ overflow: visible !important;}
}

.optionalCompareTerms {
    position: relative;
    margin-top: 20px;
    z-index: 9;
    height: auto!important;
}

.optionalCompareTerms > ul > li {
    position: relative;
    list-style: none;
}

.optionalCompareTerms > ul > li + li {
    border-top: 1px solid #CACACA;
}

.optionalCompareTerms li {
    // padding-top: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.optionalCompareTerms ul{
    background: #e5f1f6;
}

.optionalCompareTerms > ul > li .more {
    vertical-align: top;
    margin-top: 3px;
}

.optionalCompareTerms > ul > li.opened .more {
    background-position: 12px -19px;
}

.optionalCompareTerms .optionalBenefitTitle {
    height: 30px;
}

.optionalCompareTerms > ul > li.opened .moreinfo {
    display:list-item;
    margin-top: -3px;
}

.optionalCompareTerms .termInfo{
    min-height: 40px;
}
.optionalPriceList {
    padding-top: 110px;
}

.optionalPriceList ul {
    display: table;
    width: 100%;
}
.optionalPriceList li {
    padding-top: 0px;
    display: list-item;
    line-height: 40px;
    border-top: 1px solid #cacaca;
    list-style: none;
}
.optionalPriceList li li {
    background: none;
    border-top: 1px solid #cacaca;
    color: #505050;
}
span.optionalTag {
    color: #fff;
    font-size: 14px;
    background: #e41b1b;
    padding: 3px 10px 3px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    margin-left: 20px;
}
span.optionalTag:before {
    content: '';
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left-color: #e41b1b;
    border-top-color: #e41b1b;
    position: absolute;
    top: 3px;
    left: -8px;
    transform: rotate(-45deg);
}
p.originalPrice {
    color: #004f78;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 10px;
    width: auto;
    text-align: right;
    font-weight: lighter;
}
.AppConfirmFrame p.originalPrice {
    display: none;
}
p.currentPrice {
    color: #004f78;
    font-size: 17px;
    font-weight: bold;
    margin-right: 10px;
    width: auto;
}
.secondOne p.originalPrice, .secondOne p.currentPrice {
    margin-right: 0;
}
p.inputCheckBox{
    position: absolute;
    top: 0;
    margin-top: 0;
    right: 0;
    z-index: 9;
}
.checkPrice [type="checkbox"]:not(:checked), .checkPrice [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.checkPrice [type="checkbox"]:not(:checked) + label, .checkPrice [type="checkbox"]:checked + label {
    position: relative;
    /*height: 23px;
    width: 23px;
    display: block;
    float: right;*/
    cursor: pointer;
}
.checkPrice [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkPrice [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkPrice [type="checkbox"]:not(:checked) + label:before, .checkPrice [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    width: 23px;
    height: 23px;
    background: url(../images/checkbox-off.png) no-repeat;
}
.checkPrice [type="checkbox"]:not(:checked) + label:after, .checkPrice [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    width: 23px;
    height: 23px;
    background: url(../images/checkbox-on.png) no-repeat;
    transition: all .2s;
}
.firstOne .checkPrice [type="checkbox"]:not(:checked) + label:before, .firstOne .checkPrice [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    width: 26px;
    height: 26px;
    background: url(../images/confirm-off.png) no-repeat;
}
.firstOne .checkPrice [type="checkbox"]:not(:checked) + label:after, .firstOne .checkPrice [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(../images/confirm-on.png) no-repeat;
    transition: all .2s;
}
.optionalBenefits {
    z-index: 9;
    margin-top: 10px;
}
.optionalBenefits>ul>li{
    background: #e9ebf6;
    border-top: #b4b4d7 solid 1px;
    list-style: none;
}
.optionalBenefitTitle h3 {
    font-size: 18px;
    font-weight: bold;
    color: #4c5050;
    margin: 10px 0;
}
.AppConfirmFrame .checkPrice {
    right: auto;
    top: auto;
    position: relative;
    width: auto;
    float: none;
}

.AppConfirmFrame .checkPrice label {
    font-weight: bold;
    padding-left: 35px;
    display: inline-block;
}

.AppConfirmFrame .optionalPrice {
    float:  right;
    width: auto;
}
.ui-datepicker.ui-datepicker-multi {
    z-index: 15!important;
}
@media screen and (max-width: 767px) {   
    .optionalCompareTerms > ul > li.opened .more {
        background-position: 4px -19px;
    }
}
@media screen and (max-width: 1200px) {   
    .checkPrice [type="checkbox"]:not(:checked) + label:before, .checkPrice [type="checkbox"]:checked + label:before,
    .checkPrice [type="checkbox"]:not(:checked) + label:after, .checkPrice [type="checkbox"]:checked + label:after {
        top: 15px;
    }
}
/* System Notice */
.popupDetailButton {
    background-color: #FFC000;
    padding: 2px;
    text-align: center;
    color: #fff;
}
.popupNoticeLeftCol {
    width: 80%;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
}

.popupNoticeRightCol {
    width: 20%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 16px;
}
@media screen and (max-width: 768px) {
    .popupNoticeRightCol {
        width: 25%;
    }
}
/* End of System Notice */
/* CSS Document */

/* 20141212 */
.application.motor p.require_head { font-size:14px; color:#666; padding:5% 0 0; }
.application.motor .require_details {padding:3% 0 10%;}
.application.motor ul.require_content {width:85%; margin:0 auto 35px; overflow:hidden; display:block; list-style:none;}
.application.motor li.app_require {width:48%; float:left; margin:1%;}
.application.motor li.app_require span {background:url(../images/icon_pointer_tick.png) no-repeat 0 0; padding-left:40px; display:inline-block; min-height:40px; color:#666; font-size:14px;}
@media screen and (max-width: 960px) {
	.application.motor li.app_require {width:100%;}
}
.application.motor .quote_details {padding:3% 0 10%; font-size:14px;}
.application.motor .firstOne { font-size:14px;}
.application.motor .formSectionRmk {font-size:12px; color:#ff0000;}
.application.motor .graybg {background-color:#eee; padding:10px;}
.application.motor .quote_details .TwoField, .quote_details .OneField { margin-bottom:20px !important;}
.application.motor .quote_details .firstOne { margin-left:0; width:240px;}
.application.motor .quote_details .widthM_select {width:287px !important;}
.application.motor .quote_details .widthS_select {width:191px !important;}
.application.motor .quote_details .inputDate {width:180px;}
@media screen and (max-width: 960px) {
	.application.motor .quote_details .firstOne, .application.motor .quote_details .secondOne { width:100% !important; margin:3px 0;}
}

.application.motor .infoTable,
.compare.motor .infoTable { background: #565857; border-top-right-radius:25px;}
.application.motor .youChosen,
.compare.motor .youChosen{ color:#FFF; font-size:20px;}
.application.motor .infoTerm,
.compare.motor  .infoTerm{ color:#FFF; font-size:12px;}
.application.motor .infoValue,
.compare.motor  .infoValue{ color:#FFF; font-size:16px;}
.application.motor .infoField+.infoField{border-top: 1px solid #999;}

.application.motor .memtion{color:#F00; font-size:12px;}
.application.motor .highlight_header{background:#EC1D25; box-sizing: border-box; padding:15px 110px; color:#FFF;}
.application.motor .highlight_header .leftSection{float:left;}
.application.motor .highlight_header .rightSection{float:right;}
@media screen and (max-width: 640px) {
	.application.motor .highlight_header .rightSection{float:left; margin-top:10px; clear:left;}
}
.application.motor .tagField{ border-top:5px solid #353535;padding-left:100px;}
.application.motor .tagFieldHeader{background:#383838; color:#FFF; padding:10px 20px; border-radius:0 0 10px 10px; float:left; text-align: center;
min-width: 130px;}
.application.motor .AppDetails .secondOne {max-width: 300px;}
.application.motor .AppDetails .firstOne {margin-left:5%;min-width: 200px;max-width:200px;}
.application.motor #MotorQuoteForm .firstOne {margin-left:0;min-width: 200px;max-width:200px;}
.application.motor .AppDetails .mark {font-size:12px;}
.application.motor .subTagField{ border-bottom:5px solid #353535;max-width:680px; margin:20px auto 0; padding-bottom:5px; font-size:16px; font-weight:bold;}
.application.motor .blueButton,
.compare.motor .blueButton{  margin: 10px auto 5px;-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5); -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.5); box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.5); font-size:20px;}
@media screen and (max-width: 1023px) {
	.application.motor .highlight_header{  padding:15px 30px;}
	.application.motor .subTagField{ max-width: 490px;}
}

@media screen and (max-width: 640px) {
	.application.motor .subTagField{ max-width: 410px;}
	.application.motor .AppDetails .firstOne {margin-left:0%;}
}

@media screen and (max-width: 480px) {
	.application.motor .subTagField{ max-width: 270px;}
}

.contactUsPopUp{ width:890px; height:610px;background:#FFF; box-sizing: border-box; position:relative; }
#contactUsPopUpClose{position:absolute; top:0; right:0; z-index:2; cursor:pointer; }
.headerBar{ background:#363636; height:50px; padding:10px 40px; box-sizing: border-box; color:#FFF; font-size:24px;}
.popUpContent{padding:60px 35px;}
.text1{margin-bottom:15px;}
.wayIcon{ min-height:100px; box-sizing: border-box;  position:relative;}
.liveChatTxt{ position:relative;  color:#FFF; font-size:22px;top:-42px; padding-left: 25px;}
.boxSet{     width: 400px;
    height: 280px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #CCC;
    padding: 20px;
    float: left;
	
	/*20150116 removed live Chat Setting && overide current css
	float: inherit;*/
	margin: 0 auto;}
.boxSet+.boxSet{ margin-left:20px;}
.ways{ font-size:28px; color:#505050; font-weight:bold;padding: 15px 0px;min-height: 66px;}
.ways a{ color:#505050; }
.waysDescri{ font-size:14px; color:#505050; min-height:32px; }

.remarkBox{ background:#EBEBEB; padding:20px; margin-top:20px; font-size:14px; color:#505050;}

@media screen and (max-width: 890px) {
	.contactUsPopUp{ width:100%;text-align:center;}
	.boxSet{   float:none; margin:0 auto;}
	.boxSet+.boxSet{ margin-left:auto; margin-top:20px;}
	.popUpContent{padding:20px 10px;}
}

@media screen and (max-width: 480px) {
	.wayIcon{ min-height:initial;}
	.wayIcon img{ width:60px;}
	.ways{ min-height:initial; font-size: 18px;}
	.boxSet{  height:auto; width:100%;}
}

.popUpContent .leftSection{ width:45%; float:left; border-right:1px solid #000; padding-right:3%; position:relative;}
.popUpContent .leftSection .join{ background:#EEEEEE; margin:10px 0px; padding:10px;}
.popUpContent ul, .popUpContent ol{ margin-left:30px; color:#505050; font-size:14px;}
.popUpContent input{ padding:5px 10px;}
.popUpContent .title1{ color:#505050; font-size:24px;}
.popUpContent .text2{ color:#505050; font-size:16px; padding:2px 0px 10px; min-height: 69px;}
.popUpContent .inputLabel{ color:#505050; font-size:14px; font-weight:bold; margin-bottom:3px;}
.popUpContent .pwField{ position:relative; display:inline-block;}
.popUpContent #pwTips{ position:absolute; top:2px; right:5px; cursor:pointer;}
.popUpContent hr{ border:0; height:1px; background:#CCCCCC; margin:20px 0 20px;}
.popUpContent .orDot{  background:#E82626; width:49px; height:49px; border-radius:30px; box-sizing: border-box; padding:14px; text-align:center; color:#FFF; position:absolute; top:44%; right:-26px; }
.popUpContent .rightSection{  padding-left:40px; float:left; width:47%; }
@media screen and (max-width: 890px) {
	.popUpContent{ background:#FFF;}
	.popUpContent hr{margin:10px 0; }
	.popUpContent .compButton{ margin: 10px 0px 5px;}
	.popUpContent .leftSection ,.popUpContent .rightSection{ width: 45%; text-align: left; padding-left: 10px;}
}
@media screen and (max-width: 480px) {
	.popUpContent{ background:#FFF; padding: 30px 20px;}
	.popUpContent hr{margin:10px 0; }
	.popUpContent .leftSection ,.popUpContent .rightSection{  width:100%; float:none;}
	.popUpContent .leftSection{ border-right:none; border-bottom:1px solid #000; padding: 0 15px;box-sizing: border-box;}
	.popUpContent .rightSection{  padding: 30px 15px 0;box-sizing: border-box;}
	.popUpContent .orDot{   position:relative;bottom:-20px;left:40%; }
	.popUpContent .AppDetails{ padding:0px;}
}

.compare.motor .blueButton{ font-size:16px; margin: 5px auto 5px;}
@media screen and (max-width: 767px){
	.compare.motor .compButton{ margin:0 0 3px;}
}

.redPromo{ background:url(../images/compare_redpromo_bg.png) repeat;  border-bottom-left-radius:25px;}
.redPromo .terms{ color:#FFF;}
.redPromo .moreinfoText{ color:#FFF;}
.redPromoPrice .lv2Price{ color:#FFF;}
.redPromo .promoTxt{ font-size:17px; font-weight:bold;}
.redPromoPrice{  color:#FFF;}
.redPromo,
.redPromoPrice{ padding-bottom:50px;  margin-bottom:20px;}
@media screen and (max-width: 767px){
	.redPromoPrice{ padding-bottom:0px;  margin-bottom:0px;}
}

.compare.motor .comparePriceTable{ z-index:9;}
.compare.motor .termInfo{ padding: 3px 10px;}

.refNoTxt{ font-size:17px; font-weight:bold; color:#505050; margin-bottom:20px;}
.refNo{ display:inline-block; font-size:22px; color:#E21F26;    }
/*.refNo{ display:inline-block; background:#E21F26; font-size:22px; color:#FFF; padding:10px 20px; border-radius:5px; margin-left:10px;  }*/
.clickBtn{ display:inline-block; background:#E21F26; font-size:16px; color:#FFF; padding:5px 10px; border-radius:5px;  }
@media screen and (max-width: 640px){
	.clickBtn{  margin:0 auto; text-align:center; box-sizing: border-box;}
}
.compare.motor  .compareTerms{margin-top:0;}
.compare.motor  .compareBanner img{ vertical-align:top;}
.compare.motor  #owl-compareTable .pricePart{ padding-top:4px;}
.compare.motor #owl-compareTable .owl-item:nth-child(even){ background: url("../images/bg_table_odd_head.png"); }
@media screen and (max-width: 767px){
	.redPromoPrice{  background:url(../images/compare_redpromo_bg.png) repeat;background-size: contain;	 }
	.redPromoPrice .mobilePriceLeft{  background:transparent; }
	.redPromoPrice .mobilePriceRight{  background:transparent; }
}
@media screen and (max-width: 640px){
	.compare.motor  .leftHeaderPart{ float:none; width:100%; text-align: center;}
	.compare.motor  .rightHeaderPart{ float:none; width:100%;}
	.compare.motor  .showViewAll{ background:#555; }
	.compare.motor  .showViewAll .triangle{left:48%;}

}

@media screen and (max-width: 480px) {
	.hideOnMobile{ display:none;}
}
/*@charset "utf-8";*/
/* CSS Document */

#health {
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
}

.container {
    position: relative;
    width: 100%;
    height: 100%
}

.slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

#s1 {
    background: url(../images/health/main-1.jpg) center center #CCC;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    left: 0;
}

#s2 {
    background: url(../images/health/main-2.jpg) center center #DDD;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    left: 100%;
}

.control {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    color: #383882;
    font-weight: bold;
    font-size: 20px;
    top: 50%;
    z-index: 3
}

.control img {
    vertical-align: middle;
}

#cL {
    left: 1%;
    display: none;
}

#cR {
    right: 1%
}

#health .quoteBar.marginFix1 {
    margin-top: 0;
}

.floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, -0px);
    }
}

@media screen and (max-width: 640px) {
    #s1.slider {
        background: url(../images/health/home_bg3_1_m.jpg) top center #B4BBD8 no-repeat;
        background-size: 100% auto;
    }
    #s2.slider {
        background: url(../images/health/home_bg3_2_m.jpg) top center #B4BBD8 no-repeat;
        background-size: 100% auto;
    }
    #health {
        height: auto;
    }
    .control {
        top: 92%;
    }
    #cL {
        left: 35%;
    }
    #cR {
        left: 50%;
        margin-left: -180px;
    }
    .container {
        min-height: 703px;
    }
}
/* css for recommondation */

.healthCare .healthTab {
    background: #004f78;
    color: #FFF;
    padding: 0px 50px;
}

.healthCare .healthTab a {
    color: #FFF;
}

.healthCare .healthTab a:hover .hTab {
    background: #65A4C5;
}

.healthCare .healthTab .hTab {
    float: left;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    padding: 20px 40px;
}

.healthCare .healthTab .hTab.active {
    background: #65A4C5;
}

.healthCare .healthTab .hTab.active .currentTab {
    display: block;
    left: 50%;
    margin-left: -21px;
}

.healthCare .healthTab .hTab+.hTab {}

.healthCare hr {
    border: 0;
    height: 1px;
    background: #BBB;
    margin: 40px 0 20px;
}

.tabBanner {
    position: relative;
    margin-top: 10px;
}

@media screen and (max-width: 640px) {
    .tabBanner {}
}

.tabBanner img {
    width: 100%;
    height: auto;
}

.tabBannerWord {
    position: absolute;
    bottom: 30px;
    left: 52px;
    width: 280px;
    font-size: 29px;
    color: #FFF;
}

.cssTable {
    margin: 0 0 40px 0;
    width: 100%;
    display: table;
}

.cssRow {
    display: table-row;
}

.cssCell {
    padding: 6px 12px;
    display: table-cell;
}

.planCell {
    width: 252px;
    padding-top: 50px;
}

.gIcon {
    text-align: center;
}

.yearRange {
    background: #36367C;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 38px;
    position: relative;
    margin-bottom: 15px;
}

.yearRange:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #36367C transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%
}

.renewal {
    font-size: 14px;
    color: #36367C;
    text-align: center;
}

.typeOfNeeds {}

.typeOfNeeds span {
    font-size: 18px;
    color: #36367C;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.cssCell ul {
    font-size: 14px;
    color: #444;
    margin-top: 5px;
    list-style-image: url(../images/health/icon_tick.png);
    padding-left: 26px;
}

.famaleOnly {
    margin-top: 15px;
}

.famaleOnly span {
    color: #FF4D4D;
    font-size: 18px;
}

.famaleOnly span img {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .tabBanner img {
        width: 100%;
    }
    .healthCare .healthTab {
        background: #004f78;
        color: #FFF;
        padding: 0px 0px;
    }
    .healthCare .healthTab .hTab+.hTab {
        padding: 20px 30px;
    }
    .healthCare .healthTab .hTab {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 640px) {
    .cssCell {
        display: block;
        width: auto;
    }
    .healthCare .healthTab {
        padding: 0px;
    }
    .healthCare .healthTab .hTab+.hTab {
        padding: 10px;
    }
    .healthCare .healthTab .hTab {
        padding: 20px 0 20px;
        text-align: center;
        width: 50%;
    }
    .healthCare .healthTab .hTab.active {
        /*border:5px solid #FFF;*/
        
        border-width: 3px 0;
    }
}
/* css for knowledge */

.healthCare.knowledge .tabBannerWord {
    color: #004F78;
}

.healthCare.knowledge .knowList {
    padding-left: 50px;
}

.healthCare.knowledge .knowList p.desci {
    padding: 30px 0 10px 0;
    font-size: 14px;
    color: #505050;
    width: 100%;
}

.healthCare.knowledge .knowList .healthTerm {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}

.healthCare.knowledge .knowList .archList ul {
    margin-left: 0;
}

.healthCare.knowledge .knowList .archList ul li a:hover {
    background: #36367C;
}

.healthCare.knowledge .knowList .archList ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #A6A6CE;
    text-align: center;
    box-sizing: border-box;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    color: #FFF;
    cursor: pointer;
}

.healthCare.knowledge .knowList .cssCell+.cssCell {
    border-bottom: 1px solid #BBB;
}

.healthCare.knowledge .knowList .cssCell ol {
    margin-left: 0;
}

.healthCare.knowledge .knowList .cssCell {
    padding: 20px 0;
}

.healthCare.knowledge .knowList .cssCell:first-child {
    width: 150px;
    color: #35357B;
    font-size: 20px;
}

.healthCare .floatContiner {
    position: absolute;
    right: 30px;
}

.healthCare .floatContiner #backTop {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 32.5px 29px 32.5px;
    border-color: transparent transparent #035986 transparent;
    text-align: center;
    position: fixed;
    bottom: -5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.arrpwUp {
    width: 28px;
    margin: 0 auto;
    margin-left: -14px;
}

.arrpwUp img {
    width: 10px;
}

.healthCare .floatContiner #backTop:hover {
    bottom: 0px;
    
}

@media screen and (max-width: 1200px) {
    .healthCare .floatContiner {
        right: 60px;
    }
}

@media screen and (max-width: 768px) {
    .healthCare.knowledge .knowList .cssCell:first-child {
        width: 100px;
    }
}

@media screen and (max-width: 640px) {
    .tabBannerWord {
        bottom: 10px;
        left: 20px;
        font-size: 24px;
    }
    .healthCare.knowledge .knowList {
        padding-left: 10px;
    }
    .currentTab {
        left: 50%;
        margin-left: -21px;
    }
    .healthCare.knowledge .knowList .cssCell:first-child {
        padding-bottom: 0;
    }
    .healthCare .floatContiner #backTop {}
}
/* css for medisure */

.healthCare.medisure .pageHeader {
    text-align: left;
}

.healthCare.medisure .leftMenuIcon {
    background: url(../images/health/menu_icon_bg.png) no-repeat;
    padding: 40px;
    margin-top: -6px;
}

.healthCare.medisure .pageSubHeader {
    color: #004f78;
    font-size: 20px;
    margin-bottom: 20px;
}

.healthCare.medisure .iconList {}

.healthCare.medisure .iconList li {
    list-style: none;
}

.healthCare.medisure .iconList a {
    display: block;
    clear: both;
}

.healthCare.medisure .iconList li .icon {
    width: 40px;
    height: 40px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/health/menu_icon.png);
    float: left;
    margin: 10px 0;
}

.healthCare.medisure .iconList a:hover li .iconDesc,
.healthCare.medisure .iconList a.active li .iconDesc {
    color: #FFC209;
}

.healthCare.medisure .iconList a:hover li .icon,
.healthCare.medisure .iconList a.active li .icon {
    background-position-y: -40px;
}

.healthCare.medisure .iconList li .iconDesc {
    margin-left: 50px;
    font-size: 13px;
    color: #505050;
    padding: 15px 5px;
}

.healthCare.medisure .iconList li .icon.icon1 {
    background-position: 0 0;
}

.healthCare.medisure .iconList li .icon.icon2 {
    background-position: -40px 0;
}

.healthCare.medisure .iconList li .icon.icon3 {
    background-position: -80px 0;
}

.healthCare.medisure .iconList li .icon.icon4 {
    background-position: -120px 0;
}

.healthCare.medisure .iconList li .icon.icon5 {
    background-position: -160px 0;
}

.healthCare.medisure .iconList li .icon.icon6 {
    background-position: -200px 0;
}

@media screen and (max-width: 768px) {
    .healthCare.medisure .leftMenuIcon {
        padding: 30px 0 10px 30px;
        margin-top: -6px;
    }
    .healthCare.medisure .iconList li .icon {
        width: 20px;
        height: 20px;
        background-size: 120px;
    }
    .healthCare.medisure .iconList li .iconDesc {
        margin-left: 20px;
        padding: 5px;
    }
    .healthCare.medisure .iconList li .icon.icon1 {
        background-position: 0 0;
    }
    .healthCare.medisure .iconList li .icon.icon2 {
        background-position: -20px 0;
    }
    .healthCare.medisure .iconList li .icon.icon3 {
        background-position: -40px 0;
    }
    .healthCare.medisure .iconList li .icon.icon4 {
        background-position: -60px 0;
    }
    .healthCare.medisure .iconList li .icon.icon5 {
        background-position: -80px 0;
    }
    .healthCare.medisure .iconList li .icon.icon6 {
        background-position: -100px 0;
    }
    .healthCare.medisure .iconList a:hover li .icon,
    .healthCare.medisure .iconList a.active li .icon {
        background-position-y: -20px;
    }
}

.healthTabSub {
    width: 100%;
    background: #0071AB;
    color: #FFF;
    font-size: 14px;
    padding: 10px 50px;
    box-sizing: border-box
}

.healthTabSub a {
    color: #FFF;
}

.healthTabSub a:hover {
    color: inherit;
}

.healthCare .healthTab .healthTabSub {
    display: none;
}

.healthCare.medisure .healthNavDiv {
    width: 620px;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .healthCare.medisure .healthNavDiv {
        width: 100%;
    }
}

.healthCare.medisure .healthNavDiv * {
    box-sizing: border-box;
}

.healthCare.medisure .healthNavDiv .upSection {
    background: url(../images/health/pointer_up.png) no-repeat bottom center;
    padding-bottom: 40px;
}

.healthCare.medisure .healthNavDiv .middleSection {
    color: #004f78;
    padding: 20px 90px 20px 60px;
}

.healthCare.medisure .healthNavDiv .middleSection .head {
    font-size: 27px;
}

.healthCare.medisure .healthNavDiv .middleSection .message {
    font-size: 14px;
}

.healthCare.medisure .healthNavDiv .downSection {
    background: url(../images/health/pointer_down.png) no-repeat top center;
    padding-top: 40px;
}

.healthCare.medisure .bigIcon {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    margin: 12px auto;
}

.healthCare.medisure .bIcon1 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
}

.healthCare.medisure .bIcon2 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    background-position: -105px;
}

.healthCare.medisure .bIcon3 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    background-position: -210px;
}

.healthCare.medisure .bIcon4 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    background-position: -315px;
}

.healthCare.medisure .bIcon5 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    background-position: -420px;
}

.healthCare.medisure .bIcon6 {
    width: 105px;
    height: 105px;
    display: block;
    background-repeat: no-repeat;
    background-position: -525px;
}

.healthCare.medisure .iconSet {
    text-align: center;
    width: 32%;
    display: inline-block;
}

.healthCare.medisure .upSection .iconSet {
    vertical-align: bottom;
}

.healthCare.medisure .downSection .iconSet {
    vertical-align: top;
}

.healthCare.medisure .iconSet .label {
    color: #545454;
    font-size: 14px;
    padding: 0 10px;
}

.healthCare.medisure .iconSet:hover .bigIcon {
    background-position: 0 -105px;
}

.healthCare.medisure .iconSet:hover .label {
    color: #FFC209
}

.healthCare .sectionGrid {}

.healthCare .sectionGrid .oneCol {
    overflow: auto;
}

.healthCare .sectionGrid .twoCol {
    width: 96%;
    margin: 0 auto;
}

.healthCare .sectionGrid .twoCol .leftCol {
    float: left;
}

.healthCare .sectionGrid .twoCol .rightCol {
    margin-left: 140px;
}

.healthCare .sectionGrid .twoCol .rightCol .colTitle {
    color: #505050;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 20px;
    font-family: "Maven Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif;
}

.healthCare .sectionGrid .twoCol .rightCol .colList {}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListIcon {
    float: left;
}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListContent {
    margin-left: 70px;
    color: #444;
}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListContent .colListContentTitle {
    color: #004f78;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListContent ul li {
    list-style: initial;
    font-size: 14px;
    line-height: 1.4;
}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListContent ul li ul li {
    list-style-type: circle;
}

.healthCare .sectionGrid .twoCol .rightCol .colList .colListContent ul li ul li:last-child {
    margin-bottom: 10px;
}

.healthCare .sectionGrid .twoCol .rightCol p {
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid {
    display: table;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid * {
    box-sizing: border-box;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow {
    display: table-row;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox {
    display: table-cell;
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox:first-child {
    padding-left: 0px;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox .boxIcon {
    text-align: center;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox .boxHead {
    color: #004f78;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox .boxDescri {
    font-size: 14px;
    color: #444;
}

.healthCare .sectionGrid .twoCol .rightCol .remarkBox {
    font-size: 12px;
    color: #505050;
    margin-top: 20px;
}

.healthCare .sectionGrid .twoCol .rightCol .remarkBox ol li {
    list-style-type: decimal-leading-zero;
    padding-top: 5px;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid.contactUs {
    text-align: center;
}

.healthCare .sectionGrid .twoCol .rightCol .colGrid.contactUs .colGridBox {
    border: 1px solid #ccc;
    padding-bottom: 20px;
    margin-left: 20px;
}

@media screen and (max-width: 640px) {
    .healthCare .sectionGrid .twoCol .leftCol {
        text-align: left;
        width: 100px;
    }
    .healthCare .sectionGrid .twoCol .rightCol {
        margin-left: 100px;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colTitle {
        padding: 10px 0px;
        font-size: 19px;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox {
        width: 100%;
        display: block;
        padding-left: 0px;
    }
    .healthCare .sectionGrid .twoCol .rightCol .tnc ol {
        padding-left: 20px;
    }
    .healthCare .sectionGrid .twoCol .rightCol p,
    .healthCare .sectionGrid .twoCol .rightCol .colGrid,
    .healthCare .sectionGrid .twoCol .rightCol .tnc {
        width: 96%;
        margin: 0 auto;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colList .colListIcon img {
        width: 30px;
        height: auto;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colList .colListContent {
        margin-left: 50px;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colList .colListContent .colListContentTitle {
        padding: 0 0 10px 0;
    }
    .healthCare.medisure .healthNavDiv {
        width: 100%;
        margin: 20px auto;
    }
    .healthCare.medisure .healthNavDiv .upSection,
    .healthCare.medisure .healthNavDiv .downSection {
        background-size: 100%;
    }
    .healthCare.medisure .bigIcon {
        width: 70px;
        height: 70px;
        background-size: 70px;
        margin: 12px auto;
    }
    .healthCare.medisure .bIcon1 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
    }
    .healthCare.medisure .bIcon2 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: -70px;
    }
    .healthCare.medisure .bIcon3 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: -140px;
    }
    .healthCare.medisure .bIcon4 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: -210px;
    }
    .healthCare.medisure .bIcon5 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: -280px;
    }
    .healthCare.medisure .bIcon6 {
        width: 70px;
        height: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 420px;
        background-position: -350px;
    }
    .healthCare.medisure .iconSet:hover .bigIcon {
        background-position: 0 -70px;
    }
    .healthCare.medisure .healthNavDiv .middleSection {
        padding: 10px;
    }
    .healthTabSub {
        color: #FFF;
        padding:10px 20px;
    }

    .healthCare .healthTab .healthTabSub {
        display: none;
        text-align: center;
    }
    .healthCare .sectionGrid .twoCol .rightCol .colGrid .colGridRow .colGridBox .boxIcon img {
        width: 80px;
        height: auto;
        margin-top: 20px;
    }
    .healthCare .sectionGrid .twoCol .rightCol .remarkBox ol li {
        margin-left: 16px;
    }
}

.healthCare .wayIcon {
    min-height: 100px;
    box-sizing: border-box;
    position: relative;
}

.healthCare .liveChatTxt {
    position: relative;
    color: #FFF;
    font-size: 22px;
    padding-left: 25px;
    top: -42px;
}

@media screen and (max-width: 640px) {
    .healthCare .liveChatTxt {
        top: -38px;
    }
}

.healthCare .boxSet {
    width: 46%;
    min-height: 380px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #CCC;
    padding: 20px;
    float: left;
}

/* 150708 c */

.healthCare .boxSet.left {
	 width:63% ;
	 border:0 !important;
	 padding:0 !important;
}

.healthCare .boxSet.right {
	 width:33%;
}

@media screen and (max-width: 1023px) {
.healthCare .boxSet.left {
	 width:100% ;
	 border:0 !important;
	 padding:0 !important;
}

.healthCare .boxSet.right {
	 width:100%;
}
}

/* 150708 end */

.healthCare .boxSet+.boxSet {
    margin-left: 20px;
}

.healthCare .boxSet+.boxSet .wayIcon {
    padding-top: 20px;
}

.healthCare .ways {
    font-size: 28px;
    color: #505050;
    font-weight: bold;
    padding: 15px 0px;
    min-height: 66px;
    display: block;
}

.healthCare .waysDescri {
    font-size: 14px;
    color: #505050;
    min-height: 32px;
}

.healthCare .remarkBox {
    background: #EBEBEB;
    padding: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #505050;
}

@media screen and (max-width: 890px) {
    .healthCare .contactUsPopUp {
        width: 100%;
        text-align: center;
    }
    .healthCare .boxSet {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-top: 20px;
    }
    .healthCare .boxSet+.boxSet {
        margin-left: auto;
    }
    .healthCare .boxSet+.boxSet img {
        width: 160px;
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    .healthCare .wayIcon {
        min-height: initial;
    }
    .healthCare .wayIcon img {}
    .healthCare .ways {
        min-height: initial;
        font-size: 22px;
    }
    .healthCare .boxSet {
        height: auto;
        width: 100%;
    }
}

.healthCare .sectionGrid table {
    margin: 20px auto;
    width: 96%;
}

.healthCare .sectionGrid table tr {
    border-bottom: 1px solid #ACAFBD;
}

.healthCare .sectionGrid table tr td {
    font-size: 14px;
    /*padding: 1%;*/
				padding: 10px 1px;
}

.healthCare .sectionGrid table tr.row1 th {
    background: #0071AB;
    color: #FFF;
    padding: 1%;
    font-size: 15px;
}

.healthCare .sectionGrid table tr.row1 th:nth-child(2) {
    background: #025B89;
}

.healthCare .sectionGrid table tr.row2 {
    background: #2E2E39;
    color: #FFF;
}

.healthCare .sectionGrid table tr.row2 td:nth-child(2n+2) {
    text-align: center;
}

.healthCare .sectionGrid table tr.row2 td:nth-child(2n+3) {
    text-align: center;
}

.healthCare .sectionGrid table tr.data td+td {
    text-align: center;
}

.healthCare .sectionGrid table tr.data td:nth-child(2n+2) {
    background: #E6E8EC;
}

.healthCare .sectionGrid table tr.data td:nth-child(2n+3) {
    background: #CFD3DA;
}

.healthCare .sectionGrid table tr.data td:first-child {
    background: #FFF;
}

.healthCare .detailsTable {}

.healthCare .detailsTable th {
    padding: 1%;
    font-size: 15px;
    color: #fff;
}

.healthCare .detailsTable th:not(:first-child) {
    text-align: center;
}

.healthCare .detailsTable td {
    width: 10%;
}

.healthCare .detailsTable tr th:nth-child(odd) {
    background: #0071AB
}

.healthCare .detailsTable tr th:nth-child(even) {
    background: #025B89;
}

.healthCare .detailsTable tr.moreInfoHead td:nth-child(odd),
.healthCare .detailsTable tr.moreInfoContent td:nth-child(odd) {
    background: #86CDF2;
    text-align: center
}

.healthCare .detailsTable tr.moreInfoHead td:nth-child(even),
.healthCare .detailsTable tr.moreInfoContent td:nth-child(even) {
    background: #A6DBF7;
    text-align: center
}

.healthCare .detailsTable tr.moreInfoHead td:first-child,
.healthCare .detailsTable tr.moreInfoContent td:first-child {
    background: #FFF;
    text-align: left
}

.healthCare .detailsTable td:first-child {
    width: 50%;
}

.healthCare .detailsTable .subTerm {
    background: #20355F;
    color: #FFF;
}

.healthCare .detailsTable .subTerm td {
    padding: 10px;
}

.healthCare .detailsTable .subTerm2 {
    text-align: center;
}

.healthCare .detailsTable .moreInfoContent {
    display: none;
}

.healthCare .detailsTable .subCat {
    text-align: center;
    background: #65A4C5;
}

.healthCare .detailsTable .subCat td {
    padding: 5px;
    color: #FFF;
    font-weight: bold;
}

.healthCare .detailsTable .more {
    float: left;
}

.healthCare .detailsTable .moreInfoHeadTerm {
    margin-left: 20px;
    font-weight: bold;
    color: #666;
}

.healthCare .detailsTable .opened .more {
    background-position: 12px -19px;
}

@media screen and (max-width: 768px) {
    .healthCare .detailsTable .opened .more {
        background-position: 3px -19px;
    }
    .healthCare .detailsTable th {
        font-size: 14px;
    }
}

.healthCare .detailsTable .moreInfoContent td:first-child {
    padding-left: 6%;
}

.coverBG {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 30%;
    width: 100%;
    display: block;
    top: 80%;
    z-index: 2;
}

.healthCare .OneField,
.healthCare .TwoField,
.healthCare .SpecialTwoField {
    max-width: none;
}

.appMessage {
    /*width: auto;*/
}

@media screen and (max-width: 480px) {
    .appMessageNo {
        padding: 5px 0;
    }
}

.tipsBanner img {
    max-height: none;
}

.healthCare .contentList {}

.healthCare .resultPaging {
    border-radius: 5px;
}

.healthCare .contentList {}

.healthCare .contentList * {
    box-sizing: border-box;
}

.healthCare.information h1 {
    font-size: 24px;
    color: #015a86;
    margin-top: 20px;
}

.healthCare.information h1 span {
    text-align: left;
    padding: 0px 0%;
    font-size: 12px;
    line-height: 2;
    color: #505050;
    display: block;
}

.healthCare.information .rightCompareTable {
    margin: 0 auto;
    float: none;
    width: 84%;
}

.grid {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    padding: 2em 0 4em;
}
/* Common style */

.grid > h2 {
    padding-bottom: 5px;
    /*    border-bottom: 3px solid #F1F4F9;*/
}

.grid .figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 280px;
    max-width: 280px;
    max-height: 190px;
    width: 45%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border: 5px solid rgba(241, 244, 249, 1);
    border-width: 1px 5px 5px 1px;
}

.grid .figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid .figure .figcaption {
    padding: 2em;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid .figure .figcaption::before,
.grid .figure .figcaption::after {
    pointer-events: none;
}

.grid .figure .figcaption,
.grid .figure .figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid .figure .figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid .figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    min-height: 46px;
}

.grid .figure h2 span {
    font-weight: 800;
    font-size: 16px;
}

.grid .figure h2,
.grid .figure p {
    margin: 0;
}

.grid .figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Oscar *****/
/*---------------*/

.figure.effect-oscar {}

.figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.figure.effect-oscar .figcaption {
    padding: 1em;
    background-color: rgba(56, 56, 56, 0.4);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.figure.effect-oscar .figcaption::before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #fff;
    content: '';
}

.figure.effect-oscar h2 {
    margin: 10% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
}

.figure.effect-oscar .figcaption::before,
.figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.figure.effect-oscar:hover .figcaption::before,
.figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.figure.effect-oscar:hover .figcaption {
    background-color: rgba(58, 52, 42, 0);
    color: #FFF;
}

.figure.effect-oscar:hover img {
    opacity: 0.4;
}

.featureContainer {
    background: rgba(241, 244, 249, 0.17);
    margin: 20px -100%;
    border-bottom: 5px solid rgba(241, 244, 249, 1);
    border-top: 1px solid rgba(241, 244, 249, 1);
}

.feature {
    background: #FFF;
    /*    background: rgba(241, 244, 249, 0.17);*/
    
    margin-top: 20px;
    width: 100%;
    margin: 0 auto;
    max-width: 582px;
    border-bottom: 3px solid #ddd;
    margin-right: 20px;
}

.feature .featureImg img {
    display: block;
    float: left;
    max-width: 284px;
}

.feature .figcaption {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .feature .figcaption {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .feature .featureImg img {
        max-width: none;
        width: 100%;
    }
}

.feature .figcaption h2 {
    font-size: 18px;
    margin-bottom: 5%;
    color: #015a86;
    font-weight: bold;
}

.feature .figcaption p {
    font-size: 14px;
    margin-bottom: 5%;
    text-align: justify;
    width: 100%;
}

.tipsBanner span {
    position: absolute;
    font-size: 28px;
    top: 20%;
    left: 50%;
    margin-left: -25%;
    color: #015a86;
}

.healthCare #demo {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.healthCare #demo .dHeader {
    margin-top: 50px;
    border-left: 5px solid #015a86;
    padding-left: 10px;
}

.healthCare #demo h1 {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
}

.healthCare #demo .timestamp {
    font-size: 12px;
    color: #666;
}

.healthCare #demo .owl-carousel .owl-wrapper-outer {
    background: rgba(241, 244, 249, 0.17);
    box-sizing: border-box;
    border: 5px solid rgba(241, 244, 249, 1);
    border-width: 2px 5px 5px 2px;
    margin: 10px auto;
    color: #555;
}

.healthCare #demo .owl-carousel .owl-wrapper-outer h2 {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.healthCare #demo .owl-carousel .owl-wrapper-outer p {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

.healthCare #demo .owl-theme .owl-controls .owl-buttons div {
    background: #f2f2f2;
    color: #015a86;
    opacity: 0.8;
    border-radius: 5px;
}

.healthCare #demo .back {
    background: #015a86;
    color: #FFF;
    opacity: 0.8;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.healthCare #demo .owl-carousel .owl-item {
    float: left;
}

.healthCare #demo .owl-carousel .owl-item img {
    width: 100%;
}

.buttonColor1 {
    background: #015a86;
    -moz-box-shadow: inset 0px 1px 2px 0px #015a86;
    -webkit-box-shadow: inset 0px 1px 2px 0px #015a86;
    box-shadow: inset 0px 1px 2px 0px #015a86;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2382b2), color-stop(1, #015a86));
    background: -moz-linear-gradient(top, #2382b2 5%, #015a86 100%);
    background: -webkit-linear-gradient(top, #2382b2 5%, #015a86 100%);
    background: -o-linear-gradient(top, #2382b2 5%, #015a86 100%);
    background: -ms-linear-gradient(top, #2382b2 5%, #015a86 100%);
    background: linear-gradient(to bottom, #2382b2 5%, #015a86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2382b2', endColorstr='#015a86', GradientType=0);
    background-color: #2382b2;
    box-shadow: none;
    border: 1px solid #024D73;
    border-radius: 2px
}

.buttonColor1:hover {
    background: #2382b2;
}

@media screen and (max-width: 480px) {
    .healthCare.productDetails .PDRightPanel {
        padding-top: 0;
    }
}

.healthCare .applicationTnc {
    max-width: 860px;
}

.moreBar {
    background: #2D566E;
    background: rgba(45, 86, 110, 0.54);
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 0px;
    box-sizing: border-box;
}

.bIconHealth {
    width: 50px;
    height: 46px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/health/nav_icon.png);
    background-size: auto 47px;
    vertical-align: middle;
    margin-right: 10px;
}

.lt-ie10 .bIconHealth,
.lt-ie9 .bIconHealth {
    background-image: url(../images/health/health_IE.png);
}

.moreBarLeft {
    float: left;
}

.buttonColor1 {
    float: right;
}
.moreBarWord {
    display: inline-block;
    max-width: 360px;
    text-align: left;
    padding-top: 5px;
}

/*@charset "utf-8";*/
.clubProfile.renew {}

.clubProfile.renew .leftSearchPanel {
    display: block;
}

.clubProfile.renew .leftSearchPanel .infoField {
    color: #FFF;
}

.clubProfile.renew .leftSearchPanel .infoField input {
    width: 100%;
}

.clubProfile.renew .leftSearchPanel .pageHeader {
    padding: 11px;
}

.clubProfile.renew .leftSearchPanel .youChosen {
    font-size: 25px;
}

.clubProfile.renew .leftSearchPanel .infoTable {
    display: block;
    background: #65A4C5;
    border-radius: 0 10px 0 0;
}

.clubProfile.renew .rightCompareTable {
    width: 77%
}

.clubProfile.renew .rightCompareTable .TwoField,
.clubProfile.renew .rightCompareTable .SpecialTwoField {
    max-width: 700px;
}

.clubProfile.renew .SpecialTwoField .relationship {
    min-width: 95px;
}
.checkBoard .clubProfile.renew .SpecialTwoField .relationship {
    min-width: 130px;
}

.clubProfile.renew .inputBoard .SpecialTwoField .remove {
    position: absolute;
    margin-left: -30px;
    margin-top: 10px;
    cursor: pointer;
    background: #eee;
    padding: 6px;
}

.clubProfile.renew .inputBoard .SpecialTwoField + .SpecialTwoField .relationship:before {
    margin-top: 0;
}

.clubProfile.renew .checkBoard .rightCompareTable {
    float: right;
    width: 100%;
}

.clubProfile.renew .mobile {
    display: none;
}

.clubProfile.renew .desktop {}

@media screen and (max-width: 1208px) {
    .step {
        width: 100%;
        margin: 0;
    }
    .clubProfile.renew .mobile {
        display: block;
    }
    .clubProfile.renew .desktop {
        display: none;
    }
    .clubProfile.renew .leftSearchPanel,
    .clubProfile.renew .rightCompareTable {
        width: 100%;
        float: none;
        right: 0;
        position: relative;
        top: 20px;
        padding: 0;
        margin: 0;
        z-index: 1;
    }
    .clubProfile.renew .leftSearchPanel .infoTable {
        margin: 0 2%;
        border-radius: 10px 10px 0 0;
    }
    .clubProfile.renew .compareSection {
        margin: 0 2%;
    }
    .clubProfile.renew .OneField,
    .clubProfile.renew .TwoField,
    .clubProfile.renew .SpecialTwoField {
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
        max-width: none;
    }
    .clubProfile.renew .inputBoard .SpecialTwoField .relationship {
        margin-left: 0;
    }
    .clubProfile.renew .inputBoard .SpecialTwoField .relationship:before {
        margin-top: 0px;
    }
    .clubProfile.renew .SpecialTwoField .grid1 {
        /*padding-left: 30px;*/
    }
    .clubProfile.renew .AppDetails {
        padding: 20px 2% 30px
    }
    .appLogin .input,
    .AppDetails .input {
        box-sizing: border-box;
    }
}
/*CMS*/
div.esdcms { position: absolute; z-index: 10; }
    div.esdcms a.edit { display: inline-block; width: 20px; height: 20px; background: url(images/edit.png) no-repeat; cursor: pointer; }
    div.esdcms a.clear { display: inline-block; width: 20px; height: 20px; background: red; cursor: pointer; }
    div.esdcms a.version { display: inline-block; width: 20px; height: 20px; background: purple; cursor: pointer; }
div.contextMenu { display: none; }

div.admin-header-links { position: fixed; z-index: 100; background: #ccc; text-align: left; height: 20px; overflow: hidden; }
    div.admin-header-links h3 { text-align: center; height: 20px; }

#login_frame { border: none; width: 100%; height: 94px; margin-top: -3px; margin-left: 0px; padding: 0; position:relative;}
#mobilelogin_frame { border: none; width: 100%; padding: 0; height:200px; }
.language-list .active a { color: #FFFFFF; }

.divhomefocus { z-index: 9; position: relative; }
/*首頁焦點閃爍*/


.planDetails a, .planDetails a:visited { color: #fff; }

.validation-summary-errors, .field-validation-error { font-size: 14px; color: #900; padding: 5px; }

#popupBox p { font-size: 14px; color: #f00; min-width: 300px; line-height: 30px; }

#promomsg { display: none; }

.resultPreviousPage { display: inline-block; margin: 0 8px; }

.resultPreviousPage { width: 0px; height: 0px; border-style: solid; border-width: 5px 6px 5px 0; border-color: transparent #6a6aaf transparent transparent; }

.AppDetails .inputText300 { width: 300px; }

/*product name css of product quote page*/
/*.planType { height: 28px; overflow: hidden; }*/
.planSection .inputSelect { font-size: 14px; }


/*驗證出錯文字顯示樣式*/
label.error { color: #DD0000; cursor: pointer; line-height: 14px; margin-top: 6px; font-size: 12px; }

    label.error:before { content: "↑"; color: #000; position: relative; top: -2px; margin: 0 2px; font-size: 14px; }

/* left quote error message*/
.planSection .error { color: #f00; }

/*application page error message*/
/*#appForm .SpecialTwoField label.error { display: inline-block; width: 110px; margin-top: -1px; }2014-6-18*/
/*#appForm .healthCase label.error { display: inline-block; width: 110px; margin-top: -1px; }
#appForm .healthCase label.error[for*="Gender"] { min-width: 200px; }
#appForm label.error[for*="Surname"] { display: inline-block; min-width: 140px; }
#appForm label.error[for*="GivenName"] { display: inline-block; min-width: 140px; }
*/

/*#appForm textarea { background: none; }2014-6-10*/

#step1 { width: 130px; }
#step2 { width: 120px; }
#step3 { width: 120px; }
#step4 { width: 120px; }

/*input.inputDate[readonly="readonly"] { color: #000 !important; }*/

/*#lblLastName label.error { display: inline-block; width: 145px; margin-top:-1px; }2014-6-18*/

.bTravel { background-position-y: 0; }
.bMotor { background-position-y: 0; }

#contactUs .inputSelect { max-width: 350px; }
#contactUs .input { max-width: 330px; }

#cargoVesselModel { padding: 5px 14px; text-align: center; width: 223px; border: medium none; background: #fff; }
#homeInsuredBuildingSum { padding: 14px; text-align: center; width: 223px; border: medium none; background: #fff; }

@media (max-width: 1023px) {
    #cargoVesselModel { width: 260px; text-align: left; }
    #homeInsuredBuildingSum { width: 260px; text-align: left; }
}


.on_changes { width: 232px; position: absolute; list-style: none; background: #FFF; border: 1px solid #000; display: none; padding: 10px; }
    .on_changes li { margin: 4px; padding: 2px; list-style: none; }
        .on_changes li.active { background: #CEE7FF; }


.divhomefocus #sportPlanType { width: 330px; }
.divhomefocus #healthPlanType { width: 330px; }

@media (max-width: 1023px) {
    .divhomefocus #sportPlanType { width: 290px; font-size: 14px; }
    .divhomefocus #healthPlanType { width: 290px; font-size: 14px; }
}

#showmoreDetails { display: none; }
.emailtips { font-size: 12px; width: 350px; }
@media screen and (max-width: 768px) {
    .emailtips { width: 270px; }
}
@media screen and (max-width: 640px) {
    .emailtips { width: 100%; }
}


/*Quote 页面Promotion Code 提示*/
.promoTip { color: #FFF; font-size: 12px; font-family: "Maven Pro","微軟正黑體", "Microsoft JhengHei", "標楷體", "DFKai-sb", serif, "Times New Roman", sans-serif; }


.planSection .inputSelectWorldwideRoundTrip { width: 100%; /*150px220px*/ padding: 5px; color: #FFFFFF; font-weight: bold; }

.PremiumDetails { width: 400px; }
#ChosenInfoForm .infoTable { border-top-right-radius: 25px; }
.couponBottom .couponDiscount { min-height: 45px; }
.promotionTip { font-size: 12px; }
.inputNumber2 { width: 30px; text-align: center; }
.AppConfirm .SpecialTwoField .grid1 { min-width: 150px; max-width:150px; }

span.insuredType { font-weight: bold; }

#colorbox { z-index: 20000; }
/*条款不被挡住*/
.couponBG { right: 0px; }
/*thankyou页coupon图标不挡住*/

/*报价页Notes CMS的内容手机版左对齐*/
.QuoteNotesClass ol { text-align: left; }

/*错误提示CSS*/
.ReEnrolment { width: 300px; }
.appLoginError { display: inline-block; width: 210px; }
.appName { display: inline-block; width: 160px; }
.appInsuredName { display: inline-block; width: 110px; }
.appInsured { display: inline-block; width: 140px; }
.appInsuredHospital { display: inline-block; width: 160px; }
.appCargoPhone { display: inline-block; width: 170px; vertical-align: top; }
.inputDateMyself { width: 130px; }

@media screen and (max-width: 480px) {
    /*错误提示CSS*/
    .ReEnrolment { width: auto; }
    .appLoginError { display: block; width: auto; }
    .appName { display: block; width: auto; }
    .appInsuredName { display: block; width: auto; }
    .appInsured { display: block; width: auto; }
    .appInsuredHospital { display: block; width: auto; }
    .appCargoPhone { display: block; width: auto; vertical-align: top; }
    .inputDateMyself { width: auto; }
}

#homeEffectiveDate { padding: 14px; text-align: left; width: 150px; background: url(../images/msig_input_icon_02.png) 145px center no-repeat #FFF; border: none; height: 18px !important; }

@media screen and (max-width: 1023px) {
    #homeEffectiveDate { margin-top: 5px; width: 260px; background-position: 250px center; }
}

#done, #done_travel, .donebutton { padding:10px; border-radius:20px; margin-top:10px; background:url(../images/bg_btn_red_big.png) repeat; color:#FFF; border:none;  cursor:pointer; width:80px; margin:10px auto 0px;text-align:center; }

.ui-front { z-index: 100000 !important; }

.mobileMenu .mobileHeader #mobileLoginDiscount { width: 216px; height: 0px; float: right; }
.myProfile .TwoField { max-width: 600px; }

.WelcomeLineHeight{line-height:6px;}

/*去掉EWallet使用过的coupon样式*/
.clubWallet .used .recordDate, .clubWallet .used .recordName, .clubWallet .used .recordNo, .clubWallet .used .recordPeriod {
    text-decoration : none;
    color:#BBBBBB;
}

/*预览页显示文字div宽度*/
.PreviewDisplayTextWidth{width: 500px;word-wrap: break-word;}
@media (max-width: 1023px){.PreviewDisplayTextWidth{width: 250px;word-wrap: break-word;}}

/*cargo报价页属性下li中的div样式terms改名为terms_cargo，使不会促发事件，样式内容是一样的*/
.terms_cargo {color: #505050;display: inline-block;font-size: 13px;max-width: 380px;padding: 3px 0;width: 100%;}

#searchList ol, #searchList ol li { list-style: none; }
