﻿[v-cloak] {
    display: none;
}
* {
    font-family: "Noto Sans TC","微軟正黑體", sans-serif;
}
body {
    background-color: #EDEEF0;
}
main{
    padding-top:1rem
}
.bg-gray{
    background-color:#333
}
.logo_svg{
    height:30px;
}
.header-logo-title {
    padding-left:4px;
    padding-right:24px;
    color:white;
    font-size:24px;
    font-weight:600;
}
.navbar{
    position:relative;
    padding:12px;
    height:62px;
}
.navbar.newStyle  *{
    color:white;
}
.btn.btn-navbar{
    color:#333;
    border:solid 1px #333;
}
@media screen and (min-width:768px){
    .btn.btn-navbar {
        color: white
    }
    .btn.btn-navbar:hover {
       border:solid 1px #fff
    }

}
.danger-info {
    background-color: #dc3545;
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    top:-6px;
    right:-14px;
    color:#fff;
    border-radius:99em;
    width:28px;
    height:20px;
    font-size:14px;
    font-weight:bold;
    line-height:2
}
.por{
    position:relative;
    
}
.btn-bar{
    background-color:transparent;
    border:0;
    padding-bottom:2px
}
.offcanvas-start, .offcanvas-backdrop {
    top: 62px;
}
.sidebar {
    background-color: #F6F6F6;
}
.offcanvas-body,.page-left {
    padding: 0px;
}
.page-left, .page-left a {
    color: #333;
}
.page-left{
    padding-top:8px;
   
}
.page-left .menu-level2 > li{
    margin-left: 0;
    padding-left: 46px;
}
.page-left .menu-level2 > li > a >img{
    margin-right:8px;
}
.icon-nav {
    padding-left: 4px;
    padding-right: 4px;
}
.menu-level2 li:has(a.sidebar__item.is-active) {
    background-color: #FFF1CB;
}
.sidebar__item.is-active {
    color:#FF9314
}
.menu-level2 li a{
    display:flex;
    align-items:center;
  
}
.menu-level2 li {
}
.offcanvas-start {
    width: 100%;
    border-right: 0px;
}
@media screen and (min-width:768px){
    .offcanvas-start {
        width: 275px;
        border-right: 1px solid rgba(0,0,0,.2);
    }
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item::before {
    color: #A5A5A5;
}
 .breadcrumb-item.active {
    color: #353535;
}
 @media screen and (min-width:768px){
    .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

 }
 .container{

 }
.whiteboard{
    background-color:#fff;
    padding:16px;
    border-radius:4px;
    
}
@media screen and (min-width:992px){
    .whiteboard {
        min-height:680px;

    }
    }
.build-title {
    font-size:20px;
    position:relative;
    padding-left:8px;
    font-weight:700;
    color:#444;
}
    .build-title:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 4px;
        height:24px;
        background-color: #FF961A
    }

.build-title2 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #444;
}

.build-title3 {
    font-size: 16px;
    position: relative;
    padding-left: 8px;
    font-weight: 700;
    color: #212b98;
    margin-bottom:0px
}

    .build-title3:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 2px;
        width: 3px;
        height: 20px;
        background-color: #86b7fe
    }

.form-labelname {
    padding-left: 4px;
    padding-bottom:4px;
    font-size: 16px;
    color: #242F4E
}
    .form-labelname.label-text {
        color: #868ea3;
        padding-bottom:0;
        font-size:15px;
        
    }
.form-labelText {
    color: #555;
    font-weight: 600;
    padding-left: 4px;
    min-height: 28px;
    padding-bottom:12px
}
@media screen and (min-width:768px) {
    .form-labelname {
        font-size: 14px;
    }
}
.btn-icon,
.btn.btn-save-modal {
    background-color: #3b9ef9;
    border: solid 1px #3b9ef9;
    text-wrap: nowrap;
    color: #fff;
}
    .btn.btn-save-modal:hover {
        background-color: #fff;
        border: solid 1px #3b9ef9;
        color: #3b9ef9;
    }
.btn.btn-cancel-modal {
    background-color: #fff;
    border: solid 1px #ddd;
    color: #333;
    text-wrap:nowrap;
}
    .btn.btn-cancel-modal:hover {
        background-color: #ddd;
        border: solid 1px #ddd;
        color: #333;
    }
