img {
  max-width: 100%;
  height: auto;
}

.large {
  font-size: large;
}

.table {
  border-spacing: 0;
  white-space: normal;
  max-width: 100%;
}

.msg {
  color: #d00;
  font-weight: bold;
}

.msg-after-element {
  color: #d00;
  line-height: 120%;
}

th,
td {
  color: #000;
}

td {
  white-space: normal;
}

.clr {
  clear: both;
}

.hr {
  border-bottom: #ddd solid 1px;
  margin: 15px 0;
}

#wrapper {
  min-width: 1000px;
}

.content-page {
  max-width: 1880px;
  min-height: 100%;
  overflow: visible;
}

#kantent {
  overflow: visible;
}

.row {
  overflow: visible;
}

/* card-box */
.card-box {
  overflow: hidden;
}

.card-box li {
  margin: 2px 0;
  padding: 0;
}

span.status {
  padding: 0 5px;
  display: inline-block;
}

/* text-align */
.text-right input {
  text-align: right;
}

/* colors */
/* text-* æœƒè¢«ä¿ç•™ï¼Œç„¡.text-*çš„åç¨±æœƒè¢«æ¨æ£„ä¸ç”¨ */
.text-red,
.red {
  color: #f00 !important;
}

.text-blue,
.blue {
  color: #06f !important;
}

.text-green,
.green {
  color: #090 !important;
}

.text-bright-yellow {
  color: #ff6 !important;
}

.text-yellow,
.yellow {
  color: #fc0 !important;
}

.text-pink {
  color: #fb6d9d !important;
}

.text-orange,
.orange {
  color: #f90 !important;
}

.btn-orange {
  background-color: #f90 !important;
  border: 1px solid #f90 !important;
  color: #fff !important;
}

/* btn-line */
.btn-line {
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
}

.btn-line:hover {
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
}

