
    .UIDiemDanhVNPT {
    background: url(/Images/nenDiemDanh.jpg);
    background-size: cover;
    transform: translate3d(0px, 0px, 0px);
    padding: 15px 0px;
  
    
}   
    .UIDiemDanhVNPT .container {
        text-align: center;
        color: white;
        font-size: 13px;
        line-height: 35px;
        width: auto !important;
    }
    .UIDiemDanhVNPT .btnGui {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        text-decoration: none;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px;
        width: 140px;
        text-align: center;
        margin: 0 auto;
        border-radius: 2px;
        margin-top: 10px;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 13px;
        border:none;
    }
    .UIDiemDanhVNPT .btnGui:hover {
        background: #0475d6;
        background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
    }
    .UIDiemDanhVNPT .title span {
        font-size: 25px;
        font-weight: bold;
    }
    .UIDiemDanhVNPT .summany span {
        font-weight: bold;
        font-style: italic;
    }

    .UIDiemDanhVNPT .logo img {
        width: 62%;
    }
    .UIDiemDanhVNPT .table{
        width: 100%;
        padding: 15px 30%;
    } 
    .UIDiemDanhVNPT .divSearch {
        padding:7px;
    }
    .UIDiemDanhVNPT .container .txtSearch{
        outline:none;
        width: 70%;
        height: 18px;
    }
    .UIDiemDanhVNPT .tableNhanVien {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
    border: 1px solid #ccc;
    line-height: 20px;
    }
    .UIDiemDanhVNPT .tableNhanVien tr {
    border-bottom: 1px solid #ddd;
    }
    table.tableNhanVien tr td, table.tableNhanVien tr th {
    border: 1px solid #ddd;
}

    .popupThuMuc .container {
        line-height: 30px;
        padding: 10px;
        text-align: left;
    }

    .popupThuMuc .title {
        background: #E3EFFF url(/Admin/StyleSheet/Images/bgFormHeader.png) repeat-x bottom;
        height: 24px;
        font-weight: bold;
        border-radius: 5px;
    }

    .popupThuMuc {
        position: fixed;
        z-index: 1000;
        border-radius: 10px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%);
        width: 80%;
        border: 1px solid #ccc;
        text-align: center;
        display: none;
        background: #E3EFFF
    }

    .popupThuMuc .popupClose {
        float: right;
        margin-right: 15px;
        
    }

    .popupThuMuc .btnCapNhat {
        background: #1f7ed0;
        background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
        text-decoration: none;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 8px;
        width: 140px;
        text-align: center;
        margin: 0 auto;
        border-radius: 2px;
        margin-top: 10px;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 13px;
        border: none;
        margin-bottom: 10px;
    }

       .popupThuMuc .btnCapNhat:hover {
            background: #0475d6;
            background: linear-gradient(to right top, #0980dc, #607cdee6, #288eda, #46afff, #1d91ea);
        }
        .pophide {
           display:none;
       }
       .UIDiemDanhVNPT .imgDD {
    width: 32px;
}