.text-build {
    color: #ff961a;
}
.btn.btn-build-modal {
    background-color: #ff961a;
    border: solid 1px #ff961a;
    text-wrap: nowrap;
    color: #fff;
}

    .btn.btn-build-modal:hover {
        background-color: #fff;
        border: solid 1px #ff961a;
        color: #ff961a;
    }
.btn.btn-add-modal {
    background-color: #70c041;
    border: solid 1px #70c041;
    text-wrap: nowrap;
    color: #fff;
}
    .btn.btn-add-modal:hover {
        background-color: #fff;
        border: solid 1px #70c041;
        color: #70c041;
    }
    .btn-a-td {
        text-decoration: underline;
        color: #FF961A;
        cursor:pointer;
    }
    .btn-a-td:hover {
        text-decoration: underline;
        color: #eb4d17;
    }
.btn.btn-build-td, .btn.btn-add-td, .btn.btn-delete-td, .btn.btn-save-td {
    color: #ff781a;
    border: solid 1px #ff961a;
    text-align: center;
    background-color: #fff;
    transition-duration: 0.5s
}
.btn-group .btn-outer-gruup-gray{
    padding:0.375rem 0.5rem
}
.btn.btn-outer-gruup-gray {
    border: 1px solid #ced4da;
}
    .btn.btn-outer-gruup-gray:hover, .btn.btn-outer-gruup-gray:focus {
        border: solid 1px #ff961a;
        color: #ff961a;
    }
    .btn.btn-outer-gray {
        border: 1px solid #ced4da;
    }
.btn.btn-save-td {
    color: #3b9ef9;
    border: solid 1px #3b9ef9;
}
.btn.btn-add-td {
    color: #70c041;
    border: solid 1px #70c041;
}
.btn.btn-delete-td {
    color: #f95539;
    border: solid 1px #f95539;
}
.btn.btn-build-td:hover, .btn.btn-build-normal-outline:hover{
    background-color: #ff961a;
    color: white;
}

.btn.btn-save-td:hover {
    color: white;
    background-color: #3b9ef9;
}

.btn.btn-add-td:hover {
    color: white;
    background-color: #70c041;
}

.btn.btn-delete-td:hover {
    color: white;
    background-color: #f95539;
}

.btn.btn-build-normal-outline {
    color: #ff961a;
    border: solid 1px #ff961a;
    padding: 6px 12px;
    min-width: 80px;
    text-align: center;
    transition-duration: 0.5s;
}

.btn.btn-build-normal-outShadow, .icon-button-style2 {
    color: #ff961a;
    box-shadow: 0px 0px 2px rgba(250,150,25,0.8);

    padding: 6px 12px;
    min-width: 80px;
    text-align: center;
    transition-duration: 0.5s;
}
    .btn.btn-build-normal-outShadow:hover, .icon-button-style2:hover {
        background-color: #ff961a;
        color: #fff
    }

.btn.btn-build-normal, .icon-button-style1 {
    color: #fff;
    background-color: #ff961a;
    border: solid 1px #fff;

    padding: 6px 12px;
    min-width: 80px;
    text-align: center;
    transition-duration: 0.5s;
    
}
.icon-button-style1, .icon-button-style2 {
    display: flex;
    align-items: center;
    min-width: auto;
    padding: 6px 6px;
}
    .btn.btn-build-normal:hover, .icon-button-style1:hover {
        color: #ff961a;
        background-color: #fff;
        border: solid 1px #ff961a;

        padding: 6px 12px;
        min-width: 80px;
        text-align: center;
        transition-duration: 0.5s;
    }
    .icon-button-style1:hover {
        min-width: auto;
        padding: 6px 6px;
    }

        .m-normal {
            margin-left: -8px;
            margin-right: -8px;
        }
.table-build {
    margin-bottom: 0;
}
.table-build-frame > :not(.table-phone) tr:last-child td ,.table-build-frame > :not(.table-phone) tr:first-child th {
    border-bottom: 0;
}
.table-build thead tr th {
    background-color: #EEEEEE;
    font-weight: 600;
    color: #242F4E;
}
.table-build.level thead tr th {
    background-color: #fff1cf;
}
.table.table-build.table-sticky.level.level-text-sm{
    font-size:14px;
}
.table.table-build.table-sticky.level.level-text-sm tr td {
    font-size: 14px;
    padding:4px;
}
.table-build thead tr th {
    background-color: #EEEEEE;
    font-weight: 600;
    color: #242F4E;
}
.link_build {
    background-color: #fff4d9;
    color: #796e66;
    border-radius: 4px;
    padding: 0px 8px;
    text-decoration: underline;
    font-size:15px;
}
    .link_build:hover {
        color: #210f02;
    }
