.lightBorder {
	border-color: rgb(240, 240, 240);
	border-width: 1px;
	border-style: solid;
}

.chart-body {
	font-size: 14pt;
	text-align: center;
}
.chart-body h1, h2, h3, h4, h5 {font-weight:bold; display:inline-block; margin: 5px}
.chart-body h1 {font-size: 60px}
.chart-body h2 {font-size: 36px}
.chart-body h3 {font-size: 22pt}
.chart-body h4 {font-size: 18pt}
.chart-body h5 {font-size: 16pt}
.chart-body .strong h1, .chart-body .strong h2, .chart-body .strong h3, .chart-body .strong h4, .chart-body .strong h5 {color:red;}
.chart-body .weak h1, .chart-body .weak h2, .chart-body .weak h3, .chart-body .weak h4, .chart-body .weak h5 {color: blue;}
.chart-body .dot-line {
	border-color: #A3C75A;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}
.chart-body .strong .fa, .chart-body .weak .fa {
	font-size: 110px;
}

.table > thead > tr > th {
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	background-color: rgb(80,80,80); 
	color: rgb(255,255,255) ;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td, .table > tbody > tr > td {
	padding: 2px 5px;
}

.table td {
	border-bottom-color: #EEE;
}

/* top-left border-radius */
/*
table tr:first-child th:first-child, table.Info tr:first-child td:first-child {
    border-top-left-radius: 8px;
}
*/
/* top-right border-radius */
/*
table tr:first-child th:last-child, table.Info tr:first-child td:last-child {
    border-top-right-radius: 8px;
}
*/

.table th:first-child {
	border-radius: 8px 0 0 0;
}
.table th:last-child {
	border-radius: 0 8px 0 0;
}

/* table 最後一行底線加粗 */
.table tr:last-child td {
    border-bottom: 2px solid #BBB;
}


/**/
.data-src {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ui-select start */
.ui-select-container .ui-select-toggle,
.ui-select-container .ui-select-search {
	min-width: 160px;
    width: auto;
    padding-right: 30px;
    
 	z-index: 50; /* 層級必須比圖表layer還要高才行，預設都給 50 */
}

.ui-select-container {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
/* ui-select end */


