/* Safari webkit*/
input:not([type=checkbox]):not([type=radio]), textarea {
  -webkit-appearance: none;
}
input:not([type=checkbox]):not([type=radio]):not([class^='button']):not([class^='btn']), textarea {
  -webkit-border-radius: 0;
}

/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #dddddd;
	background-color: rgba(221,221,221, 1.00);
	font-family:'Droid Serif', Arial, Sans-Serif;
	font-weight: bold;
	border-radius: 6px;
	color: #555555;
	display: none;
	padding: 10px;
	position: absolute;
	z-index: 19000000;
	max-width: 300px;
	font-size:14px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(221,221,221, 1.00);
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(221,221,221, 1.00);
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(221,221,221, 1.00);
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(221,221,221, 1.00);
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #dddddd;
	border-top: 10px solid rgba(221,221,221, 1.00);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(221,221,221, 1.00);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(221,221,221, 1.00);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(221,221,221, 1.00);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/* DatePicker Container */
.ui-datepicker {
	background: #eee;
	width: 300px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: #111111;
	color: #e0e0e0;
	font-weight: bold;
	font-size: 12pt;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/images/datepicker_arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/* Slider */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* ui-dialog */
.ui-dialog {
   position: fixed;
   z-index:1000000001;
   background-color: #fff;
}
.ui-dialog-title{
    font-size: 16px;
}

/* PanelSearchSuggestion */
#PanelSearchSuggestion {
	background:red none repeat scroll 0 0;
	display:block;
	position:relative;
	top: 0px; 
	left: 28px;
	width:100%;
}
#SearchSuggestion {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 5;
}
#SearchSuggestionMenu {
	background: #ffffff;
	width: 180px;
	margin: 2px;
	list-style-type:none;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dotted black;
}
#SearchSuggestionMenu li.selected {
	background: #eeffee;
}
#SearchSuggestionMenu li:hover{
	background: #eeffee;
}

/* PanelMoreOptions */
#PanelMoreOptions {
	position: absolute; 
	top: 38px;
	right: 38px;
	z-index: 5;
}

/* General Page Style */
a { 
	text-decoration: none;
	word-break: break-all;  
}

a.LightGrey:link {	
	color: #888;
}
a.LightGrey:visited {	
	color: #888;
}
a.LightGrey:hover {	
	text-decoration:none;
	color: #aaa;
}
 
a.Grey:link {	
	color: #555555;
}
a.Grey:visited {	
	color: #555555;
}
a.Grey:hover {	
	text-decoration:none;
	color: #777777;
}

a.DarkGrey:link {	
	color: #333333;
}
a.DarkGrey:visited {	
	color: #333333;
}
a.DarkGrey:hover {	
	text-decoration:none;
	color: #666666;
}

a.VeryDarkGrey:link {	
	color: #111111;
}
a.VeryDarkGrey:visited {	
	color: #111111;
}
a.VeryDarkGrey:hover {	
	text-decoration:none;
	color: #666666;
}

a.Green0:link {	
	color: #00B4D9;
}
a.Green0:visited {	
	color: #00B4D9;
}
a.Green0:hover {	
	text-decoration:none;
	color: #00B4D9;
}

a.Green:link {	
	color: #006000;
}
a.Green:visited {	
	color: #006000;
}
a.Green:hover {	
	text-decoration:none;
	color: #118811;
}

a.Green2:link {	
	color: #005000;
}
a.Green2:visited {	
	color: #005000;
}
a.Green2:hover {	
	text-decoration:none;
	color: #008800;
}

a.Green3:link {	
	color: #09AE7E;
}
a.Green3:visited {	
	color: #09AE7E;
}
a.Green3:hover {	
	text-decoration:none;
	color: #09AE7E;
}

a.Blue:link {	
	color: #00B4D9;
	/*font-size:12px;*/
}
a.Blue:visited {	
	color: #00B4D9;
	/*font-size:12px;*/
}
a.Blue:hover {	
	text-decoration:none;
	color: #09AE7E;
}

a.Blue2:link {	
	color: #00B4D9;
	font-size:12px;
}
a.Blue2:visited {	
	color: #00B4D9;
	font-size:12px;
}
a.Blue2:hover {	
	text-decoration:none;
	color: #09AE7E;
}

a.Blue3:link {	
	color: #2646FF;
	font-size:12px;
}
a.Blue3:visited {	
	color: #2646FF;
	font-size:12px;
}
a.Blue3:hover {	
	text-decoration:none;
	color: #0093FF;
}

a.White:link {	
	color: #ffffff;
}
a.White:visited {	
	color: #ffffff;
}
a.White:hover {	
	text-decoration:none;
	color: #eeeeee;
}

a.Red:link {	
	color: #e84e28;
}
a.Red:visited {	
	color: #e84e28;
}
a.Red:hover {	
	text-decoration:none;
	color: #e84e28;
}

a.Red2:link {	
	color: #800000;
}
a.Red2:visited {	
	color: #800000;
}
a.Red2:hover {	
	text-decoration:none;
	color: #aa0000;
}

a.Black:link {	
	color: #111;
}
a.Black:visited {	
	color: #111;
}
a.Black:hover {	
	text-decoration:none;
	color: #666;
}

/*new content style*/
.content12{
	font-family:'Droid Serif', Arial,Sans-Serif;
	font-size:12px;
	color:#333333;

}
.content14{font-family:'Droid Serif', Arial,Sans-Serif;
	font-size:14px;
	color:#333333;
}
   
