﻿.nodata {
    color:red;
    text-align:center;
}

.pagerArea {
    vertical-align:middle;
    margin-top:10px;
}

.pull-left {
    float:left;
}

.funcList {
    background-color: #b5b9c1;
    text-align: center;
    color: black;
}

.funcList a:link, a:visited, a:active {
    color:black;
}

.funcList li {
    margin-right: 20px;
}

.page_normal { }
.page_enabled, .page_disabled, .page_selected
{
    display: inline-block;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1f8cde;
    /*padding: 2px 5px 2px 5px;*/
}
.page_enabled
{
    background-color: #ceedff;
    color: #1f8cde !important;
}
.page_disabled
{
    background-color: #eee;
    color: #000 !important;
    border: 1px solid #eee;
}
.page_selected {
    background-color: #1f8cde;
    color: #fff !important;
}

.dnnFormRequired {
    border-left: 5px solid #FF0000;
    padding-left: 0.5em;
}

input.dnnFormRequired, textarea.dnnFormRequired, select.dnnFormRequired {
    border-left: 5px solid #FF0000;
    margin-left:-5px;
}

.dnnFormItem.dnnFormHelp p.dnnFormRequired span {
    border-left: 5px solid #FF0000;
    padding-left: 0.5em;
}

.dnnForm input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired {
    border-left: 5px solid #FF0000;
    margin-left:-5px;
}

.formCMS input.dnnFormRequired, .dnnForm textarea.dnnFormRequired, .dnnForm select.dnnFormRequired {
    border-left: 5px solid #FF0000;
    margin-left:-5px;
}

.dnnFormMessage {
    background: none repeat scroll 0 0 rgba(2, 139, 255, 0.15);
    border: 1px solid rgba(2, 139, 255, 0.2);
    border-radius: 3px;
    display: block;
    margin-bottom: 0px !important;
    max-width: 100%;
    padding: 0px 0px !important;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    left: 55%;
    position: absolute;
    /*top: 10px;*/
    z-index: 9999;
}

.table td span.dnnFormMessage.dnnFormError {
    left: 55%;
    position: absolute;
    /*top: 10px;*/
    z-index: 9999;
}

.table th {
    /*border-bottom : 0px !important;
    border-top: solid 1px #eee !important;*/
}

.table td, th {
    /*padding:0px 5px 5px 5px;
    vertical-align:middle;*/
}

.MultiFile-label {
    clear:both;
    display:block;
    text-align:left;
}

.SettingLabel {
    width:25%; vertical-align:top;
}

.SettingContent {
    width:75%; vertical-align:top;
}

#FilterPeriodicReportResult {
    width:100%;
}

/*h2.c_title .TitleHead {
    font-size:18px;
    color:#d92622;
    font-weight:bold;
    text-transform:uppercase;
}*/
.filter-table {
    /*background-color:#ceedfe;
    padding:15px;
    border-radius:0px;*/
    /*margin-bottom:10px;*/
}
.filter-table fieldset {
    margin-bottom:0;
}
.filter-table .title_head h2 a {
    color:#1e8dde;
    font-size:14px;
    text-decoration:none;
    font-weight:bold;
}


