.ui-jqgrid {
    overflow-x: auto !important;
}
.ui-state-hover td {
    background: #f5f5f5;
 }
 .ui-jqgrid tr.ui-row-ltr td {
    border-color: #f4f4f4;
    border-style: solid;
    border-width: 1px;
}
.fc-content {
    cursor: pointer;
}

.bootgrid-header .actionBar{ display:none;}
 /* .ui-jqgrid-htable {
    border : 1px solid #f5f5f5 !important;
 }
 tr {
    border : 0px !important;
 } */

 .questionnaire-link {
    margin-left:10%;
    width:80%;
 }

 .import-text {
    width: 100%;
    word-wrap:break-word;         /* 内容存在英语或数字时强制换行 */
    overflow: hidden;             /* 隐藏溢出部分 */
    text-overflow: ellipsis;      /* 显示省略符号来代表被隐藏的文本 */
    display: -webkit-box;         /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置盒子内排列顺序为纵向 */
    -webkit-line-clamp: 10;        /* 限制块元素显示的文本的行数 */
}

.index-bg {
    position: absolute;
    top: 100px;
    bottom: 51px;
    width: calc(100% - 230px);
    background-image: url("../img/index-bg.png");
    background-color: transparent;
    background-position: bottom;
    background-repeat: repeat-x;
    
}

.index-div {
    text-align: center;
    font-family: Microsoft JhengHei !important;
}

@media (max-width: 767px) {
    .index-bg {
        width: 100%;
    }
  }