﻿body {
    font-family: Microsoft JhengHei,"Nunito", sans-serif !important;
}

/*********** NOTIFICATIONS & POPUPS Begin ***********/
.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.info {
        color: #31708f;
        background-color: #d9edf7;
    }

    .bar-notification.warning {
        color: #fff;
        background-color: #f9c05c;
    }

    .bar-notification.white {
        font-size: 16px;
        color: #666;
        background-color: #fff;
    }

    .bar-notification.del {
        font-size: 16px;
        color: #666;
        background-color: #fffafa;
    }

    .bar-notification .content {
        /*float: left;*/
        text-align: center;
        margin: 0 10px 0 0;
        font-size: 15px;
        height: auto;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .closeicon {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }
/*********** NOTIFICATIONS & POPUPS End   ***********/

/*********** CONTENT NOTIFICATIONS & POPUPS Begin ***********/
.content-bar-notification {
    min-height: 60px;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    position: fixed;
    left: 260px;
    top: 70px;
    right: 0;
    z-index: 10;
}

    .content-bar-notification.success {
        background-color: #4bb07a;
    }

    .content-bar-notification.error {
        background-color: #e4444c;
    }

    .content-bar-notification.info {
        color: #31708f;
        background-color: #d9edf7;
    }

    .content-bar-notification.warning {
        color: #fff;
        background-color: #f9c05c;
    }

    .content-bar-notification.white {
        font-size: 16px;
        color: #666;
        background-color: #fff;
    }

    .content-bar-notification.del {
        font-size: 16px;
        color: #666;
        background-color: #fffafa;
    }

    .content-bar-notification .content {
        /*float: left;*/
        text-align: center;
        margin: 0 10px 0 0;
        font-size: 16px;
        height: auto;
    }

        .content-bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .content-bar-notification .closeicon {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }
/*********** CONTENT NOTIFICATIONS & POPUPS End   ***********/

/*********** BootStrap GridView Fix Begin   ***********/
.gridview_pager a {
    text-decoration: underline;
}

.gridview_pager table {
    border-spacing: 0px;
    border-collapse: separate;
}

    .gridview_pager table tbody tr td {
        padding: 5px;
    }
/*********** BootStrap GridView Fix End   ***********/

/*********** BootStrap Button Font-Size Fix Begin   ***********/
.btn i {
    font-size: 18px;
}
/*********** BootStrap Button Font-Size Fix End   ***********/

/*div 使用表格排版*/
.css_table {
    display: table;
}

.css_tr {
    display: table-row;
}

.css_td {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}

/* 將表單名稱垂直置中 */
.items_title {
    display: flex;
    align-items: center;
}

::placeholder {
    color: #c3c3c3 !important;
}

/* .divSpCusCt p 是要避免使用 CKEditor 編輯時 Html P 去套用到 Bootstrap P */
.divSpCusCt p, .ck-editor p, .ck-content p {
    margin-top: 0px;
    margin-bottom: 0px;
}