<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------Form Lọc-----------
---------------------------------*/

/*FuncList*/
.order {
    text-align:center !important;
    width:5%
}
.center {
    text-align: center;
}

.funcList {
    background-color: #ceedff;
    text-align: center;
    color: #262626;
    border-radius: 4px;
}

    .funcList a:link, .funcList a:visited {
        color: #262626;
        font-size: 14px;
    }

    .funcList a:active, .funcList a:hover {
        color: #085893;
    }

    .funcList ul {
        display: inline-block;
    }

    .funcList li {
        margin-right: 20px;
    }

        .funcList li a img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
        }

/*filterForm*/

.filterForm {
    margin-bottom: 20px;
}

    .filterForm .table {
        margin-bottom: 0;
    }

label {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.filterCollapse {
    display: none;
}

h2.filterResult {
    background-color: #3bb8fe;
    padding: 2px 5px;
}

    h2.filterResult .listTitle {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        background: none;
    }

.filterForm .table &gt; tbody &gt; tr &gt; th,
.filterForm .table &gt; tbody &gt; tr &gt; td {
    border-top: none;
    padding: 5px;
}

.filterForm h2.dnnFormSectionHead {
    margin-bottom: 10px;
    border-bottom: none;
    background-color: #eb0c06;
    padding: 2px 5px;
    line-height: 20px;
}

    .filterForm h2.dnnFormSectionHead a.dnnSectionExpanded {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        background: url("Images/up-icn.png") no-repeat right 50%;
    }

.filterForm fieldset.bgFilter {
    background-color: #ceedff;
    padding: 15px 10px 0 0;
    border-radius: 4px;
}

.table-condensed thead tr th {
    background-color: #ceedfe;
    color: #0a64a4;
    font-weight: bold;
    font-size: 14px;
    border-bottom-width: 1px;
}

.table-condensed tbody tr td {
    padding: 10px 5px;
}

.odd {
    background-color: #e2f4fe;
}

.even {
    background-color: #fff;
}

/*Phân trang*/
/*.page_enabled, .page_disabled {
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    padding: 0px 5px;
}

.page_enabled {
    background-color: #dcedfc;
    color: #262626;
    margin-right: 3px;
}

.page_disabled {
    background-color: #3bb8fe;
    color: #fff !important;
    margin-left: 3px;
}

.pagePagination select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 5px;
    margin-bottom: 0;
}

.pagePagination span {
    margin-left: 5px;
}*/

.dnnPrimaryAction.button_red {
    background: #eb2121;
}

    .dnnPrimaryAction.button_red:hover {
        background: #eb2121;
    }
/*-----------End Form Lọc-----------
---------------------------------*/

.formUpdate h2 {
    margin-bottom: 10px;
    border-bottom: none;
    background-color: #eb0c06;
    padding: 2px 5px;
    line-height: 20px;
}

    .formUpdate h2 a.listTitle {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        background: none;
    }

.formUpdate table.table {
    border: 1px solid #c1ccd6;
    background-color: #ebf8ff;
}

input.dnnFormRequired, textarea.dnnFormRequired, select.dnnFormRequired {
    border-left: 5px solid #ff0000 !important;
    margin-left: -5px;
}

select {
    margin-bottom: 0px !important;
}

td {
    vertical-align: middle !important;
}

input {
    margin-bottom: 0px !important;
}

.dnnFormRequired .RadInput input {
    border-left: 5px solid #ff0000 !important;
}

.fileUploadFrame {
    width: 100%;
    font-size: 13px;
    color: #000000;
    border-color: lightgrey;
    background: white;
}

    .fileUploadFrame img {
        float: right;
        position: relative;
        top: -23px;
    }

.fileUpload {
    width: 90%;
    font-size: 13px;
    color: #000000;
    background: white;
    line-height: 30px;
}

.TreeViewClass {
    border: solid 1px #c4c2c2;
    width: 100%;
    background: #ceedfe;
}

    .TreeViewClass td {
    }

legend {
    border: none !important;
    width: auto !important;
    font-size: 14px !important;
    font-weight:bold !important;
}

th {
    vertical-align: middle !important;
}
td {
    vertical-align: top;
}
</pre></body></html>