.table-sticky {
    position: sticky;
    top: -1px;
    z-index: 1;
    border-color: #BEBEBE
}
.table-build-frame {
    border: solid 1px #bebebe;
    border-radius:4px;
}
.max-h-700 {
    max-height: 700px
}
.max-h-500 {
    max-height: 500px
}
.max-h-400 {
    max-height: 400px
}
.table_header tr {
    border-style: hidden;
    font-size:15px;
}
.td-fixed-30 {
    min-width: 30px;
    width: 30px;
}
.td-fixed-50 {
    min-width: 50px;
    width: 50px;
}
.td-fixed-80 {
    min-width: 80px;
    width: 80px;
}
.td-fixed-100 {
    min-width: 100px;
    width: 100px;
}
.td-fixed-125 {
    min-width: 125px;
    width: 125px;
}
.td-fixed-150 {
    min-width: 150px;
    width: 150px;
    
}
.td-fixed-180 {
    min-width: 180px;
    width: 180px
}
.td-fixed-200 {
    min-width: 200px;
    width: 200px
}
.td-fixed-300 {
    min-width: 300px;
    width: 300px
}
.td-fixed-360 {
    min-width: 360px;
    width: 360px
}


.clickbg {
    background-color: #fff5cc!important;
}
@media screen and (max-width:768px){

    .td-phone-fixed-300 {
        min-width: 300px;
        width: 300px
    }
    

    .table-iphone-frame{
        max-height:none;
        border:0;
    }
    .table-phone thead {
        display: none !important;
    }
    .table-phone tbody tr {
        display: block;
        border: 2px solid #b6b6b6;
        border-radius: 4px;
        margin-top: 16px;
        background-color: #f8f9fa
    }
    
    .table-phone tbody tr:first-child {
        margin-top:0;
    }
    
        .table-phone tbody tr{
            position:relative
        }
            .table-phone tbody tr td:first-child, .table-phone tbody tr td:last-child{
                border-bottom:0;
            }
            .table-phone tbody tr td {
                position: relative;
                display: block;
                border-bottom: dashed 1px #aaa;
                padding-top: 4px;
                padding-bottom: 4px;
            }


                .table-phone tbody tr td:before {
                    content: attr(data-th);
                    display: block;
                    text-align: left;
                    color: #848484;
                    padding-left: 4px;
                    padding-bottom: 4px;
                }
            .table-phone tbody tr td:first-child {
                
                color: #ff961a;
                font-size:18px;
                font-weight:500;
                padding-top:8px;
                padding-bottom:0px;
                padding-left:16px;
            }
                .table-phone tbody tr td:first-child:before {
                    color: #ff961a;
                    display: inline-block;
                }
                .table-phone tbody tr td:first-child:after {
                    content: '';
                    background-color: #ff961a;
                    display: inline-block;
                    position: absolute;
                    top: 12px;
                    left: 12px;
                    width: 4px;
                    height: 20px;
                }
}
.build-modal .modal-content {
    position: relative;
}
.modal-frame.draggable{
    display:flex;
    max-height:85vh
}
.modal-frame.draggable .modal-body {
    flex: 1;

}
.build-modal .modal-header {
    border-bottom:0px;
    box-shadow: 5px 0px 5px rgba(0,0,0,0.3)
}
.build-modal .modal-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #f9bc00;
    border-radius: 0.3rem 0.3rem 0 0;
}
.form-frameInput {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius:0.25rem;
    height: 38px;

}

.form-control-2 {
    position:relative;
    width: 100%;
    border: 0;
    text-align: right;
    padding: .375rem .75rem;
    left:1px;
    padding-right:36px;
}
    .form-control-2:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
        border-radius:0.25rem;
    }
.form-unit{
    position:relative;
}
    .form-unit::after {
        content: "m² |";
        position: absolute;
        top: 0.375rem;
        right: 0;
        color: #ff961a;
    }
