/* basic */
html, body{height:100%;padding:0;background-color: #D7EDEB;}

* html, * html body{
    margin:0;
    padding: 0 0 10px;
    font:100% arial,tahoma,verdana,sans-serif;
	height: 100%; 
	background-color: #D7EDEB; /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(161,219,255,1) 1%, rgba(203,235,255,1) 47%, rgba(240,249,255,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(161,219,255,1) 1%,rgba(203,235,255,1) 47%,rgba(240,249,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(161,219,255,1) 1%,rgba(203,235,255,1) 47%,rgba(240,249,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1dbff', endColorstr='#f0f9ff',GradientType=0 );*/
}
.table-title{    
    background-color: #D7EDEB;	
	color:black;
}
.table-header{    
    background-color: #F16E36;
	font:100% arial,tahoma,verdana,sans-serif;
	font-size: 10pt;
	color:white;
}
.table-subheader{    
    background-color: #f59870;
	font:100% arial,tahoma,verdana,sans-serif;
	font-size: 10pt;
	color:black	;
}
.table-subheader2{    
    background-color: #99CCFF;
	font:100% arial,tahoma,verdana,sans-serif;
	font-size: 10pt;
	color:#000000;
}
#outer { 
    overflow:auto;
    height:99.9%;
}
#container {
    width:100%;
    height:100%;
    position:absolute;
    overflow:auto;
    z-index:1;
}

#layout-header{
    position:absolute;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
    top:0px;
    left:0px;
    height:120px;
    margin:0;
    padding:0;
    z-index:999;
    overflow:visible;
}

#layout-header-inner {
    height:120px;
}
#layout-footer-inner {
    height:20px;
    background-color: #D7EDEB;
}
* html #layout-header-inner,* html #layout-footer-inner {margin-right:17px;}

#layout-footer {
    position:absolute;
    bottom:0px;
    width:100%;
    height: 20px;   /* Height of the footer */
    text-align: center;
    z-index: 999;
}

.layout-header-spacer {height:90px;}
.layout-footer-spacer {height:30px;}/* same height as footer/header to preserve space*/
html>body #layout-header,html>body #layout-footer {position:fixed;}

