/* Minification failed. Returning unminified contents.
(1286,25): run-time error CSS1046: Expect comma, found '223'
(1286,32): run-time error CSS1046: Expect comma, found ')'
 */

.control-label {
/*    text-align: right !important;*/
    font-size: 14px;
    /*font-family: Microsoft JhengHei;*/
    padding-top: 7px !important;
    padding-bottom: 2px;
}

/*.table > thead > tr > th, .table > tbody > tr > td {
    text-align: center !important;
    font-size: 12px !important;
    vertical-align:middle !important;
}*/

.selectCustom {
    /*height:40px;*/
    font-size: 13px;
}

.textCustom {
    height: 32px !important;
    font-size: 13px;
    padding: 5px 10px;
}


.CustText {
    font-size: 13px !important;
    /*font-family: Microsoft JhengHei;*/
}

strong {
    font-size: 18px !important;
}

legend {
    margin-bottom: 0;
}

.jarviswidget > header > h2 {
    font-size: 13px !important;
    /*font-family: Microsoft JhengHei;*/
}

.selectTr {
    background-color: #c5eab9 !important;
}

.padding-top-5 {
    padding-top: 10px;
}

.requiredItem {
    color: red !important;
    font-weight: bold;
}

.popover {
    z-index: 215000000 !important;
}

/*table.dataTable tbody tr.selected {
    background-color: #FFEE99;
}*/

table.dataTable tbody tr.selected {
    color: #00b1ff !important;
    font-weight: bold;
}

.CustText label {
    font-weight: bolder;
}

.label-right {
    text-align: right !important;
}


/*table scorllY and fix header*/
.table-wrapper-scroll-y {
    display: block;
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td {
    /*padding: 2px 0px !important;*/
    text-align: center;
    font-size: 13px !important;
    vertical-align: middle !important;
}

.table > thead > tr > th {
    padding: 10px 0px !important;
    text-align: center !important;
    font-size: 13px !important;
    vertical-align: middle !important;
    /*background-image:linear-gradient(to bottom,#ffffff,#fbd5d5);*/
    /*background-image:linear-gradient(to bottom,#e0e0e0,#ffffff);*/
    /*background-color:#c4e3f5 !important*/
}

.table > tr {
    border-color: rgba(191, 237, 250, 0.38) !important;
}

.btn {
    /*padding: 5px 6px !important;*/ /*20200605 恢復 圓角按鈕未置中*/
    /*    font-size: 12px !important;*/
    border-radius: 4px;
}

.btn-smaller{
    padding: 2px 2px;
}

.form-control {
    font-size: 13px !important;
    color: #000000 !important;
}

body {
    /*color:#000000 !important;*/
    font-family: Microsoft JhengHei !important;
}

.smart-form fieldset {
    padding: 5px 14px 5px !important;
}

#ribbon {
    background: linear-gradient(to bottom, rgba(165,202,60,1) 0%, rgba(228,231,191,0.6) 100%); /*MODIFY CCD 161852 BY 20200910 #000000*/
}

.jarviswidget-color-blueDark > header {
    background: #000000 !important;
    border-color: #000000 !important;
}

aside {
    background: linear-gradient(to bottom, rgba(228,231,191,0.6) 0%,rgba(165,202,60,1) 100%); /*MODIFY CCD 161852 BY 20200910 #000000*/
}

.jarviswidget .widget-body {
    min-height: 10px !important;
}

.control-label {
    padding-bottom: 0px !important;
}

.jarviswidget {
    margin: 0 0 5px !important;
}

nav ul li a {
    font-size: 13px !important;
}

.custom_icon {
    font-size: 20px !important;
}

.table > thead > tr > th {
    border-bottom: 1px solid #fff !important; /*table 下邊框顏色*/
}

/*#main{
    margin-left:158px !important;
}*/

/*#header>:first-child, aside{
    width:0px !important;
}*/
#header {
    background-image: linear-gradient(to bottom,#ffffff,#ffffff) !important;
}

.smart-form .row {
    margin: 0 !important;
}



.table-fixed {
    width: 100% !important;
    background-color: #f3f3f3 !important;
}

    .table-fixed tbody {
        height: 200px !important;
        overflow-y: auto !important;
        width: 100% !important;
    }

    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
        display: block !important;
    }

        .table-fixed tbody td {
            float: left !important;
        }

        .table-fixed thead tr th {
            float: left !important;
            background-color: #f39c12 !important;
            border-color: #e67e22 !important;
        }