.form-label-2 {
    padding: .375rem .75rem;
    color: #ff961a;
}
input.form-control-2[type=number]::-webkit-outer-spin-button,
input.form-control-2[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input.form-control-2 [type=number] {
    -moz-appearance: textfield;
}
.btn-build-group{
    width:100%
}

.list-build {
    position: relative;
    gap: 8px;
    overflow-x: auto;
    /*   border-bottom: solid 1px #ced4da;*/
    border-radius: 0 !important;
    white-space: nowrap;
}

/*.list-build::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ced4da;
}*/
.list-build-option {
    display:flex;
    position: relative;
    padding: 8px 12px;
    color: #777;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff1cf;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #ced4da;
    color: #ff8b2f;
    text-wrap: nowrap;
}
    .list-build-option.active, .list-build-option:hover {
        border-top: solid 1px #ced4da;
        border-left: solid 1px #ced4da;
        border-right: solid 1px #ced4da;
        border-bottom: solid 0;
        background-color: #fff;
        color: #555;
        font-weight: 400;
    }
.list-underline {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #ced4da
}


@media screen and (min-width:768px) {
    .list-build {
        gap: 32px;
    }
    .list-build-option {
        padding: 16px 0px;
        border: 0;
        background-color: #fff;
        color: #777;
        border-bottom: solid 1px #ced4da;
    }
        .list-build-option.active, .list-build-option.active, .list-build-option:hover {
            background-color: #fff;
            color: #333;
            border: 0px;
            border-bottom: solid 1px #ced4da;
        }
    .list-build-option.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #FF961A;
    }
}


.btn-iconImg{
    border:solid 1px #FF961A;
    display:inline-block;
    padding:4px;
    width:32px;
    border-radius:4px;
    background-color:#fff;
    
}
    .btn-iconImg.gray-bolder{
        border: solid 1px #b6b6b6;
    }
    .btn-iconImg img {
        width: 100%;
    }
.table-phone .td-card-font {
    padding-left: 4px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.table-phone .td-card-left{
    text-align:left!important;
}
.modal-date {
    background-color: #fff1cf;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    color: #fe8b25;
}
.modal-main{
    background-color:#fff;
    padding-top:0rem;
}
.table-border-top {
    border-top: #9a6a4c solid 2px !important;
}
.tfoot-title {
    color: #FF961A;
    font-weight:600;
}
.tfoot-subTitle {
    font-size: 14px;
    color: #555;
    text-align: right;
}
.tfoot-price {
    color: #222;
    text-align:right;
}
.table-tfootStyle tr:not(:last-child) {
    border-bottom: solid 1px #dee2e6;
}
.card-modal-frame {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(155,155,155,0.5);
    overflow:hidden
}
.card-modal-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    
}
.card-modal-header {
    background-color: #f9a500;
    padding-top:12px;
    padding-bottom:12px;
}
.input-group-title {
    background-color: #fff1cf;
    color: #fe8b25;
    padding: 2px 12px;
    border-radius: 4px;
    font-weight:600
}
.input-group-frame {
    border-bottom: dashed 1px #d8d5d1
}
.px-8p{
    padding-left:8px!important;
    padding-right:8px!important;
}
.build-border {
    border: solid 1px #bebebe;
    border-radius: 4px;
}
.fz-1_2rem{
    font-size:1.2rem;
}
.fz-1_4rem {
    font-size: 1.4rem;
}
.navLeft-build-title{
    font-size:16px;
    padding-bottom:8px;
    font-weight:500;
}
.tree p{
    border-width:1px;
    padding-left:0px;
}
.tree-boder-gray{
    border-color:#999!important;
}
.tree-link-mainColor {
    color: #ff961a!important
}
.pointer {
    color: #333
}

/*.testee:has(.tree-link-mainColor) .child-class {
    color: #ff961a !important;
}
*/
.navLeftList-h{
    max-height:800px;
    overflow-y:auto;
}
@media screen and (min-width:992px){
    .navLeftList-h{
        min-height:500px;
    }
}
.form-control-3 {
    position: relative;
    width: 100%;
    border: 0;
    text-align: right;
    padding: 4px .75rem;
    left: 1px;
}
.form-control-4 {
    position: relative;
    width: 100%;
    border: 0;
    padding: .375rem .75rem;
    left: 1px;
}
    .form-frameInput.disabled, .form-control-4:disabled, .form-control-4[readonly] {
        background-color: #e9ecef;
        user-select: none;
        outline:0
    }
