/*
.account-input-widget .account-card.account-goldbankbook {
  background-image: -webkit-linear-gradient(135deg, #FFD804 0%, #FFE88C 30%, #EABB00 100%);
  background-image: -o-linear-gradient(135deg, #FFD804 0%, #FFE88C 30%, #EABB00 100%);
  background-image: linear-gradient(-15deg, #FFD804 0%, #FFE88C 30%, #EABB00 100%); }
*/

/*20170405 zack修改 黃金交易帳戶暫時使用這個css*/
  .account-input-widget .account-card.account-goldbankbook {
    background-color: #efd64f;}

.account-input-widget .account-card.account-loan {
  background: #FFA864; }
.account-input-widget .account-card.account-deposit {
  background: #5ECFE9; }

.icon.icon-goldbankbook {
  background-image: url("../images/icon-goldbankbook.png");
  width: 52px;
  height: 45px;
  background-size: contain; }
.icon.icon-loanaccount {
  background-image: url("../images/icon-card-loan-account.png");
  width: 52px;
  height: 45px;
  background-size: contain; }
.icon.icon-deposit-account {
  background-image: url("../images/icon-card-deposit-account.png");
  width: 52px;
  height: 45px;
  background-size: contain; }

.form-group .input-merge-group div:first-child .inner-addon {
  border-right: 2px solid #527CA2; }

.account-card input[type="text"]:read-only {
  background: none;
  border: none; }

.card-name span {
  color: #eee;
  display: block;
  font-size: 16px;
  padding-top: 5px;
  white-space: nowrap; }

.authority-status {
  text-align: center; }
  .authority-status .approve {
    color: #46b04c; }
  .authority-status .deny {
    color: #aaa; }

.radio-btn-replacement,
.check-box-replacement {
  background: #eee;
  border: 1px solid #eee;
  border-radius: 8px;
  box-sizing: border-box;
  float: left;
  font-size: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 2px !important;
  line-height: inherit; }
  .radio-btn-replacement li,
  .check-box-replacement li {
    border-radius: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    padding: 5px 1em 5px 1.5em;
    position: relative;
    vertical-align: top; }
    .radio-btn-replacement li:hover,
    .check-box-replacement li:hover {
      border: 1px solid #00BCD5; }
    .radio-btn-replacement li.active,
    .check-box-replacement li.active {
      color: white; }
    .radio-btn-replacement li.disabled,
    .check-box-replacement li.disabled {
      cursor: not-allowed;
      color: #555;
      opacity: .7; }
      .radio-btn-replacement li.disabled:hover,
      .check-box-replacement li.disabled:hover {
        border-color: transparent; }
      .radio-btn-replacement li.disabled:after,
      .check-box-replacement li.disabled:after {
        content: '';
        background: url("../images/input-disabled.svg") no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        left: 0px; }
  .radio-btn-replacement.half,
  .check-box-replacement.half {
    width: 100%; }
    .radio-btn-replacement.half li,
    .check-box-replacement.half li {
      width: calc(100% - 4px); }
  .radio-btn-replacement.label-left li,
  .check-box-replacement.label-left li {
    text-align: left; }

.radio-btn-replacement li {
  background: #d8d8d8 url("../images/radio-uncheck.svg") no-repeat 5px 6px; }
  .radio-btn-replacement li.active {
    background: #00BCD5 url("../images/radio-check.svg") no-repeat 5px 6px; }

.check-box-replacement li {
  background: #d8d8d8 url("../images/chkbox-uncheck.svg") no-repeat 5px 6px; }
  .check-box-replacement li.active {
    background: #00BCD5 url("../images/chkbox-check.svg") no-repeat 5px 6px; }

.font-normal {
  font-weight: normal; }

.text-black {
  color: #000; }

@media (max-width: 480px) {
  .radio-btn-replacement,
  .check-box-replacement {
    padding: 0 4px; }
    .radio-btn-replacement li,
    .check-box-replacement li {
      float: left;
      margin: 4px 0;
      width: 100%; }
    .radio-btn-replacement.half li,
    .check-box-replacement.half li {
      width: calc(100% - 0px); }
    .radio-btn-replacement.inline-half,
    .check-box-replacement.inline-half {
      width: 100%; }
      .radio-btn-replacement.inline-half li,
      .check-box-replacement.inline-half li {
        width: calc((100% - 4px) / 2); }
        /*LEO modified- :not(:last-child) --> :nth-child(odd)*/
        .radio-btn-replacement.inline-half li:nth-child(odd),
        .check-box-replacement.inline-half li:nth-child(odd) {
          margin-right: 4px; }
    .radio-btn-replacement.inline-third,
    .check-box-replacement.inline-third {
      width: 100%; }
      .radio-btn-replacement.inline-third li,
      .check-box-replacement.inline-third li {
        width: calc((100% - 12px) / 3); }
        .radio-btn-replacement.inline-third li:not(:last-child),
        .check-box-replacement.inline-third li:not(:last-child) {
          margin-right: 4px; } }
.barcode-scan-bkg {
  background: #c3c3c3;
  border-radius: 10px;
  padding: 20px 10px 80px;
  position: relative;
  margin-bottom: 20px;
  min-height: 240px; }

.barcode-scan-btn {
  background: #e0e0e0;
  border-radius: 60px;
  border: 6px solid #fff;
  box-sizing: border-box;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  bottom: -60px;
  width: 120px;
  height: 120px; }
  .barcode-scan-btn .fa {
    color: #6b6b6b;
    display: table-cell;
    font-size: 3em;
    text-align: center;
    vertical-align: middle; }
  .barcode-scan-btn:hover, .barcode-scan-btn:focus, .barcode-scan-btn:active {
    background: #bbb;
    text-decoration: none; }
    .barcode-scan-btn:hover .fa, .barcode-scan-btn:focus .fa, .barcode-scan-btn:active .fa {
      color: #333; }

.barcode-num {
  color: #2BB7E9;
  font-size: 24px;
  margin-left: 16px; }

.panel-body.terms {
  height: 200px;
  overflow: scroll; }
@media (max-width: 480px) {
  .panel-body {
    padding: 5px; } }

.checkbox-multiline input[type="checkbox"] {
  float: left; }
.checkbox-multiline label {
  padding-left: 20px; }

.pagination .active {
  font-weight: bold; }
.pagination .disabled {
  display: none; }
.pagination .first-page a {
  margin-right: 6px; }
.pagination .last-page a {
  margin-left: 6px; }
.pagination li a {
  padding: 10px 14px; }

.pagination-list {
  display: inline-block;
  float: right; }

.pagination-list-select {
  border: 1px solid #ddd;
  font-size: 16px;
  float: left !important;
  line-height: 16px;
  height: auto;
  margin: 20px 15px;
  width: 150px !important; }
  .pagination-list-select .dropdown-toggle {
    padding-top: 14px !important;
    padding-bottom: 14px !important; }

.pagination-list-num {
  float: left;
  margin: 25px 0 0 0; }
  .pagination-list-num span {
    color: #00BAD3;
    font-family: "Roboto Condensed", Arial;
    font-size: 28px;
    font-weight: bold; }

@media (max-width: 990px) {
  .pagination-wrap {
    text-align: center; }
    .pagination-wrap .pagination {
      margin: 0; }

  .pagination-list-wrap {
    text-align: center; }

  .pagination-list {
    float: none; }

  .pagination-list-select {
    margin: 0 15px; }

  .pagination-list-num {
    margin: 5px 0 0 0; } }
.timeline-year-group.bottom {
  border-bottom: none; }
.timeline-year-group a:hover {
  text-decoration: none; }
.timeline-year-group .number {
  margin: 0; }
.timeline-year-group .text-small {
  font-size: 16px;
  margin-top: 10px; }
.timeline-year-group .txt-currency {
  font-size: 15px;
  margin-right: 5px;
  vertical-align: middle; }
.timeline-year-group .row:first-child .timeline-year:nth-child(1) {
  margin-bottom: 0; }

.tableWrapDiv {
  border: 2px solid #000;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.borderTableWrap table {
  border-collapse: collapse;
  width: 100%; }
  .borderTableWrap table td {
    border-color: #000000;
    text-align: center;
    padding: 0; }
  .borderTableWrap table *.cell-pd5 td {
    padding: 5px; }
.borderTableWrap .inner-table {
  border: none; }
  .borderTableWrap .inner-table tr:last-child td {
    border-bottom: none; }
.borderTableWrap ol {
  margin: 0;
  padding: 0;
  padding-left: 20px; }
.borderTableWrap .fw-bold {
  font-weight: bold; }
.borderTableWrap .ta-left {
  text-align: left; }
.borderTableWrap .cell-crossline {
  background: url("../images/crossline.png") no-repeat;
  background-size: 100% 100%;
  position: relative; }
.borderTableWrap .td-split {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .borderTableWrap .td-split .bl {
    position: absolute;
    bottom: 0px;
    left: 3px; }
  .borderTableWrap .td-split .tr {
    position: absolute;
    top: 0px;
    right: 3px; }

@media (max-width: 480px) {
  .table.table-style-1 > thead > tr > th, .table.table-style-1 > tbody > tr > th, .table.table-style-1 > tfoot > tr > th {
    /*20161108 Kevin modify from 40% -> 30%*/
    width: 30%; }
  .table.table-style-1 > thead > tr > td, .table.table-style-1 > tbody > tr > td, .table.table-style-1 > tfoot > tr > td {
    text-align: right; }
    .table.table-style-1 > thead > tr > td:only-child, .table.table-style-1 > tbody > tr > td:only-child, .table.table-style-1 > tfoot > tr > td:only-child {
      text-align: left; }
  .table.table-style-1.table-mobile-width-even > thead > tr > th, .table.table-style-1.table-mobile-width-even > tbody > tr > th, .table.table-style-1.table-mobile-width-even > tfoot > tr > th {
    width: 50%; }
  .table.table-style-1.table-mobile-text-left > thead > tr > td, .table.table-style-1.table-mobile-text-left > tbody > tr > td, .table.table-style-1.table-mobile-text-left > tfoot > tr > td {
    text-align: left; } }
.input-message-info {
  color: #00bcd5;
  display: block;
  font-weight: bold;
  padding: 5px; }

.currency-type {
  background: none !important;
  margin-bottom: 0 !important; }

.buy-row {
  background: #ddd;
  margin-bottom: 10px; }
  .buy-row:nth-child(2n) {
    background: #eee; }
  .buy-row:last-child {
    background: #555; }

.table.table-normal td.cell-btnWrap {
  white-space: normal !important; }

.cell-btnWrap a, .cell-btnWrap button {
  margin-bottom: 5px; }
  .cell-btnWrap a i, .cell-btnWrap button i {
    margin-right: 3px; }
.cell-btnWrap a.btn i {
  display: inline; }
.cell-btnWrap a.btn .item-name {
  display: inline;
  margin-left: 10px; }
.cell-btnWrap .radio-btn-replacement,
.cell-btnWrap .check-box-replacement {
  background: none;
  border: none;
  float: none; }

.table.table-normal.table-auto-width {
  min-width: auto !important; }

@media (max-width: 640px) {
  .table.table-normal td.cell-btnWrap {
    white-space: normal !important; }

  .cell-btnWrap button {
    width: auto; } }
.bank-country-item {
  color: #555;
  display: block;
  padding: 15px;
  border-bottom: 1px solid #dedede;
  overflow: hidden; }
  .bank-country-item:hover {
    background: #efefef;
    color: #111;
    text-decoration: none; }
  .bank-country-item .flag-icon,
  .bank-country-item .bank-short,
  .bank-country-item .bank-name {
    display: block;
    float: left; }
  .bank-country-item .bank-short {
    font-size: 24px;
    font-family: "roboto", sans-serif;
    margin-top: -3px;
    padding-left: 6px; }
  .bank-country-item .bank-name {
    padding-left: 6px; }
  .bank-country-item .bank-name small {
    color: #999;
    display: block;
    font-size: 9px;
    padding-top: 2px; }

.table-norwd thead tr {
  background: #777762;
  color: #fff; }
.table-norwd tr {
  background: #fff; }
  .table-norwd tr td:first-child {
    border-left: 1px solid #fff; }
  .table-norwd tr td:last-child {
    border-right: 1px solid #fff; }

.td-split-wrap {
  padding: 3px 0; }
  th .td-split-wrap:not(:last-child) {
    border-bottom: 1px solid #fff; }
  td .td-split-wrap:not(:last-child) {
    border-bottom: 1px solid #aaa; }

.table.table-normal {
  font-size: 15px; }
  .table.table-normal tr th, .table.table-normal tr td {
    vertical-align: middle !important; }

@media (max-width: 991px) {
  .td-split-wrap {
    border: none !important;
    padding: 0; }
    .td-split-wrap:first-child {
      border-bottom: none; }

  .table.table-normal {
    font-size: 16px !important;
    width: 100%;
    min-width: 100%; } }
@media only screen and (min-width: 990px) {
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: normal; !important;
    font-size: 14px;
    word-break: break-word;
    } }
.btn-group-justified {
  background: #ddd;
  border-radius: 5px; }

.btn-group a {
  white-space: normal; }
@media (max-width: 480px) {
  .btn-group .btn-lg {
    padding: 10px; } }
@media (max-width: 360px) {
  .btn-group .btn-lg {
    font-size: 14px;
    padding: 5px; } }

@media (max-width: 990px) {
  .tr-section td:empty {
    display: none !important; } }
.form-group .t-label {
  display: block;
  width: 100%;
  padding: 0 5px 0 0; }
  @media (max-width: 990px) {
    .form-group .t-label {
      padding-right: 0; } }

.input-group-btn .btn {
  background: #fff;
  border-radius: 0;
  border: 2px solid #527CA2;
  color: #527CA2;
  font-size: 18px;
  height: 42px; }
  .input-group-btn .btn:hover {
    background: #00BCD5;
    color: #fff; }
  .input-group-btn .btn:focus {
    border: 2px solid #00BCD5; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -3px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -3px; }

@media (max-width: 990px) {
  .control-label {
    text-align: left !important; } }

@media (max-width: 768px) {
  .control-text {
    line-height: 20px;
    padding-top: 0 !important; } }

.tooltip-group .btn {
  float: left;
  margin-right: 10px; }

.account-input-widget.in-table .bootstrap-select {
  position: absolute;
  left: 0;
  right: 0;
  width: auto; }
.account-input-widget.in-table .account-card {
  padding-bottom: 55px; }

.table.table-style-2 {
  margin-top: -11px;
  color: #565656;
  border-color: #ccc; }
  .table.table-style-2 > thead > tr > th, .table.table-style-2 > tbody > tr > th, .table.table-style-2 > tfoot > tr > th {
    border-right: 1px solid #ccc;
    padding: 15px 10px;
    width: 30%; }
  .table.table-style-2 > thead > tr > td, .table.table-style-2 > tbody > tr > td, .table.table-style-2 > tfoot > tr > td {
    padding: 15px 10px; }

.table-normal .form-control[disabled],
.table-normal .form-control[readonly],
.table-normal fieldset[disabled] .form-control {
  background: transparent !important;
  border: none !important; }

.table.table-normal-norwd {
  border-bottom: 1px solid #898989;
  margin-bottom: 0px; }
  .table.table-normal-norwd tr.tr-section {
    background-color: #f4f4f4; }
  .table.table-normal-norwd tr.tr-end-section {
    background-color: #dfdfdf; }
  .table.table-normal-norwd tr th, .table.table-normal-norwd tr td {
    word-wrap: break-word;
    vertical-align: top !important;
    background-color: transparent; }
  .table.table-normal-norwd tr th {
    color: #fff;
    background-color: #777762;
    border: none !important;
    border-bottom: 1px solid #a2a28e !important;
    border-left: 1px solid #a2a28e !important;
    border-collapse: collapse;
    text-align: center; }
    .table.table-normal-norwd tr th:first-child {
      border-left: 1px solid transparent !important; }
  .table.table-normal-norwd tr td {
    border-color: #cdcdcd !important;
    border-left: 1px solid #cdcdcd !important; }
    .table.table-normal-norwd tr td:first-child {
      border-left: 1px solid transparent !important; }

.panel-heading {
  padding: 0; }
  .panel-heading:hover {
    background: #eee; }
  .panel-heading a {
    padding: 10px 15px; }
    .panel-heading a:not(.collapsed) {
      background: #777762;
      color: #fff;
      font-weight: bold; }
      .panel-heading a:not(.collapsed):after {
        color: #eee !important; }

.panel-collapse {
  border: 1px solid #777762; }

.well > ul, .well > ol {
  margin: 0;
  padding: 0;
  padding-left: 20px; }

.barcodeWrap img {
  height: 72px; }

.btn-gray {
  background: #898989;
  color: #fff; }
  .btn-gray:hover {
    background: #777;
    color: #fff; }

.btn-primary:disabled, .btn-primary a.disabled {
  background: #ddd;
  color: #999;
  opacity: 1; }
  .btn-primary:disabled:hover, .btn-primary a.disabled:hover {
    background: #ddd;
    color: #999;
    opacity: 1; }

/*20161110 adds new table td style for mobile*/
.cell-div-wrap {

  /*background: red;*/

  overflow: hidden;

}

.cell-div-header, .cell-div-content {

  padding: 0px;

}

.cell-div-header {

    display: none;

}

.cell-div-content {

  float: none;

  width: 100%;

}

@media only screen and (max-width: 991px) {

  .table.table-normal td {

    padding-left: 0 !important;

  }

  .cell-div-header, .cell-div-content {

    float: left;

    padding: 0px 6px;
  }

  .cell-div-header {

    width: 40%;

    display: block;

  }

  .cell-div-content {

    width: 60%;

  }

}

/*20160215 MyFavorite*/

.each-page-padding.pt10 {
  padding-top: 10px;
}
.favorite-item {

  text-align: center;

}

.favorite-item a {

  border-radius: 3px;

  border: 2px solid #fff;

  box-sizing: border-box;

  display: block;

  color: #555;

  font-size: 16px;

  line-height: 1.2;

  height: 168px;

  padding: 10px;

  overflow: hidden;

  text-decoration: none;
}

.favorite-item a:hover {

  border: 2px solid #FFCF00;

  color: #333;

  transition: all .2s linear;

}

.favorite-item img {

  display: block;

  margin: 0 auto;

  margin-bottom: 8px;

  width: 96px;

  height: 96px;

}
.favorite-edit .favorite-item::after {
  background: url('../images/toggle-fav.png') no-repeat;
  content: ' ';
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: all linear .2s;
  /*20170301 Kevin added*/
  z-index: -1;
}
.favorite-edit .favorite-item a:hover {
  border: 2px solid #fff;
}
.favorite-edit .favorite-item.myfav::after {
  background-position: 0 -32px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .favEditTab.nav-tabs > li {
    text-align: center;
    width: calc(100% / 3);
  }
  .favEditTab.nav-tabs > li > a {
    padding: 10px 5px;
  }
}
/* Landscape 6 */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .favorite-item {
      width: calc(100% / 4);
    }
}
/* Landscape 6+ */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .favorite-item {
      width: calc(100% / 4);
    }
}

/*20160220- 交易標題+我的最愛icon */

.page-header {
  position: relative;
}

.page-header h3.title {
  /*padding-right: 48px;*/
}

@media (max-width: 990px) {
  .page-header h3.title {
    padding-right: 48px;
  }
}

.add-favorite {
  position: absolute;
  right: 0;
}

.trans-time-log {
  padding-right: 48px;
}

/* Left Menu Level 2*/
.icon-ca00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px 0px;
  width: 24px;
  height: 24px;
}
.icon-ca00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -72px;
  width: 24px;
  height: 24px;
}
.icon-ca00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px -24px;
  width: 24px;
  height: 24px;
}
.icon-ca00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -24px;
  width: 24px;
  height: 24px;
}
.icon-ca00006 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px 0px;
  width: 24px;
  height: 24px;
}
.icon-ca00007 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -24px;
  width: 24px;
  height: 24px;
}
.icon-ca00008 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px -48px;
  width: 24px;
  height: 24px;
}
.icon-ca00009 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -24px;
  width: 24px;
  height: 24px;
}
.icon-dc00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -48px;
  width: 24px;
  height: 24px;
}
.icon-fc00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -48px;
  width: 24px;
  height: 24px;
}
.icon-fc00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px 0px;
  width: 24px;
  height: 24px;
}
.icon-fc00005 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px -24px;
  width: 24px;
  height: 24px;
}
.icon-fc00006 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px -48px;
  width: 24px;
  height: 24px;
}
.icon-fc00008 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px -72px;
  width: 24px;
  height: 24px;
}
.icon-fc00009 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -72px;
  width: 24px;
  height: 24px;
}
.icon-fc00010 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -72px;
  width: 24px;
  height: 24px;
}
.icon-fu00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px -72px;
  width: 24px;
  height: 24px;
}
.icon-fu00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px 0px;
  width: 24px;
  height: 24px;
}
.icon-fu00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -24px;
  width: 24px;
  height: 24px;
}
.icon-fu00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -48px;
  width: 24px;
  height: 24px;
}
.icon-fu00005 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}
.icon-fu00009 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px -96px;
  width: 24px;
  height: 24px;
}
.icon-gd00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -96px;
  width: 24px;
  height: 24px;
}
.icon-gd00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -96px;
  width: 24px;
  height: 24px;
}
.icon-lo00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px -96px;
  width: 24px;
  height: 24px;
}
.icon-lo00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -96px;
  width: 24px;
  height: 24px;
}
.icon-lo00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px 0px;
  width: 24px;
  height: 24px;
}
.icon-my00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -24px;
  width: 24px;
  height: 24px;
}
.icon-my00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -48px;
  width: 24px;
  height: 24px;
}
.icon-my00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -72px;
  width: 24px;
  height: 24px;
}
.icon-my00005 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -96px;
  width: 24px;
  height: 24px;
}
.icon-oa00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: 0px -120px;
  width: 24px;
  height: 24px;
}
.icon-py00005 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -120px;
  width: 24px;
  height: 24px;
}
.icon-py00006 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -120px;
  width: 24px;
  height: 24px;
}
.icon-py00008 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -72px -120px;
  width: 24px;
  height: 24px;
}
.icon-tw00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -120px;
  width: 24px;
  height: 24px;
}
.icon-tw00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -120px;
  width: 24px;
  height: 24px;
}
.icon-tw00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -144px 0px;
  width: 24px;
  height: 24px;
}
.icon-tw00007 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -144px -24px;
  width: 24px;
  height: 24px;
}
.icon-rm00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px -24px;
  width: 24px;
  height: 24px;
}
.icon-ea00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -48px 0px;
  width: 24px;
  height: 24px;
}
.icon-ea00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -24px -120px;
  width: 24px;
  height: 24px;
}
/*170412-add*/
.icon-mo00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -96px;
  width: 24px;
  height: 24px;
}
.level-2-menu a {
  padding: 3px 8px 1px;
  overflow: hidden;
  line-height: 25px;
}
.level-2-menu a .iconLv2 {
  float: left;
  width: 24px;
  height: 24px;
}
.level-2-menu a span {
  display: block;
  margin-left: 30px;
}
/*右側選單上收*/
#right-menu .right-menu-header {
    padding-bottom: 0;
}

