@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/7/30, 下午 09:21:26
    Author     : wei
*/
@import url("https://fonts.googleapis.com/css?family=Poppins|Noto+Sans+TC");
.flex_between, #weather_data .road_item .road_detail, #cp_form .button_group {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex_around, .road_group .road_item .road_detail, .main_block #weather_bottom {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

.flex_center, #iform_modal .tri, .nrdd_total, .year_group, .so_item, .form .tri, .form .multi, .pagination, .road_group .road_item .road_detail .detail_item .detail_title, .road_group .road_item, .track_title .title_item,
.track_title .track_col,
.track_item .title_item,
.track_item .track_col, .dashboard_group .dash_item .dash_title, .bill_group .bill_item .bill_col .btn,
.bill_group .bill_item .track_col .btn,
.bill_group .track_item .bill_col .btn,
.bill_group .track_item .track_col .btn,
.track_group .bill_item .bill_col .btn,
.track_group .bill_item .track_col .btn,
.track_group .track_item .bill_col .btn,
.track_group .track_item .track_col .btn, .year_list .list_item,
.month_list .list_item,
.area_list .list_item, .main_block .main_top .menu_btn, .full_block .menu .menu_group .menu_item i, .full_block .menu .logo, #payment_block .info_block .payment_btn, #payment_block .info_block .payment_info, #payment_block .info_block, #payment_block, .login_main .login_block .logo_block, .login_main .login_block .login_form,
.login_main .login_block #upload_modal, .login_main .login_block, .login_main, #form .form-group .input_block .input_title,
.form .form-group .input_block .input_title, #form .full_title,
.form .full_title, .filter_form, form .toggle_btn, .chosen-container-single .chosen-single {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.flex_start, #member_form, .member_block, .road_group, .bill_title,
.track_title,
.main_title, .dashboard_group, .bill_group .bill_item,
.bill_group .track_item,
.track_group .bill_item,
.track_group .track_item, .function_list .function_item, .function_list .item, .function_list .link_group, .function_list form, .function_list, .year_list,
.month_list,
.area_list, .main_block .main_top, .full_block .menu .menu_group .menu_item, .full_block .menu .menu_group, .full_block, #payment_block .order_block, #form .form-group .input_block,
.form .form-group .input_block, .chosen-container-single .chosen-single span {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.flex_end, .main_block .main_top .user_info {
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.background_template {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body {
  clear: both;
  text-align: center;
  font-family: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif, FontAwesome;
  font-size: 14px;
  line-height: 1.5;
  clear: both;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  /*font-weight: 300;*/
  /*background-color:#f1f9ff;*/
  min-height: 100vh;
  color: #222;
  letter-spacing: 1px;
  position: relative;
  background-color: #ebedef;
}

body,
div {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a.disabled {
  background-color: #f1f1f1 !important;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

/*search dropdown style*/
.chosen-container .chosen-drop {
  text-align: left;
}

.chosen-container-multi {
  margin: 0 5px;
}
.chosen-container-multi .chosen-choices {
  background-image: none;
  border: 1px solid #d8dbe0;
  padding: 5px;
  font-size: 12px;
  text-align: left;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0;
  border: 1px solid #d8dbe0;
  margin: 5px;
}
.chosen-container-multi .chosen-results li {
  font-size: 12px;
  text-align: left;
}

.chosen-container-single {
  font-size: 12px;
  color: #768192;
  margin: 0 5px;
}
.chosen-container-single .chosen-single {
  height: 32px;
  background: #fff !important;
  font-size: 12px;
  border-radius: 0;
  border-width: 1px;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #212529 !important;
  box-shadow: none;
  text-align: left;
  border: 1px solid transparent;
}
.chosen-container-single .chosen-single span {
  height: 100%;
}
.chosen-container-single .chosen-single b {
  margin-top: 3px;
}
.chosen-container-single .chosen-drop .chosen-search .chosen-search-input {
  width: 100% !important;
  border-left: 1px solid #d8dbe0 !important;
}
.chosen-container-single .chosen-drop .chosen-results {
  color: #768192;
}
.chosen-container-single .chosen-drop .chosen-results .highlighted {
  background-color: #3c4b64 !important;
  background-image: none;
}

.chosen-search-input {
  border: 1px solid #d8dbe0;
  border-left: 1px solid #d8dbe0;
  height: auto !important;
}

.chosen-drop {
  background: #fff;
}

form .toggle_btn {
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: 25px;
  background-color: #fff;
  margin-bottom: -20px;
}

#form,
.form {
  width: 100%;
}
#form .full_title,
.form .full_title {
  font-size: 12px;
  height: 35px;
  width: 100%;
  color: #768192;
  background-color: #ebedef;
  border: 1px solid #d8dbe0;
  border-radius: 3px 0 0 3px;
  margin-bottom: 20px;
}
#form .form-group,
.form .form-group {
  width: 100%;
  margin-bottom: 20px;
}
#form .form-group .input_block,
.form .form-group .input_block {
  align-items: flex-start;
  width: 100%;
}
#form .form-group .input_block .input_title,
.form .form-group .input_block .input_title {
  font-size: 12px;
  height: 35px;
  width: 100px;
  color: #768192;
  background-color: #ebedef;
  border: 1px solid #d8dbe0;
  border-radius: 3px 0 0 3px;
}
#form .form-group .input_block input,
#form .form-group .input_block select,
#form .form-group .input_block textarea,
#form .form-group .input_block .chosen-container-single,
.form .form-group .input_block input,
.form .form-group .input_block select,
.form .form-group .input_block textarea,
.form .form-group .input_block .chosen-container-single {
  height: 35px;
  width: calc(100% - 100px) !important;
  border: 1px solid #d8dbe0;
  margin: 0;
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px;
  color: #222;
  font-size: 12px;
}
#form .form-group .input_block textarea,
.form .form-group .input_block textarea {
  height: 150px;
}
#form .form-group .input_block .chosen-container-single,
.form .form-group .input_block .chosen-container-single {
  padding: 0;
}
#form .form-group .input_block .chosen-container-single .chosen-single,
.form .form-group .input_block .chosen-container-single .chosen-single {
  height: 100%;
  border-radius: 0 3px 3px 0;
}
#form .form-group .input_block .chosen-choices,
.form .form-group .input_block .chosen-choices {
  background-image: none;
  border: 1px solid #d8dbe0;
  margin-left: -1px;
  min-height: 35px;
  border-radius: 0 3px 3px 0;
  box-shadow: none;
  font-size: 12px;
}
#form .form-group .input_block .chosen-choices li,
.form .form-group .input_block .chosen-choices li {
  font-size: 12px;
  width: 100%;
}
#form .form-group .input_block .chosen-choices li input,
.form .form-group .input_block .chosen-choices li input {
  height: 31px;
  width: 100% !important;
  color: #768192;
}
#form .form-group .input_block .chosen-drop ul,
.form .form-group .input_block .chosen-drop ul {
  font-size: 12px;
}
#form .form-group .input_block .chosen-drop ul .highlighted,
.form .form-group .input_block .chosen-drop ul .highlighted {
  background-color: #3c4b64 !important;
  background-image: none;
}
#form .form-group .input_block .search-choice,
.form .form-group .input_block .search-choice {
  background-image: none;
  background-color: #ebedef;
  border-color: #d8dbe0;
  color: #768192;
}
#form button,
.form button {
  width: 100%;
  height: 35px;
  font-size: 12px;
  background-color: #3c4b64;
  color: #fff;
  margin: 0 auto;
  letter-spacing: 1px;
  border: none;
}
#form button i,
.form button i {
  margin-right: 10px;
}

#cp_form .button_group button {
  width: calc(100% - 80px);
}
#cp_form .button_group #cp_del {
  width: 70px;
}
#cp_form .form_text {
  font-size: 12px;
  margin-left: 10px;
  color: #768192;
  height: 100%;
}

#kng_form .form-group .input_block .input_title {
  width: 100px;
  font-size: 10px;
}
#kng_form .form-group .input_block input,
#kng_form .form-group .input_block select {
  width: calc(100% - 100px);
}
#kng_form button {
  width: calc(50% - 3px);
}
#kng_form button#kng_del {
  background-color: #dc3545;
}

