﻿/*文字顏色*/
default {
    color: #505050;
}

miku {
    color: #0098a1;
}

gray {
    color: #ccc;
}

gray2 {
    opacity: 0.5;
}

memo {
    color: #0094ff;
}

memo2 {
    color: #0a6bb9;
}

error {
    color: #e53534;
}

good {
    color: #009149;
}

warning {
    color: #f6a800;
}

working {
    color: #505050;
}

working2 {
    color: #ccc;
}

    working i,
    working2 i {
        color: #0094ff;
    }

success i {
    color: #009149;
}



/*讀取畫面樣式*/
#loadingCoverDiv {
    position: fixed;
    z-index: 9010;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: linear 0.2s;
}

.lds-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*bottom: 20px;
    right: 20px;*/
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #0094ff;
            /*box-shadow: 0 0 0 1px #fff;*/
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*左側選單群組文字*/
#LeftMenuInset .LeftMenuGroupTitle {
    font-size: 14px;
    cursor: default;
}

    #LeftMenuInset .LeftMenuGroupTitle:hover {
        text-decoration: none;
    }


/*註解框*/
.memoBox {
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
    color: #505050;
    display: inline-block;
    padding: 5px 8px 5px 28px;
    border-radius: 3px;
    border: 1px dashed #f6a800;
    background-color: #fff5df;
    position: relative;
}

    .memoBox:before {
        content: '\f071';
        font-family: 'FontAwesome';
        font-weight: normal;
        color: #0094ff;
        /*margin-right: 3px;*/
        position: absolute;
        top: 8px;
        left: 8px;
    }


/*未填寫欄位提示*/
.table tr .unFilledTh,
.unFilledTh {
    box-shadow: 0 0 0 3px #e53534 inset;
}


/*內容標題*/
.itemTitle {
    color: #0098a1;
    font-size: 18px;
    padding: 5px 0;
}


/*列表資訊列*/
.dpContentData {
    padding: 0 0 20px 0;
}

    .dpContentData .dpContentDataCount {
        position: relative;
        top: 5px;
        left: 10px;
        text-align: center;
    }

    .dpContentData .dpContentDataBtn {
        float: right;
        text-align: center;
    }


/*預設表單隱藏*/
.defaultDisplayNone,
.deputyNav {
    display: none;
}



/*置底切頁元件*/
.uiContentToolsBtn_pageTools {
    margin: 20px 0 10px 0;
    text-align: center;
    display: none;
}

    .uiContentToolsBtn_pageTools .uiContentToolsBtn_pageTools_page {
        padding: 5px 10px;
    }





/*操作功能工具列及所屬按鈕樣式*/
#ContentBoxInset .ContentBoxHtml.ContentBoxHtml_forToolsBar {
    padding: 10px 10px 5px 10px;
}

    #ContentBoxInset .ContentBoxHtml.ContentBoxHtml_forToolsBar .button {
        margin-bottom: 5px;
    }






/*浮動操作按鈕*/
#FloatEditBtn {
    user-select: none;
    z-index: 5050;
    text-align: center;
    /*display: none;*/
    position: fixed;
    right: 0;
    top: 40%;
    background: #fff;
    padding: 5px 3px 5px 5px;
    border-radius: 18px 0 0 18px;
    border: 1px solid #d3d3d3;
    border-right: 0;
    box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);
}

    #FloatEditBtn button {
        display: block;
        padding: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-bottom: 5px;
        outline: none;
    }

        #FloatEditBtn button:last-child {
            margin-bottom: 0;
        }








/*下拉選單樣式*/
.weekDropList button:nth-child(1) {
    border-right: 0;
}

.weekDropList button:nth-child(2) {
    border-left: 0;
    border-right: 0;
}

.weekDropList button:nth-child(3) {
    border-left: 0;
}









/*公告類型樣式*/
.newsTable_type {
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    padding: 2px 7px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -1.5px;
    width: 30px;
}

.newsTable_typeTop {
    background-color: #0072c4;
}

.newsTable_typeNew {
    background-color: #f6a800;
}

.newsTable_typePopup {
    background-color: #f00;
}

/*公告相關樣式*/
.newsViewTitle {
    font-size: 20px;
    /*color: #0072c4;*/
}

.newsViewText {
    border: 1px dotted #ccc;
    padding: 3px;
    margin: 15px 0;
    border-radius: 5px;
}

.newsViewText2 {
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
    padding: 7px 9px;
}

.newsViewTime {
    color: #ccc;
    font-size: 10px;
}





/*大頭照 樣式*/
.faceImage {
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: contain;
}

    .faceImage:hover {
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0 0 0 1px #0098a1 inset;
    }