.btn-line.focus,
.btn-line:focus {
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-line.disabled,
.btn-line:disabled {
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
}

/* btn-messenger */
.btn-messenger {
  color: #fff;
  background-color: #0084ff;
  border-color: #0084ff;
}

.btn-messenger:hover {
  color: #fff;
  background-color: #0084ff;
  border-color: #0084ff;
}

.btn-messenger.focus,
.btn-messenger:focus {
  color: #fff;
  background-color: #0084ff;
  border-color: #0084ff;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-messenger.disabled,
.btn-messenger:disabled {
  color: #fff;
  background-color: #0084ff;
  border-color: #0084ff;
}

.text-brown {
  color: #673521 !important;
}

.text-gray,
.gray {
  color: #999 !important;
}

.text-black,
.text-black th,
.text-black td {
  color: #000 !important;
}

.text-dark,
.text-dark th,
.text-dark td {
  color: #343a40 !important;
}

.text-333 {
  color: #333 !important;
}

.text-666 {
  color: #666 !important;
}

.text-999 {
  color: #999 !important;
}

.text-aaa {
  color: #aaa !important;
}

.text-bbb {
  color: #bbb !important;
}

.text-ccc {
  color: #ccc !important;
}

.text-ddd {
  color: #ddd !important;
}

.text-eee {
  color: #eee !important;
}

.text-tiffany {
  color: #9cd2c9 !important;
}

.bg-orange {
  background-color: #f90 !important;
}

.bg-green {
  background-color: #090 !important;
}

.bg-tiffany {
  background: #9cd2c9 !important;
}

.btn-tiffany {
  background: #9cd2c9 !important;
  border: #9cd2c9 solid 1px !important;
  color: #fff !important;
}

/* bg opacity */
.bg-blue-1 {
  background: rgba(93, 156, 236, 0.1) !important;
}

.bg-blue-2 {
  background: rgba(93, 156, 236, 0.2) !important;
}

.bg-blue-3 {
  background: rgba(93, 156, 236, 0.3) !important;
}

.bg-blue-4 {
  background: rgba(93, 156, 236, 0.4) !important;
}

.bg-orange-1 {
  background: rgba(255, 189, 74, 0.1) !important;
}

.bg-red-1 {
  background: rgba(240, 80, 80, 0.06) !important;
}

.bg-danger-1 {
  background: rgba(240, 80, 80, 0.06) !important;
}

.bg-yellow-1 {
  background-color: rgba(255, 255, 0, 0.1) !important;
}

.bg-green-1 {
  background: rgba(0, 128, 0, 0.05) !important;
}

.bg-green-2 {
  background: rgba(0, 128, 0, 0.1) !important;
}

.bg-green-3 {
  background: rgba(0, 128, 0, 0.3) !important;
}

.bg-light-1 {
  background: rgba(0, 0, 0, 0.04) !important;
}

/* hover */
.hover-red:hover {
  cursor: pointer;
  color: #f00 !important;
}

.focus {
  background: rgba(0, 153, 255, 0.2);
}

.focus-delete {
  background: rgba(255, 0, 0, 0.2);
  color: #f00;
}

.topbar-left img {
  vertical-align: middle;
  padding-bottom: 5px;
}

.focus-btn-group {
  display: none;
}

.btn-inquiry-submit {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-inquiry-submit:hover {}

.btn-add,
.btn-apply {
  background-color: #61ba43 !important;
  border: 1px solid #61ba43 !important;
  color: #fff;
}

.btn-save {
  background-color: #4a8e33 !important;
  border: 1px solid #4a8e33 !important;
  color: #fff;
}

.btn-draft {
  background-color: #ffbd4a !important;
  border: 1px solid #ffbd4a !important;
}

.btn-cancel {
  background-color: #999 !important;
  border: 1px solid #999 !important;
}

.label-cancel {
  background: #999;
}

.btn-edit {
  background-color: #ff6600 !important;
  border: 1px solid #ff6600 !important;
  color: #fff;
}

.white-space-normal td {
  white-space: normal;
}

.btn {
  font-weight: normal;
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 0.13rem 0.4rem;
  font-size: 0.8rem;
  line-height: 1.2;
  border-radius: 0.2rem;
}

input.short {
  max-width: 80px;
}

.sshort {
  width: 40px;
}

.nowrap,
.tablelist .nowrap {
  white-space: nowrap;
}

.no-border {
  border: none;
  background: none;
}

.tablelist td .bg_color {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: 2px;
  vertical-align: middle;
  border: #ccc solid 1px;
}

.tablelist td.title {
  vertical-align: top;
}

.tablelist td.title p {
  margin: 4px 0;
  line-height: 120%;
}

.tablelist td ul.title-list {
  margin: 0 0 0 22px;
  padding: 0;
}

.tablelist td ul.title-list li {
  margin: 1px 0;
  padding: 0;
  font-size: 13px;
}

.tablelist td span.lang {
  padding: 0;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  width: 24px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
}

.tablelist td span.tw {
  background: #9c3;
}

.tablelist td span.cn {
  background: #f9c;
}

.tablelist td span.en {
  background: #9cf;
}

.tablelist td span.jp {
  background: #fc6;
}

.tablelist td span.show {
  color: #ccc;
  background: none;
  font-weight: normal;
  margin-left: 4px;
}

.tablelist td span.notshow {
  color: #f09;
  background: none;
  font-weight: normal;
  margin-left: 4px;
}

.tablelist td span.count {
  margin-left: 5px;
}

.tablelist tr.topborder td {
  border-top: #333 solid 2px;
}

.tablelist input.short {
  width: 80px;
}

.tablelist input.sshort {
  width: 35px;
}

.tablelist td span.arrival_time {
  margin: 0 3px 0 0;
  padding: 0;
  display: inline;
}

.tablelist li {
  list-style: none;
}

.btn-gray,
.label-gray {
  background: #ccc;
}

input.dynamic {
  border: none;
  background: none;
  max-width: 120px;
  width: auto;
}

.t-c,
.center {
  text-align: center;
}

.t-l,
.left {
  text-align: left;
}

.t-r,
.right {
  text-align: right;
}

.total,
.total-format,
.unitprice,
.rsnprice-format {}

.remove-row {
  vertical-align: middle;
  color: #ccc;
  height: 100%;
  padding: 4px;
  font-size: 18px;
  cursor: pointer;
}

.remove-row:hover {
  color: rgba(255, 0, 0, 1);
}

#date-refresh {
  cursor: pointer;
}

.file-block {
  width: 120px;
  height: 180px;
  float: left;
  margin: 5px 20px;
}

.file-block table {
  width: 120px;
  height: 120px;
}

.file-block td {
  vertical-align: middle;
  text-align: center;
}

.file-block table img {
  max-width: 120px;
  max-height: 120px;
}

.thumb-title {
  font-size: 13px;
}

/* att */
.attfile {
  border: #ddd dashed 2px;
}

iframe.attfile {
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  border: none;
}

.att-area {}

.att-area-absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f6f6f6;
  cursor: pointer;
}

.paycert-area {
  padding-top: 76% !important;
}

.att-area-absolute:hover {
  background: #eee;
  color: #000;
}

.att-area table {
  width: 100%;
  height: 100% !important;
  text-align: center;
  vertical-align: middle !important;
  color: #666 !important;
  line-height: 1.3;
  border-spacing: 0;
  border: 0;
  padding: 0;
}

.att-area tr {
  height: 100% !important;
}

.att-area td {
  padding: 0;
  height: 100% !important;
}

ul.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
}

