/**********************************************************************************
 * Copyright 2016 iPress for Web (jquery.pxch.css)                                *
 * airiti All Rights Reserved.                                                    *
 *                                                                                *
 * VERSION    AUTHOR            DATE         COMMENT                              *
 *   1.0      Penny Pan   (PM)  2016/04/26   GridView 控制項                      *
 *            Xuan  Chen  (VD)                                                    *
 *            Cindy Chang (SA)                                                    *
 *            Henry Kao   (PG)                                                    *
 **********************************************************************************/

/*
  命名規則: pxch-[控制項]-[功能]-[樣式主題]
       (EX: pxch-grid-loading-blue)
*/

/*
  控制項: pxchgrid
  功能  : 顯示 Loading 圖示
*/
.pxch-grid-loading {
  /*/background-image: url('images/bx_loader.gif');*/ /* 背景圖片 */
  background-repeat: no-repeat;                  /* 背景圖不要重覆出現 */
  background-position: center;                   /* 背景圖水平垂直置中 */
}

/*
  控制項: pxchgrid
  功能  : 調整欄位寬度時，產生的虛線樣式 (原樣式為: JCLRgripDrag)
*/
.pxch-grid-draggingResize {
  border-left: 1px dotted black !important; /* 虛線樣式 */
  margin-left: 2px !important;              /* 虛線位置 */
}