p ,
ol ,
ul {
    margin: 0;
}



/* add by Mike on 2025.06.13 */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('../../fonts/Noto_Sans_TC/NotoSansTC-VariableFont_wght.ttf');
}
pre ,
html ,
body ,
span:not(.sidebar-collapse-icon,.glyphicon) ,
p ,
#app {
    font-family: "Noto Sans TC", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
/* end by Mike on 2025.06.13 */


/* 分开 */
.bisection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bisection > div {
    display: flex;
    align-items: center;
}


/* 头部 */
.sheetTitle {
    padding: 10px;
}

.sheetTitle > div {
    padding: 5px 0;
}

.sheetTitle > div:first-child {
    display: flex;
    align-items: center;
}

.sheetTitle > div:first-child img {
   width: 20px;
   height: 20px;
}

.sheetTitle > div:first-child span {
    font-weight: bold;
    white-space: nowrap;
    color: #000000;
}

/* .sheetTitle > div:first-child > * {
    margin-left: 5px;
} */

.sheetTitle .form-group {
    margin-bottom: 0;
    display: flex;
}

.sheetTitle .form-group .input-group {
    display: flex;
}

.sheetTitle .form-group .input-group button {
    min-width: 30px;
}



/* 表格  */
.surface {
    width: 100%;
    background: #ffffff;
    padding: 0 10px;
    position: relative;
}




.fixed_columns_box .VisibilityHidden {
    visibility: hidden;
    z-index: -1;
}
.fixed_columns_color {
    background: #f5f5f5;
}
.fixed_columns_box > .table_columns_box {
    width: calc(100% - 32px);
    /* width: calc(100% - 257px); */
    top: 0;
    position: absolute;
}
.fixed_columns_box > .table_columns_box > .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow-x: hidden;
}
.fixed_columns_box > .table_columns_box > .bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
    display: none;
}
.fixed_columns_box > .bootstrap-table .fixed-table-container .fixed-table-header {
    margin-right: 0 !important;
}
.fixed_columns_box > .table_columns_box > .bootstrap-table thead tr, .bootstrap-table .fixed-table-container .fixed-table-header {
    background-color: transparent;
}
/* 去掉无数据提示 */
.fixed_columns_box > .table_columns_box > .bootstrap-table > .fixed-table-container > .fixed-table-body > table > tbody > .no-records-found {
    display: none;
}
/* 去掉加载提示 */
.fixed_columns_box > .table_columns_box > .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
    display: none;
}
.fixed_columns_box > .table_columns_box .fixed-table-container {
    padding-bottom: 52px !important;
}
.fixed_columns_box .table > thead > tr > th {
    border-bottom: 2px solid #ddd !important;
}




/* .surface tr:nth-of-type(odd) td,
.surface tr:nth-of-type(odd) td:hover {
    background-color: #ffffff !important;
}

.surface tr td,
.surface tr td:hover {
    background-color: #f9f9f9 !important;
} */

/* 點擊事件
.surface tbody .selectclick td,
.surface tbody .selectclick td:hover {
    background: #f9f7e0 !important;
}

頭部樣式
.surface thead tr {
    height: 40px !important;
    background: #e7f2fb;
}

.surface thead tr div {
    padding: 0 10 !important;
    font-size: 12px;
    color: #737A86;
    white-space: nowrap;
    font-weight: bold;
}


.surface thead tr th {
    border-bottom: 0 !important;
}

.surface tbody tr td {
    font-size: 12px;
    color: #737A86;
    padding: 0 10px;
    white-space: nowrap;
    height: 40px !important;
}

.surface input {
    width: 15px;
    height: 15px;
}

等待樣式
.surface .loading-text {
    font-size: 16px !important;
    color: #515151;
} */

/* 表内样式 */
.surface .Box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.surface .Box > div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.surface .Box > div > p {
    padding: 0 5px;
    font-size: 15px;
    color: #ffffff;
}

.surface .Box > div > .glyphicon {
    color: #1d84df;
}

/* .surface .th-inner label ,
.surface .bs-checkbox label {
    display: flex;
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
    display: none !important;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 0 !important;
} */

/* 提示样式 */
.no-records-found td {
    text-align: center!important;
}

