﻿.nodata {
    text-align:center;
    color:red;
}
.ui-dropdownchecklist {
    font-size: small;
    color: black;
}

.ui-dropdownchecklist-selector {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #999;
    height: auto !important;
    padding: 5px 8px !important;
    width: 100% !important;
}

.ui-dropdownchecklist-dropcontainer {
    background-color: #fff;
    border: 1px solid #999;
    padding: 5px;
}

.ui-dropdownchecklist-item {
    font-size: 12px;
}

.ui-state-hover {
    /*background-color: #39f;*/
}

.ui-state-disabled label {
    color: #ccc;
}

.ui-dropdownchecklist-group {
    font-weight: bold;
    font-style: italic;
}

.ui-dropdownchecklist-indent {
    padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
    vertical-align: middle;
    font-size: 0px;
}

.ui-dropdownchecklist-selector {
    padding: 1px 2px 2px 2px;
    font-size: 0px;
}

.ui-dropdownchecklist-text {
    font-size: small;
    /* line-height: 20px; */
}

.ui-dropdownchecklist-group {
    padding: 1px 2px 2px 2px;
}

.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: 0px 0px;
}

.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;
}

.table-condensed > tbody > tr > td {
vertical-align: top !important;
}
.table-condensed > tbody > tr > td:nth-child(1), .table-condensed > tbody > tr > td:nth-child(2) {
vertical-align: middle !important;
}

input {
    margin-bottom: 0px !important;
}

.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;
}
/*
    Lich lam viec cua lanh dao
    */
.titleHead, .titleHead:hover > td, .titleHead:hover > th {
    background-color: #3bb8fe !important;
}

    .titleHead td {
        color: #ffffff;
    }

.dayofweek td a {
    color: #3bb8fe;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.redtab a {
    color: #eb2121 !important;
}

.tableCalendar {
    border-left: none !important;
    border-right: none !important;
}

    .tableCalendar tr {
        border-left: none;
        border-right: none;
    }

        .tableCalendar tr td:first-child {
            border-left: none;
            /*1px solid #028BFF;*/
        }

        .tableCalendar tr td:last-child {
            border-right: none;
            /*1px solid #028BFF;*/
        }

/*.titleHead {
    border-top: none !important;
}

    .titleHead td {
        border-top: none !important;
    }

        .titleHead td:first-child {
            border-left: 1px solid #3BB8FE !important;
        }

        .titleHead td:last-child {
            border-right: 1px solid #3BB8FE !important;
        }*/


.table-responsive > .table > tbody > tr > td {
white-space:normal !important;
}

.table-lctcoquan td {
    border-top: 1px solid #ddd;
}

.table-lctcoquan td {
    border-bottom: 1px solid #ddd;
}
.back_ground {
background-color:#ceedfe;
}


.titleCQ
{
color:red !important;
}

.dnnFormMessage
{
    margin-bottom: 5px !important;
    padding: 10px !important;
}