a:link,a:visited{color:#0000FF; text-decoration: underline;}
a:hover,a:active{color:#D000D0; text-decoration: underline;}
img {border:none}
input {font-family: arial,tahoma,verdana,sans-serif; font-size: 10pt; margin: 2px 0}

/* same size as table content*/
.formTableTitle {
    font: bold 90% arial;	
    padding: 10px 0 5px 0;
}

table.formTable {
    font-size:100%;
    border-collapse: collapse;
    border: 0px solid #d0d0d0;
}

table.formTable tr {
    color: #000000;
    height: auto;
}

table.formTable td {
    font: 10pt arial;
    border: 0;
    padding: 1px 10px 1px 4px;
}

table.formTable td.table-title {
    font: 24pt arial;
    border: 0;
    padding: 1px 10px 1px 4px;
}

table.formTable td.label {
    font-weight: bold;
}

table.formTable td.title {
    border: 0px solid #D7EDEB;
    padding: 4px 4px;
    font: bold 100% arial;
    font-size:150%
}

table.formTable td.bottomline {
    border-bottom:1px solid black
}

table.formTable td.lightBlueLine {
    background-color: #B4CFEC;
    border-bottom:1px solid black
}

table.formTable td.lightGrayLine {
    background-color: #EBDDE2;
    border-bottom:1px solid black
}

table.formTable a {
    text-decoration: none;
}
table.formTable td.table-subheader a:link, a:visited {    
	font-size: 10pt;
	text-decoration: none;
	color:black;
}

td.formTableNotice {
    background-color: #ffffff;
    font-style: italic;
}

table.searchResultTable {
    border-collapse:collapse;
    font-size:90%;
}

table.searchResultTable th {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 4px 5px;
    font: bold 100% arial  
}

table.searchResultTable td {
    border-bottom: 1px solid #ffffff;
    padding: 3px 5px;
}

table.searchResultTable a {
    text-decoration: none;
}

fieldset
{
    padding: 0 5px 10px;
    margin: 0 20px 20px;
    border: 1px solid #3E4A49;
}

legend
{
    color: #FFFFFF;
    background-color: #4899BE;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0;
    /*width: 9em;*/
	width: 20;
    border: 1px solid #3E4A49;
}

div.scroll_title_list{
	margin-top: 50px;
	overflow: auto;
	font-size: 16px;
	width: 90%;
	height: 300px;
    padding-left: 5%;
    padding-right: 5%;
}

div.table_scroll_title{
	display: table;
	height: 15%; 
	width: 100%; 
	overflow: auto;
	text-align:center;
	font-size: 14px;
	color: #297ACC;
	
}

span.label_title_mid{
	display: table-cell;
	width: 90%;
	padding-left: 10px;
	vertical-align: middle;
	padding: 10px;
	background-color: #FFFFEB;
}

span.label_title_right{
	display: table-cell;
	width: 10%;
	padding-left: 10px;
	vertical-align: middle;
	padding: 10px;
	background-color: #FFFFEB;
}

div.table_row{
	display: table;
	width: 100%;
	height:10%;
	margin-bottom:30px;
	margin-top:10px;
}

span.label_left
{
	display: table-cell;
	width: 10%;
	padding-left: 10px;
	vertical-align: middle;
	text-align: right;
}

span.label_right
{
	display: table-cell;
	width: 85%;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}

div.table_scroll_menu1{
	display: table;
	height: 20px; 
	width: 100%; 
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	
}

div.table_scroll_menu2{
	display: table;
	height: 20px; 
	width: 100%; 
	background-color: #D7EDEB;
	font-size: 12px;
	color: #000000;
	
}

span.scroll_menu_left
{
	display: table-cell;
	width: 90%;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}

div.table_inner_scroll_list{
	height:600px;
	overflow:auto;
}

span.scroll_menu_right{
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	padding: 5px;
	text-align:center;
}

label
{
    float: left;
    clear: left;
    text-align: right;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    padding-top: 0.25em;
    margin: 0.25em 5px 0 0;
}

textarea
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    margin: 0.25em 0 0 0;
}

input, select
{
    margin: 0.25em 0 0 0;
}

input:focus, select:focus
{
    border: 1px solid #4899BE;
}

input.button
{
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top-color:#4899BE;
    border-left-color:#4899BE;
    border-right-color:#4899BE;
    border-bottom-color:#4899BE;
}

input.cancel
{
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-top-color:#4899BE;
    border-left-color:#4899BE;
    border-right-color:#4899BE;
    border-bottom-color:#4899BE;
}

.linkfont {
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:84%;
}

.displayView
{
    font-weight: bold;
    float: left;
    text-align: left;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    margin: 0.5em ;
}


.errormsg_header
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: red;
    margin: 0 20;
}

.errormsg
{
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 8pt;
    color: red;
    margin: 0 20;
}

.disable
{
background-color: #808080;	
}

tr.hover_row{
	background-color:white;
}

tr.hover_row:hover {
	background-color: #FFFFCC;
	/*cursor:pointer;*/
}

td.hover_td{
	background-color:white;
}

td.hover_td:hover {
	background-color: #FFFFCC;
	/*cursor:pointer;*/
}


.table-boder{
	border:grey 1px solid;
}


.tooltip {outline:none; }
.tooltip strong {line-height:30px;}
.tooltip:hover {text-decoration:none;} 
.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:15px; margin-left:-40px;
    width:200px; line-height:16px;
}
.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:0px;border:0;left:0px;}

.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.border{
	position: absolute;
	float:right;
	margin-top: 4px;
	width:0px;
	height:10px;
	border-width:6px;
	border-style:solid;
	border-color:gray transparent transparent transparent;
	
}

