/**
 *  由大熊維護的css，以'dio_' 當前綴避免混淆其他css設定
 * 
 */
#dio_login_msg {
	padding: 10px;
	text-align: right;
}

/**
 *  定義 Vendor 端的dataTables表格樣式 ，須配合dataTables.bootstrap.css使用
 * 
 */
.dio_datatable {
	margin-bottom: 20px;
}

.dio_datatable thead {
	text-align: center;
}

#DataTables_Table_0_previous,#DataTables_Table_0_next {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background-color: #f6f6f6;
	line-height: 20px;
	border: 1px solid #ccc;
}

#DataTables_Table_0_previous {
	border-radius: 5px 0 0 5px;
}

#DataTables_Table_0_next {
	border-radius: 0 5px 5px 0;
}

.paginate_button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	background-color: #f6f6f6;
	line-height: 20px;
	color: #000;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
}

.dataTables_info {
	float: left;
}