.modal-content {
  border-radius: 0;
}

.modal-dialog {
  color: #3c4b64;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.modal-dialog .modal-title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.modal-dialog .modal-body {
  text-align: left;
  line-height: 2;
}
.modal-dialog .modal-body input {
  font-size: 12px;
}
.modal-dialog .modal-body button {
  cursor: pointer;
}

.login_main {
  width: 100%;
  height: 100vh;
}
.login_main .login_block {
  max-width: 800px;
  width: 100%;
}
.login_main .login_block .login_form,
.login_main .login_block #upload_modal {
  flex-direction: column;
  width: 50%;
  background-color: #fff;
  padding: 35px;
  text-align: left;
  border: 1px solid #d8dbe0;
  border-radius: 0;
  height: 300px;
}
.login_main .login_block .login_form .login_title,
.login_main .login_block #upload_modal .login_title {
  color: #3c4b64;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.login_main .login_block .logo_block {
  width: 50%;
  background-color: #fff;
  height: 300px;
}
.login_main .login_block .logo_block img {
  width: 80%;
  max-width: 300px;
}
.login_main .login_block .logo_block i {
  font-size: 40px;
}
.login_main .login_block .logo_block i:nth-child(1), .login_main .login_block .logo_block i:nth-child(3) {
  color: #3c4b64;
}
@media (max-width: 800px) {
  .login_main .login_block {
    flex-direction: column;
  }
  .login_main .login_block .logo_block,
  .login_main .login_block .login_form {
    width: 100%;
    max-width: 400px;
  }
  .login_main .login_block .logo_block {
    height: 150px;
  }
}