/* pre */
pre {
	margin: 0px;
  max-width:100%;  
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;
  color: #555555;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* upload statusbar */
.progress { position:absolute; width:188px; height:15px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #00FF90; width:0%; height:15px; border-radius: 3px;}
.percent { position:absolute; display:inline-block; top:2px; left:45%; }

/* img no border*/
a img {border: none; }

/* form inline*/
form {
	 display: inline; 
}

/* imgLink */
.imgLink:hover { 
	-moz-box-shadow: 0 0 10px #666; 
	-webkit-box-shadow: 0 0 10px #666; 
	box-shadow: 0 0 10px #666; 
	opacity: 0.9;
} 

.thumbmail {
	border: solid 1px #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fadeout {
    position: absolute; 
    bottom: 0px;
    width:100%;
    height: 25px;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 
.longtxt {position:relative;}    

.mobilecategoryIcon {
	background-color:#ffffff;
	border: solid 1px #888;
	padding: 1px 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* TextAreaBasic */
.TextAreaBasic {
	width:100%;
	height:168;
	border: solid 1px #aaaaaa;
	font-size: 18px;
	color: #777777;
	padding:10px;
}

/* Input box */
input { 
  border: 1px solid #888888; 
  font-family: 'PT Sans', Arial, sans-serif;  
  font-size: 13px;  
  color: #333333;
  padding-left: 3px;
	padding-top: 3px;
} 

/* Select box */
select { 
  border: 1px solid #888888; 
  font-family: 'PT Sans', Arial, sans-serif;  
  font-size: 15px;  
  color: #333333;
} 

/* tFixWidth */
table.tFixWidth { table-layout:fixed; }
table.tFixWidth td { overflow: hidden; }

/* tableStyle1 */
.tableStyle1 {
			border-radius: 5px;
			border: 1px solid #dddddd;
}

/* divStyle1 */
.divStyle1 {
			border-radius: 5px;
			border: 1px solid #dddddd;
}

.parent_TaskRow {
  position:relative;
}
 
.child_TaskRow {
  min-width:145px;
  white-space: nowrap;
  position:absolute;
  right:0px;
  top:26px;
  background-color:#ffffff;
  z-index: 2000000;
  
  border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 10px;
}

.TaskRow {
	background-color: #ffffff;
}

.TaskRow:hover { 
	background-color: #f1fff1; 
}

.parent_VideoURLBox {
  position:relative;
}
 
.child_VideoURLBox {
  width:300px;
  position:absolute;
  right:15px;
  top:30px;
  background-color:#eeffee;
  z-index: 2000000;
  
  border-radius: 5px;
	border: 1px solid #dddddd;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.parent_MailAlert {
	position:relative;
}

.child_MailAlert {
	width:90px;
	height:80px;
  position:absolute;
  right:60px;
  top:15px;
}

.tdNewMailDialog {
  border-radius: 3px;
  border: 1px solid #dddddd;  
	box-shadow: 0px 2px 2px #bbbbbb;
	
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.child_KYCAlert {
	width:228px;
	height:80px;
  position:absolute;
  right:113px;
  top:42px;
}

.tdKYCAlertDialog {
  border-radius: 3px;
  border: 1px solid #dddddd;  
	box-shadow: 0px 2px 2px #bbbbbb;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* Image Shadow */
.ImageShadow1 {
	border: 1px solid #eeeeee;  
	box-shadow: 1px 1px 1px 1px #ccc;
}

/* Image Shadow */
.ImageShadow2 {
	border: 1px solid #eeeeee;
	box-shadow: 1px 1px 1px 1px #ccc;
}

.SecurityBlock {
		border: 1px solid #ddd; 
		padding-left: 0px;
		padding-right: 0px;
		height: 400px;
}

.SecurityBlock1 {
		padding-left: 0px;
		padding-right: 0px;
}

.SecurityBlock1:hover {
		cursor: pointer;
}

.SecurityBlock2 {
		border: 1px solid #ddd; 
		padding-left: 0px;
		padding-right: 0px;
}

.SecurityBlock:hover, .SecurityBlock2:hover {
		border: 1px solid #bbb; 
		cursor: pointer;
}

.SecuritySummary {
	height: 85px;
	overflow-y: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.SecuritySummary1 {
	height: 50px;
	overflow-y: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.SecuritySummary2 {
	height: 85px;
	overflow-y: hidden;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.Thumbnail {
	overflow-y:  hidden;
	width: 100%;
	max-height: 130px;
}

.table1 {
	min-width:300px;
	max-width:800px;
	width:100%;
	border: 5px solid #eeeeee;
	background-color: #fafafa;
	border-radius: 0px;
	padding: 18px;
}

.table1 td {
  padding: 18px;
}

.table2 td {
  padding: 0px;
}

.table3 {
	min-width:500px;
	max-width:1000px;
}

.table4 td {
  padding: 8px;
}

.table5 {
	max-width:800px;
}

.table_top5 tr:nth-child(odd) td:not(.top5header){
	background-color: #f8f8f8;
}
.table_top5 tr:nth-child(even) td{
}

.table_top5 tr td{
	/*border-bottom: 1px solid #aaaaaa;*/
}

.table_top5 td {
	padding: 5px;
	font-size: 13px;
}

.table80 {
	width:80%;
	max-width:800px;
}

.table_confirm {
	min-width:300px;
	max-width:800px;
	width:100%;
	border: 5px solid #eeeeee;
	background-color: #fafafa;
	border-radius: 0px;
	padding: 18px;
}

.table_confirm td {
  padding: 10px;
}

.table_confirmation {
	max-width:800px;
	width:100%;
	border: 5px solid #eeeeee;
	border-radius: 0px;
}

.table_financials td {
  padding: 5px;
}

.td_header {
	display:inline;
	width:180px;
	float: left;
}
.td_content {
	display:inline;
	width:520px;
	float: right;
}

.td_content2 {
    padding-right: 18px;
    padding-left: 8px;
    line-height: 1.5;
}

.td_header_confirm {
	display:inline;
	width:180px;
	float: left;
	font-size: 15px;
}
.td_content_confirm {
	display:inline;
	width:520px;
	float: right;
	font-size: 15px;
}

.pre_confirm {
	font-size: 15px;	
}

.td_padding0 {
	padding: 0px;
}

.td_padding3 {
	padding: 3px;
}

.td_padding5 {
	padding: 5px;
}

.td_border_grey1 {
	border: 5px solid #eeeeee;
	background-color: #fafafa;
	border-radius: 0px;
	height: 150px;
	padding: 18px;
	line-height: 1.5;
}

.tdClickable{
    cursor:pointer;
    color:#1a1a1a;
}

.tdClickable2{
    cursor:pointer;
    color:#1a1a1a;
}

.tdClickable2 a {
    display:block;
    text-decoration:none;
}

.Table800 {
	max-width:800px;
	width:100%;
}
  
.tbx_aline1 {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  font-size: 18px;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-weight: normal;
  color: #777777;
  width: 100%;
  background-color: transparent;
  padding: 0 0 0px 10px;
}

.tbx_aline1:focus {
   outline: none;
} 

.tbx_aline2 {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-weight: normal;
  color: #777777;
  width: 100%;
  background-color: transparent;
  padding: 0 0 0px 10px;
}

.tbx_aline2:focus {
   outline: none;
}  

.tbx_aline3 {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  font-size: 15px;
  font-family: 'Droid Serif', Arial, sans-serif;  
  font-weight: normal;
  color: #777777;
  width: 80%;
  background-color: transparent;
  padding: 0 0 0px 6px;
}

.tbx_aline3:focus {
   outline: none;
}  

.textarea_caption {
	border: none;
  border-radius: 0px;
  font-size: 12px;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-weight: normal;
  color: #777777;
  width: 360px;
  height: 30px;
  margin-top: 5px;
  background-color: transparent;
  padding: 5px;
  resize: none;
}

.textarea_caption:focus {
   outline: none;
   border: 2px dotted #cccccc;
}  

.tbx_aline_big {
	border: none;
  border-bottom: 1px solid #d9d9de;
  border-radius: 0px;
  font-size: 42px;
  font-family: 'Droid Serif', Benton Sans, Arial Black, sans-serif;  
  font-weight: bold;
  color: #cccccc;
  width: 100%;
  background-color: transparent;
  padding: 0 0 6px 18px;
}

.tbx_aline_big:focus {
   outline: none;
} 

.tbx1 {
	border: 3px solid #aaaaaa;
	border-radius: 0px;
	color: #555555;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	width:100%;
	height: 35px;
}

.tbx2 {
	border: 0px solid #888888;
  border-radius: 5px;
  font-family: 'Droid Serif', Arial;
	color: #888888;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	width:100%;
	height: 35px;
}

.tdBoxHeader {
	font-weight: bold;
	font-size: 13px;
	padding-left:12px;
	color: #00B4D9;
	vertical-align:top;
}

.tdBoxContent {
	font-weight: bold;
	font-size: 14px;
	color: #1a1a1a;
	vertical-align:top;
}

.tdBoxHeader2 {
	font-weight: bold;
	font-size: 13px;
	padding-left:5px;
	padding-bottom:5px;
	color: #880000;
	vertical-align:top;
}

.tdBoxContent2 {
	font-size: 13px;
	padding-left:5px;
	color: #1a1a1a;
	vertical-align:top;
}

.tdBoxHeader3 {
	font-weight: bold;
	font-size: 12px;
	padding-left:3px;
	color: #880000;
	vertical-align:top;
}

.tdBoxContent3 {
	font-size: 12px;
	padding-left:3px;
	color: #1a1a1a;
	vertical-align:top;
}

.select1 { 
  border: 2px solid #aaaaaa;
	border-radius: 0px;
	color: #555555;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	height: 35px;
} 

.select_aline {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
	color: #555555;
	font-size: 17px;
	padding: 5px 5px 5px 5px;
	height: 35px;
	background-color:#fff;
	
	-webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.button1 {
	width:388px;
}

.equitytosell {
	background-color:#eeeeee;
	font-size: 15px;
	padding: 10px;
}

.title1 {
	font-size: 30px;
	color:#1a1a1a;
	font-family: 'Droid Serif', 'Droid Serif', Arial, sans-serif;
	display:inline; 
	font-weight: bold;
}

.title2 {
	color:#1a1a1a;
	display:inline;
}
.newsheader1 {
	font-family: 'Droid Serif', 'Droid Serif', Arial, sans-serif;
	font-size:16px;
}

a.newsheader1:link {	
	color: #333333;
}
a.newsheader1:visited {	
	color: #333333;
}
a.newsheader1:hover {	
	text-decoration:none;
	color: #09AE7E;
}

.newsheader2 {
	font-family: 'Droid Serif', 'Droid Serif', Arial, sans-serif;
	font-weight: bold;
	font-size:25px;
}

.newsstory1 {
	font-size:15px;
}

.fontsizebig1 {
	font-size: 28px;
}

.menu1 {
	font-size: 14px;
	font-weight: bold;
	color: #006000;
	font-family: 'Droid Serif', 'Droid Serif', Arial, sans-serif;
	height:38px;
}

.TopMenuBar {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

/* textarea */
textarea {
	width:100%;
	height:238px;
  border: 3px solid #aaaaaa;
	border-radius: 0px;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-size: 15px;  
  color: #777777;
  padding-left: 5px;
	padding-top: 5px;
}

.textarea_question {
	width:100%;
	height:70px;
	border: 0px solid #eee;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	font-size: 14px;  
	padding-right:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	resize: none;
	max-height: 100px;
}

.textarea_reply {
	width:100%;
	height:88px;
  border: 0px solid #eee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  resize: none;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-size: 14px;  
  color: #777777;
  padding-left: 5px;
	padding-top: 5px;
	max-height: 100px;
}

body {
   font-size: 18px;
   color: #333 ;
   font-family: 'PT Sans', Arial, 'Noto Sans TC', 'Noto Sans SC';
   line-height: 1.5;
}

html[data-useragent*='MSIE 10.0'] body {
	font-family: 'PT Sans', Arial, 'Noto Sans TC';
}

.hiddenDiv {
	display:none;
}

.rowpointer:hover {
	cursor:pointer;
	background-color: #dbffed;
}

.HorizontalScroll_container {
	
}	

.HorizontalScroll {
	max-width: 100%;
  overflow-x: hidden;
}	

.qMessageDimension {
	max-height: 65px;
	overflow: hidden;
}

.rotate90 {
	-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper1 {
	width:100%;
	max-width:900px;
	text-align:center;
	display:block;
	padding:18px;
}

.leftbox1 {
	float:left;
	display:inline;
	width:20%;
  text-align:left;
  padding:18px;
  margin:10px;
}

.rightbox1 {
 	float:left;
 	display:inline;
	width:60%;
	text-align:left;
	padding:18px;
  margin:10px;
}

.courseTable {
	float:left;
	display:inline;
	width:46%; 
  text-align:left;
  padding:10px;
	color:#ffffff;
}

.head1 {
	font-size:30px;
}

.head2 {
	font-size:18px;
}

.IconContainer {
  position: relative;
}
.RatingChild {
  position: absolute;
  top: 35;
  left: 35;
}
.RatingChild {
  z-index: 10;
}

.chkbox1 input {
    display: none;
}

.chkbox1 span {
    width: 30px;
    height: 21px;
    display: block;
    background: url("/images/chkbox3.png") left top no-repeat;
}

.chkbox1 input:checked + span {
    background: url("/images/chkbox_checked3.png") left top no-repeat;
}

.tbxlogin_small {
	border: 0px solid #888888;
	border-radius: 2px;
	color: #888888;
	width:138px; 
	height:22px; 
	font-family: 'Droid Serif', Arial, sans-serif;
	font-size: 11px;
	margin-left:1px;
	margin-right:3px;
	margin-top:1px;
	margin-bottom:1px;
	vertical-align: bottom;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
}

#btnLoginGo {
	height: 22px;
    background: #09AE7E;
    border: solid 0px #888888;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    /* font-weight: bold; */
    font-family: 'Droid Serif', Arial;
    cursor: pointer;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
    /* vertical-align: bottom; */
    padding: 0px 8px;
}
#btnLoginGo:hover {
   background: #888888;
   color: #ffffff;
}

.inline {
	display:inline;
}

.CorporateHead {
	color:#111111;
	font-size:26px;
}
.CorporateHead2 {
	color:#111111;
	font-size:18px;
}
.CorporateBody {
	font-size:15px;
}
.CorporateBody2 {
	font-size:16px;
}
.CorporateBreak {
	width:1px;
	height:25px;
}

.Signature {
	font-size:38px;
	font-weight:bold;
	color:#000088;
	font-family:Caveat,Arial,Sans-Serif;
}

.preview_block {
	float:left;
	padding:8px;
}

.circleImg {
    border-radius: 50%;
}

.multimediaBlock {
	display:inline-block;
	width:390px;
}

.documentBlock {
	display:inline-block;
	width:200px;
	height:200px;
	background-color:#eeeeee;
	margin:8px;
}

.documentInnerBlock {
	width:200px;
	height:200px;
	display:table-cell; 
	vertical-align:middle;
	text-align: center;
}

.smallInfoBox {
	border: 1px solid #09AE7E;
}

.preJustify {
	text-align: justify;
}

.languageMenu {
		color: #555;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    font-size: 15px;
}

.languageMenu:focus {
   outline: none;
} 

.btnOwnerReply {
	 height:30px;
	 background: #FF2D77;
   color: #ffffff;
   padding: 3px 10px;
   border: solid 1px #FF2D77;
   font-size: 13px;
   font-weight: 400;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
}

.btnRely {
	 height:30px;
	 background: #00B4D9;
   color: #ffffff;
   padding: 3px 10px;
   border: solid 1px #00B4D9;
   font-size: 13px;
   font-weight: 400;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
}

.floatLeft70 {
	float:left;
	width:70%;
	margin:8px;
}
.floatRight70 {
	float:right;
	width:70%;
	margin:8px;
}

.floatLeft60 {
	float:left;
	width:60%;
	margin:8px;
}
.floatRight60 {
	float:right;
	width:60%;
	margin:8px;
}

.floatLeft65 {
	float:left;
	width:65%;
	margin:8px;
}
.floatRight65 {
	float:right;
	width:65%;
	margin:8px;
}

.floatLeft50 {
	float:left;
	width:50%;
	margin:8px;
}
.floatRight50 {
	float:right;
	width:50%;
	margin:8px;
}

.floatLeft40 {
	float:left;
	width:40%;
	margin:8px;
}
.floatRight40 {
	float:right;
	width:40%;
	margin:8px;
}

.floatLeft30 {
	float:left;
	width:30%;
	margin:8px;
}
.floatRight30 {
	float:right;
	width:30%;
	margin:8px;
}

.textLeft {
	text-align:left;
}

.textRight {
	text-align:right;
}

.button_buy_small {
	 width:60px;
	 background: #00B4D9;
   border: solid 3px #00B4D9;
   color: #ffffff;
   padding: 0px 0px;
   border-radius: 10px;
   font-size: 15px;
   font-weight: bold;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
.button_buy_small:hover {
	 border: solid 3px #00B4D9;
   background: #ffffff;
   color: #00B4D9;
   }
   
.button_sell_small {
	 width:60px;
	 background: #B52446;
   border: solid 3px #B52446;
   color: #ffffff;
   padding: 0px 0px;
   border-radius: 10px;
   font-size: 15px;
   font-weight: bold;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
.button_sell_small:hover {
   border: solid 3px #B52446;
   background: #ffffff;
   color: #B52446;
   }

.button_FB {
  color: #3b5998;
  background-color: #ffffff;
	border: 1px solid #3b5998;
	cursor:pointer;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
	padding: 3px 12px;
	margin: auto;
}

.button_grey2 {
	 height:42px;
   border: solid 4px #999999;
   color: #999999;
   padding: 3px 12px;
   border-radius: 0px;
   font-size: 16px;
   font-weight: bold;
   font-family: 'Droid Serif', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
.button_grey2:hover {
   background: #999999;
   color: #ffffff;
   }

.button_grey2_ {
	 height:42px;
	 background: #999999;
   border: solid 4px #999999;
   color: #ffffff;
   padding: 6px 12px;
   border-radius: 0px;
   font-size: 16px;
   font-weight: bold;
   font-family: 'Droid Serif', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
.button_grey2_:hover {
   background: #ffffff;
   color: #999999;
   }
	
.roundImage {
    border-radius: 50%;
}

/* font size classes */
.font9  {font-size:9px;}
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font17 {font-size:17px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}
.font22 {font-size:22px;}
.font24 {font-size:24px;}
.font26 {font-size:26px;}
.font28 {font-size:28px;}
.font30 {font-size:30px;}
.font36 {font-size:36px;}
.font48 {font-size:48px;}

/* font size classes */
.font12_ {font-size:12px;}
.font13_ {font-size:12px;}
.font14_ {font-size:14px;}
.font15_ {font-size:15px;}
.font16_ {font-size:16px;}
.font17_ {font-size:17px;}
.font18_ {font-size:18px;}
.font20_ {font-size:19px;}
.font22_ {font-size:20px;}
.font24_ {font-size:24px;}
.font26_ {font-size:26px;}
.font28_ {font-size:28px;}
.font30_ {font-size:30px;}

*:focus {
    outline: none;
}

.inline {
	display: inline; 
}

.inlineb {
	display: inline-block;
}

.option {
	cursor: pointer;
}

.option:hover { 
    background-color: #eee;
}

.FullBlock {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
	margin: 0px auto;
}

.TextTable {
	width: 100%;
	max-width: 888px;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
}

.BGBlack {
	background-color:#000;
}

.BGWhite {
	background-color:#fff;
}

.BGDarkGrey {
	background-color:#555;
}

.BGMediumGrey {
	background-color:#999;
}

.BGLightGrey {
	background-color:#eee;
}

.MaxWidth250 {
	max-width:250px;
}

.MaxWidth300 {
	max-width:300px;
}

.MaxWidth350 {
	max-width:350px;
}

.MaxWidth400 {
	max-width:400px;
}

.MaxWidth500 {
	max-width:500px;
}

.MaxWidth550 {
	max-width:550px;
}

.MaxWidth600 {
	max-width:600px;
}

.MaxWidth700 {
	max-width:700px;
}

.MaxWidth800 {
	max-width:800px;
}

.MaxWidth900 {
	max-width:900px;
}

.MaxWidth1000 {
	max-width:1000px;
}

.MaxWidth1100 {
	max-width:1000px;
}

.MaxWidth1200 {
	max-width:1200px;
}

.MaxWidth1300 {
	max-width:1300px;
}

.width33pct {
	width:31%;
	margin:3px;
}

.TableCryptoMenu {
	border: solid 1px #aaa;
	padding: 10px 15px 8px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#fff;
}

#SelectedCrypto {
	border: solid 1px #aaa;
	padding: 10px 15px 0px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color:#fff;
}

.SelectMenu1 {
  border: 1px solid #aaaaaa;
  border-radius: 0px;
  font-size: 20px;
  font-family: 'PT Sans', Arial, sans-serif; 
  font-weight: normal;
  color: #777777;
  width: 100%;
  background-color: transparent;
  padding: 10 10 10px 10px;
}

.button0 {
	 height:35px;
	 background: #111;
   border: solid 3px #fff;
   color: #ffffff;
   border-radius: 15px;
   font-size: 15px;
   font-weight: bold;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
   
   .button_small {
	 height:28px;
	 background: #111;
   color: #ffffff;
   border-radius: 15px;
   font-size: 14px;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
   
.button_sq {
	 height:35px;
	 background: #111;
   border: solid 3px #111;
   color: #ffffff;
   border-radius: 0px;
   font-size: 15px;
   font-weight: bold;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }

.button0_loading {
	background: url('/images/gear_black_.gif') no-repeat center center;
	background-color: #111;
}

.button0_ {
	 height:38px;
	 background: #fff;
   border: solid 3px #111;
   color: #111;
   padding: 5px 12px;
   border-radius: 15px;
   font-size: 18px;
   font-weight: bold;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   }
   
.button2 {
	 height:35px;
	 background: #111;
   border: solid 3px #fff;
   color: #ffffff;
   border-radius: 15px;
   font-size: 15px;
   font-weight: 500;
   font-family: 'PT Sans', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   padding: 5px 20px;
   min-width:100px;
   }

/* CSS controlled by js */
.btnLoading {
	background: url('/images/gear_black_.gif') no-repeat center center;
	background-color: #111;
}

.tbxDisable {
	color: #bbb;
}

.txtCenter {
	text-align: center;
}

#fboverlay {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

#bottomQuotePanel {
	width:300px;
	max-width:100%;
	height:40px;
 	position: fixed;
  bottom: 8;
  right: 10;
  background-color:#ccc;
  border-radius: 10px;
  border: 2px solid #888;
  opacity:0.9;
}

.tbxLabel {
	font-size:15px;
	margin:5px;
	color:#333;
	font-family:'Roberto', Arial,Sans-Serif;
	font-weight: bold;
}

.pmLabel {
	font-size:15px;
	margin:5px;
	color:#333;
	font-family:'Roberto', Arial,Sans-Serif;
	font-weight: bold;
	background-color:#fff;
}

.Pointer {
	cursor: pointer;
}

#header {
	width: 100%;
	position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
			
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.ProfileIcon {
	border-radius: 50%;
}

.opacity1 {opacity: 0.1;}
.opacity2 {opacity: 0.2;}
.opacity3 {opacity: 0.3;}
.opacity4 {opacity: 0.4;}
.opacity5 {opacity: 0.5;}
.opacity6 {opacity: 0.6;}
.opacity7 {opacity: 0.7;}
.opacity8 {opacity: 0.8;}
.opacity9 {opacity: 0.9;}

#tbxNull {
	width:1px;
	height:1px;
	border: none;
	top:-1000px;
	position:absolute;
}

.hide {
	width:1px;
	height:1px;
	border: none;
	top:-1000px;
	position:absolute;
}

.txEven {
	background-color:#eee;
}
.txDetail {
	height:88px;
	background-color:#fff;
	font-size:14px;
	border: 1px solid #ddd;
	border-left: 4px solid #00B4D9;
	padding:10px 20px;
}

.txDetail_red {
	height:88px;
	background-color:#fff;
	font-size:14px;
	border: 1px solid #ddd;
	border-left: 4px solid #880000;
	padding:10px 20px;
}

.summaryBlock {
	border: solid 1px #00B4D9;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#fff;
	color: #111;
	font-weight:bold;
}

.summaryBlockContent {
	color: #666;
	font-weight:bold;
}

.solutionsBlock {
	vertical-align: text-top;
	border: solid 1px #aaa;
	width: 230px;
	margin: 8px;
	padding: 10px;
	border-radius: 8px;
}
.solutionsBlock .team {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
  
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  }

.solutionsBlock .description {
	text-align: justify;
}

.smartContractBlock {
	border: solid 1px #aaa;
	min-height: 300px;
	margin:15px;
	padding:10px;
}

.smartContractBox {
	border: solid 1px #555;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:18px;
	background-color:#fff;
}

.smartContractAgreeBox {
	border: solid 1px #555;
	padding:10px;
}

.smartSrcBox::-webkit-scrollbar {
    width: 12px;
}
 
.smartSrcBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9); 
    border-radius: 10px;
}
 
.smartSrcBox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9);
}

.smartTbx_aline {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;  
  font-weight: normal;
  color: #777777;
  width: 100%;
  background-color: transparent;
  padding: 0 0 0px 10px;
}

.smartSelect_aline {
	border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0px;
	color: #777777;
	font-size: 15px;
	padding: 0 0 0px 10px;
}

.fieldHighlight {
	font-weight: bolder;
	color: #aa0000;
}

.inputError {
	color: #008000;
	font-size: 13px;
	font-family: 'PT Sans', Arial, sans-serif;  
}

.Signature {
	font-size:38px;
	font-weight:bold;
	color:#000088;
	font-family:Caveat,Arial,Sans-Serif;
}

.WalletIn {
	color:#fff;
	background-color:#00B4D9;
	width:30px;
	font-size:13px;
}

.WalletOut {
	color:#fff;
	background-color:#aa0000;
	width:30px;
	font-size:13px;
}

#ContractInputMain {
	margin: 0 auto;
	max-width: 868px;
	padding-left: 10px;
	padding-right: 10px;
}
#ContractInputMain .ContractInputLeft {
	width: 430px; 
	float: left;
}
	#ContractInputMain .ContractInputLeft.Mobile {
		width: 100%; 
	}
#ContractInputMain .ContractInputRight {
	width: 438px; 
	float: left; 
	margin-top: 27px;
}
	#ContractInputMain .ContractInputRight.Mobile {
		width: 100%; 
		margin-bottom: 27px;
	}
#ContractInputScreen {
	max-height: 100%; 
	overflow-y: auto; 
	border-radius: 40px; 
	padding-top: 45px;
}
	#ContractInputScreen.Mobile{
		overflow-y: inherit;
		border-radius: 0px;
		padding-top: 0px;
		max-height: initial;
	}

.anchor {
	cursor: pointer;
}
	.anchor.blue {
		color: #337ab7;
	}
.BigPicFrame {
	max-width: 825px;
	border: solid 1px #333;
	border-radius: 10px;
	padding: 8px;
	margin: 0 auto;
}
.BigPicBGImg{
	height: 0;
	padding: 0;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#ContractType{
	padding-top: 60px;
	padding-bottom: 30px;
}
#smartSrcHTML table{
	margin: 0 auto;
	border-radius: 5px;
}
#ContractList {
	list-style-type: none;
	max-width: 778px;
	margin-top: 35px;
}
#ContractListTitle {
	margin-top: 35px;
}
#ContractListTitle.Mobile {
	margin-top: 30px;
}
#ContractList li {
	float: left;
	min-width: 140px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	background-color: #fff;
	margin-right: 8px;
	margin-bottom: 5px;
}
#ContractList li:last-child{
	margin-right: 0px;
}
#ContractList li a {
	display: block;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	font-size: 12px!important;
}
#ContractList li .ContractImage {
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: none;
	height: 108px;
}
#ContractList li .ContractTitle {
	font-size: 14px;
	padding: 10px 0px 5px;
}
#ContractList li .ContractStatus {
	font-size: 12px;
}
.ShowForIndexPage{
	display: none;
}