.borderDesc{
	position: absolute;
	float:right;
	margin-top: -12px;
	width:0px;
	height:10px;
	border-width:6px;
	border-style:solid;
	border-color: transparent transparent gray transparent;
	
}
/*-----------------------------------light box-------------------------------------------*/
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	/*width: 100%;
	height: 100px;*/
	top: 50%;
    left: 50%;
	margin-left: auto;
    margin-right: auto;
	/*left: 40%;
	top: 40%;*/
	display: none;
	position: absolute;
	list-style:none;
	padding: 16px;
	box-shadow:inset 0 0 4px 4px #999;
	background-color: #D7EDEB;
	z-index:1002;
	overflow: auto;
	border-radius:10px;
}
.white_content2 {
	width: 600px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left:-300px;
	margin-top:-250px;
	display: none;
	position: fixed;
	list-style:none;
	padding: 16px;
	box-shadow:inset 0 0 4px 4px #999;
	background-color: #D7EDEB;
	z-index:1002;
	overflow: auto;
	border-radius:10px;
}

.white_content_cross {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	font-weight: bold;
	font-size:72;
	margin-left:-300px;
	margin-top:-250px;
	display: none;
	position: fixed;
	list-style:none;
	padding: 16px;
	box-shadow:inset 0 0 4px 4px #999;
	overflow: auto;
	border-radius:10px;
	background-color: black;
	z-index:1003;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content_msg {
	width: 300px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left:-150px;
	margin-top:-50px;
	display: none;
	position: fixed;
	list-style:none;
	padding: 16px;
	box-shadow:inset 0 0 4px 4px #999;
	background-color: #D7EDEB;
	z-index:1002;
	overflow: auto;
	border-radius:10px;
}


.white_content_popup_inside {
	width: 550px;
	height: 450px;
	left: 50%;
	top: 50%;
	margin-left:-275px;
	margin-top:-225px;
	display: none;
	position: fixed;
	list-style:none;
	padding: 16px;
	box-shadow:inset 0 0 4px 4px #999;
	background-color: #D7EDEB;
	z-index:1004;
	overflow: auto;
	border-radius:10px;
}
.black_overlay_popup_inside{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: black;
	z-index:1003;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

* {margin: 0;padding:0;}
.mask-loading {
  widows: 50%;
  background-color: rgba(0, 0, 0, .75);
}

.spinner {
      position: fixed;
      top: 50%;
      left: 50%;
 }
 
/*.crop { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:100px;outline:none; }*/
.crop:hover {text-decoration:none;} 
.crop div {
    z-index:10;display:none; padding:14px 20px;
    margin-top:15px; 
    width:200px; line-height:25px;
	border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}
.crop div.word_wrap{
    width: 190px; 
    word-wrap: break-word;

}
.crop:hover div{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}

tr .demo_pregnant_breastfeed {
	display: none;
}

.fixed-size{
	width:400;
	height:200;
	max-height:450;
}
.fixed-size-package{
	width:275;
	height:250;
	max-height:450;
}
.fixed-size-nutri{
	width:125;
	height:250;
	max-height:450;
}
.fixed-size-demo{
	width:400;
	height:200;
	max-height:450;
}
.fixed-size-demo1{
	width:400;
	height:200;
	max-height:450;
}
.fixed-size:hover{
	display:inline;
	color:#111;
    border:1px solid #DCA; 
	background:#fffAF0;
}
.lg-backdrop.in {
    opacity: 0.85;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #FFF;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
/*=========================================================spinner======================================================*/
.spinner {
      position: fixed;
      top: 50%;
      left: 50%;
 }
 /*=======================================================page button===================================================*/
.next:hover {
    color: #ee6211;
	font-weight: bold;
}


.next:link, .next:visited{
    color: #f07027;
}

.nexthidden:link, .nexthidden:hover, .nexthidden:visited, .nexthidden:active{
    color: #D7EDEB;
	cursor: default; 
}

.nexthidden {
	text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	font-size: 30px;
	color: #D7EDEB;
}

.next {
	text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
	font-size: 30px;
	
}
.round {
    border-radius: 50%;
}