@charset "UTF-8";
/* ==========================
 * Mixin-變數
 * ResetOther-相關外掛既有樣式調整
 * Layout-共同樣式
 * Componment-元件
 * ==========================
 * */
/*=========mixin start=========*/
/*width class setting*/
.width_10 {
    width: 10%;
}

.width_20 {
    width: 20%;
}

.width_30 {
    width: 30%;
}

.width_40 {
    width: 40%;
}

.width_50 {
    width: 50%;
}

.width_60 {
    width: 60%;
}

.width_70 {
    width: 70%;
}

.width_80 {
    width: 80%;
}

.width_90 {
    width: 90%;
}

.width_100 {
    width: 100%;
}

/*margin class setting*/
.mr_1 {
    margin-right: 0.1rem;
}

.ml_1 {
    margin-left: 0.1rem;
}

.mr_3 {
    margin-right: 0.3rem;
}

.ml_3 {
    margin-left: 0.3rem;
}

.mr_5 {
    margin-right: 0.5rem;
}

.ml_5 {
    margin-left: 0.5rem;
}

.mr_8 {
    margin-right: 0.8rem;
}

.ml_8 {
    margin-left: 0.8rem;
}

.mr_10 {
    margin-right: 1rem;
}

.ml_10 {
    margin-left: 1rem;
}

.mr_15 {
    margin-right: 1.5rem;
}

.ml_15 {
    margin-left: 1.5rem;
}

.mr_20 {
    margin-right: 2rem;
}

.ml_20 {
    margin-left: 2rem;
}

.mr_30 {
    margin-right: 3rem;
}

.ml_30 {
    margin-left: 3rem;
}

/*font-content class setting*/
.t_gray1 {
    color: #717171;
}

.t_gray2 {
    color: #606060;
}

.t_gray3 {
    color: #525252;
}

.scroll_bar {
    overflow-x: auto;
}

    .scroll_bar::-webkit-scrollbar {
        width: 6px;
    }

    .scroll_bar::-webkit-scrollbar-track {
        background: #fff;
    }

    .scroll_bar::-webkit-scrollbar-thumb {
        background: #ddd;
    }

        .scroll_bar::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

.scroll_bar_h {
    overflow-y: auto;
}

    .scroll_bar_h::-webkit-scrollbar {
        height: 5px;
    }

    .scroll_bar_h::-webkit-scrollbar-track {
        background: #fff;
    }

    .scroll_bar_h::-webkit-scrollbar-thumb {
        background: #ddd;
    }

        .scroll_bar_h::-webkit-scrollbar-thumb:hover {
            background: #ccc;
        }

/*=========mixin end=========*/
/*=========reset other plugin start=========*/
*
*
* /*bootstrap 頁數選擇 pagination*/
.page-link {
    color: #606060;
    border: none;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-link:hover {
    background-color: #e9e9e9;
    color: #4C969E;
}

.page-link .ti {
    font-size: 1.5rem;
}

.page-item.active .page-link {
    background-color: #4C969E;
    border-radius: 5px;
}

/*bootstrap css*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #58B8A4;
}

/*click button box shadow*/
.btn-check:focus + .btn, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*select margin bottom*/
/*.form-select, .form-control {
    margin-bottom: 0.3rem;
}*/

.form-control:focus, .form-select:focus {
    border-color: #4C969E;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 206, 208, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(108, 206, 208, 0.25);
}

.nav-pills {
    background: #F6F6F6;
    padding: 0.5rem;
    border-radius: 5px;
}

.bs-tooltip-bottom.show {
    display: none !important;
}

/*table*/
.table-dark {
    --bs-table-bg: #646464 !important;
}

.bootstrap-table .card-view .card-view-title {
    color: #4C969E;
    margin-right: 0.5rem;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #58B8A4;
}

/*checkbox*/
.form-check-input.check-lg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.form-check-input:checked {
    background-color: #EF9F14;
    border-color: #EF9F14;
}

.form-check-input:focus {
    border-color: #db900f;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(253, 233, 13, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(253, 233, 13, 0.25);
}

/*hide bootstrap-table toolbar button*/
.fixed-table-loading, .fixed-table-toolbar {
    display: none;
}

/*accordion active background*/
.accordion-button:not(.collapsed) {
    background-color: #eafbff;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*accordion active arrow down icon*/
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icon/icon_down.svg");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tab_section .nav-tabs .nav-item.show .nav-link, .tab_section .nav-tabs .nav-link.active {
    border-color: #4C969E;
    background-color: #4C969E;
    color: #fff;
}

.tab_section .nav-tabs .nav-link {
    background-color: #ddd;
}

.tab_section .nav-link {
    margin-right: 0.5rem;
}

.modal-dialog .modal-header {
    border-color: transparent;
}

.modal-dialog .modal-title {
    color: #4C969E;
}

    .modal-dialog .modal-title::before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #4C969E;
        border-radius: 100%;
        margin-right: 0.5rem;
    }