table tbody button {
    margin: 1px;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.DisplayIdentity {
    font-size: 18px;
}

.DisplayIdentity_vertical {
    padding-top: 13px;
}

.tbHd_small {
    height: 41px !important;
}

.choiGroup {
    /*margin-left:25px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.radioText {
    /*    display: block;
    width: 100%;
    height: 32px;*/
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.margin-top-2 {
    margin-top: 2px !important;
}

section hr.simple {
    margin-top: 2px !important;
}

ul.comments li:hover {
    -moz-box-shadow: 0 0 2px 2px #ff9820f5;
    -webkit-box-shadow: 0 0 2px 2px #ff9820f5;
    box-shadow: 0 0 2px 2px #ff9820f5;
    background-color: #ffcc91f5;
}

.panel {
    margin-bottom: 0px !important;
}

#EleJqFlag .well {
    /*    background-color: #fdfded;*/
    border: 1px solid #f39c12;
    background-image: -webkit-linear-gradient(top,#fbf4dd 0,#fafafa 100%);
    border-radius: 16px;
    /*    padding:2px 19px !important;*/
}

.quesSelected {
    background-color: #ff9820f5;
}

.EX_F_Success, .EX_F_fail {
    padding-top: 40px;
    text-align: center;
}

i.EX_F_fail {
    font-size: 160px;
    color: red;
}

i.EX_F_Success {
    font-size: 160px;
    color: limegreen;
}

.F_scoreTag {
    font-size: 120px;
}

.EX_F_Controll {
    text-align: center;
}

s
#BK_EX_F_Controll button {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-ud-10 {
    margin-top: 5px;
    margin-bottom: 5px;
}

section.processControll label {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

/*.smart-form section{
    margin-bottom:0px !important;
}*/

.img-responsive {
    margin: auto;
}

.block_choiced {
    border: 1px solid #8dda62c9;
    padding-top: 10px;
    border-radius: 16px;
    padding-bottom: 10px;
    /*    margin-left: 5px;
    margin-right: 5px;*/
}

.lockResize {
    resize: none;
    padding:5px 10px;
}

.weightLabel {
    font-weight: 700 !important;
}

.custLabel {
    padding: .4em .8em .4em !important;
    font-size: 100% !important;
}

.pcontrol {
    opacity: 1 !important;
    color: #A7A7A7 !important;
}

.processControll .disC i:before {
    background-color: #9ec5e7 !important;
    opacity: 1 !important;
    color: #A7A7A7 !important;
}

.Qoption {
    border-radius: .35em;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

.Qoption-default {
    border-radius: .35em;
    height: auto;
    background-color: #c6c1c1;
    padding-top: 8px;
    padding-bottom: 8px;
}

.strong-lg {
    font-size: 16px !important;
}

/*.Qgroup*/

.block_Q {
    border: 1px solid #f39c12;
    padding-top: 10px;
    border-radius: 16px;
    padding-bottom: 10px;
/*    margin-left: 5px;
    margin-right: 5px;*/
    background-image: -webkit-linear-gradient(top,#fbf4dd 0,#fafafa 100%);
}

.txt_E_Ques {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    text-indent: 2em;
    font-weight:900;
}

.txt_E_Opt {
    font-family: Microsoft JhengHei;
    font-size: 16px !important;
}

.txt_Opt {
    text-indent: 2em;
}

.txt_OptCor {
    text-indent: 2em;
    float: right;
}

.btnOpt {
    /*    position:absolute;*/
}

.Opt_Correct {
    background-color: #e5dba9;
/*    color: white;*/
    border: 1px solid #dfc235;
}

.E_Ques_margin {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.bg-cust-color-orangeLight {
    background-color: #f1b97a !important;
}

nav ul .active > a {
    color: #426f1f !important; /*MODIFY 161852 CCD BY 20200916 #000000 */
}

.notice em {
    /*font-size: 9px;*/
    display: block;
    padding: 2px;
    position: absolute;
    top: -8px;
    right: -12px; /*-5px;*/
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #fff;
    min-width: 25px;
    border-radius: 50%;
    max-height: 25px;
    line-height: 15px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
    z-index: 900;
}

.NOnotice em {
    /*font-size: 9px;*/
    display: block;
    padding: 2px;
    position: absolute;
    top: -8px;
    right: -12px; /*-5px;*/
    text-decoration: none;
    font-style: normal;
    background: #cdbbbc;
    color: #fff;
    min-width: 25px;
    border-radius: 50%;
    max-height: 25px;
    line-height: 15px;
    font-weight: 700;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255,255,255,.1);
    z-index: 900;
}

p {
    margin-bottom: 0px !important;
}

.satisStar {
    font-size: 8px;
}

.satisQues {
    font-weight: 600;
}

.bg-color-satis-5, .bg-color-satis-4, .bg-color-satis-3, .bg-color-satis-2, .bg-color-satis-1 {
    background-color: #005fffd4;
}

/*.bg-color-satis-4 {
    background-color: #005fffd4;
}

.bg-color-satis-3 {
    background-color: #005fffd4;
}

.bg-color-satis-2 {
    background-color: #005fffd4;
}

.bg-color-satis-1 {
    background-color: #005fffd4;
}*/

.scroeDescNotice_fail {
    color: red;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.scroeDescNotice_success {
    color: limegreen;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.satisKeyinframe {
    padding: 5px 10px;
}

.noticeScore {
    font-weight: 600;
    font-size: 24px;
}

/*#NavigationButton {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 902;
    font-size: 16px;
    border: none;
    outline: none;*/
/*    background-color: red;*/
/*color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgba(143,82,193,1) 0%, rgba(228,231,191,0.6) 100%);*/ /*MODIFY CCD 161852 BY 20200910 #000000*/
/*}*/

.EX_S_BT {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 902;
    font-size: 16px;
    border: none;
    outline: none;
    /*    background-color: red;*/
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgba(143,82,193,1) 0%, rgba(228,231,191,0.6) 100%); /*MODIFY CCD 161852 BY 20200910 #000000*/
}

.ex_bk_fixed {
    display: block;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 902;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
    /*    height:60px;*/
    width: 70px;
}

.ex_bt_up {
    background: linear-gradient(to bottom, rgba(143,82,193,1) 0%, rgba(228,231,191,0.6) 100%); /*MODIFY CCD 161852 BY 20200910 #000000*/
    padding: 13px 22px;
    font-size: 16px;
}

.ex_bt {
    background: linear-gradient(to bottom, rgba(143,82,193,1) 0%, rgba(228,231,191,0.6) 100%); /*MODIFY CCD 161852 BY 20200910 #000000*/
    /*padding: 13px;*/
    font-size: 16px;
}

    .ex_bt:hover, .EX_S_BT:hover, .ex_bt_up:hover {
        background: linear-gradient(to bottom, rgba(228,231,191,0.6) 0%, rgba(143,82,193,1) 100%);
    }

.dropdown-menu {
    min-width: 220px !important;
    padding: 10px 10px !important;
}

/*.multiselect {
    text-align: left;
}

.multiselect b.caret {
    position: absolute;
    top: 14px;
    right: 8px;
}*/

.multiselect-group label {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: red;
    padding-top: 5px;
}

.dialogTitle {
    background: linear-gradient(to bottom, rgba(165,202,60,1) 0%, rgba(228,231,191,0.6) 100%);
}

/*#BK_CC_QueryFull {
    position: absolute;
    width: 750px;
    left: -750px;
    top: 110px;
    background: linear-gradient(to bottom, rgba(165,202,60,1) 0%, rgba(228,231,191,0.6) 100%);
    -webkit-transition: left 0.5s ease-out;
    z-index: 1000;
    box-shadow: 1px 1px 6px -2px rgba(20%,20%,40%,0.7);
    border-bottom-right-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#BK_CC_QueryFull:hover {
    left: 0px;
}*/

#BK_SliderDeptStatistics {
    top: 155px;
    left: -750px; /* 初始时隐藏在屏幕左侧 */
    width: 750px; /* 侧边栏宽度 */
    position: fixed;
    z-index: 998;
    height: 50%; /*侧边栏高度，根据需要调整 */
    /*background-color: #f0f0f0;*/ /* 侧边栏背景色 */
    transition: left 1s ease; /* 使用过渡效果 */
    /*overflow-y: auto;*/
}

    #BK_SliderDeptStatistics.visible {
        left: 0;
    }

#BK_CC_QueryFull {
    overflow-y: auto;
}
/*#BK_SliderDeptStatistics {
    top: 155px;
    left: -750px;
    width: 750px;
    position: fixed;
    z-index: 9999;
}

#BK_SliderDeptStatistics .SDSC {
    top: 155px;
    left: 0px;
    width: 750px;
    position: fixed;
    z-index: 9999;
}*/
#BK_CC_QueryFull {
    /*    background: linear-gradient(to bottom,rgba(165,202,60,1) 0%,rgba(228,231,191,.6) 100%);
    text-align: center;
    padding-top: 20px;*/

    background: linear-gradient(to left,rgba(165,202,60,1) 0%,rgba(228,231,191,.6) 100%);
    -webkit-transition: left 0.5s ease-out;
    z-index: 1000;
    box-shadow: 1px 1px 6px -2px rgba(20%,20%,40%,0.7);
    border-bottom-right-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#BK_DisplayTag {
    position: absolute;
    top: 10px;
    right: -24px;
    width: 28px;
    background: linear-gradient(to right,rgba(165,202,60,1) 0%,rgba(228,231,191,.6) 100%);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 9px 6px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1999;
}

    #BK_DisplayTag span {
/*        display:block;*/
/*        height:12px;*/
        padding: 1px 0;
        line-height: 12px;
        text-transform: uppercase;
        font-size: 12px;
        color: #000;
    }