#right-menu .right-menu-header .close-right-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

#right-menu .right-menu-header .close-right-menu a i {
    margin-left: 10px;
}

.right-menu-toggle img {
    vertical-align: bottom;
    width: 16px;
}

.outer-right[sidebar-states="close"] .right-menu-toggle img {
    width: 32px;
}

@media (max-width: 767px) {
    #main-container {
        margin-top: 54px;
    }
}

.bread-crumbs-menu ul.nav li a {
    color: #555;
}

.bread-crumbs-menu ul.nav li a:hover {
    color: #111;
    text-decoration: underline;
}

.bread-crumbs-menu ul.nav li span {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 15px 5px 20px;
}

.copy-right-text {
    float: left;
    margin-right: 16px;
}

.cs-phone-text {
    float: left;
}

@media (max-width: 990px) {
    .footer-menu {
        float: left;
    }
}

#footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

@media (max-width: 360px) {
    .copy-right-text {
      margin-right: 0;
    }

  #footer {
      font-size: 13px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

#footer .footer-text p {
    line-height: 21px;
    margin-bottom: 0;
  }

#footer ul.footer-menu {
    float: right;
    border-left: none;
  }

@media (max-width: 1080px) {
    #footer ul.footer-menu {
      display: block;
      float: left;
      width: 100%;
      margin-top: 6px;
    }
  }