/* FontAwsome icon */
i:before {
	margin-right: 3px;
}
i.no-margin-right:before {
	margin-right: 0px;
}
i.margin-left:before {
	margin-left: 3px;
}

.unselectable {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.nowrap {
	white-space: nowrap;
}

.posRel {
	position:relative;
}
.posAbs {
	position:absolute;
}

#MainBanner {
	position: relative;
	margin:0px;
	color:#fff;
	font-size:16px;
}

#MainBannerNavigator {
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.NewsImage {
      width: 100%;
      max-height: 200px;
      overflow: hidden;
  }

.NewsBlock {
  		display:inline-block;
  		vertical-align: middle;
      cursor: pointer;
      width: 100%;
      height: 388px;
      max-width: 250px;
      border-bottom: 1px solid #555;
      margin:10px;
  }
  
.button_owner {
	display:inline;
	font-size:12px;
	background-color:#09AE7E;
	color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
}

.button_reply {
	 background: #ffffff;
   border: solid 2px #999999;
   color: #999999;
   padding: 0px 15px;
   border-radius: 0px;
   font-size: 13px;
   font-weight: bold;
   font-family: 'Droid Serif', Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor: pointer;
   text-align: center;
   float:right;
   margin-top:3px;
   }
.button_reply:hover {
   background: #999999;
   color: #ffffff;
   }
   
