.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 ul {
    font-size: 15px;
    margin: 20px 0 20px 32px;
    padding: 0;
}

.card-box li {
    font-size: 15px;
    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-orange,
.orange {
    color: #F90 !important;
}

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

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

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

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

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

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

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

.text-gray,
.gray {
    color: #999 !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-tiffany {
    background: #9cd2c9 !important;
}

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

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


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

.focus-delete {
    background: rgba(255, 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;
}

#operate,
#operate-m,
.operate {
    max-width: none !important;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

#operate.affix-top,
#operate-m.affix-top {
    position: static;
    display: block;
}

#operate.affix,
#operate-m.affix {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 100;
    display: block;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 10px;
    margin-top: -4px;
    border: rgba(102, 153, 153, .5) solid 1px;
    background: #fcfcfc;
    box-shadow: rgba(0, 0, 0, .5) 0 0 2px;
}

#operate ul,
.operate ul {
    margin: 0;
    padding: 0;
    display: table;
}

#operate li,
.operate li {
    float: left;
    margin: 0;
    margin-right: 5px;
    padding: 0;
    list-style: none;
}

.operate {
    position: relative;
    margin: 10px 0;
    padding: 0;
    width: auto;
}

.btn {
    font-weight: normal;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: .13rem .4rem;
    font-size: .8rem;
    line-height: 1.2;
    border-radius: .2rem;
}

.operate table,
.operate-absolute table {
    width: auto;
    float: left;
}

.operate td,
.operate-absolute td {
    padding: 0 4px;
}

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 .operate-th,
.tablelist th.width0 {
    width: 0;
    white-space: nowrap;
}

.tablelist td img {
    padding: 0;
    max-width: 60px;
    max-height: 50px;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.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;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.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;
}

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

ul.parsley-errors-list {
    margin: 0;
    padding: 0;
}

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 {
    width: 600px;
    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 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;
}

/* 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-42 {
    font-size: 42px !important;
}

.font-52 {
    font-size: 52px !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;
}

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

/* table */
.table-py-2 th,
.table-py-2 td {
    padding-top: 2px !important;
    padding-bottom: 2px !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-py-5 th,
.table-py-5 td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

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

/* cursor */
.cursor-pointer {
    cursor: pointer !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;
}

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

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

/* 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: center;
}


.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-100p {
    padding-top: 100%;
}

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

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

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

.op40 {
    opacity: .4;
}

.op50 {
    opacity: .5;
}

.op90 {
    opacity: .9;
}

.op95 {
    opacity: .95;
}

/* 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
}

.pt-8,
.py-8 {
    padding-top: 4.8rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 4.8rem !important
}