/*=========reset other plugin end=========*/
/*=========layout start=========*/
/*text color setting*/
.t_main {
    color: #4C969E;
}

.t_sub {
    color: #58B8A4;
}

.t_ye {
    color: #EF9F14;
}

.t_og {
    color: #E85924;
}

.t_rd {
    color: #E03015;
}

.t_bu {
    color: #336E94;
}

.t_lightbu {
    color: #336E94;
}

.t_gn {
    color: #4C969E;
}

.t_gy {
    color: #606060;
}

.t_wh {
    color: #fff;
}

.clr_save {
    color: #4C969E;
}

.clr_check {
    color: #EF9F14;
}

.clr_cancel {
    color: #717171;
}

.clr_remind {
    color: #4C969E;
}

.bgc_save {
    background-color: #4C969E;
}

.bgc_check {
    background-color: #EF9F14;
}

.bgc_cancel {
    background-color: #717171;
}

.bgc_remind {
    background-color: #4C969E;
}

.bgc_wh {
    background-color: #fff;
}

.bgc_return {
    background-color: #EF9F14;
}

/*custom settings*/
body, html {
    width: 100%;
    font-family: "Hind Siliguri", "Noto Sans TC", sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    counter-reset: num_mark img_num;
    background-color: #F1F4F7;
}

img {
    max-width: 100%;
    height: auto;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    /*color: #EF9F14;
    padding: 0;
    margin: 0;*/
}

    a:hover {
        color: #EF9F14;
    }

/* font-size setting */
h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
    color: #606060;
    line-height: 1.5;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    font-size: 1rem;
}

/* 無障礙外框標示設定鍵盤focus on */
button:focus-visible, a:focus-visible {
    outline: 4px dotted #EF9F14 !important;
    border-radius: 3px;
}

/*gap setting*/
.m_0 {
    margin: 0;
}

