﻿.dsthutuc {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .dsthutuc td, .dsthutuc th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .dsthutuc tr:nth-child(4n+1) {
        background-color: #f2f2f2;
    }

    .dsthutuc tbody tr.itemShowHide {
        display: table-row !important;
        background: #fff;
        transition: all 0.5s ease;
    }

    .dsthutuc tr:hover {
        background-color: #ddd;
    }

    .dsthutuc th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
        background: #80868a;
        /*background-image: -webkit-linear-gradient(top,#ddd 0,#ececec 100%);
        background-image: -o-linear-gradient(top,#ddd 0,#ececec 100%);
        background-image: linear-gradient(to bottom,#ddd 0,#ececec 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd',endColorstr='#ffececec',GradientType=0);*/
        color: #fff;
        border: 1px solid #80868a;
    }
    .dsthutuc BLOCKQUOTE, PRE {
        font-family:Arial !important;
    }
    .dsthutuc i.fa, .dsthutuc .dinhkenTT{color: #0680c9;}
    .dsthutuc #tepdinhkem{
        border:1px #bddeef solid;
        border-left:0;
        border-right:0;
        padding:10px 0;
        background:#d9edf7;
        padding-left: 20px;
    }
        .dsthutuc #tepdinhkem li {
            padding: 5px 0;
        }
        #getThuTucHanhChinh .tongsothutuc {
            text-align:right;
            padding: 10px;
        }


select.chonlinhvuc {
    width: 100%;
    line-height: 28px;
    height: 28px;
    border: 1px #dbdbdb solid;
}

ul#qrtlist {
    margin: 0;
    padding-left: 18px;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 5px;
}

    ul#qrtlist li {
        line-height: 16px;
        font-size: 12px;
        cursor: pointer;
    }

.pagination {
    display: inline-block;
    float: right;
    padding-top:7px;
}

    .pagination a {
        color: black;
        float: left;
        padding: 5px 6px;
        text-decoration: none;
        background-color: #ddd;
        cursor: pointer;
        border-radius: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .pagination a.active {
            background-color: #4CAF50;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #4CAF50;
        }