#payment_block {
  margin: 10px auto;
  margin-top: 50px;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  color: #3c4b64;
}
#payment_block img {
  width: 90%;
  max-width: 200px;
}
#payment_block .block_title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
}
#payment_block .year_month {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}
#payment_block .info_block {
  width: 100%;
}
#payment_block .info_block .payment_info {
  font-size: 12px;
  width: 100%;
  margin: 5px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d5d8dd;
  padding: 0 10px;
}
#payment_block .info_block .payment_info .info_title {
  font-weight: bold;
  width: 50%;
}
#payment_block .info_block .payment_info .info_text {
  width: 50%;
}
#payment_block .info_block .payment_status {
  background-color: #17a2b8;
  color: #fff;
}
#payment_block .info_block .payment_btn {
  height: 35px;
  font-size: 12px;
  width: 100%;
  margin: 5px;
}
#payment_block .info_block .payment_btn .info_title {
  font-weight: bold;
  width: 50%;
}
#payment_block .info_block .payment_btn .info_text {
  width: 50%;
}
#payment_block .barcode_block {
  display: none;
}
#payment_block .barcode_block .barcode_text {
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0;
}
#payment_block .barcode_block img {
  width: 100%;
  max-width: 100%;
}
#payment_block .order_block {
  width: 100%;
  align-items: flex-start;
  display: none;
  height: auto;
}
#payment_block .order_block .order_item {
  padding: 2px;
  transform: scale(0.833);
  width: 14.2857142857%;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d5d8dd;
  font-weight: bold;
}
#payment_block .order_block .order_item .order_date {
  border-bottom: 1px solid #d5d8dd;
}
#payment_block .order_block .order_item .order_num {
  font-weight: 400;
}
#payment_block .order_block .order_item.hide {
  border: none;
  background-color: transparent;
}

