﻿.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: right;
}

    .breadcrumb > li {
        display: inline-flex
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }


.card-header {
    background-color: inherit;
    border-bottom: none;
}

/* h5 {
    margin-top: 10px;
    font-size: 18px;
} */

h4 {
    font-size: 22px;
}

/*搜尋區塊*/
.searchArea {
    justify-content: space-between;
}

/*清單 檢視與排序文字顏色*/
.titleLink {
    color: #2060bc;
    text-decoration: underline !important;
}
/*---------------------------------------------------------------------------------------------------------*/


.sortFeildsLink {
    color: black;
}

/*下拉*/
.dropdown-menu {
    min-width: 5rem;
}

.card-option-dropdown li {
    padding-left: 14px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f96332;
    border-color: #f96332;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f96332;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination > li > a, .pagination > li > span {
}
/*---------------------------------------------------------------------------------------------------------*/
/*Table Button*/
.badge {
    padding: 0 !important;
}

.toolsTitle {
    text-align: center !important;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Tables*/
.tabletools {
    text-align: center !important;
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

    .table td, .table th {
        padding: .75rem;
        line-height: 24px;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

    .table.Spec_tab > tbody > tr > th {
        border-top: 0;
    }

    .table.Spec_tab > tbody > tr > td {
        vertical-align: middle;
        padding:1rem;
        position:relative;
    }

    .table.Spec_tab .price {
        padding-left:80px;
    }

    .table.Spec_tab .NT {
        position: absolute;
        top: 50%;
        left: 2rem;
        transform: translateY(-50%);
        border-right: 1px solid #ddd;
        padding-right: 1rem;
    }
/*---------------------------------------------------------------------------------------------------------*/
/*mask-modal*/
.app-ui-mask-modal {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: .1;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 4;
    position: fixed;
    -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.app-ui-mask-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}


@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 580px) {
    .tabletools {
        text-align: left !important;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }


    .sys_title {
        display: none;
    }

    .header-icon {
        padding: 12px 5px;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}
/*---------------------------------------------------------------------------------------------------------*/
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }
/*---------------------------------------------------------------------------------------------------------*/
/*挑選ICON*/
.icon-container {
    width: 30px !important;
    position: initial !important;
}

    .icon-container [class^="ti-"], .icon-container [class*=" ti-"] {
        cursor: pointer;
    }
/*Model Header Size*/
.modal-header .close {
    font-size: 30px;
    padding: 0;
    margin: 0 1rem 0 0;
}

.mb-3, .my-3 {
    margin-bottom: 0rem !important;
}

textarea {
    min-height: 200px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Radio*/
.form-check-inline-radio {
    display: block !important;
}

.form-check-input-radio {
    margin-left: 10px !important;
}
/*---------------------------------------------------------------------------------------------------------*/
/*from group*/
.form-group {
}

.mb-1, .my-1 {
    margin-bottom: 1rem !important;
}

dt, dd {
    line-height: 42px;
}

.card-body {
    padding: 0 1.25rem;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sys_title {
    color: #fff;
}

    .sys_title h3 {
        margin-bottom: 0;
    }

.notify[data-count]:after {
    position: absolute;
    right: 0%;
    top: 15%;
    content: attr(data-count);
    font-size: 30%;
    padding: 5px;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: red;
    border: 1px double white;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.notify[data-count] {
    color: white;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Calendar*/
.pignose-calendar-unit.pignose-calendar-unit-sun a {
    color: #fa4832 !important;
}

.pignose-calendar .pignose-calendar-body {
    padding: 0 !important;
}
/*---------------------------------------------------------------------------------------------------------*/
/*New Card*/
.product-status-wrap {
    /*padding: 20px;*/
    background: #fff;
}

.asset-inner {
    overflow-y: hidden;
    width: 100%;
}

.product-status-wrap table {
    width: 100%;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Table 20200428*/
.table > tbody > tr > td, .table > thead > tr > th {
    white-space: nowrap;
}
/*---------------------------------------------------------------------------------------------------------*/
/*分頁CSS*/
.pageArea {
    justify-content: flex-end;
    align-items: center;
}

@media screen and (min-width:768px) {
    .pagination-container {
        max-height: 36px;
    }
}
/*---------------------------------------------------------------------------------------------------------*/
/*From Group Border Bottom*/
.form-horizontal .form-group-bottom {
    margin-bottom: 0.5rem;
}
/*Dashborad 公佈欄*/
@media screen and (min-width:701px) {
    .db_publish {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}
/* Details */
/*label {
    margin-bottom: 0;
}*/
.context-menu-icon.context-menu-icon--fa5 i, .context-menu-icon.context-menu-icon--fa5 svg {
    top: 0.2em !important;
    left: 0.3em !important;
    color: #666 !important;
}

.fil_active {
    background-color: lightgoldenrodyellow !important;
}

.text-lh24 {
    line-height: 24px;
}

.text-lh16 {
    line-height: 16px;
}

.textbreak {
    word-break: break-all
}

input.form-control[text][disabled],
input.form-control[text][readonly],
textarea.form-control[disabled],
textarea.form-control[readonly] {
    cursor: text;
}

.nano-content > ul {
    background: white;
}


.nano-content::-webkit-scrollbar {
    width: 0px;
}

.percentage {
    display: none;
    margin-bottom: 10px;
}

    .percentage > ul > li {
        padding: 10px 0px;
        padding-top: 20px;
        padding-left: 20px;
    }

.job .progress {
    height: 18px;
}

.current-progressbar:not(.final), .progress-text[data-id] {
    cursor: pointer;
}

.current-progressbar {
    padding-left: 20px;
}

    .current-progressbar:not(.final)[aria-expanded="false"]:before {
        content: "\002b";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .current-progressbar:not(.final)[aria-expanded="true"]:before {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .current-progressbar:not(.final):before {
        content: "";
        position: absolute;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: bold;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        border: 1px solid #878787;
        border-radius: 50%;
        padding: 0px 4px;
        margin: 0px 5px;
        cursor: pointer;
        left: 5px;
    }

.proj-all-percentage {
    position: absolute;
    top: -15px;
    right: 15px;
}

.progress-content {
    margin-bottom: 30px;
}

.progress-bar-no-percentage {
    background-color: #e9ecef;
}
/*---------------------------------------------------------------------------------------------------------*/
/*Menu*/
.nano-content > ul {
    background: white;
}

/*---------------------------------------------------------------------------------------------------------*/
/**contractWrap**/
.contractDateWrap, .paymentWrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.contractDateWrap h5, .paymentWrap h5 {
    font-size: 1.125rem;
}

.contractDate{
    margin-bottom: 0;
    line-height: 1.5;
}

.paymentWrap p{
    margin-bottom: 0;
}
.discont {
    margin-bottom: 0;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    color: #ec6255;
}
.paymentValue{
    margin-bottom: 0;
    font-size: 1rem;
    padding-right: 0.5rem;
    text-decoration: line-through;
}
.paymentDate{
    color: #ec6255;
    margin-top: 0.5rem;
    display: none;
}

.infoBtnWrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1rem;
}

.infoBtnWrap h5{
    font-size: 1.125rem;
    margin-bottom: 0;
}

/*---------------------------------------------------------------------------------------------------------*/
/**circularBar**/
.storeValueWrap{
    background-color: #fff;
}
.circularBar{
    max-width: 220px;
    width: 100%;
    height: 220px;
    border-radius: 50%;
    background: conic-gradient(#d26459 3.6deg, #efefef 0deg);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.circularBar::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
}

.percentageValue{
    position: relative;
    font-size: 3rem;
    font-weight: 700;
    color: #333;
}

.storeInfo{
    width: 100%;
    margin: 1rem 0;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
}

/*cart*/
.cart_close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    z-index:1;
}

/*LNE*/
.LINEQR_box {
    display: flex;
    transform: translate(0);
    position: fixed;
    bottom: 95px;
    right: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    width: 12%;
    background: hsla(0, 0%, 100%, .9);
    opacity: 0;
}

.LINEQR_box.active {
    opacity: 1;
}