﻿/*工具列*/
.uiContentTdToolsBar {
    font-size: 0;
    padding: 2.5px;
}

    .uiContentTdToolsBar button {
        margin: 2.5px;
    }










/*卡片式列表*/
.cardTableList {
    margin: 0 -10px;
}

    .cardTableList .cardTableListChild {
        cursor: pointer;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
        /*box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.5);*/
        display: inline-block;
        width: 15.87%;
        overflow: hidden;
        margin: 10px;
        padding: 10px;
        position: relative;
        top: 0;
        transition: linear 0.1s;
        vertical-align: top;
    }

        .cardTableList .cardTableListChild .cardTableListChild_photo {
            height: 150px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            border-radius: 3px;
        }

        .cardTableList .cardTableListChild .cardTableListChild_text,
        .cardTableList .cardTableListChild .cardTableListChild_text2 {
            text-align: center;
            padding: 5px 0;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #0094ff;
        }

        .cardTableList .cardTableListChild .cardTableListChild_text2 {
            padding: 0;
            text-align: left;
            font-size: 12px;
            color: #aaa;
        }

        .cardTableList .cardTableListChild .cardTableListChild_leader {
            position: absolute;
            top: -3px;
            right: 5px;
            font-size: 30px;
            color: #009149;
            /*text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
        }

        .cardTableList .cardTableListChild:hover {
            /*box-shadow: 0 9px 12px -5px rgba(0, 0, 0, 0.3);
            top: -3px;*/
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
        }

    .cardTableList .cardTableListChild_tools {
        text-align: center;
        margin-top: 10px;
    }





/*瀏覽公告樣式*/
.viewPlacard_title {
    font-size: 20px;
    color: #005da8;
}

.viewPlacard_memo {
    margin: 10px 0;
    color: #0098a1;
}

.viewPlacard_card {
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 8px 5px 5px;
    background-color: #fff;
}

    .viewPlacard_card .viewPlacard_photo {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        vertical-align: middle;
    }

    .viewPlacard_card .viewPlacard_name {
        vertical-align: middle;
        /*max-width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;*/
        word-break: break-all;
    }

    .viewPlacard_card .viewPlacard_tools {
        font-size: 0;
        vertical-align: middle;
        display: inline-block;
    }

        .viewPlacard_card .viewPlacard_tools button {
            padding: 0 5px 2px 5px;
            background-color: rgba(0, 0, 0, 0);
            /*color: #0094ff;*/
        }

    .viewPlacard_card:hover {
        background-color: #f5f5f5;
    }

    .viewPlacard_card:active {
        background-color: #fff;
    }





.videoTimeLink {
    cursor: pointer;
    color: #0094ff;
}

    .videoTimeLink:hover {
        color: #0072c4;
        text-decoration: underline;
    }






.floorBtn_systemTeaching_div {
    margin-bottom: 15px;
}

    .floorBtn_systemTeaching_div:last-child {
        margin-bottom: 0;
    }








.noticeData_msgBox {
    cursor: pointer;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    background-color: #fff;
}

    .noticeData_msgBox tr td {
    }

    .noticeData_msgBox:hover {
        background-color: #f7f7f7;
    }

    .noticeData_msgBox:active {
        background-color: #fff;
    }

    .noticeData_msgBox:first-child {
        border-top: 1px dashed #ccc;
    }

    .noticeData_msgBox.noticeData_msgBox_unRead {
        background-color: #fffce7;
    }

        .noticeData_msgBox.noticeData_msgBox_unRead:hover {
            background-color: #f7f3da;
        }

        .noticeData_msgBox.noticeData_msgBox_unRead:active {
            background-color: #fffce7;
        }

    .noticeData_msgBox .noticeData_msgIndex {
        color: #0094ff;
        width: 1px;
        white-space: nowrap;
        vertical-align: top;
        padding: 5px 0 5px 5px;
    }

    .noticeData_msgBox .noticeData_msgText {
        padding: 5px;
    }

    .noticeData_msgBox .noticeData_msgTime {
        color: #ccc;
        font-size: 12px;
        padding: 0 5px 5px 5px;
    }