.ui-dialog-content::-webkit-scrollbar {
    width: 12px;
}
 
.ui-dialog-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.9); 
    border-radius: 10px;
}
 
.ui-dialog-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc; 
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.1);
}

#PanelComment::-webkit-scrollbar {
    width: 12px;
}
 
#PanelComment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.9); 
    border-radius: 10px;
}
 
#PanelComment::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc; 
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.1);
}

.mini_index::-webkit-scrollbar {
    width: 12px;
}
 
.mini_index::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,0.9); 
    border-radius: 10px;
}
 
.mini_index::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc; 
    -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.1);
}

.justify {
	 text-align: justify;
}

.PicFrame {
		border: solid 2px #bbb;
    padding: 8px;
}

/* Below are cutomized check box*/
/*////////////////////////////////*/
.checkbox_container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ddd;
}
/* When the checkbox is checked, add a color background */
.checkbox_container input:checked ~ .checkmark {
  background-color: #00B4D9;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cart_itemNo {
	color: #00B4D9;
}

.hidescrollbar {
    -ms-overflow-style: none;  // IE 10+
    overflow: -moz-scrollbars-none;  // Firefox
}
.hidescrollbar::-webkit-scrollbar { 
    display: none;  // Safari and Chrome
}

.NewMessageCount {
	background-color:#b00;
	color:#fff;
	width:25px;
	height:25px;
	border-radius: 50%;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
}

