﻿.dnnFormRequired {
    border-left: 5px solid red!important;
    border-bottom-left-radius: 4px 0;
}

.content {
    text-align:center;
}
/*FuncList*/

.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;
}

.formCMS .dnnPrimaryAction,
.formCMS .dnnFormItem input[type="submit"],
.formCMS a.dnnPrimaryAction {
    background: none repeat scroll 0 0 #1e8dde;
    border-radius: 4px;
    box-shadow: none;
    text-shadow: none;
    border: none;
}

.formCMS input[type="text"],
.formCMS select,
.formCMS textarea,
.formCMS input[type="email"],
.formCMS input[type="search"],
.formCMS input[type="password"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b9d5e3;
    border-radius: 4px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.filterForm .table {
    margin-bottom: 0;
}

.bgFilter label {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.filterForm .table > tbody > tr > th,
.filterForm .table > tbody > tr > td {
    border-top: none;
    padding: 5px;
}

.filterForm h2.dnnFormSectionHead {
    margin-bottom: 0px;
    border-bottom: none;
}

.filterForm fieldset.bgFilter {
    background-color: #ceedff;
    padding: 15px 10px 0 0;
    border-radius: 4px;
}

.odd {
    background-color: #e2f4fe;
}

.even {
    background-color: #f9f9f9;
}

.table-condensed thead tr th {
    background-color: #3cb8fe;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.table-condensed tbody tr td {
    padding: 10px 5px;
}

/*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: 1px solid #ccc;
    padding: 0px 5px;
}

.page_enabled {
    background-color: #f9f9f9;
    color: #262626;
    margin-right: 3px;
}

.page_disabled {
    background-color: #ceedff;
    color: #262626 !important;
    margin-left: 3px;
}

.pagePagination select {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 5px;
    margin-bottom: 0;
}

.pagePagination span {
    margin-left: 5px;
}

/*-----------Form Lọc-----------
---------------------------------*/

/*FuncList*/

.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 > tbody > tr > th,
.filterForm .table > tbody > tr > 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-----------
---------------------------------*/
/*-----------Form cập nhật-----------
---------------------------------*/
.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;
    margin-left: -5px;
}

ul.quick-filter > li {
    display: inline;
    padding: 3px 10px;
}

    ul.quick-filter > li.active {
        background: #3bb8fe;
    }

        ul.quick-filter > li.active > a {
            color: #fff;
        }


.publishedSequenceNumber {
    text-align:center;
}