.help-block {
  font-size: 12px;
  color: #0056b3 !important;
  width: 100%;
  text-align: center;
}

.alert {
  width: 80%;
  display: none;
  position: fixed;
  left: 10%;
  top: 50vh;
  z-index: 99999;
  font-size: 12px;
}

/*loading start*/
.loading {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}
.loading .loading_text {
  font-size: 14px;
  color: #3c4b64;
  /*width:100%;*/
  text-align: center;
  position: absolute;
  top: calc(50% + 35px);
}

.spinner {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 25px);
  display: block;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
  background-color: #3c4b64;
}

.spinner .rect2 {
  animation-delay: -1.1s;
  background-color: #3c4b64;
}

.spinner .rect3 {
  animation-delay: -1s;
  background-color: #3c4b64;
}

.spinner .rect4 {
  animation-delay: -0.9s;
  background-color: #3c4b64;
}

.spinner .rect5 {
  animation-delay: -0.8s;
  background-color: #3c4b64;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*loading end*/
.full_block {
  width: 100%;
  align-items: flex-start;
}
.full_block .menu {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100vh;
  width: 250px;
  background-color: #3c4b64;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.full_block .menu.close {
  margin-left: -250px;
}
.full_block .menu .logo {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.full_block .menu .logo img {
  width: 100%;
  max-width: 150px;
}
.full_block .menu .menu_group {
  position: relative;
  flex-direction: column;
  min-height: calc(100vh - 65px);
}
.full_block .menu .menu_group .sub_menu {
  width: 100%;
}
.full_block .menu .menu_group .sub_menu .menu_item {
  padding-left: 50px;
}
.full_block .menu .menu_group .menu_item {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  text-decoration: none;
}
.full_block .menu .menu_group .menu_item i {
  width: 50px;
  font-size: 16px;
}
.full_block .menu .menu_group .menu_item:hover {
  background-color: #39f;
  color: #fff;
}
.full_block .menu .menu_group .menu_item .fas {
  transition: 0.3s;
}
.full_block .menu .menu_group .menu_item .fa-angle-right.open {
  transform: rotate(90deg);
  transition: 0.3s;
}
.full_block .menu .menu_group .log_out {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
}

.main_block {
  position: relative;
  width: 100%;
  margin-left: 250px;
  min-height: 100vh;
  transition: 0.3s;
  overflow-y: auto;
}
.main_block .main_top {
  height: 65px;
  width: 100%;
  color: #3c4b64;
}
.main_block .main_top .menu_btn {
  height: 65px;
  width: 65px;
  cursor: pointer;
  font-size: 16px;
}
.main_block .main_top .top_title {
  font-size: 18px;
  font-weight: bold;
}
.main_block .main_top .top_title .sub_title {
  font-size: 12px;
  margin-left: 5px;
}
.main_block .main_top .user_info {
  margin-left: auto;
  margin-right: 40px;
  font-size: 12px;
}
.main_block .main_top .user_info i {
  font-size: 14px;
}
.main_block .main_top .user_info .user_name {
  margin: 0 10px 0 10px;
}
.main_block .main_top .user_info .log_out {
  color: #39f;
  font-size: 16px;
  cursor: pointer;
}
.main_block #weather_bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  background-color: #fff;
  border: 1px solid #d5d8dd;
  color: #768192;
}
.main_block #weather_bottom .city_group {
  margin: 10px;
}
.main_block #weather_bottom .city_group .city_name {
  font-size: 14px;
  font-weight: bold;
  color: #3c4b64;
}
.main_block #weather_bottom .city_group .city_text {
  font-size: 12px;
}
.main_block #weather_bottom .city_group .city_text .pop {
  color: #39f;
}
.main_block #weather_bottom .city_group .city_text .maxt {
  color: #28a745;
}

.year_list {
  border-top: 1px solid #d8dbe0;
}

