@charset "UTF-8";
:root {
  --color_01:#1588b6;
  --color_02:#03658c;
  --color_03:#ace5f2;
  --color_04:#96cb9d;
  --color_05:#349f8c;
  --color_06:#b8c760;
  --color_07:#f1e94e;
  --color_08:#f9b33a;
  --color_09:#d77d2e;
  --color_10:#c04949;
  --color_11:#853b2a;
  --bg_01:#f0f9fc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 auto !important;
  max-width: 1200px;
  width: 100%;
  font-family: "微軟正黑體";
  font-size: 1em;
  line-height: 170%;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 15px 6px 8px;
  font-size: 0.875em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.w-auto {
  width: auto;
}

.btn {
  background-color: #666;
  border: solid #666 1px;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  border: none;
}
.btn:hover {
  background-color: var(--color_01);
}

.btn_icon {
  background-color: #666;
  border: solid #666 1px;
  padding: 8px 5px;
  border-radius: 4px;
  width: 35px;
}
.btn_icon:hover {
  background-color: #333;
}
.btn_icon i {
  color: #fff;
  font-size: 1.3em;
}

.btn_box {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
}

/*box*/
.box {
  width: 100%;
  padding: 5%;
  float: left;
}
.box .form {
  float: left;
  width: 35%;
}
.box .form .form_box {
  float: left;
  width: 100%;
  border: solid #ddd 1px;
  padding: 5%;
  border-radius: 10px;
  background: #f5f5f5;
}
.box .form .item {
  float: left;
  width: 100%;
  padding: 3px 0;
}
.box .form .item .title {
  float: left;
  width: 88px;
  padding: 5px 0;
}
.box .form .item .font {
  float: left;
  width: calc(100% - 88px);
}
.box .chart {
  float: left;
  width: 65%;
  padding-left: 5%;
}

/*chart_btn*/
.chart_btn {
  float: left;
  width: 100%;
}
.chart_btn .nav-tabs {
  float: left;
  width: 50%;
}
.chart_btn .nav-tabs .btn_icon {
  background-color: #fff;
  border-color: #ccc;
}
.chart_btn .nav-tabs .btn_icon i {
  color: #666;
}
.chart_btn .nav-tabs .btn_icon.active, .chart_btn .nav-tabs .btn_icon:hover.active {
  background-color: var(--color_01);
  border-color: var(--color_01);
}
.chart_btn .nav-tabs .btn_icon.active i, .chart_btn .nav-tabs .btn_icon:hover.active i {
  color: #fff;
}
.chart_btn .nav-tabs .btn_icon:hover {
  background-color: #eee;
}
.chart_btn .down {
  float: left;
  width: 50%;
  text-align: right;
}

/*tab*/
.tab-content .tab-pane:not(.show) {
  display: none;
}

/*多選下拉*/
.ms-choice {
  height: 34px !important;
  border: 1px solid #ccc !important;
}
.ms-choice > span {
  padding: 7px 20px 5px 8px;
}
.ms-choice .icon-close:before {
  top: 7px;
  position: relative;
}

.multiple-select {
  width: 100% !important;
}
.multiple-select .ms-drop {
  position: relative;
  padding: 0 0 0 6px;
}
.multiple-select .ms-drop > li .bottom {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}
.multiple-select .ms-drop > li[class=" "], .multiple-select .ms-drop > li[class=selected] {
  padding-left: 40px !important;
  width: 200px;
  display: inline-block;
}
.multiple-select .ms-drop ul > li {
  padding: 0.25rem 8px 0.25rem 28px;
  font-size: 0.9em;
  font-weight: 400;
  color: #333;
}
.multiple-select .ms-drop ul input {
  margin-left: -25px !important;
  margin-top: 3px !important;
}
.multiple-select .ms-drop.bottom {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.ms-select-all {
  padding-left: 8px !important;
}

.ms-search > input {
  margin-left: -5px !important;
}

/*chart*/
.titi_box {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.chart_title {
  float: left;
  width: 100%;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

.chart_filter {
  float: left;
  width: 90%;
  text-align: center;
  font-size: 1em;
  color: #03658c;
  padding-top: 7px;
  margin: 0 5%;
}

.chart_unit {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  color: #999;
  line-height: 150%;
}

.table_box_center {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}
.table_box_center .table {
  max-width: 500px;
}

/*chart_list_title*/
.chart_list_title {
  float: left;
  width: 100%;
  list-style: none;
  /*border:solid #ccc 1px;*/
  padding: 20px 0px 10px 0px;
  border-radius: 5px;
  margin: 0;
  text-align: center;
}
.chart_list_title li {
  display: inline-block;
  font-size: 0.9em;
  line-height: 130%;
  margin: 3px 20px 3px 0;
  position: relative;
}
.chart_list_title li:nth-child(3n+1) {
  clear: both;
}
.chart_list_title li .color, .chart_list_title li .title, .chart_list_title li .quantity {
  display: inline-block;
}
.chart_list_title li img {
  width: 12px;
  display: inline-block;
  margin-top: -3px;
  margin-right: 5px;
}
.chart_list_title li:nth-child(10n+1) img {
  background: var(--color_01);
}
.chart_list_title li:nth-child(10n+2) img {
  background: var(--color_03);
}
.chart_list_title li:nth-child(10n+3) img {
  background: var(--color_04);
}
.chart_list_title li:nth-child(10n+4) img {
  background: var(--color_05);
}
.chart_list_title li:nth-child(10n+5) img {
  background: var(--color_06);
}
.chart_list_title li:nth-child(10n+6) img {
  background: var(--color_07);
}
.chart_list_title li:nth-child(10n+7) img {
  background: var(--color_08);
}
.chart_list_title li:nth-child(10n+8) img {
  background: var(--color_09);
}
.chart_list_title li:nth-child(10n+9) img {
  background: var(--color_10);
}
.chart_list_title li:nth-child(10n) img {
  background: var(--color_11);
}
.chart_list_title li .title {
  padding-right: 10px;
  width: calc(100% - 70px);
  text-indent: -16px;
}
.chart_list_title li .quantity {
  width: 35px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 40px;
}
.chart_list_title.only_color li {
  width: auto;
  display: inline-block;
  margin-right: 30px;
  clear: none !important;
}
.chart_list_title.only_color li .title {
  width: auto;
}

/*-----------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
  /*box*/
  .box .form {
    width: 100%;
  }
  .box .chart {
    width: 100%;
    padding: 5% 0 0 0;
  }
}
@media (max-width: 480px) {
  /*chart*/
  .table_box_center .table {
    font-size: 0.85em;
  }
}
/*-----------------------------------------for編輯器--------------------------------------------*/
.float_left, .float-left {
  float: left;
}

.float_right, .float-right {
  float: right;
}

.text_center, .text-center {
  text-align: center;
}

.w-800 {
  max-width: 800px;
}

.w-600 {
  max-width: 600px;
}

.w-400 {
  max-width: 400px;
}

.w-200 {
  max-width: 200px;
}

.w-auto {
  width: auto;
  max-width: 100%;
}

.d-inline-block {
  display: inline-block;
}

input[type=month] {
  vertical-align: top;
}

/*table*/
.table {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  border-spacing: 0;
}
.table > :not(:first-child) {
  border-top: none;
}
.table thead {
  background: #eee;
  color: #333;
}
.table thead th {
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  line-height: 130%;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
}
.table tbody td {
  line-height: 170%;
  border-top: none;
  padding: 8px 10px;
  vertical-align: middle;
}
.table tbody td ol, .table tbody td ul {
  padding-left: 25px;
}
.table tbody td a {
  color: var(--color_01);
}
.table tbody td a:hover {
  color: var(--color_02);
}
.table tbody td a.btn_01 {
  display: inline-block;
  background: var(--color_01) !important;
  color: #fff !important;
  white-space: nowrap;
  margin: 3px 1px;
  padding: 6px 15px;
}
.table tbody td a.btn_01:hover {
  background: var(--color_02) !important;
}
.table.table-bordered {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table.table-bordered td, .table.table-bordered th {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table.table-center th, .table.table-center td {
  text-align: center;
}
.table.table-even tr:nth-child(even) {
  background: var(--bg_01);
}
.table.table-hover tbody tr {
  border-bottom: 1px solid #ddd;
}
.table.table-hover tbody tr:hover > td {
  background: var(--bg_01);
}
.table.table-hover tbody tr .btn_circle {
  border-radius: 50%;
  padding: 2px 9px 4px 11px;
}
.table.table-hover tbody tr .btn_circle:hover, .table.table-hover tbody tr .btn_circle:focus {
  background: var(--color_02) !important;
}
.table > :not(caption) > * > * {
  padding: 0;
}
.table .total {
  background: #fcfcf0;
}
.table .total td {
  border-top: double #ddd 5px;
}
.table .total:hover > td {
  background: #fcfcf0 !important;
}

table[align=center] {
  margin-left: auto;
  margin-right: auto;
}

tbody, td, tfoot, th, thead, tr {
  border-width: 1px;
}

.table-cell {
  display: table-cell;
}

.table_total {
  border-top: double #ccc 3px;
}
.table_total td {
  background: #e6eff4;
}

/*table scroll*/
.table-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.table-scrollable > .table, .table-scrollable > table {
  width: 100% !important;
  margin: 0 !important;
  min-width: 700px;
}

@media (max-width: 480px) {
  .table.m_100 > .table-row {
    display: block;
    width: 100%;
  }
  .table.m_100 > .table-row > .table-cell {
    display: block;
    width: 100%;
  }
  .table.m_100 .text-right {
    text-align: left !important;
  }
}/*# sourceMappingURL=style.css.map */