#CookiePopup {
	background-color:#CEEAFF;
	z-index:10000001;
	position:fixed;
	width:100%;
	height:68px;
	left:0px;bottom:0px;
	padding:15px 0px 5px 0px;
}

.bold {
	font-weight:bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.h0 {height:0px}
.h1 {height:1px}
.h2 {height:2px;}
.h3 {height:3px;}
.h4 {height:4px;}
.h5 {height:5px}
.h6 {height:6px;}
.h7 {height:7px;}
.h8 {height:8px;}
.h9 {height:9px;}
.h10 {height:10px;}
.h15 {height:15px;}
.h20 {height:20px;}
.h25 {height:25px;}
.h30 {height:30px;}
.h40 {height:40px;}
.h50 {height:50px;}

.w5 {width:5px;}
.w10 {width:10px;}
.w15 {width:15px;}
.w20 {width:20px;}
.w25 {width:25px;}
.w30 {width:30px;}
.w40 {width:40px;}
.w50 {width:50px;}

.header_red {
	color:#e84e28;
	font-size:15px;
	font-weight:bold;
}

/* width */
#location_menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#location_menu::-webkit-scrollbar-track {
	border-radius: 5px;
  background: #EDF7FF;
}

/* Handle */
#location_menu::-webkit-scrollbar-thumb {
	border-radius: 5px;
  background: #005B99;
}