.year_list,
.month_list,
.area_list {
  height: 50px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #d8dbe0;
  padding-left: 20px;
}
.year_list .list_item,
.month_list .list_item,
.area_list .list_item {
  font-size: 12px;
  color: #3c4b64;
  opacity: 0.5;
  margin: 0 20px;
  font-weight: bold;
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}
.year_list .list_item:hover, .year_list .list_item.active,
.month_list .list_item:hover,
.month_list .list_item.active,
.area_list .list_item:hover,
.area_list .list_item.active {
  opacity: 1;
}

.nrdd_del {
  margin-left: 5px;
}

table td .chosen-container {
  width: 100% !important;
}
table td .edit_btn {
  text-decoration: underline;
  color: #036eb8;
}
table td input,
table td select {
  width: 100%;
  height: auto;
}

input,
select {
  height: 32px;
  font-size: 12px;
  border-radius: 0;
  border-width: 1px;
  padding: 5px;
  -moz-text-align-last: center;
       text-align-last: center;
  border: 1px solid transparent;
}

.function_list {
  min-width: calc(100% - 30px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px;
  flex-wrap: wrap;
  border-bottom: 0;
  padding: 5px;
}
.function_list form {
  width: 100%;
}
.function_list .link_group {
  margin: 10px 0;
}
.function_list .link_group a {
  padding: 5px;
  margin: 5px;
  text-decoration: none;
  font-size: 12px;
}
.function_list .title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  color: #3c4b64;
}
.function_list .item {
  width: 100%;
  font-size: 12px;
  color: #212529;
  align-items: flex-start;
}
.function_list .item label {
  text-align: left;
}
.function_list .function_item:first-child {
  width: 70%;
}
.function_list .btn-default,
.function_list #add_kng,
.function_list #cancel_all,
.function_list #search_btn {
  background-color: #3c4b64;
  color: #fff;
  border-color: #3c4b64;
  border-radius: 0;
  letter-spacing: 1px;
}
.function_list .btn-default:hover,
.function_list #add_kng:hover,
.function_list #cancel_all:hover,
.function_list #search_btn:hover {
  background-color: #fff;
  color: #3c4b64;
}
.function_list .btn {
  margin: 0 5px;
  height: 30px;
  font-size: 12px;
}
.function_list input,
.function_list select {
  height: 32px;
  font-size: 12px;
  border-radius: 0;
  border-width: 1px;
  padding: 5px;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0 5px;
  border: 1px solid transparent;
}
.function_list .function_group {
  margin-left: auto;
}