#footer ul.footer-menu a {
    text-decoration: underline;
  }

#footer ul.footer-menu a:hover {
    text-decoration: none;
  }

#footer ul.footer-menu li:first-child {
    margin-right: 8px;
  }

.btn.btn-default-text-blue {

  background: #eee;

  border: 1px solid #eee;

}

.btn.btn-default-text-blue:hover {

  background: #ddd;

  border: 1px solid #ddd;

}
/*BHO*/
.doBHO {
  background-color: #fff !important;
  cursor: default;
}

/*Left*/
#left-menu ul.level-1:before {
	background: none;
}
#left-menu-container, #left-menu ul.level-1 {
	background: #A2A28E !important;
}
#left-menu ul.level-1 > li > a {
	color: #fff;
}
#left-menu ul li:hover,
#left-menu ul li:hover > a,
#left-menu ul.level-1 > li > a:hover,
#left-menu ul.level-1 > li > a:active,
#left-menu ul.level-1 > li > a.active {
	background-color: #FFCF00;
	color: #000;
}
#left-menu-container.has-level-2, #left-menu-container.no-sub-menu {
	-ms-background: linear-gradient(90deg, #70655a 150px, transparent 10px);
	background: linear-gradient(90deg, #70655a 150px, transparent 10px);
}
/*第二層底色*/
#left-menu ul.level-1 > li div.level-2:before,
#left-menu ul.level-1 > li div.level-2:hover:before {
	background: #fffdf1;
}
/*第二層箭頭*/
#left-menu ul li:hover:after {
	content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 5px;
  height: 0;
  border-style: solid;
  border-width: 0;
  background: red;
  height: 100%;
}
#left-menu ul li a.active:after {
	content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 5px;
  height: 0;
  border-style: solid;
  border-width: 0;
  background: red;
  height: 100%;
}
/*Center*/
.level-2-menu a:hover,
.level-2-menu .menu-item a:hover {
	background: #FFCF00;
}