/* 保存样式 */
.Button_Box {
    padding: 10px 50px 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Button_Box > button {
    justify-content: center;
    border-radius: 30px;
    min-width: 104px;
    min-height: 35px;
    margin-left: 15px;
}
.Button_Box > .btn-enable {
    background-color: var(--se-theme-color);
}
.Button_Box > button > span {
    font-size: 16px;
    font-weight: bolder;
}
.Button_Box > .btn-disable > span {
    color: #41454B;
}


.AddUsers .Button_Box > label {
    display: flex;
    align-items: center;
}
.AddUsers .Button_Box > label > input {
    margin: 0 5px 0 15px;
}



/* 俩表格样式 */
.TableBox {
    width: 100%;
    display: flex;
    background: #ffffff;
}

.TableBox > div {
    padding: 0 25px;
    width: calc(50% - 20px);
    /* width: 50%; */
}

/* 左右按钮 */
.screen {
    /* width: 100px!important; */
    width: 50px!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screen > button {
    border-radius: 20px;
    width: 50px;
    margin-top: 10px;
}

/* 时间控件样式 */
.Datepicker_left {
    background-image: url('../images/textbox_date.png');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    padding-left: 30px!important;
    background-position: 10px center;
}









/* 不顯示表格總頁數 */
.NoTotalNumber .bootstrap-table .fixed-table-pagination .pagination-detail {
    display: none;
}

/* 不顯示树形图Icon */
.NodetailViewIcon .bootstrap-table .fixed-table-container .table thead th.detail {
    width: 0px;
}
.NodetailViewIcon .glyphicon-plus:before {
    content: "";
}
.NodetailViewIcon .glyphicon-minus:before {
    content: "";
}
.NodetailViewIcon .detail-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.NodetailViewIcon .detail-view > td {
    padding: 0;
}
.NodetailViewIcon .detail-view .bootstrap-table .fixed-table-container .fixed-table-header > table > thead > tr > th {
    background: #f5f5f5 !important;
}
.NodetailViewIcon .detail-view .bootstrap-table .success td ,
.NodetailViewIcon .detail-view .bootstrap-table table > tbody > tr td {
    background: #ffffff !important;
}
.NodetailViewIcon .detail-view .bootstrap-table table > tbody > .success:nth-of-type(odd) td ,
.NodetailViewIcon .detail-view .bootstrap-table table > tbody > tr:nth-of-type(odd) td {
    background-color: #ffffff !important;
}






/* 滑動按鈕 */
/* .mui-switch:before {
	clip: rect(16px 15px 15px 16px);
} */
/* .mui-switch {
    width: 45px !important;
    min-width: 45px !important;
    height: 24px !important;
    min-height: 24px !important;
	position: relative;
	background-color: #ccc;
	box-shadow: #dfdfdf 0 0 0 0 inset;
	border-radius: 20px !important;
	border-top-left-radius: 20px !important;
	border-top-right-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	background-clip: content-box;
	display: inline-block;
	-webkit-appearance: none;
	user-select: none;
	border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 0;
}
.mui-switch:focus,
.mui-switch:active {
    outline: none !important;
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mui-switch:before {
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 7px;
	border: 0;
	border-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.mui-switch:checked {
	border-color: var(--se-theme-color);
	box-shadow: var(--se-theme-color) 0 0 0 16px inset;
	background-color: var(--se-theme-color);
}
.mui-switch:checked:before {
	left: 24px;
}
.mui-switch.mui-switch-animbg {
	transition: background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-animbg:checked {
	box-shadow: #dfdfdf 0 0 0 0 inset;
	background-color: var(--se-theme-color);
	transition: border-color 0.4s, background-color ease 0.4s;
}
.mui-switch.mui-switch-animbg:checked:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-anim {
	transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
}
.mui-switch.mui-switch-anim:before {
	transition: left 0.3s;
}
.mui-switch.mui-switch-anim:checked {
	box-shadow: #64bd63 0 0 0 16px inset;
	background-color: #64bd63;
	transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
}
.mui-switch.mui-switch-anim:checked:before {
	transition: left 0.3s;
} */
.mui-switch:focus {
    outline: none !important;
}
.mui-switch:not([disabled]) {
    cursor: pointer;
}
.mui-switch {
    width: 45px !important;
    height: 24px !important;
    appearance: none;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    background-image: url(../images/ShopBotImg/slide_defualt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.mui-switch:checked {
    background-image: url(../images/ShopBotImg/slide_enable.png);
}



/* 表格滑動按鈕 */
/* .surface .mui-switch {
	width: 45px !important;
	height: 20px !important;
}
.surface .mui-switch:before {
	width: 18px;
	height: 18px;
	top: 1px;
	left: 2px;
}
.surface .mui-switch:checked:before {
	left: 25px;
} */





/* 單選按鈕樣式 */
/* .radio_type {
    width: 18px;
    height: 18px;
    appearance: none;
    position: relative;
    outline: none;
    -webkit-appearance: none;
}
.radio_type:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: 5px;
}
.radio_type:checked:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--se-theme-color);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after {
    content: "";
    width: 9px;
    height: 9px;
    text-align: center;
    background: var(--se-theme-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 12.5px;
    left: 11px;
}
.radio_type:checked + label {
    color: #edd19d;
}
.radio_type:focus {
    outline: none !important;
} */
.radio_type:focus {
    outline: none !important;
}
.radio_type {
    width: 18px;
    height: 18px;
    appearance: none;
    position: relative;
    outline: none;
    -webkit-appearance: none;
    background-image: url(../images/Controls/radio_defualt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.radio_type:checked {
    background-image: url(../images/Controls/radio_press.png);
}







button[disabled] {
    cursor: not-allowed;
}


.modal-dialog .modal-footer {
    border-top: 1px solid #e5e5e5 !important;
}



.AlertTextarea {
    resize: none;
}
.AlertTextarea:focus {
    outline-color: invert !important;
    outline-style: none !important;
    outline-width: medium !important;
}





@media (max-width: 1280px) {
    .MeterAssign {
        align-items: flex-start;
        flex-direction: column;
    }
    .MeterAssign > div {
        width: 100% !important;
    }
}




/* -----------------------------新項目樣式------------------------------------ */
.se-input-group label {
    font-size: 14px;
    color: #41454B;
}
.se-input-group {
    margin-bottom: 10px;
}

.se-input-group input,
.se-input-group select,
.se-input-group button {
    border-radius: 6px;
    height: 35px;
}
.se-input-group textarea {
    border-radius: 6px;
}
.se-input-group input::-webkit-input-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group input:-moz-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group input::-moz-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group input:-ms-input-placeholder {
    font-size: 12px;
    color: #B5B5B5
}

.se-input-group select::-webkit-input-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group select:-moz-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group select::-moz-placeholder {
    font-size: 12px;
    color: #B5B5B5
}
.se-input-group select:-ms-input-placeholder {
    font-size: 12px;
    color: #B5B5B5
}


.form-control:focus {
    border-color: var(--se-theme-color);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--se-theme-color);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px var(--se-theme-color);
}
select option:active ,
select option:hover ,
select option:focus {
    background: var(--se-theme-color) !important;
}
select::selection {
    background: var(--se-theme-color) !important;
}
.select2-search__field:focus {
    border-color: var(--se-theme-color) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--se-theme-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--se-theme-color);
}


/* 時間控件 */
.bootstrap-datetimepicker-widget table td .glyphicon {
    color: var(--se-theme-color);
}
.bootstrap-datetimepicker-widget .btn-primary {
    background: var(--se-theme-color);
    border-color: var(--se-theme-color);
}



/* 模板页 */
.sidebar .nano-content > ul li > a > .sidebar-collapse-icon {
    margin-right: 0;
    margin-top: 0;
}
.sidebar ,
.pull-left .logo ,
.sidebar .nano-content > ul ,
.sidebar-hide .sidebar ,
.open-sidebar.sidebar-hide .sidebar {
    width: 195px;
}
.sidebar.sidebar-shrink ~ .content-wrap ,
.sidebar-hide .sidebar.sidebar-shrink ~ .content-wrap {
    margin-left: 195px;
}
.sidebar-hide .open>ul {
    height: auto !important;
    overflow: auto !important;
}
.logo > img {
    width: 100px;
}


.sidebar .nano {
    height: calc(100% - 55px);
    margin-top: 55px;
}
.header {
    min-width: 1100px;
    min-height: 65px;
    height: 65px;
}
.header .pull-right {
    padding-right: 60px;
}
.header .sidebar.sidebar-shrink ~ .content-wrap {
    padding-top: 65px;
}
.pull-left .h-navtitle {
    height: 65px;
    line-height: 65px;
    padding-left: 35px;
    font-size: 16px;
    color: #000000;
    font-weight: bolder;
    position: absolute;
    white-space: nowrap;
}
.header .header-icon:hover,
.header .header-icon:focus,
.header .header-icon.active {
    background: transparent;
}
.header .header-icon {
    color: black;
    height: 65px;
}
.header-icon > .avatar-img {
    width: auto;
}

.sidebar .nano {
    background-color: var(--se-theme-color);
    background-image: url('../images/MenuBar/leftmenu_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.sidebar .nano-content > ul > li.active > a,
.sidebar .nano-content > ul > li.open > a,
.sidebar .nano-content > ul > li > ul {
    background: transparent;
}
.sidebar .nano-content > ul > li.label,
.sidebar .nano-content > ul > li.content,
.sidebar .nano-content > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar .nano-content > ul > li > a {
    font-size: 16px;
    margin-bottom: 5px;
}



/* update by Mike on 2025.06.13 */
/* .sidebar .nano-content > ul > li > ul > li > a {
    padding-left: 48px !important;
} */
.sidebar .nano-content > ul li > a ,
.sidebar .nano-content .AActive {
    min-height: 25px;
    line-height: 25px;
}

.sidebar .nano-content > ul li > ul {
    padding-left: 10%;
    padding-right: 10%;
}
/* end by Mike on 2025.06.13 */

.sidebar .nano-content > ul li > a {
    color: #a7a8bb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px 6px 20px !important;
    margin-bottom: 5px;
}
.sidebar .nano-content > ul li > a > i ,
.sidebar .nano-content > ul li > a i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background-size: 100%;
}

/* add by Mike on 2025.06.13 */
.sidebar .nano-content > ul li:hover > a,
.sidebar .nano-content > ul li.active > a,
.sidebar .nano-content > ul li.open > a {
    color: #ffffff;
}
.sidebar .nano-content > ul li > a .Dot {
    background-image: url('../images/MenuBar/dot_defualt.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
}
.sidebar .nano-content > ul li > a:hover .Dot ,
.sidebar .nano-content > ul li > a.AActive .Dot {
    background-image: url('../images/MenuBar/dot_press.png');
}
/* end by Mike on 2025.06.13 */

.sidebar .nano-content > ul li > a > div {
    display: flex;
    align-items: center;
}




/* update by Mike on 2025.06.13 */
.sidebar .nano-content > ul > li a:hover ,
.sidebar .nano-content .AActive {
    color: #00ffff !important;
    background-color: rgba(255,255,255,20%) !important;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar .nano-content > ul > li > ul > li a {
    font-size: 14px;
    border-radius: 10px;
}
.sidebar .nano-content > ul > li > ul > li a:hover ,
.sidebar .nano-content > ul > li > ul > li .AActive {
    background-image: url(../images/MenuBar/left_bg_press.png);
    background-repeat: no-repeat;
}
/* end by Mike on 2025.06.13 */

.sidebar .nano-content > ul li > .AActive > .sidebar-collapse-icon {
    margin-top: 10px;
}

.sidebar .nano-content > ul li.active > a::before {
    background: transparent;
}

.pull-left .logo {
    height: 105px;
    background: #1c2479;
    border-top-right-radius: 20px;
    background-image: url('../images/MenuBar/ShopBot Logo.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center center;
    border-top-right-radius: 20px;
}
.pull-left {
    position: relative;
}


.main-content {
    background-color: #f6f6fc;
    min-height: 500px;
}
.Warning_img {
    width: 20px;
    height: 20px;
    background-image: url('../images/warning.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.Warning_img.NoNews {
    background-image: url('../images/no_warning.png');
}





/* 搜索下拉框控件樣式 */
.selectControlBox .select2-container--default .select2-selection--single {
    height: 35px;
    border-radius: 8px;
}
.selectControlBox {
    height: 35px;
}
.selectControlBox .select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
}
.selectControlBox .select2-container .select2-selection--multiple {
    min-height: 35px;
    height: 35px;
}
.selectControlBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}
.selectControlBox .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.selectControlBox .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
}
.selectControlBox .select2-container--default .select2-container--focus .select2-selection--single .select2-selection__arrow b {
    border-width: 12px 4px 0 4px;
}
.selectControlBox .select2-container--default .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 12px 4px;
}



.SelectPickerBox .bootstrap-select .dropdown-menu {
    opacity: 1;
    background-color: #ffffff;
    max-height: none !important;
}
.SelectPickerBox .bootstrap-select .dropdown-menu a {
    color: black;
}
.SelectPickerBox .bootstrap-select .dropdown-menu>li>a:focus,
.SelectPickerBox .bootstrap-select .dropdown-menu>li>a:hover {
    background-color: var(--se-theme-color);
    color: #ffffff;
}
.SelectPickerBox .bootstrap-select > .dropdown-toggle {
    margin-left: 0;
}
.SelectPickerBox .bootstrap-select ,
.SelectPickerBox .bootstrap-select > .dropdown-toggle ,
.SelectPickerBox .bs3.bootstrap-select .dropdown-toggle .filter-option ,
.SelectPickerBox .bs3.bootstrap-select .dropdown-toggle .filter-option > .filter-option-inner ,
.SelectPickerBox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    border-radius: 6px !important;
}
.SelectPickerBox .bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.SelectPickerBox .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    width: 100%;
}
.SelectPickerBox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-left: 2px;
    padding-right: 6px;
}
.SelectPickerBox .bootstrap-select .dropdown-toggle .caret {
    right: 16px;
    height: 5px;
}




.EasyuiComboBox {
    width: 100%;
}
.EasyuiComboBox .textbox {
    border-radius: 6px;
    height: 35px;
}
.EasyuiComboBox .textbox .textbox-prompt {
    height: 35px !important;
    line-height: 35px !important;
}





/* 下拉菜单 */
.dropdown {
    cursor: pointer;
}
.dropdown .dropdown-menu {
    background-color: black;
    opacity: 0.7;
    min-width: auto;
    z-index: 1;
}
.dropdown .dropdown-menu a {
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}






/* 搜索栏 */
.se-search-group {
    margin: 0;
    display: flex;
    justify-content: center;
}
.se-search-group input {
    height: 35px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.se-search-group button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.se-search-group button i {
    width: 20px;
    height: 20px;
    background-size: 20px;
}



.input_search_group {
    width: 100%;
}
.input_search_group input {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.input_search_group button {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: 0;
}
.input_search_group .selectControlBox .select2-container--default .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input_search_group .SelectPickerBox .bootstrap-select ,
.input_search_group .SelectPickerBox .bootstrap-select > .dropdown-toggle ,
.input_search_group .SelectPickerBox .bs3.bootstrap-select .dropdown-toggle .filter-option ,
.input_search_group .SelectPickerBox .bs3.bootstrap-select .dropdown-toggle .filter-option > .filter-option-inner ,
.input_search_group .SelectPickerBox .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



.Select_search_group select {
    height: 35px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: 0;
}



/* 返回栏 */
.Return_Box {
    padding: 20px;
    display: flex;
    align-items: center;
}
.Return_Box > span {
    color: black;
    margin-left: 20px;
    font-weight: bolder;
    font-size: 16px;
}



/* 圓形頁面 */
.CircularPage {
    background-color: #ffffff;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}
.CircularPage .Information_Box {
    height: calc(100% + 15px);
    min-height: 250px;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 60px;
}
.CircularPage.Search_Box {
    height: 0;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    transition: min-height 0.3s;
    flex-direction: row;
}
.CircularPage.Search_Box > div {
    margin-top: 20px;
}



/* 模态框 */
.modal-content {
    border-radius: 15px;
}
.modal-content .modal-header {
    background-color: transparent !important;
}
.modal-content .modal-header .modal-title ,
.modal-content .modal-header #myModalLabel {
    font-size: 16px !important;
    font-weight: bold;
    color: black !important;
}
.modal-content .modal-footer {
    border-top: 0 !important;
}




/* 提示框 */
.layui-layer {
    border-radius: 15px !important ;
}
.layui-layer .layui-layer-title {
    color: black;
    background-color: transparent !important;
    border-bottom: 0;
}
.layui-layer .layui-layer-btn a {
    border-radius: 15px;
    border: 1px solid var(--se-theme-color) !important;
    background-color: var(--se-theme-color) !important;
    color: #ffffff;
}



/* 日期控件 */
.datepicker-dropdown {
    z-index: 1050 !important;
}




/* 左右選擇 */
.MyStatus_Box {
    display: none;
}
.LeftRightChoice_Box {
    height: 500px;
    display: flex;
}
.LeftRightChoice_Box > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.LeftRightChoice_Box > div:nth-of-type(1) ,
.LeftRightChoice_Box > div:nth-of-type(3) {
    width: 100%;
}
.LeftRightChoice_Box > div > ul {
    height: 100%;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 0 10px;
    overflow: auto;
    overflow-x: hidden;
}
.LeftRightChoice_Box > div > ul > li {
    min-height: 52px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    padding: 5px 10px;
}
.LeftRightChoice_Box > div > ul > li > img {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 100%;
}
.LeftRightChoice_Box > div > ul > li > span {
    font-size: 14px;
    color: black;
    margin-left: 5px;
}






/* 手風琴 */
.MyAccordion_Box {
    height: 100%;
    min-height: 125px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
}
.MyAccordion_Box .ui-state-active .ui-icon,
.MyAccordion_Box .ui-button:active .ui-icon ,
.MyAccordion_Box .ui-icon,
.MyAccordion_Box .ui-widget-content .ui-icon {
    background-image: none !important;
    width: 0;
}
.MyAccordion_Box .ui-state-active,
.MyAccordion_Box .ui-widget-content .ui-state-active,
.MyAccordion_Box .ui-widget-header .ui-state-active {
    border: none;
}
.MyAccordion_Box > div {
    padding: 0;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    background-color: #f1f0f0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
}
.MyAccordion_Box > div span {
    color: black;
    white-space: nowrap;
}
.MyAccordion_Box > div > i {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: right center;
    margin-right: 20px;
    background-image: url(../images/select_up.png);
}
.MyAccordion_Box > div[aria-selected="false"] > i {
    background-image: url(../images/select_down.png);
}

.MyAccordion_Box .MyCollapse_Box {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    flex-wrap: wrap;
    border: 1px #e9e9e9 solid;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: center;
    align-content: start;
}
.MyAccordion_Box .MyCollapse_Box > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
    cursor: pointer;
}
.MyAccordion_Box .MyCollapse_Box > li > img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.MyAccordion_Box .MyCollapse_Box > li > span {
    margin-top: 5px;
    font-size: 12px;
    color: #B5B5B5;
}
.LiActive_Box .LiActive img ,
.MyAccordion_Box .MyCollapse_Box > .LiActive > img {
    border: var(--se-theme-color) 2px solid;
    border-radius: 100%;
}
.LiActive_Box .LiActive p ,
.LiActive_Box .LiActive span ,
.MyAccordion_Box .MyCollapse_Box > .LiActive > p ,
.MyAccordion_Box .MyCollapse_Box > .LiActive > span {
    color: var(--se-theme-color) !important;
}




/* 勾選框樣式 */
/* .MyCheckbox {
    min-width: 16px;
    width: 16px !important;
    min-height: 16px;
    height: 16px !important;
    margin: 0 !important;
}
.MyCheckbox::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]::after {
    width: 16px;
    height: 16px;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 2px;
    padding: 1px 2px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid var(--se-theme-color);
    cursor: pointer;
}
.MyCheckbox[disabled]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"][disabled]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"][disabled]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"][disabled]::after {
    cursor: not-allowed !important;
}
.MyCheckbox:checked::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"]:checked::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"]:checked::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]:checked::after {
    width: 16px;
    height: 16px;
    content:"√";
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 100%;
    background-color: var(--se-theme-color);
}
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"]:checked::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectAll"]:checked::after {
    line-height: normal;
    text-align: inherit;
}
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]::after ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]:checked::after {
    border-radius: 100%;
} */
/* 樣式二 */
.MyCheckbox ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"] ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"] ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"] {
    min-width: 16px;
    width: 16px !important;
    min-height: 16px;
    height: 16px !important;
    margin: 0 !important;
    appearance: none;
    outline: none;
    -webkit-appearance: none;
    background-image: url(../images/checkbox_defualt.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
    background-color: transparent !important;
    border: 0;
    transition: none;
    box-shadow: none;
}
.MyCheckbox:focus ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"]:focus ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"]:focus ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]:focus {
    outline: none !important;
    box-shadow: none;
}
.MyCheckbox[disabled] ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"][disabled] ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"][disabled] ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"][disabled] {
    cursor: not-allowed;
}
.MyCheckbox:checked ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectItem"]:checked ,
.surface .bootstrap-table .fixed-table-container .table input[type=checkbox][name="btSelectAll"]:checked ,
.surface .bootstrap-table .fixed-table-container .table input[type=radio][name="btSelectItem"]:checked {
    background-image: url(../images/checkbox_selected.png);
}