.bill_group,
.track_group {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 20px;
  margin-bottom: 50px;
  font-size: 12px;
}
.bill_group .bill_item,
.bill_group .track_item,
.track_group .bill_item,
.track_group .track_item {
  min-height: 50px;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  border-top: 0;
  padding: 10px 0;
  transition: 0.3s;
}
.bill_group .bill_item .bill_col,
.bill_group .bill_item .track_col,
.bill_group .track_item .bill_col,
.bill_group .track_item .track_col,
.track_group .bill_item .bill_col,
.track_group .bill_item .track_col,
.track_group .track_item .bill_col,
.track_group .track_item .track_col {
  margin: 0 5px;
  color: #3c4b64;
}
.bill_group .bill_item .bill_col .per,
.bill_group .bill_item .track_col .per,
.bill_group .track_item .bill_col .per,
.bill_group .track_item .track_col .per,
.track_group .bill_item .bill_col .per,
.track_group .bill_item .track_col .per,
.track_group .track_item .bill_col .per,
.track_group .track_item .track_col .per {
  color: #39f;
  font-size: 10px;
  width: 50px;
  text-align: right;
  display: inline-block;
}
.bill_group .bill_item .bill_col .per.green,
.bill_group .bill_item .track_col .per.green,
.bill_group .track_item .bill_col .per.green,
.bill_group .track_item .track_col .per.green,
.track_group .bill_item .bill_col .per.green,
.track_group .bill_item .track_col .per.green,
.track_group .track_item .bill_col .per.green,
.track_group .track_item .track_col .per.green {
  color: #28a745;
}
.bill_group .bill_item .bill_col .active,
.bill_group .bill_item .track_col .active,
.bill_group .track_item .bill_col .active,
.bill_group .track_item .track_col .active,
.track_group .bill_item .bill_col .active,
.track_group .bill_item .track_col .active,
.track_group .track_item .bill_col .active,
.track_group .track_item .track_col .active {
  color: #28a745;
}
.bill_group .bill_item .bill_col .inactive,
.bill_group .bill_item .track_col .inactive,
.bill_group .track_item .bill_col .inactive,
.bill_group .track_item .track_col .inactive,
.track_group .bill_item .bill_col .inactive,
.track_group .bill_item .track_col .inactive,
.track_group .track_item .bill_col .inactive,
.track_group .track_item .track_col .inactive {
  color: #17a2b8;
}
.bill_group .bill_item .bill_col .btn,
.bill_group .bill_item .track_col .btn,
.bill_group .track_item .bill_col .btn,
.bill_group .track_item .track_col .btn,
.track_group .bill_item .bill_col .btn,
.track_group .bill_item .track_col .btn,
.track_group .track_item .bill_col .btn,
.track_group .track_item .track_col .btn {
  margin: 0 5px;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
}
.bill_group .bill_item .bill_col .btn i,
.bill_group .bill_item .track_col .btn i,
.bill_group .track_item .bill_col .btn i,
.bill_group .track_item .track_col .btn i,
.track_group .bill_item .bill_col .btn i,
.track_group .bill_item .track_col .btn i,
.track_group .track_item .bill_col .btn i,
.track_group .track_item .track_col .btn i {
  margin-right: 5px;
  font-size: 14px;
}
.bill_group .bill_item.mark .bill_col,
.bill_group .bill_item.mark .track_col,
.bill_group .track_item.mark .bill_col,
.bill_group .track_item.mark .track_col,
.track_group .bill_item.mark .bill_col,
.track_group .bill_item.mark .track_col,
.track_group .track_item.mark .bill_col,
.track_group .track_item.mark .track_col {
  color: #28a745;
}

.dashboard_group {
  padding: 10px;
}
.dashboard_group .dash_item {
  font-size: 12px;
  width: 300px;
}
.dashboard_group .dash_item .dash_title {
  height: 50px;
  margin: 5px auto;
  background-color: #3c4b64;
  color: #fff;
}
.dashboard_group .dash_item .dash_desc {
  color: #3c4b64;
}

.bill_title,
.track_title,
.main_title {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px;
  margin-bottom: 0;
  background-color: #3c4b64;
  color: #fff;
  flex-wrap: nowrap;
  border-bottom: 1px solid #d8dbe0;
}
.bill_title .title_item,
.track_title .title_item,
.main_title .title_item {
  font-size: 12px;
  font-weight: bold;
  margin: 0 5px;
}

.main_desc {
  height: 50px;
}

.main_title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  /*for safari*/
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.track_title .title_item,
.track_title .track_col,
.track_item .title_item,
.track_item .track_col {
  width: 85px;
}

