*{
    font-family: PingFangSC-Regular, sans-serif;

    --themeColor--:#F50100;
}

button{
    font-family: PingFangSC-Regular, sans-serif !important;
}

.font-family{
    font-family: PingFangSC-Regular, sans-serif !important;
    color: #333;
}

i{
    font-feature-settings: unset;
}

.card{
    box-shadow: 1.5px 2.6px 79px 0 rgb(0 35 136 / 5%);
}

.login-bg{
    background-image: url(/admin/images/login/login_bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.login-bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}

.login-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 494px;
    max-height: 399px;
    background-color: #ffffff;
    z-index: 999;
}

.login-logo{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 30px;
}

.login-input{
    flex: 0 0 70%;
    max-width: 60%;
    width: 100%;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-input .icon .input-default{
    padding-left: 50px;
    display: flex;
    position: relative;
    height: 40px;
}

.input-default::-webkit-input-placeholder{
    color: #C5C5C5;
    font-size: 1.2rem;
}

.login-input .icon .input-default:first-child{
    margin-bottom: 15px;
}

.icon{
    position: relative;
    width: 100%;
}

.icon::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: var(--themeColor--);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon:last-child::after{
    background-image: url(/admin/images/login/password.png);
}

.icon:first-child::after{
    background-image: url(/admin/images/login/user.png);
}

.login-btn{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.login-btn button{
    outline: none;
    border: 0;
    background: var(--themeColor--);
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    padding: 0 16px;
    font-weight: 600;
    width: 60%;
    max-width: 37.5rem;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}

.brand-logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    overflow: hidden;
}

.navbar.navbar-primary .navbar-brand-wrapper .navbar-brand{
    padding: 0;
}

.logo-images{
    width: 100%;
    max-width: 200px !important;
    height: auto;
}

.logo-x-images{
    width: 25px;
    height: 25px;
}

.align-items-end, .navbar .navbar-brand-wrapper{
    align-items: center !important;
}

.navbar.navbar-primary .navbar-brand-wrapper .navbar-brand{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar.navbar-primary{
    background-image: linear-gradient(#FF8269, var(--themeColor--));
}

.navbar{
    height: 100px;
}

.navbar.fixed-top + .container-fluid{
    padding-top: 100px;
}

.navbar.navbar-primary .navbar-brand-wrapper .navbar-brand{
    padding-left: 70px;
    padding-right: 70px;
}

.sidebar{
    width: 235px;
}

.content-wrapper{
    width: calc(100% - 235px);
    margin-left: 235px;
}

.navbar .navbar-menu-wrapper .navbar-toggler{
    background: #ffffff;
    border: 0;
    padding: 1.05rem 1.05rem;
    border-radius: 0 100% 100% 0;
    font-size: 1.6rem;
}

.navbar .navbar-menu-wrapper .nav-profile{
    margin-left: 60px;
}

.navbar .navbar-menu-wrapper .nav-profile img{
    margin-left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar .nav .nav-item .nav-link .menu-title{
    font-family: PingFangSC-Regular, sans-serif;
    font-weight: 600;
    color: #333333;
}

.sidebar .nav .nav-item.active .nav-link .menu-title{
    color: #FF1110 !important;
}

.nav-item .active{
    color: #FF1110 !important;
}

.nav-item .active .menu-title{
    color: #FF1110 !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link{
    font-family: PingFangSC-Regular, sans-serif;
    padding: 0.8em 2.5em;
}

.icon-speedometer{
    margin-right: .5rem;
    width: 15px;
    height: auto;
}

.sidebar .nav .nav-item .nav-link{
    padding: .9375rem 3rem;
}

.navbar .navbar-menu-wrapper .search{
    margin-right: 15px;
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, sans-serif;
    line-height: 33px;
    font-weight: lighter;
    padding-left: 64px;
    background-image: url(/admin/images/sousuo/icon_sousuo.png);
    background-repeat: no-repeat;
    background-position: 5% 50% ;
    position: relative;
    width: 480px;
    border: 1px solid rgba(255,255,255,0.8);
}



.search::after{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 25px;
    background-image: url(/admin/images/sousuo/icon_sousuo.png);
}

.search::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 1.2rem !important;
}

.input-pl-color::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color: #999999;
}

.input-default::-webkit-input-placeholder{
    font-size: .8rem;
}

.input-default:disabled{
    cursor: not-allowed;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link{
    font-size: 2rem !important;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.count-indicator .count{
    font-size: 0.875rem;
}

.content-wrapper{
    background: #F9F9F9;
}

.page-title{
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    font-weight: 600;

    position: relative;
}

.page-desc{
    font-size: .75rem;
    font-weight: 400;
}

.page-title-btn-box{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.card-body{
    padding: 1.875rem 0;
    margin: 0;
    max-width: 100% !important;
    box-sizing: border-box;
    cursor: initial;
}

.card-body-meda{
    padding-left: 15% !important;
    padding-right: 10% !important;
}

.card-title{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: .9375rem !important;
}

label{
    color: #333;
}

.input-default{
    height: 2.125rem;
    display: flex;
}

.form-group{
    position: relative;
}


.input-required:after{
    content: '*';
    position: absolute;
    font-size: 18px;
    right: 0;
    bottom: 25%;
    transform: translate(0,50%);
    color: var(--themeColor--);
}

.input-prompt{
    position: relative;
}

.input-prompt>span{
    position: absolute;
    font-size: 18px;
    right: -10%;
    bottom: 25%;
    transform: translate(0,50%);
    color: var(--themeColor--);
}

.input-prompt>span>span{
    padding-right: 3px;
    color: #333;
}

.input-prompt-long>span{
    right: -21%;
}


.required-50::after{
    bottom: 50% !important;
}

.select-required::after{
    content: '*';
    position: absolute;
    font-size: 18px;
    right: 0;
    bottom: 50%;
    transform: translate(0,50%);
    color: var(--themeColor--);
}


.input-small{
    max-width: 30.5rem;
}

.input-least{
    max-width: 17.5rem;
}

.input-unit-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 28px;
    padding-left: 0;
}

.input-unit{
    flex: 0 0 32%;
    padding-left: 10px;
}

.unit-main{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.unit-main .icon_required{
    /* padding-top: 0; */
    padding-right: 15px;
}

.prompt-txt{
    color: var(--themeColor--);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_required{
    color: var(--themeColor--);
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
}

.input-unit-box .icon_required{
    padding-left: 15px;
}

.input-connection{
    font-size: 20px;
    color: #333333;
    padding: 0;
    flex: 0 0 2.33333%;
    max-width: 2.33333%;
}

.margin-right20{
    margin-right: 1.25rem;
}

.btn-dropdown{
    border: 0;
    background: transparent;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    padding: 7px 16px;
    font-size: .875rem;
}

.btn-dropdown:hover{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.btn-dropdown:focus{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.input-group-prepend{
    margin-right: 38px;
}

.select-group{
    display: flex;
    width: 11.25rem;
    height: 2.125rem;
    position: relative;
}

.select-default{
    outline: none;
    border: 1px solid rgba(0,0,0,0.1);
    appearance: none;
    border-radius: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    border-radius: 0.25rem;
    padding: 0 16px;
    color: #333333;
    background-image: url(/admin/images/arrow/icon_suojin.png);
    background-repeat: no-repeat;
    background-size: .875rem .75rem;
    background-position: 96% 50%;
    padding-right: 2.25rem;
    cursor: pointer;
}

.select-default:hover{
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.select-default option{
    outline: none;
    border: 0;
    height: 34px !important;
}

.select-noshadow{
    box-shadow: none !important;
}

.select-noshadow:hover{
    box-shadow: none !important;
}

.btn-primary-color{
    background: #1F9FFF !important;
    border-color: #1F9FFF !important;
    cursor: pointer;
}

.btn-primary-color:hover{
    background: #008DF6 !important;
    border-color: #008DF6 !important;
}

.btn-danger-color{
    background: var(--themeColor--);
    border-color: var(--themeColor--);
    cursor: pointer !important;
    padding: .625rem 3.125rem !important;
}

.btn-danger-color:hover{
    background: var(--themeColor--);
    border-color: var(--themeColor--);
}


.notice_icon{
    width: 2.1875rem;
    height: 2.25rem;
}

.count-indicator{
    padding-bottom: .625rem;
}

.bg-white-table{
    background: #ffffff;
    background-image: linear-gradient(#fff,#fff);
    color: #333333;
    font-family: PingFangSC-Regular, sans-serif !important;
    padding: 5px 10px;
    z-index: 99;
}

.bg-shadow-border{
    box-shadow:  0 0 3px 0 rgba(0,0,0,.1) !important;
    border-radius: 4px;
    border: 1px solid #E4E4E4 !important;
}

.bg-shadow-border:hover{
    box-shadow:  0 0 3px 0 rgba(0,0,0,.1) !important;
}

.input-date{
    height: 33.2px;
    padding: 0 16px;
}

.input-color{
    background: #ffffff !important;
    background-image: linear-gradient(#fff,#fff) !important;
    color: #333333 !important;
    z-index: 99 !important;
}


.input-icon{
    position: relative;
}

.sousuo_icon{
    position: absolute;
    z-index: 199;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: auto;
    left: .625rem;
}

.sousuo_set{
    padding-left: 1.875rem !important;
    box-shadow: none;
    border-radius:0;
    position: relative;
    font-size: 16px;
}

.sousuo_set::-webkit-input-placeholder{
    text-align: left;
    position: relative;
    top:-10%
}

.select-customize{
    width: auto;
    height: 24px;
}

.flex-row-alcenter{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center !important;
    align-items: center;
}

.flex-row-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flex-row-start{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.txt-defulit{
    font-size: .875rem;
    padding: 0px .625rem;
    font-weight: 500;
}

.zindex{
    z-index: 999 !important;
}



.table-checkobx[type=checkbox]{
    -webkit-appearance: none;
    outline: none;
    appearance: none;
    width: 20px;
    height: 20px;
    /* background-image: url(/images/table-icon/icon_suojin16.png); */
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    /* transition: all ease-in-out .1s; */
    box-sizing: border-box;
}

.table-checkobx[type=checkbox]:checked{
    background-image: url(/admin/images/table-icon/icon_suojin18.png);
    background-position: center;
    border: none;
}

.table-checkobx[type=checkbox]:disabled{
    border: 2px solid #c4c4c4 !important;
}

.table-checkobx[type=checkbox]:checked:disabled{
    background: #c4c4c4;
}


.fixed-table-container .bs-checkbox .th-inner{
    padding: 0;
}

.check_label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.check-group{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 120px;
    align-items: flex-start;
    align-content: space-around;
    padding: 12px 30px;
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 4px;
}

.check-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
    flex-basis: 16.5%;
    padding-bottom: 5px;
}



.check-txt{
    padding-left: 5px;
}

.check-box .table-checkobx{
    width: 20px;
    height: 20px;
    border: 2px solid #333333;
}

.row-checkbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.table-btn{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.table-btn img{
    width: 20px;
    cursor: pointer;
}

.yardage{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding-left: 20PX;
    letter-spacing: .125rem;
}   

.pagination-left,.pagination-right,.pagination-first,.pagination-last{
    width: 35px;
    height: 35px;
    background: #F4F4F4;
    margin: 0 15px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1rem;
    cursor: pointer;
}

.pagination-left{
    margin-left: 0;
}

.pagination-right{
    margin-right: 0;
}

.pagination-left{
    background-image: url(/admin/images/table-icon/left_icon.png);
}

.pagination-right{
    background-image: url(/admin/images/table-icon/right_icon.png);
}

.pagination-first{
    background-image: url(/admin/images/table-icon/left_icon.png);
    background-position: 35% 50%;
    position: relative;
}

.pagination-first::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/admin/images/table-icon/left_icon.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 60% 50%;
}

.pagination-last{
    background-image: url(/admin/images/table-icon/right_icon.png);
    background-position: 40% 50%;
    position: relative;
}

.pagination-last::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/admin/images/table-icon/right_icon.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 60% 50%;
}


.pagination-mian{
    background-color: #F4F4F4;
    padding: 0;
    margin: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.pagination-item{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.pagination-item:hover{
    background-color: var(--themeColor--);
    color: #ffffff;
}

.pagination-mian .active{
    background-color: var(--themeColor--);
    color: #ffffff;
}

.modal-defulit{
    border: none;
}


@media (min-width: 1200px){
    .modal-xl{
        max-width: 62.5625rem;
    }

    .modal-sm{
        max-width: 55%;
    }
}

.modal-header .close{
    margin-left: 0px;
}

.modal-defulit-p{
    padding: .9375rem 0px;
    font-weight: 500;
}

.modal-defulit-pd{
    padding: 3rem 6rem;
}

.font-w{
    font-weight: 600;
    margin-bottom: 0;
}

.text-wrap {
    white-space: normal!important;
}

.cell{
    width: 100%;
    height: auto;
    padding: 15px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    align-items: flex-start;
    font-size: 15px;
    color: #333;
}

.cell-item{
    width: 100%;
    flex: 0 0 60%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cell-item:nth-child(2){
    flex: 0 0 40%;
}

.cell-item .title{
    /* flex: 0 0 30%; */
    flex: 0 0 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
}

.cell-item .title-title{
    padding-left: 19.6%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
}

.cell-item .value{
    height: auto;
    flex: 0 0 70%;
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
}

.cell-item>.unique{
    flex: 0 0 130% !important;
    text-align: justify;
}

.cell-card{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 8px 16px;
    font-size: 15px;
    color: #333;
}

.cell-card-title{
    flex: 0 0 15%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
}

.cell-card-item{
    flex: 0 0 82%;
    padding-left: 2.5rem;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.cell-card-item img{
    width: 150px;
    height: auto;
    /* height: 150px; */
    border: 1px solid #979797;
    margin-right: 20px;
    margin-bottom: 20px;
}

.up-img-btn{
    background: #ADADAD;
    border-color: #ADADAD;
}

.up-img-btn:hover{
    background: #ADADAD;
    border-color: #ADADAD;
}

.up-img-box{
    display: flex;
}

.up-video-box{
    display: flex;
}

.lightGallery .image-tile video,.lightGallery .image-tile img{
    width: 118.33px;
    height: 118.33px;
    max-width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    border-style: none;
    object-fit:cover;
}

.vide-url:disabled{
    background-color: #F4F4F4 !important;
    cursor: not-allowed;
}

.lightGallery .image-tile a{
    width: 118.33px;
    height: 118.33px;
}

.lightGallery .image-tile img{
    border-radius: 4px;
}

.image-pdf{
    padding: 0;
}

.image-pdf img{
    width: 80px !important;
    height: auto !important;
}



/* Collapse */
.collapse-default{
    background: #ffffff;
    background-color: #ffffff;
    border: none;
    color: #333 !important;
    padding: 8px 5px;
    font-weight: 100;
    width: 100%;
    /* height: 33.2px; */
    height: 100%;
    position: relative;
    margin-right: 10px;
}

.collapse-default:hover{
    box-shadow: none;
    background: #ffffff;
    background-color: #fff !important;
}

.badge-primary[href]:focus, .badge-primary[href]:hover{
    background-color: #fff !important;
}

.shadow-no{
    box-shadow: none;
}

/* .shadow-no:hover{
    box-shadow: none !important;
} */


.collapse-default-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.collapse-main{
    position: absolute;
    top: 120%;
    left: 0;
    box-sizing: border-box;
    z-index: 999;
}

.collapse-main-box{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border: 1px solid #E4E4E4;
    padding: 0 !important;
    border-radius: 4px;
}

.collapse-main-box2{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border: 1px solid #E4E4E4;
    padding: 5px 0 !important;
    border-radius: 4px;

    position: relative;
}


.collapse-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54px;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
}

.collapse-item2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    padding: 8px 16px;
    cursor: pointer;
}

.collapse-item2:hover{
    background-color: var(--themeColor--);
    color: #ffffff;
}

.collapse-delete{
    justify-content: space-between;
}

.collapse-delete-btn{
    border: 1px solid #333333;
    padding: 0 5px;
}

.collapse-item2:hover .collapse-delete-btn{
    border: 1px solid #ffffff !important;
}

.overflow-auto{
    /* overflow-y: auto !important; */
}

body::-webkit-scrollbar{
    display: none;
}

/* .overflow-auto::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,0);
    box-shadow: none;
}

.overflow-auto::-webkit-scrollbar-thumb{
    background-color: #A3A3A3;
    border-radius: 4px;
    border: none;
}

.overflow-hide{
    overflow-y:unset !important;
}

.overflow-hide::-webkit-scrollbar-track{
    display: none;
}

.overflow-hide::-webkit-scrollbar-thumb{
    display: none;
} */





.collapse-title{
    flex: 0 0 10%;
    color: #666666;
    padding-left: 28px;
    font-size: 14px !important;
    font-weight: 500;
}

.collapse-value{
    flex: 0 0 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 14px !important;
}

.collapse-value .active{
    color: #FF463D;
}

.collapse-value li{
    margin-right: 20px;
    cursor: pointer;
    color: #333333;
}

.collapse-btn-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 5.25rem;
}

.collapse-btn-box button{
    border: none;
    width: 150px;
    height: 50px;
    color: #fff;
    margin: 0 2.1875rem;
    border-radius: 4px;
}

.reset{
    background-color: #FF9400;
}

.confirm{
    background-color: var(--themeColor--);
}

.close-defulit{
    cursor: pointer;
}

.collapse-bottom-icon{
    background-image: url(/admin/images/arrow/icon_suojin.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 96% 50%;
    cursor: pointer;
    user-select: none;
}

.collapse-txt{
    padding-left: 0;
    padding-right: 20px;
}

.collapse-set{
    padding: 0 16px;
    justify-content: space-between;
}


/* Collapse */

/* date */
.date-close{
    position: absolute;
    right: 40px;
    top: auto;
    cursor: pointer;
    width: 14px;
}

.date-date{
    position: absolute;
    right: 20px;
    top: auto;
    pointer-events: none;
    cursor: pointer;
    width: 14px;
}

.demo-input{
    padding: 0;
    box-sizing: border-box;
}

.limit-box{
    padding: 0 16px;
    height: 33.2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    background: #ffffff;
    color: #333333;
    margin-left: 10px;
}

.limit-box img{
    width: 14px;
    height: auto;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #fff;
}

/* date */

.input-disabled{
    background-color: #f3f3f3 !important;
}



/* 穿梭 */
.shuttle{
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shuttle-left,.shuttle-right{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    outline: none;
    background-color: #f3f3f3;
    border: 0;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 50% 50%;
    cursor: pointer;
}

.shuttle-left{
    background-image: url(/admin/images/table-icon/left_icon.png);
}

.shuttle-right{
    background-image: url(/admin/images/table-icon/right_icon.png);
}

.custom-file>.btn-primary:hover{
    background-color: #008DF6;
    border-color: #008DF6;
}

.textarea-nb{
    position: relative;
}

.textarea-nb::after{
    content: attr(data-content-after);
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #999999;
    font-size: 12px;
}

.textarea-nb::before{
    content: attr(data-content-before);
    position: absolute;
    right: 40px;
    bottom: 5px;
    color: #999999;
    font-size: 12px;
}

/* 页面元素模块样式 */
.color-block-box{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.color-block-box div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.gradient-block{
    background: linear-gradient(#FF8269,#D80000);
    flex: 0 0 40%;
    color: #ffffff;
}

.main-block{
    background: var(--themeColor--);
    border-color: var(--themeColor--);
    flex: 0 0 20%;
    color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.11);
}

.bg-block{
    background: #F9F9F9;
    flex: 0 0 20%;
    color: #333333;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.11);
}

.color-block-assist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex: 0 0 18%;
    height: 55px;
    color: #ffffff;
    margin-bottom: 20px;
}

.orange{
    background-color: #FF463D;
}

.marigold{
    background-color: #FB9337;
}

.sunset{
    background-color: #FFB822;
    border-color: #FFB822;
}

.sunset:hover{
    background-color: #FFB822;
    border-color: #FFB822;
}

.natural{
    background-color: #5BCF69;
}

.azure{
    background-color: #1F9FFF;
}

.blue{
    background-color: #004EEB;
}

.raspberry{
    background-color: #FE006A;
}

.paints{
    background-color: #333333;
}

.rock{
    background-color: #C5C5C5;
    color: #333333;
    border-color: #C5C5C5;
}

.rock:hover{
    background-color: #C5C5C5;
    color: #333333;
    border-color: #C5C5C5;
    cursor: pointer;
}

.whitesmoke{
    background-color: #F4F4F4;
    color: #333333;
}

/* 页面元素模块样式 */

/* 按钮样式 */
.btn-box{
    display: flex;
    flex-direction: row;
}

.btn-left-box,.btn-right-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.btn-left-box{
    margin-right: 100px;
}

.btn-plain-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.btn-plain-box button{
    margin-right: 15px;
}

.btn-primary{
    border-radius: 4px;
    box-shadow: none;
}

.btn-primary:hover{
    background-color: var(--themeColor--);
    border-color: var(--themeColor--);
    cursor: pointer;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.11);
}

.crimson:hover{
    background-color: #D20100;
    border-color: #D20100;
}

.btn-primary.disabled, .btn-primary:disabled{
    background: #ffffff;
    border-color: #C5C5C5;
    color: #C5C5C5;
    cursor: not-allowed;
}

.disabled:disabled{
    background: #C5C5C5 !important;
    color: #ffffff;
}

.btn-plain{
    background-color: transparent;
    color: var(--themeColor--);
}

.btn-plain:hover{
    background-color: transparent;
    color: var(--themeColor--);
}

.interactive-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

.btn-interactive-box{
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.btn-interactive-box button{
    margin-bottom: 15px;
}

.icon-list-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    padding: 8px 16px;
}

.grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.grid-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    margin-bottom: 0;
    padding: 8px;
}

.grid-item .grid-text{
    background-color: transparent;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}

.icon-img{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin-bottom: 10px;
}

.indentation-left{
    background-image: url(/admin/images/icon_suojin.png);
}

.arrow-bottom{
    background-image: url(/admin/images/arrow/icon_suojin.png);
}

.arrow-top{
    background-image: url(/admin/images/arrow/icon_suojin.png);
    transform: rotate(180deg);
}

.arrow-left{
    background-image: url(/admin/images/table-icon/left_icon.png);
}

.arrow-right{
    background-image: url(/admin/images/table-icon/right_icon.png);
}

.shut{
    background-image: url(/admin/images/floor_icon/icon_close.png);
}

.select-check-active{
    background-image: url(/admin/images/table-icon/icon_suojin18.png);
}

.select-check{
    background-image: url(/admin/images/table-icon/icon_suojin16.png);
}

.sousuo{
    background-image: url(/admin/images/sousuo/icon_suojin15.png);
}

.preview{
    background-image: url(/admin/images/table-icon/icon_suojin51.png);
}

.modify{
    background-image: url(/admin/images/table-icon/icon_suojin50.png);
}

.delete{
    background-image: url(/admin/images/table-icon/icon_suojin52.png);
}

/* 表格组件 */
.table th,.table td{
    color: #333333;
    font-family: PingFangSC-Regular, sans-serif;
}



.table-options-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    height: 34px;

    position: relative;
}

.options-section{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.nb-page{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    background-color: #ffffff;
    margin-right: 10px;
    padding: 0 16px;
    position: relative;
}


.nb-page .txt-defulit:first-child{
    padding-left: 0;
}

.nb-page .txt-defulit:last-child{
    padding-right: 0;
}


.nb-page .nb-page-select{
    width: 70px;
    left: 12px;
}

.nb-page input{
    font-size: 14px;
}

.all-delete{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
    padding: 0 16px;
    font-size: 14px;
}

.household,.develop{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    color: #ffffff;
    background-color: var(--themeColor--);
    padding: 0 16px;
    font-size: 14px;
    margin-right: 3rem;
    white-space: nowrap;
    text-decoration: none;
}

.household:hover,.develop:hover{
    color: #ffffff;
    text-decoration: none;
}

.bootstrap-table .table{
    border-bottom: none;
}

.bootstrap-table .table>thead>tr>th{
    border-left: none;
}

.fixed-table-container tbody td{
    border-left: none;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 12px 16px;
}

.bootstrap-table .table thead>tr>th{
    padding: 12px 16px;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    padding: 0;
}

.fixed-table-container{
    border: 0;
}

.th-mailbox>.both{
    background-position: 10% 50% !important;
    user-select: none;
}

.th-address>.both{
    background-position: 39% 50% !important;
    user-select: none;
}

.th-type>.both{
    background-position: 83% 50% !important;
    user-select: none;
}

/* 表格组件 */

.sidebar .nav .nav-item.nav-category .nav-link{
    padding: 1.2rem 3rem .2rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    /* border-bottom: 1px solid #e4e4e4; */
}

.sidebar .nav .nav-item.nav-category .nav-link:hover{
    color: #333333;
}

.shuttle-active{
    color: var(--themeColor--);
}

.shuttle-active:hover{
    color: #ffffff;
}

.collapse-active,.all-collapse-active{
    background-color: var(--themeColor--);
    color: #ffffff !important;
}

.collapse-active2{
    background-color: var(--themeColor--);
    color: #ffffff !important;
}

.table td{
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.table-bordered th, .table th, .table-bordered td, .table td{
    border-bottom: none;
}

.fixed-table-container tbody td:first-child{
    border-left: 1px solid transparent;
}

.table th{
    /* border-top: 1px solid transparent !important; */
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
}



tr{
    cursor: pointer;
}

.table tr:hover{
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.input-focus:focus{
    border-color: #E4E4E4;
}

.input-focus:hover{
    border-color: #E4E4E4 !important;
    /* box-shadow: none !important; */
}


.caption-s{
    background-color: #fff;
    border-top: 1px solid #E4E4E4 !important;
}

.modal-dialog{
    margin: 1.875rem auto !important;
}

.limit-box>span{
    padding-left: 0;
}

.icon-arrow-down{
    transition: all ease-in-out .3s;
    transform: rotate(0deg);
    transform-origin:center
}


.icon-arrow-up{
    transition: all ease-in-out .3s;
    transform: rotate(180deg);
    transform-origin:center
}

@media (min-width: 992px){
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .icon-arrow-down{
        display: none;
    }
}





/* 提示消息 */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link.count-indicator .count{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 0px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
}


.mdi::before{
    transition: all ease-in-out .5s;
    transform: rotate(0deg);
}

.mdi-active::before{
    transition: all ease-in-out .5s;
    transform: rotate(180deg);
}

/* center 个人中心 */
.center-body{
    padding: 3.125rem 5rem !important;
}

.center-box{
    width: 100%;
    height: auto;
    min-height: 40rem;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    border-radius: .5rem;
}

.center-left-box,.center-right-box{
    padding: .9375rem 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center-left-box{
    flex:  0 0 45%;
    border-right: 1px solid #E4E4E4;
}

.center-right-box{
    flex: 0 0 55%;
    background-color: rgba(255,255,255,0.8);
}

.center-head{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.center-head-img{
    border-radius: 50%;
    width: 7.5rem;
    height: 7.5rem;
    object-fit:cover;
}

.center-edit-head-img{
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    position: absolute;
    margin-bottom: 0;
    right: 25%;
    bottom: 0%;
    background-image: url(/admin/images/table-icon/icon_suojin50.png);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}

.center-edit-head-img input[type=file]{
    visibility: hidden;
}

.center-username{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
}

.center-userid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
}

.center-parting{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.parting{
    flex-grow:1;
    height: 1px;
    max-width: 100%;
    background-color: #E4E4E4;
}

.parting-txt{
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    padding: 0 2rem;
}

.center-phone,.center-email{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.center-phone-label-box,.center-email-label-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
    flex: 0 0 80%;
    white-space: nowrap;
}

.center-label-value{
    width: 80%;
    border: none;
    
}

.center-phone-btn-edit img,.center-email-btn-edit img{
    cursor: pointer;
}

.center-btn{
    background-color: var(--themeColor--);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    border-radius: .25rem;
}

.center-btn:hover{
    color: #ffffff;
    text-decoration: none;
}



.center-info-box{
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    color: #333333;
    font-weight: 400;
}

.center-info-label{
    color: #666666;
    flex: 0 0 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.center-info-value{
    flex: 0 0 75%;
    padding: 1.25rem;
}

.center-info-value{
    padding-right: 0;
}



/* center 个人中心 */


/* 修改手機號碼 */
.modify-title{
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
}

.modify-input::-webkit-input-placeholder{
    font-size: 0.8rem;
}

.min-height-body{
    min-height: 43.75rem;
}

/* 修改手機號碼 */

/* 系统通知列表 */
.th-centered{
    text-align: center;
    vertical-align: middle !important;
}

.notice-td-set{
    width: 61.25rem;
}

.notice-title{
    font-weight: 600;
}

.notice-value{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3.125rem;
}

.notice-model{
    min-height: 37.5rem;
}

.cell-item-12{
    width: 100%;
    flex: 0 0 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cell-item-6{
    width: 50%;
    flex: 0 0 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.notice-cell-title{
    flex: 0 0 10%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
}

.notice-cell-value{
    height: auto;
    flex: 0 0 90%;
    padding: 0 2.5rem;
    letter-spacing: 2px;
    line-height: 1.4rem;
    text-align: justify;
}

/* 系统通知列表 */

/* 新增資訊 */
.news-body{
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.news-label-title{
    font-size: 1.125rem;
}

.news-radio-box{
    display: flex;
    flex-direction: row;
}

.news-radio-pd{
    padding-right: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.table-checkobx[type=radio]{
    -webkit-appearance: none;
    outline: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.table-checkobx[type=radio]:checked{
    background-image: url(/admin/images/table-icon/icon_suojin18.png);
    background-position: center;
    border: none;
}

.news-radio-txt{
    font-size: 1.25rem;
    padding-left: 5px;
}

.news-upload-img{
    width: 19.375rem;
    height: 15.625rem;
    margin-right: 1.875rem;
}

.news-upload-img img{
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    object-fit: cover;
}

/* 新增資訊 */


/* 資訊列表 */
.collapsetwo{
    width: 100%;
}

.collapsetwo-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: .625rem;
}

.collapsetwo-body{
    width: 100%;
    flex: 0 0 1;
    background-color: #ffffff;
    padding: .75rem .625rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 0;
}

.collapsetwo-body li{
    margin-right: 1.875rem;
    display: flex;
    flex-direction: column;
}

.collapsetwo-input{
    border: 1px solid #E4E4E4;
    border-radius: .25rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 4px 8px;
    cursor: pointer;
}

.collapsetwo-input:focus{
    border: 1px solid #E4E4E4;
}

.collapsetwo-input-keyup{
    border: 1px solid #E4E4E4;
    border-radius: .25rem;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 4px 8px;
}

.collapsetwo-input-keyup:focus{
    border: 1px solid #E4E4E4;
}

.collapsetwo-input-box{
    position: relative;
}

.news-select{
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 99;
    margin-top: 10px;
}

.news-select .news-select-ul{
    padding: 5px 0px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

.news-select .news-select-ul li{
    width: 100%;
    padding: 8px 16px;
    cursor: pointer;
}

.news-select .news-select-ul li:hover{
    background-color: var(--themeColor--);
    color: #ffffff;
}

.down-arrow,.date-icon,.icon_tianjia{
    position: absolute;
    width: 1.25rem;
    height: auto;
    right: .625rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .5s ease-in-out;
    pointer-events: none;
}

.undown-arrow{
    transform: rotate(180deg);
    top: 25%;
}

.news-confirm,.news-reset{
    border-radius: .25rem;
    padding: .25rem 2rem;
    outline: none;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 1.25rem;
}

.news-confirm{
    background-color: var(--themeColor--);
    color: #ffffff;
    border: 1px solid var(--themeColor--);
}

.news-reset{
    border: 1px solid #333333;
}

/* 資訊列表 */

/* 新增消息推送 */
.input-receiver{
    cursor: pointer;
    padding-right: 2rem;
}

.message-model-box{
    margin: 0 auto;
    margin-top: 5%;
}

.modal-content{
    border-radius: .625rem;
}

.message-shuttle-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2rem;
}

.message-shuttle{
    display: flex;
    width: 21.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
}

.message-shuttle-title{
    font: 1.125rem;
    font-weight: 600;
    margin-bottom: .625rem;
    user-select: none;
}

.message-shuttle-value{
    width: 100%;
    height: 25.75rem;
    border-radius: .25rem;
    border: 1px solid #E4E4E4;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    padding-left: 0;
    padding: 5px 0;
    position: relative;
}

.message-shuttle-value li,.all-message-shuttle-value{
    padding: .5rem 1rem;
    user-select: none;
    margin-bottom: 0.2rem;
}

.message-shuttle-value li:hover,.all-message-shuttle-value:hover{
    background-color: var(--themeColor--);
    color: #ffffff;
    cursor: pointer;
}

.message-sousuo-box{
    padding-top: 1rem;
    position: relative;
    padding: 2rem 1rem 1rem 1rem;
}

.message-sousuo-img{
    position: absolute;
    left: 1.625rem;
    top: 48%;
    width: 1rem;
    user-select: none;
}

.message-sousuo-box input{
    padding-left: 1.875rem;
    user-select: none;
}

.message-arrow{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0 1.5625rem;
    user-select: none;
}

.message-model-btn-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.message-cancel,.message-confirm{
    outline: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: .25rem;
    padding: .3rem 2rem;
    margin: .625rem .9375rem;
    user-select: none;
}

.message-cancel{
    border: 1px solid #333333;
}

.message-confirm{
    border: 1px solid var(--themeColor--);
    background-color: var(--themeColor--);
    color: #ffffff;
}

.message-arrow-left,.messageDDt{
    margin: 1rem 1.5rem;
}

/* 新增消息推送 */

/* 消息推送列表 */
.text-overflowt{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.max-w7{
    padding: 0;
    margin: 0;
    width: 10%;
    max-width: 8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max-w16{
    padding: 0;
    margin: 0;
    width: 70%;
    max-width: 10vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.max-w16>p{
    margin: 0;
    padding: 0;
}

.modal-p>p{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 25vw;
}

.table-btn-center{
    justify-content: center;
}

/* 消息推送列表 */
.td-link{
    color: #333;
    text-decoration: underline;
}

.td-link:hover{
    color: #333;
}

.obj_fit_cover{
    object-fit: cover !important;
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0;/*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}
.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
    text-align: left;
}

#table td{
    font-size: 0.8rem;
}

.table-9{
    width: 9%;
}

.table-70{
    width: 70%;
}


.table-10{
    width: 10%;
}

/* 樓棟列表 */

.building{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin: 1rem 0;
    /* padding: .5rem 1rem; */
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.building-title{
    width: 80%;
    margin-bottom: .8rem;
}

.building-value{
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.building-input-box{
    width: 70%;
    height: 100%;
    position: relative;
}

.building-input-box::after{
    content: '*';
    position: absolute;
    color: red;
    right: -2rem;
    top: 25%;
}

/* 上傳VR封面圖和圖片 */
.upload-box{
    display: flex;
    flex-direction: column;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.upload-title{
    width: 100%;
    margin-bottom: 5px;
}

.upload-value{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.upload-value>img{
    flex-basis: 60%;
    width: 60%;
    height: 10rem;
    object-fit: cover;
    margin-right: 1rem;
}


/* 選項模糊搜索 */
.collapse-input-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.5rem;
    background-color: #ffffff;
    padding: 0px 16px;
    height: 100%;
    position: relative;
}

.collapse-input-box-title{
    /* font-size: 0.8rem; */
    color: #333;
}

.collapse-input-box-value{
    border: none;
    width: 16rem;
}

/* 新聞表格封面圖 */
.news-cover{
    width: 10rem;
    height: 6.5rem;
    object-fit: cover;
}

.view_box{
    padding: 0;
    margin: 0;
}

.table-pdf{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.table-pdf>img{
    width: 3rem;
    height: auto;
}

/* 添加变量 */
.add-variable-box{
    width: 100%;
    background-color: #ffffff;
    padding: .5rem 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    box-sizing: border-box;
}

/* 旋转动画 */
.collapse-icon{
    width: 100%;
    display: flex;
    position: relative;
}

.collapse-icon>img{
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    right: 25px;
    bottom: 25%;
    pointer-events: none;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.rotate-anime{
    transform: rotate(180deg) !important;
    transition: all 0.2s ease-in-out !important;
}

.text1-box{
    position: relative;
}


/* 取消滚动条样式 */
html,body{
    overflow: inherit;
}

/* 修改头部层级 */
.fixed-top{
    z-index: 66666667;
}

.modal{
    z-index: 66666670;
}


.modal-backdrop{
    z-index: 66666669;
}


.nostyle-link{
    color: inherit;
    text-decoration: none;
}

.nostyle-link:hover{
    color: inherit;
    text-decoration: none;
}

.media-type{
    margin-right: 0.5rem;
}

.cursor-pointer{
    cursor: pointer;
}

.file-box{
    display: flex;
    flex-direction: column;
}

.file-btn-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.file-text,.file-footer{
    color: #333333;
    font-size: 0.8rem;
}

.file-text{
    margin-left: 1rem;
}

.file-footer{
    margin-top: 1rem;
}

.column-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.column-box>button{
    height: 34px;
    line-height: 0.5rem;
    padding: 0 12px !important;
}


.view-list-box{
    display: flex;
    flex-direction: column;
    padding: 0 16px ;
    justify-content: flex-start;
    align-items: center;
}

.view-list-box>li{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
}

.view-list-box>li>span{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 8%;
}

.view-list-box>li>span>span{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: var(--themeColor--);
}

.view-list-box>li .view-list-cotent{
    display: flex;
    flex-direction: column;
    flex: 0 0 90%;
    padding: 0;
}

.view-list-box>li .view-list-cotent>li{
    padding: 5px 0;
    font-size: 0.9rem;
    color: #333333;
}

.view-list-box>li .view-list-cotent>li:nth-child(2){
    border-bottom: 2px solid #e4e4e4;
    color: #ADADAD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.view-list-box>li .view-list-cotent>li>img{
    width: 1.5rem;
    height: auto;
    cursor: pointer;
}

.tabs-title{
    cursor: pointer;
    position: relative;
}

.tabs-title::after{
    content: '';
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333333;
}

.tabs-title.active{
    color: var(--themeColor--);
}

.tabs-title.active::after{
    background-color: var(--themeColor--);
}


.tep-list-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* 修改頭像位置 */
.nav-profile{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px) {
    body,html{
        width: 1500px;
    }
    

    .navbar-toggler:last-child{
        display: none;
    }

    .mt-md-0, .my-md-0{
        margin-left: auto !important;
    }

    .navbar .navbar-brand-wrapper .brand-logo{
        display: flex;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini{
        display: none;
    }

    .navbar .navbar-brand-wrapper{
        width: 235px;
    }

    .navbar .navbar-menu-wrapper{
        transition: width 0.8s ease;
        padding-right: 30px;
        width: calc(100% - 235px);
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper {
        width: 70px;
      }
      .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
        display: none;
      }
      .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
        display: inline-block;
      }
      .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px);
      }
      .sidebar-icon-only .sidebar {
        width: 70px;
      }
      .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        padding: 1.5em;
        text-align: center;
      }
      .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
        display: none;
      }
      .sidebar-icon-only .sidebar .nav .nav-item .nav-link i:last-child {
        display: none;
      }
      .sidebar-icon-only .sidebar .nav .nav-item.nav-category {
        display: none;
      }
      .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
        padding: 0.5rem 0;
        text-align: left;
      }
      .sidebar-icon-only .content-wrapper,
      .sidebar-icon-only .footer {
        margin-left: 70px;
        width: calc(100% - 70px);
      }
      .rtl.sidebar-icon-only .content-wrapper,
      .rtl.sidebar-icon-only .footer {
        margin-left: 0;
        margin-right: 70px;
        w
      }
}

@media (max-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .icon-arrow-down{
        display: none;
    }
}


.ck-editor__editable_inline {
    min-height: 500px;
}

.cke_dialog_body{
    z-index: 66666690 !important;
}

.table-maxwidth-6{
    max-width: 6rem;
}

.table-width-41{
    width: 41%;
}