﻿/*避免因為動態加入元素，或動態高度產生閃爍*/

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

    :root body {
        position: absolute;
    }

body {
    width: 100vw;
    overflow: auto;
}
/*避免因為動態加入元素，或動態高度產生閃爍*/


body, input, button, select, textarea {
    font-family: "Klee One","IBM Plex Sans JP","Monaco","Hack","Helvetica Neue", Helvetica, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    /*font-size: 1.16em;*/
}

@font-face {
    font-family: "Titillium Web";
    unicode-range: U+00-024F;
}

*:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.j-lineheight-2em {
    line-height:2em !important;
}

/*GridView卷軸*/
.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
    text-align: left;
    vertical-align: bottom;
}

.GridviewScrollItem TD {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

    .GridviewScrollPager TD {
        padding-top: 3px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridviewScrollPager A {
        color: #666666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: bold;
    }

/*GridView卷軸*/


/*月曆樣式*/
.j-divborder {
    border: 1px solid #DCE4E4;
}
.j-calander {
    outline: none;
    font-size: 1.2em;
    background-color: #F6F8F8;
    font-family: "Titillium Web","微軟正黑體",'Microsoft JhengHei UI';
}

.j-calander tr, td {
    border: none;
    outline: none;
    padding:0;
    margin:0;
}


.j-calander .jtitles {
    margin: 30px 0px 10px 0px;
    font-weight: normal;
    text-align: left;
    color: #627F86;
    font-size: 1.5em;
}


.j-calander .weeks {
    background-color: #E9EDEE;
    font-family: "微軟正黑體",'Microsoft JhengHei UI';
    text-align: center;
    color: #8C9CA4;
}


.j-calander a {
    padding: 4px 4px;
    display: block;
}

.j-calander a:hover {
    background-color: #c9cfd1;
    width: 26px;
    height: 26px;
    border-radius: 13px;
}


.j-calander .othermon {
    color: #C0C0C0 !important;
}

.j-calander .selectdate {
    color: #FFFFFF;
    background-color: transparent !important;
}

.j-calander .selectdate a {
    width: 26px;
    height: 26px;
    padding: 3px 0;
    border-radius: 13px;
    text-align: center;
    line-height: 1.428571429;
    background-color: #23c6c8;
    border-color: #23c6c8;
    color: #FFFFFF;

}

.j-calander .today {
    color: #FFFFFF;
    background-color: transparent !important;
}

.j-calander .today a {
    width: 26px;
    height: 26px;
    padding: 3px 0;
    border-radius: 13px;
    text-align: center;
    background-color: #b4d2db;
    border-color: #20a5ca;
    color: #2693cb;
    font-weight: normal;
}



.j-calander .npbtn {
    color: #FFFFFF;
    background-color: transparent !important;
}

.j-calander .npbtn a {
    width: 20px;
    height: 20px;
    padding: 1px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    background-color: #e4e5e5;
    color: #2693cb;
    font-weight: bold;
}

.j-calander .npbtn a:hover {
    outline-color: none;
    border: none;
    background: #c2c6c6;
}

    
        
/*END 月曆樣式*/


/*月曆樣式2*/

/*月曆整體樣式*/
.joes-calendar {
    width: 550px;
    padding: 20px 15px;
    outline: none;
    box-shadow: 0px 0px 35px -16px rgba(0, 0, 0, 0.75);
    display: inline-block;
    font-size: 1.6em;
    font-family: "Titillium Web","微軟正黑體",'Microsoft JhengHei UI';
    border: solid 1px #e1e0e0;
    background-color: #f6f6f6;
}

    .joes-calendar table {
        
    }

    .joes-calendar tr td {
        background-color: transparent !important;
    }

    .joes-calendar td {
        width:91px !important;
        height:80px !important;
        overflow:hidden !important;
    }

        .joes-calendar td a {
            padding:20px;
        }

        
        /*指定的標題區段中的巡覽控制項的樣式*/
        .joes-calendar .NextPrevStyle {
            color: #2693cb;
        }

        /*尋覽月份的文字樣式*/
        .joes-calendar .NextPrevStyle a {
            padding: 0 1em;
            color: #3da1d4 !important;
        }

            /*尋覽月份的文字樣式 hover*/

            .joes-calendar .NextPrevStyle a:hover {
                color: #2d7bdb !important;
            }


    /*指定的週和月份日期選取資料行的樣式*/
    .joes-calendar .SelectorStyle {
    }

    /*指定標題區段的樣式*/
    .joes-calendar .TitleStyle {
        height: 100px;
        background-color:#fff;
        border-bottom: solid 1px #cfcccc;
    }

    /*指定顯示星期之區段的樣式*/
    .joes-calendar .DayHeaderStyle {
        font-size: 0.8em;
        text-align: center;
        padding-top: 2em;
        padding-bottom: 1em;
        color: #2693cb;
    }
    
    /*指定在顯示月份中日期的樣式*/
    .joes-calendar .DayStyle {
        border: solid 1px #e5e5e5;
        text-align: center;
    }

    /*顯示月分中的日期文字樣式*/
        .joes-calendar .DayStyle a {
            color: #686a6e !important;
        }

     /*指定不在目前顯示月份中日期的樣式*/
    .joes-calendar .OtherMonthDayStyle {
        border: solid 1px #e5e5e5;
        text-align: center;
    }

        .joes-calendar .OtherMonthDayStyle a {
            color: #AAAAAA !important;
        }

    /*選取日期的行事曆上指定的樣式*/
    .joes-calendar .SelectedDayStyle {
        border: solid 1px #e5e5e5;
        text-align: center;
    }

        .joes-calendar .SelectedDayStyle a {
        color:#3da1d4 !important;
        font:bold !important;
        }

    /*指定的樣式來表示今天的日期*/
    .joes-calendar .TodayDayStyle {
        border: solid 1px #e5e5e5;
        text-align: center;
    }

        .joes-calendar .TodayDayStyle a {
            color: #18a5ee !important;
        }

    /*指定週末日期的樣式*/
    .joes-calendar .WeekendDayStyle {
        border: solid 1px #e5e5e5;
        text-align: center;
    }

        .joes-calendar .WeekendDayStyle a {
            color: #AAAAAA !important;
        }


.ca_event, .ei_Title {
    display: inline-block;
}

.ca_event {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #f5548f;
    box-shadow: 0px 0px 52px -18px rgba(0, 0, 0, 0.75);
    float:right;
    margin-right:10px;
    margin-left:-10px;
    margin-top:-10px;
}

/*END 月曆樣式2*/


/*讓幻燈片中的縮圖圖片顯示為100*100*/
.gallary_div {
    height: auto;
    width: 103px;
    padding: 2px;
    margin: 3px;
    position: relative;
    float: left;
    text-align: left;
}

    .gallary_div .imgdiv {
        border: 1px solid #CCCCCC;
        height: 100px;
        width: 100px;
        position: relative;
        margin: 0px 0px 5px 0px;
        overflow: hidden;
        background-image: url('../img/img-noimg.jpg');
        background-repeat:no-repeat;
        background-position-x:center;
        background-position-y:center;
    }

        .gallary_div .imgdiv img {
            max-height: 100%;
            /*max-width: 100%;*/
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            text-shadow: 0 0 black;
            background-image: url('../img/img-noimg.jpg');
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: center;
        }
/* END 讓幻燈片中的縮圖圖片顯示為100*100*/


/*讓幻燈片縮圖為 50*50*/
.gallary_div50 {
    height: auto;
    width: 53px;
    padding: 2px;
    margin: 3px;
    position: relative;
    float: left;
    text-align: left;
}
    .gallary_div50 .imgdiv {
        border: 1px solid #CCCCCC;
        height: 50px;
        width: 50px;
        position: relative;
        margin: 0px 0px 5px 0px;
        overflow: hidden;
        background-image: url('../img/img-noimg.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

        .gallary_div50 .imgdiv img {
            max-height: 100%;
            /*max-width: 100%;*/
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            text-shadow: 0 0 black;
            background-image: url('../img/img-noimg.jpg');
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: center;
        }
/*End讓幻燈片縮圖為 50*50*/

/* 讓圖片顯示為100*100*/
.img-100 {
    height: 100px;
    width: 100px;
    position: relative;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-align: center;
    background-image: url('../img/img-noimg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

    .img-100 img {
        max-height: 100%;
        /*max-width: 100%;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25%;
        /*right: 0;*/
        margin: auto;
        background-image: url('../img/img-noimg.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }


.img-60 {
    height: 60px;
    width: 60px;
    position: relative;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-align: center;
    background-image: url('../img/img-noimg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

    .img-60 img {
        max-height: 100%;
        /*max-width: 100%;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25%;
        /*right: 0;*/
        margin: auto;
        background-image: url('../img/img-noimg.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }


.img-30 {
    height: 30px;
    width: 30px;
    position: relative;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-align: center;
    background-image: url('../img/img-noimg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

    .img-30 img {
        max-height: 100%;
        /*max-width: 100%;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25%;
        /*right: 0;*/
        margin: auto;
        background-image: url('../img/img-noimg.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }

/* END 讓圖片顯示為100*100*/

/* 讓圖片顯示為130*130*/
.img-130 {
    height: 130px;
    width: 130px;
    position: relative;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
    text-align: center;
    background-image: url('../img/img-noimg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
    .img-130 img {
        max-height: 100%;
        /*max-width: 100%;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25%;
        /*right: 0;*/
        margin: auto;
        background-image: url('../img/img-noimg.jpg');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
    }


/* END 讓圖片顯示為130*130*/


.w-20 {
    min-width: 20px;
}

.w-20-max {
    max-width: 20px;
}

.w-30 {
    min-width: 30px;
}

.w-30-max {
    max-width: 30px;
}

.w-50 {
    min-width: 30px;
}

.w-60 {
    min-width: 60px;
}

.w-60-max {
    max-width: 60px;
}


.w-80 {
    min-width: 80px;
}

.w-80-max {
    max-width: 80px;
}

.w-100 {
    min-width: 100px;
}

.w-100-max {
    max-width: 100px;
}

.w-150-max {
    max-width: 150px;
}

.w-200-max {
    max-width: 200px;
}

.w-300-max {
    max-width: 300px;
}


.w-500 {
    min-width: 500px;
}

.w-500-max {
    max-width: 500px;
}

.textBox-noscool {
    overflow:auto;
}

.pre-scrollable-150 {
    max-height: 150px;
    overflow-y: scroll;
}

.pre-scrollable-200 {
    max-height: 200px;
    overflow-y: scroll;
}

.pre-scrollable-250 {
    max-height: 250px;
    overflow-y: scroll;
}

.pre-scrollable-300 {
    max-height: 300px;
    overflow-y: scroll;
}

.pre-scrollable-350 {
    max-height: 350px;
    overflow-y: scroll;
}

.pre-scrollable-400 {
    max-height: 400px;
    overflow-y: scroll;
}

.pre-scrollable-450 {
    max-height: 450px;
    overflow-y: scroll;
}

.pre-scrollable-500 {
    max-height: 500px;
    overflow-y: scroll;
}

.pre-scrollable-550 {
    max-height: 550px;
    overflow-y: scroll;
}



.pre-scrollable-600 {
    max-height: 600px;
    overflow-y: scroll;
}

.pre-scrollable-700 {
    max-height: 700px;
    overflow-y: scroll;
}

.pre-scrollable-800 {
    max-height: 800px;
    overflow-y: scroll;
}

.pre-scrollable-800-file-tags { 
    overflow-y: scroll;
}

.pre-scrollable-850 {
    max-height: 850px;
    overflow-y: scroll;
}

/*****背景顏色增加****/

.bg-none {
    background-color: transparent;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-blue01 {
    background-color: #A8CCC9 !important;
}

.bg-blue02 {
    background-color: #75B9BE !important;
}

.bg-blue03 {
    background-color: #e2f5fc !important;
}

.bg-blue04 {
    background-color: #32bded !important;
}

.bg-blue05 {
    background-color: #29afdd!important;
}

.bg-blue06 {
    background-color: #6699aa !important;
}

.bg-blue07 {
    background-color: #e3f3f8 !important;
}

.bg-blue08 {
    background-color: #80b1bf !important;
}

.bg-blue09 {
    background-color: #418A95 !important;
}

.bg-blue10 {
    background-color: #63acb7 !important;
}



.bg-green01 {
    background-color: #C4D6B0 !important;
}

.bg-cofe01 {
    background-color: #E8EBE4 !important;
}

.bg-cofe02 {
    background-color: #D3D6D0!important;
}

.bg-e6e6e6 {
    background-color: #e6e6e6!important;
}

.bg-f1efef {
    background-color: #f1efef !important;
}

.bg-gray01 {
    background-color: #edeff1 !important;
}

.bg-gray02 {
    background-color: #f7f8f8 !important;
}

.bg-gray03 {
    background-color: #d2d4d4 !important;
}

.bg-gray04 {
    background-color: #b7b4b4 !important;
}

.bg-gray05 {
    background-color: #e5ebf1 !important;
}

.bg-gray06 {
    background-color: #eef2f6 !important;
}

.bg-gray07 {
    background-color: #9eafbf !important;
}

.bg-gray08 {
    background-color: #e4e6e8 !important;
}

.bg-yello-01 {
    background-color:#fffbcd !important;
}

.bg-yello-02 {
    background-color: #fffcdd !important;
}

.bg-B733AE {
    background-color: #B733AE !important;
}

.bg-D7A4D3 {
    background-color: #d7a4d3 !important;
}

.bg-F16B6F {
    background-color: #F16B6F !important;
}

.bg-F9F9F9 {
    background-color:#F9F9F9 !important;
}

.bg-D7D9A9 {
    background-color:#d7d9a9 !important;
}
.bg-FF979A {
    background-color: #ff979a !important;
}


.bg-red01 {
    background-color: #d8a2c7 !important;
}

.bg-red02 {
    background-color: #bb3191 !important;
}

.bg-red03 {
    background-color: #fff3fd !important;
}

.bg-red04 {
    background-color: #fac6f1 !important;
}

.bg-red05 {
    background-color: #ff0000 !important;
}

/****end 背景顏色增加***/


/*邊框-指定顏色與寬度*/
.j-border-left-3p-blue {
    border-left:3px solid #3baae2;
}

/**/

/*其他Label顏色*/
.label-danger2 {
    background-color: #ff979a;
    color: #FFFFFF;
}

/*End 其他Label顏色*/

.h-50 {
    min-height: 50px;
}
/***指定高度***/
.h-100 {
    min-height: 100px;
}
.h-250 {
    min-height: 250px;
}
.h-350 {
    min-height: 350px;
}
.h-400 {
    min-height: 400px;
}
.h-500 {
    min-height: 500px;
}
.h-600 {
    min-height: 600px;
}
.h-700 {
    min-height: 700px;
}
.h-800 {
    min-height: 800px;
}
.h-850 {
    min-height: 850px;
}

/***end 指定高度***/


/****文字顏色****/
.text-B733AE {
    color: #B733AE;
}

.text-blue01 {
    color:#588b9c;
}

.text-blue02 {
    color:#3da1d4;
}

.text-red {
    color: #d63695;
}




/****end 文字顏色****/



/* Asp menu Tab 設定 */

.active-menu {
    color: #2EC6C7 !important;
}

.aspmenu {
    float:none !important;
}

.aspmenu ul {
    float: none !important;
}

.aspmenu ul a {
    border-radius:0;
}

.aspmenu .selected {
    border: 1px solid #e7eaec !important;
    border-bottom-color: transparent !important;
    background-color: #fff !important;
    color:#666666 !important;
}

.aspmenu2 {
    float: none !important;
}

.aspmenu2 ul {
    float: none !important;
}

.aspmenu2 ul a {
    border-radius: 0;
}

.aspmenu2 ul a:hover {
    padding-bottom: 8px !important;
    background-image: url('../img/img-nav-line-hover.png') !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.aspmenu2 .selected {
    
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: transparent !important;
    color: #5e657a !important;
    padding-bottom: 8px;
    background-image: url('../img/img-nav-line.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.aspmenu3 {
    float: none !important;
}

.aspmenu3 *:focus {
    outline: none;
}

.aspmenu3 li a {
    padding: 6px 13px 6px 13px;
    font-weight: normal;
    color: #717479;
}

.aspmenu3 ul {
    float: none !important;
}

.aspmenu3 ul a {
    border-radius: 50px;
    background-color: #e5e2e2;
    border-color: #d0d0d0;
    margin-right:5px;
}

.aspmenu3 ul a:hover {
    background-color:#23c6c8 !important;
    color: #FFFFFF;
}

.aspmenu3 .selected {
    background-color: #23c6c8;
    color: #FFFFFF;
    border-color: #23c6c8;
}


.aspmenu4 {
    float: none !important;
}

.aspmenu4 *:focus {
    outline: none;
}

.aspmenu4 li a {
    padding: 4px 8px 4px 8px;
    font-weight: normal;
    color: #717479;
}

.aspmenu4 ul {
    float: none !important;
}

.aspmenu4 ul a {
    border-radius: 50px;
    background-color: #e5e2e2;
    border-color: #d0d0d0;
    margin-right: 5px;
}

.aspmenu4 ul a:hover {
    background-color: #23c6c8 !important;
    color: #FFFFFF;
}

.aspmenu4 .selected {
    background-color: #23c6c8;
    color: #FFFFFF;
    border-color: #23c6c8;
}




/* end Asp menu Tab 設定 */


/*asp.net checkboxlist 樣式*/
.aspcheckboxlist {

}

.aspcheckboxlist label {
    padding-right: 30px;
    padding-left: 2px !important;
}
/*END asp.net checkboxlist*/

/*虛線外框*/
.j-border-dash3px-33CCCC {
    border: 3px dashed #33CCCC;
    padding:3px;
}

.j-border-dash2px-33CCCC {
    border: 2px dashed #559898;
    padding: 2px;
}

.j-border-dash1px-01 {
    border: 1px dashed #c4c2c2;
    padding: 1px;
}

.j-border-dash1px-green-01 {
    border: 1px dashed #98FB98;
    padding: 1px;
}

/*End 虛線外框*/

/*其他顏色外框*/
.j-outline-gray01 {
    border-color:#cccbcb;
}

.j-outline-green01 {
    border: 4px dashed #98FB98;
    padding: 1px;
}
.j-outline-purple01 {
    border: 4px dashed #cca8f1;
    padding: 1px;
}

/*End 其他顏色外框*/


/*外框*/
.b-r-gray {
    border-right: 1px solid #bfbfbf;
}


/*外框 end*/

/*讓textBox 像 label*/
.j-txt_label {
    border:none !important;
    background-color:transparent !important;
    width:auto !important;
}

/*讓按鈕看起來像Label*/
.j-btn_label {
    border: none !important;
    background-color: transparent !important;
    width: auto !important;
}


/*過長內容顯示...*/
.j-text-overtoclear {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    width: 400px;
}


/*所有文字 標示為白色*/
.j-text-white {
    color:#FFFFFF!important;
}

.j-text-white * {
    color: #FFFFFF !important;
}

/*End 所有文字 標示為白色*/

/*其他文字顏色*/
.j-text-gray {
    color: #c4c3c3 !important;
}

.j-text-gray01 {
    color: #6f6e6e !important;
}

.j-text-gray02 {
    color: #5b5b5b !important;
}

.j-text-gray03 {
    color: #a9a9a9 !important;
}

.j-text-danger02 {
    color: #f17d89 !important;
}

.j-text-warning02 {
    color: #ccb50c !important;
}
/*END 其他文字顏色*/

.text_upcase {
    text-transform:uppercase;
}

/*其他顏色按鈕*/
.btn-j-blue {
    background-color: #68B3C8;
    border-color: #68B3C8;
    color: #FFFFFF !important;
}
.btn-j-blue :hover {
    background-color: #3091B2 !important;
    border-color: #3091B2 !important;
    color: #FFFFFF !important;
}

.btn-danger2 {
    background-color: #cf5686;
    border-color: #cf5686;
    color: #FFFFFF;
}

.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active {
    background-color: #be4b78;
    border-color: #be4b78;
    color: #FFFFFF;
}

.btn-disabled-link {
    background-color: lightgray !important;
    border: 0px;
    color: inherit !important;
    pointer-events: none;
    text-decoration: none;
    opacity: 0.4;
}

.btn-disabled-link2 {
    color: inherit !important; /* 繼承原本的顏色 */
    pointer-events: none;
    text-decoration: none;
    opacity: 0.6; /* 可選：讓按鈕視覺上淡化，但不影響顏色 */
}



.btn-nohover {
}
.btn-nohover:hover {
    background-color:transparent;
}

.btn-nohover:active {
    background-color: transparent !important;
}



/*END 其他顏色按鈕*/


/*圓形按鈕 xs尺寸*/
.btn-circle.btn-xs {
    width: 25px;
    height: 25px;
    padding: 6px 6px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.13;
}
/*圓形按鈕 xs尺寸*/

/*其他顏色 badge*/

.badge-danger2 {
    background-color: #cf5686;
    color: #FFFFFF;
}


/*其他顏色 badge*/


/*無框線*/
.j-tablenoborder {
    border-style: none !important;
    border-width: 0 !important;
}

.j-tablenoborder tr td {
    border-style: none !important;
    border-width: 0 !important;
    padding-bottom:0px !important;
    padding-top:2px !important;
}

/*table td 無padding*/
.j-table_td_0 {
}

    .j-table_td_0 td {
        padding:0px !important;
    }

/*tr td 無框線 end*/



/*卷軸*/
/*整條滑軌*/
.j-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

/*整條卷軸*/
.j-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

/*滑塊*/
.j-scroll::-webkit-scrollbar-thumb {
    background-color: #9ad1ed;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}


.j-noScoll::-webkit-scrollbar {
    display: none;
}


/*卷軸End*/

/*去除 before效果*/
.nobefore::before {
    content: none !important;
}


/* end 去除 before效果*/

.popover.clockpicker-popover {
    z-index: 999999!important;
}


/*進度條-其他顏色*/
.progress-bar-safe {
    background-color: #a0cec5;
}

.progress-bar-warning2 {
    background-color: #e5c7a5;
}

.progress-bar-danger2 {
    background-color: #fcb0b9;
}


/*end 進度條-其他顏色*/

/*進度條-中等尺寸*/
.progress-mini2 {
    margin-top: 10px;
}

.progress-mini2 .progress-bar {
    margin-top: 6px;
    height: 6px;
    margin-bottom: 0;
}

/*end 進度條-中等尺寸*/


/*客戶資料相關*/
.joes-userprofile-heard {
    padding: 70px 0 !important;
    background-image: url('../img/profile-head-background.jpg');
    background-position: center center;
}
/*.joes-userprofile-heard .profile-image {
    width:35% !important;
}*/
/*客戶資料相關*/

/*修改 Fileupload 的樣式*/

.fileupload {
    font-size: 1.4em;
    color: #3b92ca;
    font-weight: bold;
}

    

/* END 修改 Fileupload 的樣式*/

/* DIV 陰影 */
.j_shadow {
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 2px 5px 0 #b9b9b9;
    -moz-box-shadow: 1px 2px 5px 0 #b9b9b9;
    box-shadow: 1px 2px 5px 0 #b9b9b9;
}

/* END DIV 陰影*/


.warp {
    word-break:break-all;
}

.j-treeview {
    line-height:1.6em;
}

    .j-treeview table {
        margin:5px;
    }

    .j-treeview .nds {
        padding:2px;
    }

        .j-treeview .nds a {
            color: #4b4b4b;
            background-color: #e6e6e6;
            border: solid 1px #666666;
            border-radius: 15px;
            padding-left: 8px;
            padding-right: 8px;
            margin-right: 5px;
        }

            .j-treeview .nds a:hover {
                color: #FFFFFF;
                background-color: #9a9999;
            }

        .j-treeview .nds .trv-active {
            color: #FFFFFF;
            background-color: #3091B2;
        }


    .j-treeview .nds-red {
        padding: 2px;
    }

        .j-treeview .nds-red a {
            color: #4b4b4b;
            background-color: #e6e6e6;
            border: solid 1px #666666;
            border-radius: 15px;
            padding-left: 8px;
            padding-right: 8px;
            margin-right: 5px;
        }

            .j-treeview .nds-red a:hover {
                color: #FFFFFF;
                background-color: #d08db2;
            }

        .j-treeview .nds-red .trv-active {
            color: #FFFFFF;
            background-color: #dc5ca3;
        }

.dropdown-menu {
    z-index:9999 !important;
}

.sup-liet-img {
    height: 100px;
    width: 175px;
    overflow:hidden;
}

    .sup-liet-img img {
        height: 100%;
        width: auto;
    }

    
/*不同尺寸的對齊方式*/
@media (min-width:768px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-justify {
        text-align: justify;
    }
}
    @media (min-width: 992px) {
        .text-sm-left {
            text-align: left;
        }

        .text-sm-right {
            text-align: right;
        }

        .text-sm-center {
            text-align: center;
        }

        .text-sm-justify {
            text-align: justify;
        }
    }

    @media (min-width: 1200px) {
        .text-md-left {
            text-align: left;
        }

        .text-md-right {
            text-align: right;
        }

        .text-md-center {
            text-align: center;
        }

        .text-md-justify {
            text-align: justify;
        }
    }

    @media (min-width: @screen-lg-min) {
        .text-lg-left {
            text-align: left;
        }

        .text-lg-right {
            text-align: right;
        }

        .text-lg-center {
            text-align: center;
        }

        .text-lg-justify {
            text-align: justify;
        }
    }


.fixed-nav .slimScrollDiv #side-menu {
    padding-bottom: 60px;
    font-size: 1.16em;
}

.navbar-default {
    background-color: #263646;
    border-color: #514f1c;
}

.logo-element {
    display: inline;
}

.nav-header {
    padding: 25px 20px 15px 30px;
    background-color: #2f4050;
    background-image: url("patterns/header-profile.png");
    border-bottom:1px solid #4d4d4d;
}