.glyphicon-calendar:before{
	content:"\f109"
}
.glyphicon-search:before {
    content: "\f002";
}
.glyphicon-refresh:before {
    content: "\f021";
}
.glyphicon-chevron-down:before {
    content: "\f0dd";
}
.glyphicon-chevron-up:before {
    content: "\f0de";
}
.glyphicon-pencil:before {
    content: "\f040";
}
.glyphicon-arrow-up:before {
    content: "\f062";
}
.glyphicon-arrow-down:before {
    content: "\f063";
}
.glyphicon-chevron-down,.glyphicon-chevron-up{
    line-height: 0.7rem;
}
.glyphicon-chevron-up{
    line-height: 1.5rem;
}
.glyphicon {
    font-family: "FontAwesome";
}
.btn-xs, .btn-group-xs > .btn {
    padding: 0.063rem 0.313rem;
    /* font-size: 0.750rem; */
    line-height: 1.5;
    border-radius: 0.188rem;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
#grid-data-header .input-group-addon,button[title="Refresh"] {
    padding: 6px 12px;
    font-weight: normal;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-style: solid none solid solid;
    border-radius: 3px 0px 0px  3px;
    font-family: "FontAwesome";
/*     font-size: 0.9rem; */
  }
  #grid-data-header .search-field,.actions .dropdown-text,.actions .dropdown-item{
    margin: 0;
/*     font-size: 0.9rem; */
  }
  #grid-data-header .dropdown-toggle{
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .bootgrid-table th>.column-header-anchor {
    color: white;
    font-weight: bold;
  }
  .infos{ /* 筆數資訊 */
/*     font-size: 0.9rem; */
  }
  .pagination .button{
      cursor: pointer;
/*       font-size: 0.9rem; */
  }
  .pagination .button:hover{
      background-color: #ECECEC;
  }
  .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, .pagination > .disabled > a, 
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777!important;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a:hover {
    color: #02329A!important;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    margin-left: -2px;
    color: #337ab7!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff!important;
    background-color: #337ab7;
    border-color: #337ab7;
}
/* table內文 */
.text-left{
/*     font-size: 1rem; */
    /* text-align: center!important; */
}
.text-left a{
    color: #337ab7;
}
/* .text-left a:hover,.text-left a:focus{ */
/*     color: #02329A; */
/* } */
/* table內文換行 */
.bootgrid-table td {
    white-space: normal!important;
}
/* table表頭 */
.text{
/*     font-size: 1.1rem; */
    margin: 0!important;
}
.main-item li { cursor: pointer; }