/*Right*/
.inner-right[sidebar-states="close"].hovered #right-menu .right-menu-header .bottom-menu .link .link-text,
#right-menu .right-menu-header,
.bread-crumbs-menu .mobile-welcome-row {
	background-color: #F1F2F6;
}
#right-menu {
	background: #F1F2F6;
}
#right-menu .right-menu-header .middle-controller-menu {
	background: #A2A28E;
}

.table-striped>tbody>tr:nth-of-type(odd){
  background-color: #fff7dc;
}

/*170407-add*/
 ul.info-list.announcemnt-list li {
   background: #00bcd5;
   border: 1px solid #00bcd5;
   border-radius: 3px;
   padding: 0;
   overflow: hidden;
   box-shadow: 0 0 3px 0 #ccc;
 }
 ul.info-list.announcemnt-list li a {
   color: #666;
 }
 .info-list.announcemnt-list .info-date {
   color: #fff;
   font-weight: bold;
 }
 .info-list.announcemnt-list .info-title {
   background: #DFFCFF;
   margin-left: 100px;
   padding: 10px;
 }
 /*170410-add*/
 .info-notify-well {
   margin-bottom: 0;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 #ccc;
 }
 @media(max-width: 990px) {
   .info-notify-well {
     min-height: auto;
   }
   .infor-type {
     bottom: 0;
     margin-top: 8px;
     position: relative;
   }
 }
 .info-notify-well-time {
   border: 1px solid #2FE7FF;
   background: #EDFDFF;
   margin-bottom: 0;
 }
 .info-notify-well-txn {
   border: 1px solid #0EE96E;
   background: #F1FFED;
   margin-bottom: 0;
 }
 .info-notify-well-fail {
   border: 1px solid #FFA1A1;
   background: #FFEDED;
   margin-bottom: 0;
 }
 .info-notify-list {
   /*padding-left: 25px;*/
 }
 .info-notify-list li {
   margin-bottom: 18px;
   background-repeat: no-repeat;
   background-position: 0px 0px;
   line-height: 1.4;
   padding-top: 2px;
   padding-left: 30px;
 }
 .info-notify-list.sys li {
   background-image: url('../images/info-notify-sys-bullet.png');
 }
 .info-notify-list.msg li {
   background-image: url('../images/info-notify-msg-bullet.png');
 }
 .info-notify-list.remind li {
   background-image: url('../images/info-notify-remind-bullet.png');
 }
 .info-notify-list li a {
   color: #777;
   font-size: 15px;
 }
 .info-notify-list li a:hover {
   color: #555;
 }
 .info-notify-date {
   color: #008799;
   display: block;
   font-size: 13px;
   font-weight: bold;
   text-align: right;
   padding-right: 5px;
   padding-top: 5px;
 }

 .icon-tw00008 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -24px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-tw00005 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -72px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-tw00006 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -48px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-my00006 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -72px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-my00007 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -120px -72px;
   width: 24px;
   height: 24px;
 }
 .icon-my00010 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -120px -72px;
   width: 24px;
   height: 24px;
 }

 .icon-dw00001 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -120px -72px;
   width: 24px;
   height: 24px;
 }

  .icon-rm00001 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -120px -72px;
   width: 24px;
   height: 24px;
 }
 .icon-rm00004 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -120px -72px;
  width: 24px;
  height: 24px;
}
 .icon-mg00001 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -96px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-mg00002 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -120px -96px;
   width: 24px;
   height: 24px;
 }

 .icon-mg00003 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -144px 0px;
   width: 24px;
   height: 24px;
 }

 .icon-mg00004 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -24px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-mg00005 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -144px 0px;
   width: 24px;
   height: 24px;
 }

 .icon-fa00001 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -24px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-sf00001 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -96px -120px;
   width: 24px;
   height: 24px;
 }

 .icon-af00001 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -120px;
  width: 24px;
  height: 24px;
}

.icon-af00002 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -120px;
  width: 24px;
  height: 24px;
}

.icon-af00003 {
  background-image: url(../images/menu-icon-lv2.png);
  background-position: -96px -120px;
  width: 24px;
  height: 24px;
}

 .icon-tw00010 {
   background-image: url(../images/menu-icon-lv2.png);
   background-position: -24px -72px;
   width: 24px;
   height: 24px;
 }

 /* Rounded sliders */
 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.toggleright { float:right }

.togglemiddle {
  font-size: 16px;
  position: absolute;
  top: calc(50% - 8px);
}

.togglehight {
 height: 60px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*# sourceMappingURL=psc-add-styles.css.map */