/* 表格樣式 */
.surface tbody tr td ,
.surface thead tr th {
    color: #000000;
    font-size: 12px;
}
.surface .bootstrap-table thead tr,
.surface .bootstrap-table .fixed-table-container .fixed-table-header {
    background: #f1f0f0;
}
.surface .bootstrap-table .fixed-table-pagination>.pagination > ul > li > a {
    margin: 0 4px;
    border-radius: 100%;
}
.surface .bootstrap-table .fixed-table-pagination  .pagination > .active > a {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: url(../images/page_bgpress.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/* .surface .bootstrap-table .fixed-table-pagination .pagination> .page-pre >a:hover ,
.surface .bootstrap-table .fixed-table-pagination .pagination> .page-next >a:hover {
    background-color: var(--se-theme-color);
    color: #ffffff;
} */
.NoPaginationDetail .bootstrap-table .fixed-table-pagination>.pagination-detail {
    display: none;
}
.PaginationLeft .bootstrap-table .fixed-table-pagination>.pagination {
    float: left!important;
    margin-top: 15px;
    margin-bottom: 0px;
}
.NoBorderBottom .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border-bottom: 0 !important;
}
.AddBorder .bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
    border: 1px solid #f4f4f4 !important;;
}
/* 防内容出现头部 */
.AddBorder .bootstrap-table > .fixed-table-container > .fixed-table-body > table {
    margin-top: -48px !important;
}