li.parsley-required {}

.td-button span.fa {
  display: inline-block;
  width: 20px;
  margin: 0;
  padding: 0;
}

.fixed-left .side-menu {
  top: 0;
  margin: 0;
  padding-top: 55px;
  position: fixed;
}

.invoice-option {
  padding: 5px 0 0 0;
}

.invoice-option-text {
  color: #aaa;
  padding-left: 2px;
  font-weight: normal;
}

.has-invoice {
  color: #666;
}

ul.dropdown-menu {}

.dropdown-menu li {
  clear: both;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
}

.recycle {
  font-size: 36px;
}

.pagination {
  margin: 0;
}

/* datatable hack */

.table.dataTable thead>tr>th {
  /*
    padding-left: 8px;
    padding-right: 8px;
    */
}

.table.dataTable tbody>tr>td {
  /*
    padding-left: 8px !important;
    padding-right: 8px !important;
    */
  vertical-align: middle;
}

.dataTables_paginate {
  float: right;
}

.thumbbox {
  margin: 10px 0;
  clear: both;
}

ul.flat {
  margin: 0;
  padding: 0;
}

ul.flat li {
  margin: 0 15px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

ul.flat li input {
  width: 100%;
}

body.fixed-left a.logo img.backend-top-logo {
  max-height: 55px;
  max-width: 220px;
  margin: 5px 0;
}

ul.tabs li.tab,
ul.tabs li.tab a {
  cursor: pointer;
}

.color_thumb {
  width: 100%;
}

.file {
  height: 22px;
  line-height: 22px;
}

.color_code {
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  display: block;
}

.color_code .colorpicker {
  margin: 0;
  padding: 0;
  height: 22px;
  line-height: 22px;
  width: 100%;
  min-width: 100%;
}

.tablelist th input.short,
.tablelist td input.short {
  max-width: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.tags-default,
.bootstrap-tagsinput .label-info {
  font-size: 13px;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 17px;
}

.previewing {
  cursor: pointer;
}

#sidebar-menu>ul>li>a {
  padding: 9px 20px;
  margin: 0;
}

#sidebar-menu ul ul a {
  padding: 7px 20px 7px 65px;
}

/* table-border */
table.table-border {
  border-top: #666 solid 2px;
  border-left: #999 solid 1px;
}

.table-border th,
.table-border td {
  border-bottom: #999 solid 1px;
  border-right: #999 solid 1px;
}

.fancybox-iframe {
  max-width: 100%;
}

.fancybox-html-box {
  width: 600px;
  max-width: 100%;
}

ul.list-icon {
  margin: 6px 0 6px 27px;
  padding: 0;
  line-height: 140%;
  list-style: none;
}

ul.list-icon>li {
  margin: 5px 0;
  padding: 0;
  text-indent: -19px;
}

ul.list-icon li * {
  text-indent: 0;
}

.lh-100,
.lh-100 th,
.lh-100 td {
  line-height: 100% !important;
}

.lh-120,
.lh-120 *,
.lh-120 th,
.lh-120 td {
  line-height: 120% !important;
}

.lh-130,
.lh-130 th,
.lh-130 td {
  line-height: 130% !important;
}

.lh-140,
.lh-140 th,
.lh-140 td {
  line-height: 140% !important;
}

.lh-150,
.lh-150 th,
.lh-150 td {
  line-height: 150% !important;
}

.lh-160,
.lh-160 th,
.lh-160 td {
  line-height: 160% !important;
}

.lh-170 {
  line-height: 170% !important;
}

.lh-180 {
  line-height: 180% !important;
}

