/* flex */
.my-container{
	display: flex;
	justify-content: space-between;
}

/* standard classes */
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size24 { font-size: 24px; }
.size28 { font-size: 28px; }

.no_link {text-decoration: none;}

.img_btn { cursor: pointer; }
.img_left {float: left;}
.img_right {float: right;}

.cal_btn {
	width: 46px;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif ;
	border: none;
	display: inline-block;
	padding: 4px 8px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
}

/* drag and drop list styles */
#section-list { list-style-type: none; margin: 0; padding: 0; } 
#section-list li {padding: 2px 2px 2px 2px;background-color: #FFFFCC;border: 1px solid #3CA18E;float: left;width: 250px;height: 30px;margin: 2px 2px 2px 2px;}
#section-list .handle { float: left; margin-right: 10px; cursor: move; } 
/* --------------------------------------------------------------------- */

/* Go To Top button position control  */
#scroll-top-btn {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 10px;
	z-index: 99;
  }

  #scroll-top-btn:hover {
	background-color: #fd7c57;
  }
  /* --------------------------------------------------------------------- */

  /* Emailtip CSS */
.emailtip_head {
	background-color: #4e8adc;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #4e8adc;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.emailtip_body {
	width: 650px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #4e8adc;
	border-right: 1px solid #4e8adc;
	border-bottom: 1px solid #4e8adc;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/* --------------------------------------------------------------------- */

  /* Tooltip CSS */

.tooltip_head {
	background-color: #4e8adc;
	font-size:12px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	padding:1px;
	border: 1px solid #4e8adc;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

.tooltip_body {
	width: 350px;
	background-color: white;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #4e8adc;
	border-right: 1px solid #4e8adc;
	border-bottom: 1px solid #4e8adc;
	text-align: left;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
/* --------------------------------------------------------------------- */

/* pagination */
.pag_input {
	font-size:11px;
	color: blue;
	width: 25px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	padding: 1px;
}
.pag_align { vertical-align: middle; }
/* --------------------------------------------------------------------- */

/* JQuery Alerts CSS */
#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #00C;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	background-color: #fc601d;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {background-image: url(images/info.gif);}
#popup_content.confirm {background-image: url(images/important.gif);}
#popup_content.prompt {background-image: url(images/help.gif);}
#popup_message {padding-left: 48px;}
#popup_panel {text-align: center;	margin: 1em 0em 0em 1em;}
#popup_prompt {	margin: .5em 0em;}
/* --------------------------------------------------------------------- */