.form-select-sm, .form-control-sm, .form-control-sm2 {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da!important;
}
.select2-container .select2-selection--single{
    height:29px!important;
}
.form-control-sm2 {
    height: 21px;
}
.form-control-3:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-radius: 0.25rem;
}

input.form-control-3[type=number]::-webkit-outer-spin-button,
input.form-control-3[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */
input.form-control-3 [type=number] {
    -moz-appearance: textfield;
}

.bg-build {
    background-color: #feebb3;

}
.bg-build-2 {
    background-color: #fffcf4
}
.bg-build-3 {
    background-color: #e7e4dc;
}
.bg-build-4 {
    background-color: #bcb8ae;
}
.table-build-stair *{
    color:#333
}
.bg-build-dark{
    background-color:#555;
}
.bg-build-dark th {
    color: #fff;
    font-weight:500;
}
.build-subTitle {
    font-size: 18px;
    position: relative;
    font-weight: 700;
    
}
    .build-subTitle::before {
        content:"";
        width:100%;
        position:absolute;
        bottom:-4px;
        left:0;
        z-index:0;
        border-bottom: solid 2px #ddd;

    }
    .build-subTitle span {
        position: relative;
        padding-left: 8px;
        padding-right: 8px;
        border-bottom: solid 3px #FF961A;
        z-index: 9;
        color: #88654e;
    }
.subtitle-pos{
    position:absolute;
    right:8px;
    bottom:0;
}
.select2-container{

    width:100%!important
}
.statistics__list{
    background-color:#fff;
    padding:8px 0px;
    height:auto;
}
.flex-1{
    flex:1;
}
.border-leftNav {
    border-right: solid 3px #eee;
}
.statistics__item a.is-active {
    color: #FF961A;
}
.tr-text-sm th, .tr-text-sm td {
    font-size: 14px;
    padding: 4px;
}

.tr-white td{
    background-color:#fff;
}
.z-5{
    z-index:5
}
.bg-build-dark th {
    background-color: #555 !important;
    color: #fff !important;
    border: solid 1px #fff;
    font-weight: 500!important;
}
.bg-grey-text th{
    color:#555!important;
    border:solid 1px #555;
    font-weight:500;
}
.td_border-0 td{
    border:0px
}
.td_bdt-1_bdm-0 td {
    border-top: solid 1px #555;
    border-bottom: 0px;
}
.td-bdx-1 td {
    border-left: solid 1px #555;
    border-right: solid 1px #555;
}
.text-sm{
    font-size:14px;
}
.m--1{
    margin:-1px;
}
.table-td-border-gray td {
    border-color: #ced4da;
}
.build-tfoot-bdt{
    border-top:solid 2px #666;
}
.build-paper-frame{
    margin-top:12px;
    padding-top:12px;
    box-shadow:0px 1px 5px rgba(0,0,0,0.3);
    border-radius:4px;
}
    .build-paper-frame.build-color {
        box-shadow: 0px 1px 5px rgba(250,150,26,1);
    }
.form-labelText.v-select-none .select2-selection.select2-selection--single, .v-select-none .select2-selection.select2-selection--single {
    background-color: #fff !important;
    border: solid 1px #fff !important;
}

.form-labelText.v-select-none .select2-selection__rendered, .v-select-none .select2-selection__rendered {
    padding-left: 0px !important;
}
.form-labelText.v-select-none .select2-selection__arrow, .v-select-none .select2-selection__arrow {
    display: none
}
.select-none{
    border:0;
    background-color:#fff!important;
    padding:0;
}
.tree .border-primary{
   border-color:#98c1ff!important;
   border-width:2px!important;
}
.tree .border-success {
    border-color: #4de39d !important;
    border-width: 2px !important;
}
.tree .border-danger {
    border-color: #ff8c97 !important;
    border-width: 2px !important;
}
.form-vSelect-control-normal .select2-selection__rendered {
    padding: 4px 12px;
}
.form-vSelect-control-normal .select2-selection{
    height:36px!important;
}
.form-vSelect-control-normal .select2-selection__arrow{
    height:36px!important;
}
.loading-frame {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    
    border-radius: 4px;
    display: flex;
    justify-content:center;
    align-items:center;
}

.spinner-border.style2 {
    width: 1rem;
    height: 1rem;
    border-width: .15em;
}