.bill_title .title_item:nth-child(1),
.bill_title .bill_col:nth-child(1),
.bill_item .title_item:nth-child(1),
.bill_item .bill_col:nth-child(1) {
  width: 100px;
}
.bill_title .title_item:nth-child(2),
.bill_title .bill_col:nth-child(2),
.bill_item .title_item:nth-child(2),
.bill_item .bill_col:nth-child(2) {
  width: 150px;
  word-break: break-all;
  text-align: left;
  padding-left: 5px;
}
.bill_title .title_item:nth-child(3),
.bill_title .bill_col:nth-child(3),
.bill_item .title_item:nth-child(3),
.bill_item .bill_col:nth-child(3) {
  width: 300px;
  word-break: break-all;
  text-align: left;
  padding-left: 5px;
}
.bill_title .title_item:nth-child(4),
.bill_title .bill_col:nth-child(4),
.bill_item .title_item:nth-child(4),
.bill_item .bill_col:nth-child(4) {
  width: 150px;
}
.bill_title .title_item:nth-child(5),
.bill_title .bill_col:nth-child(5),
.bill_item .title_item:nth-child(5),
.bill_item .bill_col:nth-child(5) {
  width: 100px;
}
.bill_title .title_item:nth-child(6),
.bill_title .bill_col:nth-child(6),
.bill_item .title_item:nth-child(6),
.bill_item .bill_col:nth-child(6) {
  width: 100px;
}
.bill_title .title_item:nth-child(7),
.bill_title .bill_col:nth-child(7),
.bill_item .title_item:nth-child(7),
.bill_item .bill_col:nth-child(7) {
  width: 150px;
}
.bill_title .title_item:nth-child(8),
.bill_title .bill_col:nth-child(8),
.bill_item .title_item:nth-child(8),
.bill_item .bill_col:nth-child(8) {
  width: 50px;
}
.bill_title .title_item:nth-child(9),
.bill_title .bill_col:nth-child(9),
.bill_item .title_item:nth-child(9),
.bill_item .bill_col:nth-child(9) {
  width: 50px;
}

.road_group {
  width: 100%;
  padding: 5px;
}
.road_group .road_item {
  margin: 5px;
  width: calc(16.6666666667% - 10px);
  background-color: #fff;
  border: 1px solid #d5d8dd;
  border-radius: 3px;
  color: #3c4b64;
  transition: 0.3s;
  text-decoration: none;
}
.road_group .road_item:hover {
  border-color: #3c4b64;
}
.road_group .road_item .road_text {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.road_group .road_item .total_amt {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
.road_group .road_item .road_detail {
  width: 100%;
  border-top: 1px solid #d5d8dd;
  font-size: 12px;
  padding: 0 5px;
  margin-top: 10px;
  cursor: pointer;
  /*
  .detail_item:nth-child(1){
      color:#e55353;
  }
  .detail_item:nth-child(2){
      color:#2eb85c;
  }
  .detail_item:nth-child(3){
      color:#39f;
  }
  */
}
.road_group .road_item .road_detail .detail_item {
  padding: 10px;
  color: #3c4b64;
}
.road_group .road_item .road_detail .detail_item .detail_title i {
  margin-right: 10px;
  font-size: 14px;
}
.road_group .road_item .road_detail .upload_item {
  font-size: 12px;
  padding: 10px 0 10px 0;
  width: 100%;
  color: #e55353;
}
.road_group .road_item .road_detail .upload_item i {
  margin-right: 10px;
  font-size: 14px;
}
.road_group .road_item .road_detail .detail_info {
  color: #3c4b64;
  word-break: break-all;
  width: 100%;
}

.weather_time {
  max-width: 800px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #3c4b64;
  color: #3c4b64;
}

#weather_data {
  max-width: 800px;
}
#weather_data .road_item {
  width: calc(33.33% - 10px);
  cursor: default;
}
#weather_data .road_item.active {
  border-color: #3c4b64;
}
#weather_data .road_item:hover {
  border-color: initial !important;
}
#weather_data .road_item .road_detail {
  cursor: default;
}
#weather_data .road_item .detail_item {
  cursor: default;
}
#weather_data .road_item .detail_item .pop {
  color: #39f;
}
#weather_data .road_item .detail_item .maxt {
  color: #28a745;
}

