/**
 *  由大熊維護的css，以'dio_' 當前綴避免混淆其他css設定
 * 
 */
#dio_login_msg {
	padding: 10px;
	text-align: right;
}

/**
 *  定義 Vendor 端的dataTables表格樣式 ，須配合dataTables.bootstrap.css使用
 * 
 */
.dio_datatable {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #066;
}

.dio_datatable thead {
	background-color: #066;
	color: #FFF;
	text-align: center;
	line-height: 25px;
}

.dio_datatable tbody {
	text-align: center;
}

.dio_datatable tbody td {
	border-top: 1px solid #066;
	padding: 10px;
}

#DataTables_Table_0_previous,#DataTables_Table_0_next {
	cursor: pointer;
	display: inline-block;
	width: 62px;
	text-align: center;
	height: 20px;
	background-color: #F00;
	line-height: 20px;
	color: #FFF;
	border: none;
	border-radius: 5px;
}

.paginate_button {
	cursor: pointer;
	display: inline-block;
	width: 32px;
	text-align: center;
	height: 20px;
	background-color: #F8EDED;
	line-height: 20px;
	color: #3F3FEA;
	border: none;
	border-radius: 5px;
}