/* 按钮组 */
.ButtonGroup > button:not([disabled]):hover {
    background-color: transparent;
}
.ButtonGroup > button {
    min-width: 50px;
    min-height: 35px;
    line-height: 35px;
    background-size: 18px 18px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 25px;
}
.ButtonGroup > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 25px;
}



/* 分页样式 */
.MyPaging {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
}
.MyPaging button {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 100%;
    background-size: 100% 100%;
    background-image: url(../images/page_bgdefualt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    margin: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.MyPaging .MyPaging_Active {
    background-image: url(../images/page_bgpress.png);
    cursor: default;
}
.MyPaging .MyPaging_Omit {
    cursor: default;
}
.MyPaging button:first-of-type ,
.MyPaging button:first-of-type[disabled]:hover {
    background-image: url(../images/previous_defualt.png);
}
.MyPaging button:first-of-type:hover {
    background-image: url(../images/previous_press.png);
}
.MyPaging button:last-of-type ,
.MyPaging button:last-of-type[disabled]:hover {
    background-image: url(../images/next_defualt.png);
}
.MyPaging button:last-of-type:hover {
    background-image: url(../images/next_press.png);
}




/* 带字数的文本框 */
.TextareaWord_Box {
    width: 100%;
    position: relative;
    height: 115px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.TextareaWord_Box[disabled] {
    background-color: #eee;
}
.TextareaWord_Box .TextareaWord_Textarea {
    resize: none;
    height: 90px;
    border: transparent;
}
.TextareaWord_Box .TextareaWord_Textarea:focus {
    box-shadow: none;
    outline-color: invert !important;
    outline-style: none !important;
    outline-width: medium !important;
}
.TextareaWord_Box .TextareaWord_Word {
    width: auto !important;
    position: absolute;
    bottom: 0px;
    right: 5px;
}




/* 圆形按钮 */
.RoundButton {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    border-radius: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.Round_Import,
.Round_Import[disabled]:hover {
    background-image: url(../images/ShopBotImg/function_import_press.png);
}

.Round_Export,
.Round_Export[disabled]:hover {
    background-image: url(../images/ShopBotImg/function_export_press.png);
}

.Round_Publish,
.Round_Publish[disabled]:hover {
    background-image: url(../images/ShopBotImg/publish.png);
}

.Round_Unpublish,
.Round_Unpublish[disabled]:hover {
    background-image: url(../images/ShopBotImg/unpublish.png);
}




.Round_Plus ,
.Round_Plus[disabled]:hover {
    background-image: url(../images/function_add_defualt.png);
}
.Round_Plus:hover {
    background-image: url(../images/function_add_press.png);
}
.Round_Delete ,
.Round_Delete[disabled]:hover {
    background-image: url(../images/function_delete_defualt.png);
}
.Round_Delete:hover {
    background-image: url(../images/function_delete_press.png);
}
.Round_Import ,
.Round_Import[disabled]:hover {
    background-image: url(../images/function_import_defualt.png);
}
.Round_Import:hover {
    background-image: url(../images/function_import_press.png);
}

.Round_Export,
.Round_Export[disabled]:hover {
    background-image: url(../images/ShopBotImg/function_export_defualt.png);
}
.Round_Export:hover {
    background-image: url(../images/ShopBotImg/function_export_press.png);
}


.Round_DownloadTemplate,
.Round_DownloadTemplate[disabled]:hover {
    background-image: url(../images/ShopBotImg/function_export_template_defualt.png);
}
.Round_DownloadTemplate:hover {
    background-image: url(../images/ShopBotImg/function_export_template_press.png);
}


.Round_Empty,
.Round_Empty[disabled]:hover {
    background-image: url(../images/ShopBotImg/clear.png);
}
.Round_Empty:hover {
    background-image: url(../images/ShopBotImg/clear.png);
}

.Round_AddCustomerService ,
.Round_AddCustomerService[disabled]:hover {
    background-image: url(../images/function_addservice_defualt.png);
}
.Round_AddCustomerService:hover {
    background-image: url(../images/function_addservice_press.png);
}
.Round_AdditionGroup ,
.Round_AdditionGroup[disabled]:hover {
    background-image: url(../images/function_addgroup_defualt.png);
}
.Round_AdditionGroup:hover {
    background-image: url(../images/function_addgroup_press.png);
}

.Round_RevolverSeeding ,
.Round_RevolverSeeding[disabled]:hover {
    background-image: url(../images/previous_defualt.png);
}
.Round_RevolverSeeding:hover {
    background-image: url(../images/previous_press.png);
}
.Round_RightWheelSeeding ,
.Round_RightWheelSeeding[disabled]:hover {
    background-image: url(../images/next_defualt.png);
}
.Round_RightWheelSeeding:hover {
    background-image: url(../images/next_press.png);
}

.Round_Unlock,
.Round_Unlock[disabled]:hover {
    background-image: url(../images/ShopBotImg2/unlock_defualt.png);
}
.Round_Unlock:hover {
    background-image: url(../images/ShopBotImg2/unlock_press.png);
}

.Round_ResetPasswords,
.Round_ResetPasswords[disabled]:hover {
    background-image: url(../images/ShopBotImg2/resetpassword_defualt.png);
}
.Round_ResetPasswords:hover {
    background-image: url(../images/ShopBotImg2/resetpassword_press.png);
}




.AddPicture,
.AddPicture:active,
.AddPicture:focus,
.AddPicture:hover {
    background-image: url(../images/ShopBotImg/add_photo_defualt.png);
    background-size: 22px 22px !important;
    background-position: center;
    background-repeat: no-repeat;
}



.RoundButton_Return {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
}
.Round_Return ,
.Round_Return[disabled]:hover {
    background-image: url(../images/reback.png);
}
.Round_Return:hover {
    background-image: url(../images/reback_press.png);
}


.search_img ,
.search_img:active ,
.search_img:focus ,
.search_img:hover {
    background-image: url(../images/text_box_search.png);
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.Plus_img ,
.Plus_img:active ,
.Plus_img:focus ,
.Plus_img:hover {
    background-image: url(../images/btn_add_defualt.png);
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
}


.Empty_img ,
.Empty_img:active ,
.Empty_img:focus ,
.Empty_img:hover {
    background-image: url(../images/ShopBotImg/textbox_clear.png);
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
}


.VoicePlayback_img ,
.VoicePlayback_img:active ,
.VoicePlayback_img:focus ,
.VoicePlayback_img[disabled]:hover {
    background-image: url(../images/ShopBotImg/play_defualt.png);
    background-size: 19px 19px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.VoicePlayback_img:hover {
    background-color: var(--se-theme-color);
    background-image: url(../images/ShopBotImg/paly_press.png);
    background-position: center;
    background-repeat: no-repeat;
}

.VoiceStopPlaying_img ,
.VoiceStopPlaying_img:active ,
.VoiceStopPlaying_img:focus ,
.VoiceStopPlaying_img:hover {
    background-image: url(../images/ShopBotImg/play_close_defualt.png);
    background-size: 19px 19px !important;
    background-position: center;
    background-repeat: no-repeat;
}



.del_img,
.del_img:active,
.del_img:focus,
.del_img:hover {
    background-image: url(../images/ShopBotImg/close_btn.png);
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
}


.Delete_img ,
.Delete_img:active ,
.Delete_img:focus ,
.Delete_img:hover {
    background-image: url(../images/btn_delete_defualt.png);
    background-size: 16px 16px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.File_img ,
.File_img:active ,
.File_img:focus ,
.File_img:hover {
    background-image: url(../images/ShopBotImg/textbox_folder_defualt.png);
    background-size: 21px 21px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.Preview_img ,
.Preview_img:active ,
.Preview_img:focus ,
.Preview_img:hover {
    background-image: url(../images/ShopBotImg/preview_defualt.png);
    background-size: 22px 22px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.CancelPreview_img ,
.CancelPreview_img:active ,
.CancelPreview_img:focus ,
.CancelPreview_img[disabled]:hover {
    background-image: url(../images/ShopBotImg/cancel_preview_defualt.png);
    background-size: 22px 22px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.CancelPreview_img:hover {
    background-color: var(--se-theme-color) !important;
    background-image: url(../images/ShopBotImg/cancel_preview_press.png);
}

.UploadVideo_img ,
.UploadVideo_img:active ,
.UploadVideo_img:focus ,
.UploadVideo_img[disabled]:hover {
    background-image: url(../images/ShopBotImg/add_video_defualt.png);
    background-size: 33px 33px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.UploadVideo_img:hover {
    background-color: var(--se-theme-color) !important;
    background-image: url(../images/ShopBotImg/add_video_press.png);
    background-position: center;
    background-repeat: no-repeat;
}

.UploadPictures_img ,
.UploadPictures_img:active ,
.UploadPictures_img:focus ,
.UploadPictures_img[disabled]:hover {
    background-image: url(../images/ShopBotImg/add_photo_defualt.png);
    background-size: 33px 33px !important;
    background-position: center;
    background-repeat: no-repeat;
}
.UploadPictures_img:hover {
    background-color: var(--se-theme-color) !important;
    background-image: url(../images/ShopBotImg/add_photo_press.png);
    background-position: center;
    background-repeat: no-repeat;
}





.RoundButton_Pull {
    width: 40px;
    height: 40px;
    margin: 20px;
    border-radius: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
}
.Round_RightPull ,
.Round_RightPull:active ,
.Round_RightPull:focus ,
.Round_RightPull[disabled]:hover {
    background-size: 100% 100%;
    background-image: url(../images/moveleft_defualt.png);
}
.Round_RightPull:hover {
    background-size: 100% 100%;
    background-image: url(../images/moveleft_press.png);
}
.Round_LeftPull ,
.Round_LeftPull:active ,
.Round_LeftPull:focus ,
.Round_LeftPull[disabled]:hover {
    background-size: 100% 100%;
    background-image: url(../images/moveright_defualt.png);
}
.Round_LeftPull:hover {
    background-size: 100% 100%;
    background-image: url(../images/moveright_press.png);
}


.Phone_left {
    background-image: url('../images/textbox_phone.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 30px!important;
    background-position: 10px center;
}
.Email_left {
    background-image: url('../images/textbox_email.png');
    background-repeat: no-repeat;
    background-size: 16px 10px;
    padding-left: 30px!important;
    background-position: 10px center;
}



.AudioPlay_Icon ,
.AudioStop_Icon ,
.AudioError_Icon {
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.AudioPlay_Icon {
    background-image: url('../images/ShopBotImg2/play.png');
}
.AudioStop_Icon {
    background-image: url('../images/ShopBotImg2/stop.png');
}
.AudioError_Icon {
    background-image: url('../images/ShopBotImg2/prohibit_play.png');
}


.Unfold_Img {
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../images/tree_close.png');
}
.PackUp_Img {
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url('../images/tree_open.png');
}




.bootstrap-table .fixed-table-body .table tbody tr {
    height:50px;
}



.CuePhrases_Box {
    display: flex;
    font-size: 12px;
    color: #999999;
}

.CuePhrases_Box img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: default;
}




/* 标签页样式 */
.mynav_box ,
.MyNav_Content {
    margin: 0 20px;
}
.mynav_box {
    background-color: #f6f6fc;
    border-radius: 4px 4px 0 0;
}
.mynav_box > li {
    cursor: pointer;
}
.mynav_box > li > a {
    color: #333333;
}
.mynav_box > .active > a ,
.mynav_box > .active > a:focus ,
.mynav_box > li > a:hover {
    color: var(--se-theme-color) !important;
    font-weight: bold;
}
.MyNav_Content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 30px !important;
    border-radius: 0 0 4px 4px;
}