/* font-size */
.lead {
  font-weight: inherit !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

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

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-48 {
  font-size: 42px !important;
}

.font-52 {
  font-size: 52px !important;
}

.font-66 {
  font-size: 66px !important;
}

.font-72 {
  font-size: 72px !important;
}

/* letter spacing */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

/* font-weight */
.font-bold {
  font-weight: bold !important;
}

/* font-family */
.font-arial {
  font-family: Arial, Helvetica, sans-serif;
}

/* table */
.table-px-0 th,
.table-px-0 td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.table-py-0 th,
.table-py-0 td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.table-px-1 th,
.table-px-1 td {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.table-py-1 th,
.table-py-1 td {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.table-px-2 th,
.table-px-2 td {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.table-py-2 th,
.table-py-2 td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.table-px-3 th,
.table-px-3 td {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.table-px-4 th,
.table-px-4 td {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.table-py-3 th,
.table-py-3 td {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.table-py-4 th,
.table-py-4 td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table-px-5 th,
.table-px-5 td {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.table-py-5 th,
.table-py-5 td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.table-py-6 th,
.table-py-6 td {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.table-py-7 th,
.table-py-7 td {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.table-py-8 th,
.table-py-8 td {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* display */
.d-block {
  display: block;
}

/* cursor */
.cursor-pointer {
  cursor: pointer !important;
}

/* margin */
@media all and (max-width: 576px) {
  .mx-xs--3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .mx-xs--4 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .mx-xs--5 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* grid gutters */
.row.gutters-1 {
  margin-right: -3px !important;
  margin-left: -3px !important;
}

.row.gutters-1>.col,
.row.gutters-1>[class*="col-"] {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

@media all and (max-width: 576px) {
  .row.gutters-xs-1 {
    margin-right: -3px !important;
    margin-left: -3px !important;
  }

  .row.gutters-xs-1>.col,
  .row.gutters-xs-1>[class*="col-"] {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
}

.row.gutters-2 {
  margin-right: -6px;
  margin-left: -6px;
}

.row.gutters-2>.col,
.row.gutters-2>[class*="col-"] {
  padding-right: 6px;
  padding-left: 6px;
}

@media all and (max-width: 576px) {
  .row.gutters-xs-2 {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }

  .row.gutters-xs-2>.col,
  .row.gutters-xs-2>[class*="col-"] {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
}

.row.gutters-3 {
  margin-right: -9px;
  margin-left: -9px;
}

.row.gutters-3>.col,
.row.gutters-3>[class*="col-"] {
  padding-right: 9px;
  padding-left: 9px;
}

.row.gutters-4 {
  margin-right: -12px;
  margin-left: -12px;
}

.row.gutters-4>.col,
.row.gutters-4>[class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

.row.gutters-5 {
  margin-right: -15px;
  margin-left: -15px;
}

.row.gutters-5>.col,
.row.gutters-5>[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.row.gutters-6 {
  margin-right: -18px;
  margin-left: -18px;
}

.row.gutters-6>.col,
.row.gutters-6>[class*="col-"] {
  padding-right: 18px;
  padding-left: 18px;
}

/* bg-size */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.pt-50p {
  padding-top: 50%;
}

.pt-55p {
  padding-top: 55%;
}

.pt-60p {
  padding-top: 60%;
}

.pt-67p {
  padding-top: 67%;
}

.pt-75p {
  padding-top: 75%;
}

.pt-76p {
  padding-top: 76%;
}

.pt-84p {
  padding-top: 84%;
}

.pt-90p {
  padding-top: 90% !important;
}

.pt-100p {
  padding-top: 100%;
}

.pt-110p {
  padding-top: 110%;
}

.pt-120p {
  padding-top: 120%;
}

.pt-125p {
  padding-top: 125%;
}

/* wow */
.wow {
  visibility: hidden;
}

/* opacity */
.bg-black-op50 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-op80 {
  background: rgba(0, 0, 0, 0.8) !important;
}

.op-0 {
  opacity: 0 !important;
}

.op-40 {
  opacity: 0.4 !important;
}

.op-50 {
  opacity: 0.5 !important;
}

.op-60 {
  opacity: 0.6 !important;
}

/* alert */
.alert-purple {
  background-color: #dcd8f2 !important;
  border-color: #7f72ce !important;
  color: #5a4ab9;
}

.alert-purple .alert-link {
  color: #7266ba;
}

/* padding */
.pt-6,
.py-6 {
  padding-top: 3.6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 4.2rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 4.2rem !important;
}

/* image width */
.w-35 {
  width: 35% !important;
}

/* table align */
table.align-middle th,
table.align-middle td,
.table.align-middle th,
.table.align-middle td {
  vertical-align: middle !important;
}

/*
.checkbox {
    vertical-align: middle !important;
}
*/

/* dropzone-rsn */
.dropzone-rsn {
  position: relative;
  min-height: 0;
  height: 150px;
  border: #ccc dashed 2px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropzone-rsn:hover {
  background: #f9f9f9;
  border: #aaa dashed 2px;
}

.dropzone-rsn p {
  display: block;
  margin: 0 auto;
}

.dropzone-rsn .files {
  width: 100%;
  min-height: 0;
  border: #ccc dashed 2px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.border-pink {
  border-color: #fb6d9d !important;
}

.border-purple {
  border-color: #7266ba !important;
}

.js-bulk-scroll {
  min-height: 40vh;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px 5px;
  color: #000;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}