﻿.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;
    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;
}

.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;
}

.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;
    max-width: 100% ;
    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;
}

.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;
}
.setwidthfull {
    width: 100%;
    vertical-align: central;
    text-align: left;
}

/*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 {
    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 - VanBanChuyenNganh
*/
.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;
        }

.sd_label {
    color:#0a64a4;
    line-height:20px;
}
.sd_col1 {
    color:#0a64a4;
    line-height:20px;
    min-height:25px;
    width:50px;
    float:left;
    padding-top:10px;
}
.sd_col2 {
    padding-top:10px;
    color:#0a64a4;
    line-height:20px;
    min-height:25px;
    width:75%;
    float:left;
}
.m_titleh4 {
    font-size:14px;
    font-weight:bold;    
    color:#0a64a4;
    padding:10px 0 0px 0;
    text-transform:uppercase;
}
.m_listotherlbl {
    font-size:14px;
    font-weight:bold;    
    color:#0a64a4;
    padding:15px 0 10px 0;  
}
.m_listother {
    padding:0;
    margin:0
}
.m_listother ul {
    padding-left:20px;
    margin:0
}
.m_listother ul > li {
    padding:5px 5px 5px 5px;
 }
.m_listother ul > li > a {
   color:#0a64a4;
 }
.itemlbl {
    text-align:left;
    padding:10px;
}
#maindiv #dnnDocList > h3 {
    color: #108ee5;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 5px!important;
    background-color: #fff!important;

}