/* Handle on hover */
#location_menu::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
  background: #005B99;
}

.size_box {
	display: inline-block;
	height: 23px;
	border:1px solid #ddd;
	background-color: #ddd;
	color: #aaa;
	font-size: 14px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	margin:5px;
	cursor:pointer;
}

.channel_icon {
	border-radius:30px;
}

.column_block {
	padding:15px;
	color:#888;
}

/* ///Below are cutomized switch2 ///*/
/*//////////////////////////////////*/
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

/* ///Below are cutomized switch2 ///*/
/*//////////////////////////////////*/
.switch2 {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch2 input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider2 */
.slider2 {
		position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider2:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider2 {
  background-color: #DB000D;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider2.round {
  border-radius: 25px;
}

.slider2.round:before {
  border-radius: 50%;
}

.blurtext {
		   color: transparent;
		   text-shadow: 0 0 5px rgba(0,0,0,0.5);
		   -webkit-user-select: none;
			 -khtml-user-select: none;
			 -moz-user-select: none;
			 -ms-user-select: none;
			 -o-user-select: none;
			 user-select: none;
}

.BlogCategory {
	background-color:#000c51;
	color:#fff;
	font-size:15px;
	padding: 2px 8px;
}

.BlogSubcategory {
	background-color:#2989CE;
	color:#fff;
	font-size:15px;
	padding: 2px 8px;
}

.updateCount {
	z-index:100;
	width:20px;
	height:20px;
	top:0px;
	right:10px;
	border-radius:50%;
	background-color:#007F7F;
	color:#fff;
	text-align:center;
}

.updateCount_small {
	padding:1px 3px; 
	background-color:#007F7F; 
	color:#fff;
}


/* MP3 Player */ 
.player {
    background: transparent url("/images/audio_player.png") no-repeat scroll center top;
    height: 120px;
    position: fixed;
    width: 300px;
    z-index: 10000001;
    padding: 5px;
    bottom:52px;
    left: 50%;
		margin-left: -150;
}
.title, .artist {
		font-size:13px;
    position: absolute;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.title {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    top: 10px;
    left :10px;
}
.artist {
    color: #EEEEEE;
    font-size: 12px;
    top: 40px;
}
.pl {
    background: transparent url("/images/audio_player.png") no-repeat scroll -274px -175px;
    cursor: pointer;
    height: 34px;
    left: 270px;
    position: absolute;
    top: 20px;
    width: 32px;
}
.pl:hover {
    top: 21px;
}
.cover {
    background: transparent url(../data/cover1.jpg) no-repeat scroll center top;
    border-radius: 5px 5px 5px 5px;
    height: 94px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 94px;
}
.mp3_controls {
    cursor: pointer;
    height: 23px;
    left: 10pxpx;
    position: absolute;
    top: 60px;
    width: 138px;
}
.mp3_controls .play, .mp3_controls .pause, .mp3_controls .rew, .mp3_controls .fwd {
    background: transparent url("/images/audio_player.png") no-repeat scroll 0 0;
    float: left;
    height: 93%;
    width: 33%;
}
.mp3_controls .play {
    background-position: -8px -171px;
}
.mp3_controls .pause {
    background-position: -8px -198px;
    display: none;
}
.mp3_controls .rew {
    background-position: -54px -171px;
}
.mp3_controls .fwd {
    background-position: -100px -171px;
}
.mp3_controls .play:hover {
    background-position: -8px -170px;
}
.mp3_controls .pause:hover {
    background-position: -8px -197px;
}
.mp3_controls .rew:hover {
    background-position: -54px -170px;
}
.mp3_controls .fwd:hover {
    background-position: -100px -170px;
}
.hidden {
    display: none;
}
.mp3_controls .visible {
    display: block;
}
.volume {
    height: 5px;
    left: 186px;
    position: absolute;
    top: 66px;
    width: 109px;
}
.tracker {
    height: 5px;
    left: 11px;
    position: absolute;
    top: 100px;
    width: 285px;
}
.ui-slider-range {
    background: transparent url("/images/audio_player.png") no-repeat scroll 5px -222px;
    height: 100%;
    position: absolute;
    top: 0;
}
.ui-slider-handle {
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    top: 2px;
    width: 10px;
    z-index: 2;
    display:none;
}
.volume .ui-slider-handle {
    background: url("/images/audio_player.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
    height: 13px;
    width: 13px;
    display:none;
}
.playlist {
    background-color: #4A4A4A;
    color:#fff;
    list-style-type: none;
    position: absolute;
    width: 275px;
    z-index: 1;
    text-align:left;
    font-size:13px;
    left:5px;
    overflow-y: auto;
    height: 50px;
    font-size: 10px;
}
.playlist div {
    color: #EEEEEE;
    cursor: pointer;
    margin: 0 0 2px 5px;
}
.playlist div.active {
    color:#00FFFF;
}

.playlist::-webkit-scrollbar {
    width: 12px;
}
 
.playlist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9); 
    border-radius: 10px;
}
 
.playlist::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.9);
}