.filter_head tr td {
    border:0px solid #c1ccd6 !important;
}

 input[type="text"], select {
    /*padding: 3px 5px !important;
    width: 100% !important;
    margin:0 3px 10px;
    background:#fff;*/
}
.filter_head td {
    text-align:right;
    font-size:14px;
}
.title_head1 {
    background-color:#d92526;
    padding:0px 15px 3px;
    margin-bottom:10px;
}
.title_head1 h2 {
    margin:0;
}
.title_head1 h2 a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
.title_head2 h2 {
    background-color:#d92526;
    padding:0px 15px 3px;
    margin-bottom:10px;
}
.title_head2 h2 a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
.title_head3 h2 {
    background-color:#d92526;
    padding:0px 15px 3px;
    margin-bottom:10px;
    margin-top:10px;
}
.title_head3 h2 a {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
/*
.dnnForm tr th {
    background-color:#ceedff;
    color:#000;
    font-weight:bold;
    font-size:14px;
    border:1px solid #c1ccd6;
    padding:5px;
}
.dnnForm tr td {
    font-size:14px;
    border:1px solid #c1ccd6;
    padding:5px;
}
.dnnForm tr td a:hover {
    color:#259fe2;
    text-decoration:none;
}*/
.reportlist h4 {
    font-size:14px;
    color:#fff;
    font-weight:bold;
    background-color:#3cb8fe;
    margin:10px 0 0;
    padding:5px;
}

.numericalOrder {
    width: 5%;
    vertical-align: central;
    text-align: center;
}

.periodicName {
    width: 30%;
    vertical-align: central;
    text-align: left;
}

.periodicCode {
    width: 15%;
    vertical-align: central;
    text-align: left;
}

.periodicType {
    width: 15%;
    vertical-align: central;
    text-align: left;
}

.isShared {
    width: 10%;
    vertical-align: central;
    text-align: left;
}

.status {
    width: 10%;
    vertical-align: central;
    text-align: center;
}

.editPeriodicReport {
    width: 5%;
    vertical-align: central;
    text-align: center;
}

.deletePeriodicReport {
    width: 5%;
    vertical-align: central;
    text-align: center;
}

.selectPeriodicReport {
    width: 5%;
    vertical-align: central;
    text-align: center;
}


.reportTitle {
    width: 30%;
    vertical-align: central;
    text-align: left;
}

.periodic 
{
    width: 25%;
    vertical-align: central;
    text-align: left;
}

.periodicOrder {
    width: 15%;
    vertical-align: central;
    text-align: center;
}

.reportStatus {
    width: 15%;
    vertical-align: central;
    text-align: left;
}

.editReport {
    width: 5%;
    vertical-align: central;
    text-align: center;
}

.deleteReport{
    width: 5%;
    vertical-align: central;
    text-align: center;
}

.selectReport{
    width: 5%;
    vertical-align: central;
    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;
    font-weight: normal;
}
.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;
}

/*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 {
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    background:url("Images/down-icn.png") no-repeat right 50%;
}

.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: 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;
}

.dnnPrimaryAction.button_red {
    background: #eb2121 !important;
}
.dnnPrimaryAction.button_red:hover {
    background: #eb2121 !important;
}

/*-----------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;
}

/*-----------End Form cập nhật-----------
---------------------------------*/

/* FontAll.ascx */
.frontTabs
{
    width: 100%;
}
    .frontTabs ul {
        width: 100% !important;
    }
    .frontTabs ul > li {
         width: 25%;
    }
        /*.frontTabs ul > li:first-child a {
            background-color: red;
        }*/
        .frontTabs ul > li:last-child{
            margin-right: 0px;
            width: 50% !important;
        }

            .frontTabs ul > li:last-child > a {
                margin-right: 0px;
            }

        .frontTabs ul > li > a {
            padding-top: 8px; padding-bottom: 3px; padding-left: 15px !important;
            margin-right: 5px;
            background-color: #6bc0ff;
            border-top-right-radius: 0.6em; border-top-left-radius: 0.5em;
            font-size: 14px; font-weight: 500; color: #fff;
            text-decoration: none;
        }
            .frontTabs ul > li > a.selected {
                background-color: #1f8cde !important;
            }
/*
    Module - ThongTinDuAn
*/
.tabs
{
    width: 100%;
}

    .tabs ul > li {
         
    }
        .tabs ul > li:last-child a{
            padding: 8px 85px 3px 10px !important;
            margin-right: 0px;
        }
        .tabs ul > li > a {
            padding: 8px 65px 3px 10px !important;
            margin-right: 5px;
            background-color: #6bc0ff;
            border-top-right-radius: 0.6em; border-top-left-radius: 0.5em;
            font-size: 13px; font-weight: 500; color: #fff;
            text-decoration: none;
            
        }
            .tabs ul > li > a.selected {
                background-color: #1f8cde !important;
            }
.menuBreak {
    width: 100%; height: 6px; background-color: #1f8cde;
}

.no-border {
    border: solid 1px #eee !important;
    width: 100%;
}

    .no-border thead tr th {
        height: 50px;
    }

    .no-border tbody tr td {
        border: 0px;
        vertical-align: top;
    }

        .no-border tbody tr td:nth-child(2) {
            margin-right: 10px;
        }


.group-table-button .icon-function.icon-function-detail {
    background: url(/DesktopModules/ThongTinDuAn/images/icon_detail.svg) no-repeat;
}