.p_0 {
    padding: 0;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.w-sm {
    max-width: 400px;
}

.w-xs {
    max-width: 200px;
}

.hide {
    display: none !important;
}

.show {
    display: block;
}

/*align setting*/
.no_wrap {
    white-space: nowrap;
}

.wrap {
    white-space: wrap !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.flex_between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space between;
    -ms-flex-pack: space between;
    justify-content: space between;
}

.flex_end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

@media (max-width: 576px) {
    .flex-wrap-sm {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .flex-wrap-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.vertial_center {
    vertical-align: middle !important;
}

/*RWD setting*/
.pc_hide {
    display: none;
}

@media (max-width: 992px) {
    .pc_hide {
        display: block;
    }
}

@media (max-width: 1550px) {
    .pc_lg_hide {
        display: none;
    }
}

@media (max-width: 576px) {
    .desktop_show {
        display: none;
    }
}

@media (max-width: 992px) {
    .tablet_hide {
        display: none;
    }
}

.tablet_show {
    display: none;
}

@media (max-width: 992px) {
    .tablet_show {
        display: block;
    }
}

.mobile_show {
    display: none;
}

@media (max-width: 576px) {
    .mobile_show {
        display: block;
    }
}

@media (max-width: 576px) {
    .mobile_hide {
        display: none;
    }
}

/*RWD setting end*/
/*table*/
.thead_sticky {
    position: sticky !important;
    top: 0 !important;
}

.table_main_bgc th {
    background-color: #4C969E;
}

table i {
    font-size: 2rem;
}

table tr td, table tr th {
    vertical-align: middle;
    text-align: center;
}

.table_mobile {
    margin-top: 1rem;
    border-color: #4C969E;
}

    .table_mobile i {
        font-size: 1rem;
    }

    .table_mobile .main_head {
        background-color: #4C969E;
    }

        .table_mobile .main_head td {
            color: #fff !important;
            padding: 0.5rem 0;
        }

    .table_mobile .sub_head td, .table_mobile .t_content td {
        padding: 0.5rem 0;
    }

    .table_mobile .action_group {
        margin-top: 0.5rem;
    }

.blue_tab .nav-link {
    background-color: #DFEAF1 !important;
    color: #4D7087;
}

    .blue_tab .nav-link:hover {
        color: #4D7087;
    }

    .blue_tab .nav-link.active {
        background-color: #5F869F !important;
    }

.blue_tab_content {
    background-color: #F8FCFF;
    border-color: #E7F4FE;
    padding: 1rem 0.5rem;
}

    .blue_tab_content .dark_blue th {
        background-color: #4D7087;
    }

label.required::before {
    content: "*";
    color: #E03015;
    margin-right: 0.1rem;
    font-size: 1.2rem;
}

/*border-line*/
.line {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 1rem 0;
}

.vertical_line {
    width: 1px;
    height: 100%;
    background: #bbbbbb;
    margin-right: 1.5rem;
}

.bg_blur {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.none-scroll {
    max-height: 100vh;
    overflow: hidden;
}

.scroll_bar {
    overflow: scroll !important;
    max-height: 500px;
}

.wx-170 {
    width: 170px;
}

.wx-190 {
    width: 190px;
}

/* ----------------------- share content layout */
/*page loading*/
#loading {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    -webkit-box-shadow: 2px 2px 10px;
    box-shadow: 2px 2px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*需覆蓋底層資料可使用 no data / data loading */
.cover_wrapper {
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    min-height: 100px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

    .cover_wrapper .no_data_content {
        z-index: 2;
    }

.map_wrapper {
    width: 100%;
    height: auto;
}

#map_01 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 0;
}

.nav-link {
    color: #717171;
}

    .nav-link:focus, .nav-link:hover {
        color: #58B8A4;
    }

.badge {
    width: 25px;
    height: 25px;
    font-size: 1rem;
    background-color: #4C969E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.3rem;
    border-radius: 100%;
}

    .badge.bg-secondary {
        background-color: #EF9F14 !important;
    }

/* ----------------------- header */
header {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#19A19C), to(#58B8A4));
    background: linear-gradient(to right, #19A19C, #58B8A4);
    z-index: 1;
}

    header .nav_btn {
        margin-left: 0.5rem;
    }

@media (max-width: 576px) {
    header .nav_btn {
        margin-left: 0;
    }
}

header nav li.nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.5rem;
}

header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    header .logo .img_outer {
        width: 30px;
        height: 30px;
    }

    header .logo h1 {
        color: #fff;
    }

header .navbar {
    padding: 0;
}

header .navleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

    header .navleft .navbar-brand h1 {
        font-size: 1.5rem;
    }

@media (max-width: 992px) {
    header .navleft .navbar-brand h1 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    header .navleft .navbar-brand h1 {
        font-size: 0.875rem;
    }

        header .navleft .navbar-brand h1 span {
            display: block;
        }
}

header .remind i {
    color: #EF9F14;
}

@media (max-width: 576px) {
    header .remind .header-menu i {
        margin-right: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    header .remind .remind_message {
        margin-right: 1rem !important;
    }
}

header .remind .dropdown-toggle::after {
    display: none;
}

.header-menu .dropdown-toggle {
    color: #fff;
}

@media (max-width: 576px) {
    .header-menu .dropdown-toggle {
        font-size: 2rem;
    }
}

/* ----------------------- footer */
footer {
    position: absolute;
    background-color: #79919E;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 0.5rem;
    color: #fff;
}

/*------------------------ tableRwd*/
/* 表格 RWD 設定*/
@media (max-width: 576px) {
    .table td {
        padding: 0.5px;
    }

    .tableRwd {
        display: block;
        width: auto;
        overflow-x: auto;
    }

        .tableRwd tbody {
            display: block;
            width: 100%;
        }

        .tableRwd tr {
            display: inline-block;
            width: 100%;
            margin-bottom: 0.5rem;
            padding: 0.5rem;
            border: 1px solid #4C969E;
            border-radius: 5px;
        }

            .tableRwd tr:nth-child(odd) {
                background-color: #f1f7f8;
            }

            .tableRwd tr:hover {
                -webkit-transition: 0.3s;
                transition: 0.3s;
                background-color: rgba(238, 238, 238, 0.8);
            }

        .tableRwd thead {
            display: none;
        }

        .tableRwd td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: top;
            -ms-flex-align: top;
            align-items: top;
            text-align: left;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            position: relative;
            border: none;
            margin-bottom: 0.5rem;
        }

            .tableRwd td::before {
                min-width: 130px;
                content: attr(data-label);
                font-weight: bold;
                float: left;
                margin-right: 1rem;
                color: #3b757c;
                white-space: pre-wrap;
            }
}

@media (max-width: 576px) and (max-width: 576px) {
    .tableRwd td {
        font-size: 1rem;
    }
}

.sidebar {
    font-size: 1.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1rem;
}

    .sidebar li {
        color: #666666;
        cursor: pointer;
    }

        .sidebar li .active {
            color: #4C969E;
            cursor: pointer;
        }

    .sidebar .close_menu i {
        color: #4C969E;
        font-size: 3.5rem;
    }

    .sidebar .block_outer {
        overflow: hidden;
        min-width: 250px;
        max-width: 250px;
        min-height: 85vh;
        position: sticky;
        top: 1.5rem;
    }

        .sidebar .block_outer ul {
            padding: 0;
        }

            .sidebar .block_outer ul i {
                margin-right: 0.5rem;
            }

        .sidebar .block_outer li {
            padding: 1rem 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

            .sidebar .block_outer li:hover {
                background-color: #EBF8F7;
            }

        .sidebar .block_outer .active {
            background-color: #EBF8F7;
            border-right: 0.8rem solid #58B8A4;
        }

        .sidebar .block_outer.tablet {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            width: 100%;
            height: 100%;
            max-width: 100%;
            border-radius: 0;
            z-index: 99;
        }

        .sidebar .block_outer.fold_close {
            min-width: 0;
        }

            .sidebar .block_outer.fold_close li {
                padding: 1rem 0.5rem;
            }

            .sidebar .block_outer.fold_close .ti-chevron-left {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .sidebar .block_outer.fold_close li span {
                display: none;
            }

    .sidebar i {
        font-size: 2rem;
    }

.main_content {
    width: 100%;
    min-height: 86vh;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

/* ----------------------- content */
.block_outer {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}

.white_block {
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 0;
}

.border_block {
    border: 1px solid #aaa;
    border-radius: 10px;
    padding: 2rem;
}

    .border_block.green {
        border-color: #58B8A4;
    }

.accordion_wrapper {
    padding: 1rem;
}

.info_content .info_item {
    display: inline-block;
}

table td, table th {
    --bs-table-color: #333;
}

.custom_table thead th {
    background-color: #D9E7EF;
}

.table-hover.custom_table > tbody > tr:hover {
    --bs-table-accent-bg: #F8FCFF;
    --bs-table-hover-bg: #F8FCFF;
}

.sub_table thead th {
    background-color: #FFF3D2;
}

.table-hover.sub_table > tbody > tr:hover {
    --bs-table-accent-bg: #FFFBEF;
}

.third_table thead th, .forth_table thead th {
    background-color: #4C969E;
}

.third_table thead th, .forth_table thead th {
    color: #fff;
    vertical-align: middle;
}

.third_table .icon .badge, .forth_table .icon .badge {
    top: 5px !important;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
}

.forth_table thead {
    background-color: #5F869F;
}

.table-hover.third_table > tbody > tr:hover {
    --bs-table-accent-bg: #FFFBEF;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #eee;
}

.login_form {
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

    .login_form .img_outer {
        border-radius: 10px;
        overflow: hidden;
    }

@media (max-width: 992px) {
    .login_form .img_outer {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .login_form .img_outer {
        display: none;
    }
}

@media (max-width: 992px) {
    .login_form .img_outer img {
        width: 100%;
    }
}

.login_form button {
    border-radius: 50px;
}

.login_form input {
    margin-bottom: 0;
    border-radius: 50px;
}

.login_form .form-control {
    padding: 0.375rem 1rem;
}

.login_bg {
    background-size: cover;
    background-image: url("../images/login-bg.svg");
    height: calc(100vh - 36px);
}

.verification_code {
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 200px;
    height: 38px;
}

.step_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .page_show .sm {
        max-width: 60px;
        margin-right: 0.5rem;
        background-position: right 1rem center;
    }

.modal-dialog.basic_data table .main_user {
    background-color: #f7f7f7 !important;
}

/*=========layout end=========*/
/*=========componment start=========*/
/*卷軸樣式修改 mixin*/
[tabindex="0"]:focus-visible {
    outline: 4px dotted #EF9F14 !important;
}

/*button*/
button {
    border: none;
    color: #fff;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

a.btn_solid {
    cursor: pointer;
}

    a.btn_solid:hover {
        color: #fff;
    }

.btn_lg {
    width: 100%;
}

.btn_bor {
    padding: 0.2rem 1rem;
    border: 1px solid #4C969E;
    border-radius: 5px;
    color: #4C969E;
    white-space: nowrap;
    min-width: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .btn_bor {
        width: 100%;
    }
}

.btn_bor:hover {
    background-color: #56a5ae;
    color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn_bor.default {
    color: #d4d4d4;
    border: 1px solid #afafaf;
    cursor: auto;
}

    .btn_bor.default:hover {
        background-color: rgba(170, 170, 170, 0);
        color: #d4d4d4;
    }

.btn_bor.clr_sub {
    border-color: #4C969E;
    color: #4C969E;
}

.btn {
    background-color: #4C969E;
    color: #fff;
}

    .btn:hover {
        background-color: #3b757c;
        color: #fff;
    }

.btn_solid {
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    color: #fff;
    white-space: nowrap;
    min-width: 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

    /*.btn_solid:hover {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: #3b757c;
        color: #fff;
    }*/

    .btn_solid.default {
        color: #d4d4d4;
        background: #afafaf;
    }

        .btn_solid.default:hover {
            color: #d4d4d4;
            cursor: auto;
        }

    .btn_solid.clr_main {
        background: #4C969E;
    }

    .btn_solid.clr_sub {
        background-color: #336E94;
    }

        .btn_solid.clr_sub:hover {
            background-color: #26526e;
        }

    .btn_solid.btn_add {
        background-color: #EF9F14;
    }

        .btn_solid.btn_add:hover {
            background-color: #db900f;
            color: #fff;
        }

    .btn_solid.btn_check {
        background-color: #EF9F14;
    }

        .btn_solid.btn_check:hover {
            background-color: #db900f;
            color: #fff;
        }

    .btn_solid.btn_upload {
        background-color: #EF9F14;
    }

    .btn_solid.btn_save {
        background-color: #EF9F14;
    }

        .btn_solid.btn_save:hover {
            background-color: #db900f;
            color: #fff;
        }

    .btn_solid.btn_cancel {
        background-color: rgba(0, 0, 0, 0.5);
    }

        .btn_solid.btn_cancel:hover {
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
        }

    .btn_solid.btn_export {
        background-color: #4C969E;
    }

        .btn_solid.btn_export:hover {
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background-color: #3b757c;
            color: #fff;
        }

    .btn_solid.btn_delete {
        background-color: #e03015;
    }

        .btn_solid.btn_delete:hover {
            background-color: #c92b12;
            color: #fff;
        }

.btn_icon {
    min-width: 0;
    padding: 0.2rem;
}

    .btn_icon i {
        font-size: 1.5rem;
    }

.btn_icon_sm {
    padding: 0.2rem;
    min-width: 0;
}

@media (max-width: 576px) {
    .btn_icon_sm {
        width: auto;
    }
}

.btn_icon_sm i {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bor_main {
    color: #4C969E;
    border: 1px solid #4C969E;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    display: inline-block;
}

    .bor_main.clr_alert {
        border-color: #E85924;
        color: #E85924;
    }

.bor_bu {
    color: #336E94;
    border: 1px solid #336E94;
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    display: inline-block;
}

/* sidebar 收合btn*/
.fold_btn {
    background-color: #EBF8F7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 1rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .fold_btn i {
        color: #4C969E;
    }

/* 搜尋條件 搜尋btn*/
.search_btn {
    max-height: 58px;
}

    .search_btn i {
        font-size: 1.5rem;
    }

.search_fold {
    margin-left: 0.5rem;
    width: 100%;
    background-color: #bbbbbb;
}

    .search_fold:hover {
        background-color: #a2a2a2;
    }

    .search_fold.active {
        background-color: #336E94;
    }

/*上傳檔案區塊按鈕*/
button.file {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem;
}

    button.file .upload_input {
        cursor: pointer;
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }

/*文字btn*/
.text_primary {
    color: #4C969E;
}

    .text_primary:hover {
        color: #3b757c;
    }

.text_brown {
    color: #EBF8F7;
}

    .text_brown:hover {
        color: #c5ebe8;
    }

.table_print .btn_solid {
    min-width: auto;
    height: 50px;
    padding: 0.2rem;
}

    .table_print .btn_solid i {
        font-size: 1.2rem;
    }

.table_print a {
    cursor: pointer;
}

    .table_print a i {
        font-size: 1rem;
    }

.tag_type {
    background-color: #E85924;
    padding: 0.2rem 0.5rem;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

    .tag_type.bgc_gray {
        background-color: #606060;
    }

.type_tag {
    border: 1px solid #E85924;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-right: 0.5rem;
}

    .type_tag .tag_type {
        background-color: #E85924;
        padding: 0.2rem 0.5rem;
        color: #fff;
        font-size: 0.7rem;
    }

    .type_tag .tag_name {
        font-size: 0.8rem;
        color: #E85924;
        white-space: nowrap;
    }

/*帶有前綴的title*/
.decor_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .decor_title::before {
        content: "";
        background-color: #4C969E;
        width: 0.5rem;
        height: 30px;
        display: inline-blocks;
        margin-right: 0.5rem;
        border-radius: 50px;
    }

    .decor_title.yellow::before {
        background-color: #EF9F14;
    }

    .decor_title.orange::before {
        background-color: #E85924;
    }

    .decor_title.circle::before {
        background-color: #4C969E;
        width: 10px;
        height: 10px;
    }

@media (max-width: 576px) {
    .decor_title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.count_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

    .count_title::before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #4C969E;
        border-radius: 5px;
        min-width: 20px;
        min-height: 20px;
        font-size: 18px;
        margin-right: 0.5rem;
        /* 增加 counter */
        counter-increment: num_mark;
        /* 顯示 counter */
        content: counter(num_mark);
    }

/*提示文字*/
.tip_outer {
    position: relative;
}

    .tip_outer .tip_content {
        display: none;
        padding: 1rem;
        background: #666;
        position: absolute;
        bottom: 120%;
        left: 0;
    }

/*選單漢堡設定*/
#nav-icon {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 6px;
        width: 100%;
        background: #EF9F14;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(2) {
            top: 15px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(3) {
            top: 30px;
            -webkit-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

@media (max-width: 576px) {
    .nav_btn {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/*移到頂端button*/
#btn-back-to-top {
    position: fixed;
    bottom: 30%;
    right: 20px;
    min-width: 50px;
    border-radius: 50px;
    display: none;
    background-color: #EF9F14;
}

.accordion_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

    .accordion_title .fa-chevron-down {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .accordion_title .fa-chevron-down.collaspe_show {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.1s;
            transition: 0.1s;
        }

    .accordion_title .time {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #666;
    }

    .accordion_title.disabled {
        cursor: default;
    }

.slide_show {
    -webkit-animation: slide_down 3s forwards;
    animation: slide_down 3s forwards;
}

.slide_hide {
    -webkit-animation: slide_up 3s forwards;
    animation: slide_up 3s forwards;
}

@-webkit-keyframes slide_down {
    from {
        max-height: 0px;
    }

    to {
        max-height: 3500px;
    }
}

@keyframes slide_down {
    from {
        max-height: 0px;
    }

    to {
        max-height: 3500px;
    }
}

@-webkit-keyframes slide_up {
    0% {
        max-height: 3500px;
    }

    100% {
        max-height: 0px;
    }
}

@keyframes slide_up {
    0% {
        max-height: 3500px;
    }

    100% {
        max-height: 0px;
    }
}

.accordion_content {
    max-height: none;
}

    .accordion_content.close {
        max-height: 0;
        overflow: hidden;
    }

/*=========componment end=========*/
/*=========pages start=========*/
/*text color setting*/
/* ----------------------- $$ page */
/*=========pages end=========*/