html
{
  -webkit-tap-highlight-color:transparent;
}


#fullscreen_loading {
	z-index:1000000;
	position: fixed; 
	top: 0; 
	left: 0;
	height: 100%; width: 100%;
	text-align:center;
	vertical-align:middle;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
}

#fullscreen_loading::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  left:0;
  animation: wipe 5s cubic-bezier(.2,.6,.8,.4) forwards;
}
@keyframes wipe {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

tr.border_bottom_grey td {
  border-bottom: 1px solid #ccc;
}

tr.sortheader th {
 padding-left:17px;
}

#btnAction {
	width:200px;
	height:100px;
	border:1px solid #fff;
	text-align:left;
	padding:2px;
	background-color: rgba(0, 0, 0, 0.5)
}

.word_break {
	overflow-wrap: anywhere;
	word-wrap:  break-word;
	word-break: break-word;
}                                                                     

@keyframes blink {                      
    0% {                                
        opacity: 1;                     
    }                                   
    50% {                               
        opacity: 0;                     
    }                                   
    100% {                              
        opacity: 1;                     
    }                                   
}                                       
.blink {                                   
    animation: blink 1s;                
    animation-iteration-count: infinite;
}                                       

tr.border_bottom td {
		  border-bottom: 1px solid #111;
		}
		
