@charset "UTF-8";
#north {
  display: none;
  width: 100%;
  background-image: url("../images/login/bg.jpg"); }

#west {
  display: none; }
  #west .x-tree-root-node > .x-tree-node {
    margin-bottom: 10px !important; }
    #west .x-tree-root-node > .x-tree-node > div a span {
      color: #98a6ad !important;
      font-size: 12px !important; }
  #west .x-tree-root-node img {
    display: none; }
  #west .x-tree-root-node > .x-tree-node .x-tree-node .x-tree-node-icon {
    display: block !important;
    float: left;
    margin-right: 10px;
    content: "\f105";
    color: #98a6ad;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    background: none;
    line-height: 1.2; }
  #west .tree-node-icon {
    margin-right: 10px;
    color: #98a6ad;
    font-size: 16px;
    line-height: 1.2;
    width: 18px; }
  #west .x-tree-root-node > .x-tree-node > div {
    padding: 10px 5px; }
  #west .x-tree-root-node > .x-tree-node > .x-tree-node-over {
    background-color: #FFFFFF !important;
    cursor: default !important; }
  #west .x-tree-root-node > .x-tree-node .x-tree-node > div {
    color: #363f44 !important;
    font-size: 14px !important;
    font-family: "微軟正黑體";
    padding: 10px 20px !important;
    font-weight: normal;
    line-height: 1.42857143;
    position: relative; }
  #west .x-tree-root-node > .x-tree-node .x-tree-node .x-tree-node-over {
    background-color: #f6f8f8 !important; }
  #west .x-tree-root-node > .x-tree-node .x-tree-node > div:after {
    content: "\f105";
    color: #98a6ad;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    float: right;
    position: absolute;
    top: 10px;
    right: 20px; }

.menu.title {
  font-size: 13px;
  margin: 2px 0; }

#south {
  background-color: #E2ECF8;
  height: 25px;
  background-repeat: repeat-x;
  padding-top: 3px;
  padding-left: 3px;
  display: none; }

#top {
  width: 100%;
  background-repeat: repeat-x;
  height: 88px; }
  #top .logo {
    height: 60px;
    width: 380px;
    margin: 2px 0 0 0;
    position: absolute;
    z-index: 20;
    background: url(../images/default/default_title.png) no-repeat;
    _background: url(../images/default/default_title.png) no-repeat; }
    #top .logo img {
      border: none; }
  #top .menu {
    float: right;
    margin-top: 2px;
    display: inline;
    width: 560px;
    *width: 525px;
    _width: 525px; }
    #top .menu .welcome {
      float: right;
      height: 18px;
      text-align: right;
      margin-top: 10px;
      position: absolute;
      right: -5px;
      top: 12px;
      padding: 3px 10px; }
      #top .menu .welcome .titleGroup {
        float: right;
        background-position: 3px;
        padding-right: 10px; }
        #top .menu .welcome .titleGroup i {
          font-size: 18px;
          position: absolute;
          left: -15px;
          top: -1px; }
        #top .menu .welcome .titleGroup .title {
          margin-right: 10px;
          float: left;
          text-align: left;
          font-size: 15px; }

.btn-warning {
  /*color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;*/
  color: #000 !important;
  text-decoration: underline !important; }
  .btn-warning:hover {
    background-color: #ec971f;
    border-color: #985f0d;
    color: #fff !important; }

.btn-info {
  /*color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;*/
  color: #000 !important;
  text-decoration: underline !important; }
  .btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #269abc; }

#top .menu .welcome .titleGroup .name {
  float: left;
  text-align: left; }

#top .menu .welcome .buttonGroup {
  /*background-image: url(../images/default/icon_02.gif);*/
  background-repeat: no-repeat;
  float: right;
  background-position: 3px;
  text-align: left;
  margin-left: 5px; }
  #top .menu .welcome .buttonGroup a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 1px 5px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -5px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }

/*訊息提示 ---------------------------------------------*/
#errorDebug {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 400px;
  background-color: #FFFFCC;
  border: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
  display: none; }

#errorHide {
  float: right;
  background-image: url(../images/default/close_box.gif);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px; }

#errorInnerHTML {
  font-size: 13px;
  color: #0000FF; }

/*載入提示 ---------------------------------------------*/
#loadSuccess i {
  color: #1CD000;
  margin: 0 5px; }

#loadMessage {
  display: none; }
  #loadMessage i {
    margin: 0 5px; }

#copyright {
  width: 300px;
  right: 5px;
  top: 5px;
  position: absolute; }

.font-tab-icon {
  font-size: 16px !important; }