/*button switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-top: 3px;
  margin-left: 10px;
  border: 1px solid #d8dbe0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebedef;
  transition: 0.3s;
}
.slider:focus {
  outline: none;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  border: 1px solid #d8dbe0;
  background-color: white;
  transition: 0.3s;
}

#cp_active:checked + .slider {
  background-color: #3c4b64;
}

#cp_active:checked + .slider:before {
  transform: translateX(29px);
  border: 1px solid #3c4b64;
}

.btn-sm {
  font-size: 12px;
  border-radius: 0;
}

table {
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: 12px;
  text-align: center;
  margin: 5px 15px;
}
table .btn-sm {
  font-size: 12px;
  border-radius: 0;
}
table thead tr th {
  min-width: 80px;
  background: #3c4b64 !important;
  vertical-align: top !important;
  border: none !important;
}
table thead tr th.bg-1 {
  background: #566b8f !important;
}
table thead tr th.bg-2 {
  background: #8092b3 !important;
}
table td {
  vertical-align: middle !important;
  padding: 7px 0.75rem !important;
}
table td .active {
  color: #28a745;
}
table td .inactive {
  color: #dc3545;
}
table td.edit_btn {
  color: #0056b3;
  cursor: pointer;
}

.pagination {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}
.pagination .page-link {
  color: #3c4b64;
}
.pagination .page-item.active .page-link {
  background-color: #3c4b64;
  color: #fff;
  border: none;
}

.form .form_item {
  font-size: 12px;
  padding: 0 10px;
}
.form .multi .form_item {
  width: 330px;
}
.form .tri .form_item {
  width: 220px;
}
.form input,
.form select {
  height: 32px;
  width: 100%;
  font-size: 12px;
  border-radius: 0;
  border-width: 1px;
  padding: 5px;
  -moz-text-align-last: center;
       text-align-last: center;
  border: 1px solid transparent;
}

.so_item .so_day,
.so_item .so_hur {
  width: 60px;
  text-align: right;
}

.leave_info {
  font-size: 12px;
  margin-bottom: 20px;
}

.export_form {
  margin-left: auto;
  margin-right: 0;
}

.year_group {
  margin-bottom: 5px;
}
.year_group .nrdd_year {
  margin: 0 5px;
}

.nrdd_total {
  font-size: 12px;
}
.nrdd_total .total_item {
  margin: 5px;
}

.title {
  font-size: 14px;
  font-weight: bold;
  margin: 15px;
  color: #3c4b64;
  text-align: left;
}

.member_block {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: 0;
}
.member_block .title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  color: #3c4b64;
  text-align: left;
}

hr {
  width: 100%;
  margin: 10px 0;
}

#member_form .form_item {
  width: calc(25% - 20px);
  min-width: 250px;
  margin: 5px;
}
#member_form .form_item.light .input_title {
  background-color: #e6f2ff;
}

.nav-link.disabled {
  background-color: transparent !important;
}

#iform_table thead tr th {
  border: 1px solid rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
#iform_table tbody tr {
  height: 40px;
}

#iform_modal .tri {
  margin-bottom: 10px;
}
#iform_modal .tri .input_title {
  width: 100px;
}
#iform_modal .tri .form-group {
  margin-bottom: 0;
}
#iform_modal .tri .form_item {
  width: 200px;
}

#fixed_table {
  table-layout: fixed;
  width: 100%;
}
#fixed_table th,
#fixed_table td {
  width: 50px;
}
#fixed_table th.fix_col,
#fixed_table td.fix_col {
  width: 75px;
}
#fixed_table thead tr th {
  position: sticky;
  top: 0;
}
#fixed_table td:first-child,
#fixed_table th:first-child {
  position: sticky;
  left: 0;
  /* 首行永遠固定於左 */
  z-index: 1;
  background: #fff;
}
#fixed_table td:nth-child(2),
#fixed_table th:nth-child(2) {
  position: sticky;
  left: 75px;
  /* 首行永遠固定於左 */
  z-index: 1;
  background: #fff;
}
#fixed_table td:nth-child(3),
#fixed_table th:nth-child(3) {
  position: sticky;
  left: 150px;
  /* 首行永遠固定於左 */
  z-index: 1;
  background: #fff;
}/*# sourceMappingURL=system.css.map */