.invisible {
	position:fixed;
	top:-10000px;
	width:1px;
	height:1px;
}

.magnify{
  //border-radius: 50%;
  border: 1px solid aaa;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}

.img_invert_color  {
  filter: invert(100%);
}

.narrow_scrollbar::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

.narrow_scrollbar::-webkit-scrollbar-thumb {
  background-color: #999; /* Color of the scrollbar thumb */
}

.narrow_scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color of the scrollbar track */
}

/* this is the css to control the behavior when a user click a button and the select menu show up above the button for further selection (e.g. qClub) */
.button-container {
	position: relative;
}

.select-dropdown {
	position: absolute;
	bottom: calc(100% + 20px); /* Adjust as needed */
	left: 2;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 4px;
	text-align: left;
	background-color: #fff;
	z-index: 10000000;
	padding:5px;
	display: none; /* Hide by default */
}

.highlight-on-hover {
	background-color: transparent; /* Default background color */
}
  
.highlight-on-hover:hover {
	background-color: #E0F2FF; /* Highlight color on hover */
}

.div-center {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* used by append_by_char2() */ 
@keyframes fadeInLine {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.no-highlight {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    outline: none; /* Removes outline on click */
}


/* search flash */
.search-flash-wrapper {
	position: relative;
}

.search-flash {
	position: absolute;
	transition: opacity 1s ease-in-out;
}
  
.search-flash1 {
	z-index: 1;
	opacity: 1;
	animation: fade-out 0.75s infinite alternate;
}

.search-flash2 {
	z-index: 2;
	opacity: 0;
	animation: fade-in 0.75s infinite alternate;
}
  
@keyframes fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
  
@keyframes fade-out {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.think {
	background-color: #E2FFF2;
	width:95%;
	font-size: 13px;
	padding: 10px;
	border-radius: 7px;
	cursor: pointer;
}