/*複寫 ---------------------------------------------*/
.x-grid3-td-checker .x-grid3-col-checker {
  height: auto !important; }

/*fa icon -----------------------------------------*/
.fa-51C6EA {
  color: #51C6EA !important; }

.fa-337AC7 {
  color: #337AC7 !important; }

.fa-27c24c {
  color: #27c24c !important; }

.fa-A30002 {
  color: #A30002; }

.fa-0027BD {
  color: #0027BD; }

.fa-008F38 {
  color: #008F38; }

.button-delete, .button-edit, .button-all {
  font-size: 20px;
  display: block;
  cursor: pointer; }

.button-top {
  font-size: 22px !important;
  display: block;
  cursor: pointer; }

.button-untop {
  font-size: 22px !important;
  display: block;
  cursor: pointer; }
  .button-untop .fa-stack {
    width: 1em; }
  .button-untop i {
    font-size: 25px !important; }

a.bulletin {
  color: #005790;
  cursor: pointer; }
  a.bulletin:hover {
    color: #f90; }

div#bulletin {
  width: 93%;
  height: 355px;
  overflow: auto;
  padding: 20px; }
  div#bulletin .info {
    display: none; }
  div#bulletin .title {
    color: #5f5134;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px; }
  div#bulletin .date {
    color: #ADADAD;
    margin: 5px 0; }
    div#bulletin .date i {
      color: #0083d1;
      margin-right: 10px; }
  div#bulletin .content {
    line-height: 180%; }

.icon-status {
  cursor: pointer;
  font-size: 18px; }

.x-form-file-wrap {
  position: relative;
  height: 22px; }
  .x-form-file-wrap .x-form-file {
    position: absolute;
    right: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    height: 22px; }
  .x-form-file-wrap .x-form-file-btn {
    position: absolute;
    right: 0;
    z-index: 1; }
  .x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777; }

.x-date-menu {
  width: 275px; }

.p-t {
  padding-top: 10px; }

.p-b {
  padding-bottom: 10px; }

.summary-title {
  color: #353535;
  font-weight: bold; }

.summary {
  color: #777777; }

.thumb {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 3px;
  line-height: 0;
  position: relative; }
  .thumb:hover, .thumb.jqueryHover {
    background-color: #A0A0A0;
    border: 1px solid #DDDDDD;
    cursor: pointer; }
  .thumb:hover img, .thumb.jqueryHover img {
    border: 1px solid #AAAAAA !important; }
  .thumb img {
    background-color: #F0F0F0;
    border: 1px solid #EEEEEE;
    height: 65px; }
  .thumb a.unnamed {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    background: url("../images/unnamed.png") no-repeat scroll 100% 1 auto transparent; }

.dec-medias {
  margin-bottom: 5px;
  overflow: hidden;
  z-index: 5; }
  .dec-medias a {
    text-decoration: none; }
  .dec-medias .name {
    float: left;
    line-height: 1.5; }
    .dec-medias .name a {
      color: #B50003; }
  .dec-medias .button {
    float: left;
    line-height: 1;
    margin-left: 10px; }

.button_gy {
  display: inline-block;
  zoom: 1;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 12px/100% Arial, Helvetica, sans-serif;
  padding: 3px 10px;
  color: #333;
  border: solid 1px #B7B7B7;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#EDEDED));
  border-image: initial; }
  .button_gy i.fa-plus-circle {
    font-size: 14px;
    color: #009816; }
  .button_gy i.fa-times-circle {
    font-size: 14px;
    color: #A30001; }
  .button_gy:hover {
    background: #EDEDED;
    background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#626262));
    color: #FFF;
    border: #535353 1px solid; }

.x-small-editor .x-form-field-wrap .x-form-trigger {
  height: 21px !important; }

.ext-strict .x-menu-item-icon {
  display: block !important;
  float: left;
  margin-right: 10px;
  content: "\f105";
  color: #98a6ad;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 16px;
  background: none;
  line-height: 1.2; }

.chart .x-title {
  text-align: center;
  font-weight: bold; }

.chart .data-title {
  font-weight: bold; }

.chart .x-form-field-wrap, .chart .x-form-text {
  margin: 0 auto !important; }

.chart .x-title .button_gy, .chart .x-title .x-form-text {
  display: inline-block; }

.chart .data-title .button_gy, .chart .data-title .x-form-text {
  display: inline-block; }

.chart .x-title .button_gy, .chart .data-title .button_gy {
  margin-right: -5px; }

.chart .x-title .x-form-text, .chart .data-title .x-form-text {
  margin-top: -3px !important; }

.panel-border {
  border: 1px solid #D0D0D0;
  background-repeat: repeat-x;
  background-position: 0 0;
  font-size: 13px; }
  .panel-border table {
    width: 100%; }
    .panel-border table thead tr td {
      padding: 4px 5px; }
      .panel-border table thead tr td:last-child {
        border-right: 0; }
    .panel-border table tbody tr td {
      height: 30px;
      padding: 3px 5px;
      border-bottom: 1px solid #ededed;
      border-top: 1px solid #fff; }
    .panel-border table tbody tr:nth-child(odd) {
      background: #fff; }
    .panel-border table tbody tr:nth-child(even) {
      background-color: #fafafa; }

.x-selectable {
  -moz-user-select: text !important;
  -khtml-user-select: text !important; }
  .x-selectable * {
    -moz-user-select: text !important;
    -khtml-user-select: text !important; }

.file-ext {
  vertical-align: text-top;
  float: left;
  display: block; }

.filename {
  float: left;
  width: 90%;
  padding-left: 5px; }

.fileinput-button {
  position: absolute;
  overflow: hidden; }
  .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    height: 36px;
    font-size: 40px; }

.red-bold {
  color: #B80003;
  font-weight: bold; }

.toolbar-icon {
  display: block;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0 -2px;
  font-style: normal; }

.sm-icon {
  font-size: 20px; }

.pointer {
  cursor: pointer; }

#member-notes-info {
  width: 97%;
  height: 213px;
  overflow: auto;
  padding: 10px;
  line-height: 140%; }

.x-form .x-panel-body {
  background-color: transparent; }

.edit-icon {
  background-image: url(../images/edit.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  margin-top: -1px; }

.x-tab-strip-text {
  padding-right: 15px !important; }

.select {
  padding: 0;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background: url(../../vendor/extjs/resources/images/default/form/text-bg.gif) repeat-x; }
  .select select {
    width: 100%;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 13px;
    text-indent: 10px;
    border-radius: 0;
    height: 22px;
    border: 1px solid #b5b8c8;
    position: relative;
    z-index: 1;
    -webkit-appearance: none; }
    .select select:focus {
      outline: 0; }
  .select .x-form-trigger {
    right: 0; }

.other-table-number {
  color: #CC3333;
  font-family: Arial Black;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px; }

.be {
  background-color: #F3F3F3;
  background-image: -moz-linear-gradient(center top, #FEFEFE, #F3F3F3);
  border: 1px solid #CCCCCC;
  color: #444444;
  cursor: pointer;
  display: block;
  float: left;
  font: bold 11px Arial;
  margin-right: -1px;
  min-width: 18px;
  padding: 7px 7px 6px;
  text-align: center; }
  .be:hover {
    border-color: #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #222222; }
  .be.j, .be:active {
    background-color: #DFDFDF;
    background-image: -moz-linear-gradient(center top, #F0F0F0, #DFDFDF);
    border-color: #CCCCCC;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3) inset;
    color: #222222; }

.table-data-title-row1, .table-data-title-row2 {
  background-image: url(../images/ux/grid3-hrow.gif);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #CCCCCC;
  border-bottom-color: #CCCCCC;
  border-left-color: #FFFFFF; }

.table-data-title-row3 {
  background-image: url(../images/ux/grid3-hrow.gif);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
  border-bottom-color: #CCCCCC;
  border-left-color: #FFFFFF; }

.table-data-com1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-color: #DFDFDF;
  border-left-color: #FFFFFF;
  height: 20px;
  padding-left: 10px; }

.table-data-com2 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-color: #DFDFDF;
  height: 20px;
  padding-left: 10px; }

.table-data-com3 {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-color: #DFDFDF;
  border-right-color: #FFFFFF;
  height: 20px;
  padding-left: 10px; }

#login {
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position: top;
  width: 100%; }

#login-main {
  position: absolute;
  left: 50%;
  margin-left: -205px;
  width: 410px;
  margin-bottom: -140px;
  bottom: 50%;
  font-size: 15px; }
  #login-main .title {
    font-weight: bold;
    font-size: 25px;
    text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #6E6E6E; }
  #login-main .authError {
    margin-top: 250px;
    color: #C70000;
    display: block;
    height: 20px; }
    #login-main .authError .error-msg {
      display: none; }

.g-recaptcha {
  transform: scale(0.75);
  transform-origin: 0;
  transform: scale(0.75);
  transform-origin: 0 0; }

.x-window-header {
  display: block;
  font-size: 15px !important;
  padding: 10px !important;
  text-align: center; }

html, body {
  margin: 0;
  font-size: 13px; }

/*改變 Ext 原有樣式 ----------------------------------*/
.x-grid3-cell-inner, .x-grid3-hd-inner {
  white-space: normal !important; }

.x-selectable {
  -moz-user-select: text !important;
  -khtml-user-select: text !important; }
  .x-selectable * {
    -moz-user-select: text !important;
    -khtml-user-select: text !important; }

/*loading 區塊樣式 ----------------------------------*/
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 2px;
  z-index: 20001;
  height: auto;
  width: 150px;
  margin-left: -75px;
  margin-top: -25px; }
  #loading .loading-indicator {
    color: #444;
    font: bold 20px tahoma,arial,helvetica;
    padding: 10px;
    margin: 0;
    height: auto;
    background: none; }
    #loading .loading-indicator img {
      margin-right: 8px;
      float: left; }

#loading-msg {
  font-family: arial, tahoma, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  padding-top: 6px; }

/*icon 按鈕樣式 -------------------------------------*/
.ext-tool-add {
  background: transparent url(../images/icon/application_add.png) no-repeat 0 0 !important; }

.ext-tool-edit {
  background: transparent url(../images/icon/application_edit.png) no-repeat 0 0 !important; }

.ext-tool-delete {
  background: transparent url(../images/icon/application_delete.png) no-repeat 0 0 !important; }

.ext-tool-search {
  background: transparent url(../images/icon/application_form_magnify.png) no-repeat 0 0 !important; }

.ext-tool-form {
  background: transparent url(../images/icon/application_form.png) no-repeat 0 0 !important; }

.ext-tool-table-save {
  background: transparent url(../images/icon/save.png) no-repeat 0 0 !important; }

.ext-tool-table-reset {
  background: transparent url(../images/icon/reset.jpg) no-repeat 0 0 !important; }

.ext-tool-table-add {
  background: transparent url(../images/icon/icon_add.gif) no-repeat 0 0 !important; }

.ext-tool-table-delete {
  background: transparent url(../images/icon/icon_delete.gif) no-repeat 0 0 !important; }

.ext-tool-bmenu {
  background: transparent url(../images/icon/menu-show.gif) no-repeat 0 0 !important; }

/*Ext.Grid 顯示樣式 -------------------------------------*/
.ext-grid-enable-open {
  color: #00F; }

.ext-grid-enable-close {
  color: #F00; }

.ext-grid-link {
  color: #00F;
  text-decoration: none; }
  .ext-grid-link:hover {
    text-decoration: underline; }

.ext-grid-brief {
  color: #999;
  margin-top: 3px; }

.ext-grid-looked {
  color: #FF0000; }

/*共用樣式 -------------------------------------*/
.red {
  color: #B80003; }

#medias {
  padding-top: 20px;
  width: 98%; }
  #medias .topBlock {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
    margin-top: -15px;
    overflow: hidden;
    padding-bottom: 5px; }
  #medias .notice {
    display: inline-block;
    float: left;
    margin-right: 20px;
    min-width: 280px;
    padding-top: 5px;
    clear: both;
    color: #F00;
    display: inline-block;
    font-family: 微軟正黑體;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    white-space: nowrap; }
  #medias ul {
    clear: both;
    list-style: none outside none;
    margin: 0;
    padding: 0; }
  #medias li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 15px 0 0;
    background-color: #F3F3F3;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 8px 8px 8px 4px !important;
    padding: 5px !important;
    text-align: center; }
    #medias li h5 {
      display: block;
      font-family: Arial;
      font-size: 10px;
      font-weight: normal;
      margin-bottom: 3px;
      margin-top: 0;
      overflow: hidden;
      padding: 1px 2px;
      white-space: nowrap;
      line-height: 24px; }

.ui-widget-header {
  background: url("../images/ui-bg_glass_75_cccccc_1x400.png") repeat-x scroll 50% 50% #CCCCCC;
  background: url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #CCCCCC;
  border: 1px solid #AAAAAA;
  color: #222222;
  font-weight: bold; }

#medias .previewImageBox {
  overflow: hidden;
  white-space: nowrap; }

.green_button {
  background-image: url("../images/submit_middle_green.gif");
  color: #4D5037; }

.button {
  background-repeat: repeat-x;
  display: block;
  float: left;
  font-size: 13px;
  left: 0;
  line-height: 24px;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  top: 0; }

.green_button span {
  background-image: url("../images/submit_left_green.gif"); }
  .green_button span span {
    background-image: url("../images/submit_right_green.gif"); }

.button span {
  background-repeat: no-repeat;
  display: block;
  float: left;
  white-space: nowrap; }
  .button span span {
    background-position: right top;
    display: block;
    padding: 0 8px; }

.button input {
  border: 0 none;
  bottom: -10px;
  cursor: pointer;
  display: block;
  height: 1000px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: -10px;
  width: 1000px; }

#medias .ui-icon-trash, #medias .ui-icon-zoomin {
  float: right; }

#medias a:link {
  color: #6082B9;
  text-decoration: none; }

a:visited, a:active {
  color: #6082B9;
  text-decoration: none; }

.ui-icon {
  height: 16px;
  width: 70px;
  padding-top: 5px; }

#progressName, #progressBarStatus {
  display: none; }