.EX_fail{
    color:red;
    font-size:25px;
}

.EX_Success {
    color: lightgreen;
    font-size: 25px;
}

.btcenter {
    text-align: center;
}

.vjs-fade-out {
    display: block;
    visibility: hidden;
    opacity: 0;
}

.no-padding-left{
    padding-left: 0 !important;
}

.select2Width{
    width:100%;
}

.well_Cst1 {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: red;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/*.HtmlDisAttr{
    text-align:center;
}*/
.noticeTag {
    font-weight:900;
    color: red;
    /*font-size:14px !important;*/
}

.btn-radius {
    border-radius: 4px !important;
}





.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .percent:after {
        content: "%";
        margin-left: 0.1em;
        font-size: .8em;
    }

.epchart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
    text-align: center;
}

    .epchart canvas {
        position: absolute;
        top: 4px;
        left: 4px;
    }

.margin-5{
    margin:5px; 
}

.selectedTag {
    display: inline-flex;
    padding: 2px 10px !important;
    border-radius: 4px !important;
}

.TagVt {
    vertical-align: middle;
}

.TagVt span {
    padding: 4px 7px;
    border-radius: 0.5rem;
    margin-left: 3px;
    margin-right: 3px;
}

.TagCG_1_Color {
    /*    background: linear-gradient(to top right,rgb(45 182 253) 0%,rgb(207 222 243 / 60%) 100%);*/
    /*    background-color: #C4E1FF;*/
    background-image: linear-gradient(135deg, #fdfcfb 0%, #c9a8bc 100%);
}

.TagCG_2_Color {
    /*    background: linear-gradient(to top right,rgb(251 142 200) 0%,rgb(249 235 242 / 60%) 100%);*/
    /*    background-color: #FFFF93;*/
    background-image: linear-gradient(135deg, #fdfcfb 0%, #ffb0b0 100%);
}

.TagCG_3_Color {
    /*    background: linear-gradient(to top right,rgb(188 170 255) 0%,rgb(230 212 251 / 60%) 100%);*/
    background-image: linear-gradient(135deg, #fdfcfb 0%, #fbc89c 100%);
}

.TagCG_4_Color {
    /*    background: linear-gradient(to top right,rgb(45 182 253) 0%,rgb(207 222 243 / 60%) 100%);*/
    /*    background-color: #C4E1FF;*/
    background-image: linear-gradient(135deg, #fdfcfb 0%, #ed9a54 100%);
}

.TagCG_5_Color {
    /*    background: linear-gradient(to top right,rgb(251 142 200) 0%,rgb(249 235 242 / 60%) 100%);*/
    /*    background-color: #FFFF93;*/
    background-image: linear-gradient(135deg, #fdfcfb 0%, #f1857a 100%);
}

.horizonTr > tbody > tr {
    height: 50px;
}

.CIV label{
    padding-top: 0px !important;
    font-weight:bold;
}

.txt_bk_Notice {
    font-family: Microsoft JhengHei;
    font-size: 14px;
    text-indent: 2em;
    font-weight: 900;
}

.txt_AvgScore {
    font-size: 20px !important;
    font-weight:bolder;
    color:red;
}

/*.ui-helper-hidden-accessible {
    position: absolute;
    cursor: default;
    z-index: 1000 !important;
}  */

.SpanCursor {
    display: inline-block;
    cursor: default;
    font-weight: bolder;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
}

.text-pinkDark {
    color: #a8829f;
}

.text-greenLight {
    color: #00c1a6;
}

.text-purpleDark {
    color: #a04aff;
}

.bg-color-purpleDark {
    background-color: #a04aff !important;
}


.btn-greenLight {
    color: #000000;
    background-color: #00c1a6;
    border-color: #01f1cf;
}

.bk_vertical{
    display:flex;
    align-items:center;
}

.inputBox {
    position:relative;
/*    width:200px;*/
}

    .inputBox input {
        width: 100%;
        padding: 10px;
        /*        border: 1px solid rgba(255, 255, 255, 0.25);*/
        border: 1px solid #93c31e;
        background: #fff;
        border-radius: 5px;
        outline: none;
        color: #000000;
        font-size: 1em;
        transition: 0.5s;
    }

    .inputBox span {
        position: absolute;
        /*        padding: 10px;*/
        pointer-events: none;
        /*        font-size: 1em;*/
        /*        color: rgba(255, 255, 255, 0.25);*/
        /*        text-transform: uppercase;*/
        color: #000000;
        /*font-size: 0.65em;*/
        padding: 0 15px;
        letter-spacing: 0.2em;
        top: -10px;
        left: 7px;
        background: #93c31e;
        border-left: 1px solid #93c31e;
        border-right: 1px solid #93c31e;
        border-radius: 5px;
    }

#Block_EmpInfo .inputBox {
    margin: 20px 5px;
}

#Block_Emp{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
}

/*    .inputBox input:valid ~ span, .inputBox input:focus ~ span {
        transform: translateX(10px) translateY(-7px);
        background: #1d2b3a;
        border-left: 1px solid #00dfc4;
        border-right: 1px solid #00dfc4;
        color: #00dfc4;
        font-size: 0.65em;
        padding: 0 10px;
        letter-spacing: 0.2em;
    }

.inputBox:nth-child(2) ~ span, .inputBox:nth-child(2) ~ span {
    background: #00dfc4;
    color:#1d2b3a;
    border-radius:2px;
}

.inputBox input:valid, .inputBox input:focus {
    border: 1px solid #00dfc4;
}*/

.no-padding-LR {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-padding-R {
    padding-right: 0px !important;
}

.no-padding-L {
    padding-left: 0px !important;
}

.txt-description-style-1 {
    border: 1px #ccc solid;
    word-wrap: break-word;
    color: #000 !important;
    padding:0.5rem;
    min-height:3rem;
    /*    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 45px;
    font-size: 16px;*/
}

.radioVertical {
    vertical-align: bottom !important;
}

.tbCRSpan thead tr {
    background-image: none !important;
    background-color: #f4ead4 !important;
}

.CIV div {
    word-wrap: break-word;
}

.N2SNoVer {
    /*    letter-spacing: 0.5rem;*/
    background-color: #bdb9b2;
    border-color: #72706c;
/*    padding: 5px 10px;*/
}

.N2SIng {
    /*    letter-spacing: 0.5rem;*/
    background-color: #b9e8ff;
    border-color: #1591e9;
/*    padding: 5px 10px;*/
/*    cursor:pointer;*/
}

.N2SFinish {
    /*    letter-spacing: 0.5rem;*/
    background-color: #96ef96;
    border-color: #25a53b;
    /*    padding: 5px 10px;*/
    /*    cursor: pointer;*/
}

.N2SOvt {
    /*    letter-spacing: 0.5rem;*/
    background-color: #f39292;
    border-color: #ff0000;
    /*    padding: 5px 10px;*/
    /*    cursor: pointer;*/
}

.TotalTargert {
    font-size: 35px !important;
    font-weight: bolder;
    text-align: center;
    font-style: italic;
    text-shadow: 1px 1px 2px black;
    color: red;
}

.TotalTargertN {
    font-size: 35px !important;
    font-weight: bolder;
    text-align: center;
    font-style: italic;
    text-shadow: 1px 1px 2px black;
    color: #e1e1e1;
}


.btn_NPGY2_EXP_Emp, .btn_NPGY2_EmpPeriod {
    cursor: pointer;
}

.tdLeft {
    text-align: left !important;
}

.tabSpan{
    font-size:16px;
}

.linkTarget {
    color: #a04aff;
    font-weight: bolder;
    cursor: pointer;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.StatisticTarget {
    color: red;
    font-size: 22px !important;
    font-weight: bolder;
}

.txt_NoFinishTag {
    font-size: 35px !important;
    font-weight: bolder;
    color: red;
    cursor:pointer;
}

/*.tbScrollx thead, .tbScrollx tbody {
    display: block;
}

.tbScrollx tbody {
    height: 250px;
    overflow-y: scroll;
}*/


.tbcontainer {
    border: 1px solid #3B3B3B;
    height: 300px;
    overflow-y: scroll;
}
/* thead區塊 */
.table__header {
    position: sticky;
    top: 0;
    z-index: 1;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.ST_tOK {
    color: #16af44;
    font-weight: bolder;
}

.ST_tNo {
/*    color: #c78d27;*/
    font-weight: bolder;
}

.ST_tNotice {
    color: #c78d27;
    font-weight: bolder;
}

.ST_tWarning {
    color: #f51313;
    font-weight: bolder;
    cursor: pointer;
}

.ST_Notice {
    background-color: #c78d2775; /*#c78d27*/
    /*    font-weight: bolder;*/
}

.ST_Warning {
    background-color: #f513134a; /*#f51313*/
    /*    font-weight: bolder;*/
}

.ST_Unaccomplished {
    color: #848f91; 
    font-weight: 500;
}

.CountTarget {
    color: red;
    font-size: 22px !important;
    font-weight: bolder;
    cursor:pointer;
}

.CountTarget, .sTarget, .CEChistory {
    font-weight: bolder;
    cursor: pointer;
}

.DivDetail {
    min-height: 10rem;
}

#toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    /*    background: #777;
    background-image: url('../img/glass.jpg');*/
    /*font-family: 'Font Awesome';*/ /* 替换为您的字体库 */
    /*content: '\e81f';*/
    /*    background-repeat: no-repeat;*/
    color: black;
    cursor: pointer;
    border: solid 1px #000000;
    border-radius: 5px;
    z-index: 9999;
    background-color: #fff;
}

.linkTargetStyle1 {
    color: #267a25;
    font-weight: bolder;
    cursor: pointer;
}

.linkTargetStyle2 {
    color: #248daf;
    font-weight: bolder;
    cursor: pointer;
}

.linkTargetStyle3 {
    color: #995e13;
    font-weight: bolder;
    cursor: pointer;
}


#ELCCJqFlag{
    min-height: 500px;
}

.btcl {
    position: relative;
    top: -2.5rem;
}

btcl:active {
    position: relative !important;
    top: -2.5rem !important;
}

.chapterM {
    border: 0.2rem solid #c79121;
    padding-top: 10px;
    border-radius: 5px;
}

.margin-LR-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.chapterMInfo {
    background-color: #898256;
    border: 1px solid #ddd;
    color: white;
    padding-top: 10px;
}

#BK_CC_Adv_Condition .panel-title {
    background: rgb(223 223 223);
    font-weight: bolder;
}

.CountTarget {
    color: red;
    font-size: 24px !important;
    font-weight: bolder;
}

.TotalTargert {
    font-size: 35px !important;
    font-weight: bolder;
    text-align: center;
    font-style: italic;
    text-shadow: 1px 1px 2px black;
}

.padding-bottom-2f{
    padding-bottom: 2.5px;
}

/* 滾動條整體樣式 */
::-webkit-scrollbar {
    width: 12px; /* 設定滾動條寬度 */
    background-color: #f4f4f4; /* 滾動條背景色 */
}

/* 滾動條滑塊 */
::-webkit-scrollbar-thumb {
    background-color: #888; /* 滑塊顏色 */
    border-radius: 6px; /* 圓角效果 */
    border: 3px solid #f4f4f4; /* 滑塊邊框 */
}

    /* 滾動條滑塊在懸停時 */
    ::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* 懸停時改變顏色 */
    }

    /* 滾動條滑塊在活動時 */
    ::-webkit-scrollbar-thumb:active {
        background-color: #333; /* 點擊時改變顏色 */
    }




/*.scrollyTb {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}*/

/* 当屏幕宽度小于600px时，开启水平滚动 */
/*@media screen and (max-width: 500px) {
    .scrollyTb {
        overflow-x: auto;
    }
}*/

/* 当屏幕宽度大于等于600px时，关闭水平滚动 */
/*@media screen and (min-width: 500px) {
    .scrollyTb {
        overflow-x: visible;
    }
}*/


.course-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
    color: red;
    font-weight: bolder;
}

.course-desc {
    flex: 1;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.6;
}

    .course-desc ol {
        margin: 0;
        padding-left: 20px;
    }

.demo-btns {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .demo-btns li {
        white-space: nowrap;
    }