.progressBarInProgress, .progressBarComplete, .progressBarError {
  background-color: #333333;
  font-size: 0;
  height: 5px;
  margin-top: 2px;
  width: 0; }

.x-grid3-row td {
  height: 30px !important; }

.tagbtn {
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 6px;
  display: block;
  float: left;
  margin-right: 10px; }

.tag1 {
  background-color: #97D4E7;
  border: 1px solid #28a4c9; }

.tag2 {
  background-color: #E7AB57;
  border: 1px solid #d58512; }

.tagtitle {
  padding: 5px 0; }

.x-grid3-cell-first .x-grid3-cell-inner {
  padding-left: 5px !important; }

.forms-info {
  line-height: 200%;
  height: 460px;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 20px; }

.x-collapsed-title {
  padding: 3px 5px; }

.x-ghf-filter-container .x-form-field-wrap {
  left: -9px; }

.x-grid3-hd-row td {
  vertical-align: top; }

/*設定區塊 ---------------------------------------------*/
.other-area {
  border: 1px solid #D0D0D0;
  margin-bottom: 5px;
  background-color: #FFF; }

.other-summary {
  border: 1px solid #D0D0D0;
  margin-bottom: 5px;
  background-color: #FFF;
  border-bottom: 0;
  border-right: 0; }
  .other-summary .name {
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    white-space: nowrap;
    background-color: #FAFAFA;
    height: 30px;
    padding-left: 10px; }
  .other-summary .value {
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #D0D0D0;
    white-space: nowrap;
    background-color: #fff;
    height: 30px;
    padding-left: 10px; }

/*表單樣式 ---------------------------------------------*/
.other-area th {
  padding-left: 10px;
  background-image: url(../images/ux/grid3-hrow.gif);
  background-repeat: repeat-x;
  height: 24px;
  font-size: 13px; }
  .other-area th i {
    font-size: 14px; }

.other-area > tbody > tr {
  background-color: #FFFFFF; }
  .other-area > tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #FFFFFF;
    height: 30px;
    padding-left: 10px; }
    .other-area > tbody > tr > td:first-child {
      border-bottom: 1px solid #DFDFDF;
      border-left: 1px solid #FFFFFF;
      border-top: 1px solid #FFFFFF;
      text-align: right;
      width: 10%;
      white-space: nowrap;
      padding-right: 10px; }
    .other-area > tbody > tr > td:last-child {
      border-bottom: 1px solid #DFDFDF;
      border-right: 1px solid #FFFFFF;
      border-top: 1px solid #FFFFFF;
      width: 40%; }
  .other-area > tbody > tr.odd {
    background-color: #FAFAFA; }

/*.other-area>tbody>tr:nth-child(odd){
	background-color:#FAFAFA;
}*/
.hidden {
  display: none; }

.other-table-tab {
  border-right: 1px solid #DFDFDF;
  background-color: #FFFFFF; }
  .other-table-tab:hover {
    background-color: #E2ECF8; }

.other-table-tab-select {
  background-color: #E2ECF8; }

.error-msg {
  color: #B80003;
  font-weight: bold;
  display: none;
  min-width: 400px; }
  .error-msg::before {
    content: "\f06a";
    color: #B80003;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px; }

.info-msg {
  color: #666666;
  font-weight: bold;
  display: block;
  min-width: 400px; }
  .info-msg::before {
    content: "\f05a";
    color: #83BFFF;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px; }

.highlight-grid {
  background-color: #FFFFC3; }

.x-grid3-viewport {
  overflow: hidden;
  position: absolute; }

.x-grid3-locked {
  overflow: hidden;
  position: absolute; }
  .x-grid3-locked .x-grid3-scroller {
    overflow: hidden;
    border-right: 1px solid #99BBE8; }

.x-grid3-scroll-spacer {
  height: 19px; }

/*# sourceMappingURL=app.css.map */
