﻿.congbao_home {
    width: 100%;
    padding: 0px 0px 15px 15px;
    display: inline-block;
   
}
    .congbao_home .menu_socongbao,
    .congbao_home .menu_socongbao * {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    html .congbao_home .menu_socongbao .panel:nth-child(1),
    html .congbao_home .menu_socongbao .panel:nth-child(2),
    html .congbao_home .menu_socongbao .panel:nth-child(3),
    html .congbao_home .menu_socongbao .panel:nth-child(4) {
        display: block;
    }
    html .congbao_home .menu_socongbao .panel
    {
        display:none;
    }
html .congbao_home .menu_socongbao.show_all .panel {
    display: block;
}
    /*@media(max-width:992px) {
        .congbao_home .content_congbao_home {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top:15px;
    }
    .TopPaneRight_Banner > div.col-md-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}*/
.show-more:hover {
    cursor: pointer;
    color: #c52133;
}
.show-more {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #f7bd44;
}
    .show-more i {
        font-size: 24px;
        top: 3px;
        position: relative;
        margin-left: 10px;
    }

.menu_socongbao, .container_home {
    margin: 0px auto;
    background: #fff;
    border-radius: 2px;
    padding: 0px !important;
    /* border: 1px solid #eee; */
    box-shadow: -2px 2px 4px #bbb;
}

html .menu_socongbao .panel.panel-menu {
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 0px !important;
    border-radius: 0px;
    padding-top: 0px;
    box-shadow: none !important;
}

    .congbao_home .container_home {
        padding: 15px !important;
    }

.menu_socongbao .title {
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    background: #f5f5f5;
    background: linear-gradient(60deg,#ffffff,#ffffff);
    color: #c52133;
    /* text-shadow: -2px 4px 4px #7d0000; */
    background-color: white;
}
    .menu_socongbao .title a {
        padding: 9px;
        color: #c52133;
        width: 100%;
        position: relative;
        display: inline-block;
        text-align:left;
        padding-left: 20px;
    }
        .menu_socongbao .title a[aria-expanded="true"] {
            background: #c52133;
            color:#fff;
        }
            .menu_socongbao .title a[aria-expanded="true"]:before {
                font-family: IcoFont !important;
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                white-space: nowrap;
                word-wrap: normal;
                direction: ltr;
                line-height: 1;
                -webkit-font-feature-settings: "liga";
                -webkit-font-smoothing: antialiased;
                content: "\eacb";
                width: 20px;
                height: 20px;
                display: block;
                position: relative;
                float: right;
                top: 1px;
                font-size: 20px;
            }
            .menu_socongbao .title a:before {
                font-family: IcoFont !important;
                speak: none;
                font-style: normal;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                white-space: nowrap;
                word-wrap: normal;
                direction: ltr;
                line-height: 1;
                -webkit-font-feature-settings: "liga";
                -webkit-font-smoothing: antialiased;
                content: "\eac8";
                width: 20px;
                height: 20px;
                display: block;
                position: relative;
                float: right;
                top: 1px;
                font-size: 20px;
            }

            .menu_socongbao .title:hover,
            .socongbao_item_container .socongbao_item a:hover {
                cursor: pointer;
            }

.socongbao_item_container .socongbao_item {
    padding: 9px 9px 9px 30px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

    .socongbao_item_container .socongbao_item a {
        font-size: 14px;
        color: #000;
    }

        .socongbao_item_container .socongbao_item.selected a,
        .socongbao_item_container .socongbao_item a:hover {
            color: #dd0606;
        }

#ModalNamCongBao modal-header {
    border-bottom: 0px;
}

#ModalNamCongBao .modal-body {
    padding: 0px 20px 0px 20px;
}

#ModalNamCongBao .modal-footer {
    border-top: 0px;
    padding: 20px;
}

#ModalNamCongBao .modal-header .modal-title {
    border-radius: 3px;
    background: #dd0606;
    background: linear-gradient(60deg,#e43333,#dd0606);
    padding: 15px;
    margin-top: -40px;
    margin-right: 15px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: -2px 4px 4px #7d0000;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(219, 38, 27, 0.44);
}

.namcongbao_item_container .namcongbao_item {
    padding: 9px 9px 9px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

    .namcongbao_item_container .namcongbao_item a {
        font-size: 14px;
        color: #000;
    }

        .namcongbao_item_container .namcongbao_item.selected a,
        .namcongbao_item_container .namcongbao_item a:hover {
            color: #dd0606;
        }

.form-group {
    margin-bottom: 7px !important;
}
/*
    BUTTON
*/

.button {
    position: relative;
    padding: 9px 13px;
    margin: .3125rem 1px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}
    .button > span {
        font-size: 13px;
    }
    .button:hover,
    .button:active,
    .button:focus {
        color: #fff;
        background: #737373 ;
        text-shadow: none;
    }
.box-search .button {
    padding: 7px 13px;
}
.button {
    color: #fff;
    background-color: #999;
    border-color: #999;
    box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14), 0 3px 1px -2px hsla(0,0%,60%,.2), 0 1px 5px 0 hsla(0,0%,60%,.12);
}

    .button.button-red {
        color: #fff;
        background-color: #e01b1b;
        border-color: #c30606;
        box-shadow: 0 2px 2px 0 rgba(233,30,99,.14), 0 3px 1px -2px rgba(233,30,99,.2), 0 1px 5px 0 rgba(233,30,99,.12);
    }

    .button:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .button.button-red:active, .button.button-red:focus, .button.button-red:hover {
        box-shadow: 0 14px 26px -12px rgba(233,30,99,.14),0 4px 23px 0 rgba(233,30,99,.2),0 8px 10px -5px rgba(233,30,99,.12);
    }

        .button.button-yellow {
            color: #fff;
            background-color: #f8be42;
            border-color: #f8bf46;
            box-shadow: 0 2px 2px 0 rgba(248, 190, 66, 0.14), 0 3px 1px -2px rgba(248, 190, 66, 0.2), 0 1px 5px 0 rgba(248, 190, 66, 0.12);
        }
            .button.button-yellow:active, .button.button-yellow:focus, .button.button-yellow:hover {
                box-shadow: 0 14px 26px -12px rgba(248, 190, 66,.14),0 4px 23px 0 rgba(248, 190, 66,.2),0 8px 10px -5px rgba(248, 190, 66,.12);
            }

.btn-group.btn-group-custom {
    background: white;
    border-radius: 4px 4px 0px 0px;
    width: auto;
    padding-top: 10px;
    display: inline-block;
    margin-bottom: 0px;
}

    .btn-group.btn-group-custom li {
        float: left;
        position: relative;
    }

    .btn-group.btn-group-custom > li:first-child > a.btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group.btn-group-custom > li:last-child > a.btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group.btn-group-custom li a.btn {
        border: 1px solid #db261b;
        color: #db261b;
        text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    }

        .btn-group.btn-group-custom li a.btn:hover,
        .btn-group.btn-group-custom li a.btn:active,
        .btn-group.btn-group-custom li.active a.btn {
            background: #db261b;
            color: white;
            box-shadow: 0 10px 30px -12px rgba(146, 0, 0, 0.42), 0 4px 25px 0px rgba(146, 0, 0, 0.12), 0 8px 10px -5px rgba(146, 0, 0, 0.2) !important;
        }

        .btn-group.btn-group-custom li a.btn:hover {
            background: #e05249;
        }

    .btn-group.btn-group-custom li.active a.btn {
        background: #db261b;
    }
/*@media(max-width:400px) 
{
    .btn-group.btn-group-custom li.active a.btn {
        padding: 8px 8px;
    }
}
@media(max-width:992px) {
    .congbao_home .content_congbao_home {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 15px;
    }

    .TopPaneRight_Banner > div.col-md-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }*/
}

html .form-control {
    height: 35px;
    padding: 7px 12px;
}
html textarea.form-control {
    height: auto;
}
html .form-control {
    background-color: #fff;
}
    html .form-control.requirements {
        background-color: #fff5f5;
    }
/*

    DANH SACH CONG BAO

*/
#danhsachcongbao, #vbhethieuluc {
    padding-left: 17px;
    padding-top: 15px;
}

  .form-search.form-group {
        display: inline-block;
    }

    .form-search.form-group .input-group {
        width: calc(100% - 51px)
    }
   .form-search.form-group .button {
            display: inline-block;
            margin-top: 0px;
            margin-bottom: 2px;
            margin-left: 10px;
        }
.form-control.yellow {
    border: 1px solid #f8be43;
}
.input-group-addon.yellow {
    background-color: #f8be42;
    border: 1px solid #f8bf46;
}
.input-group-addon.yellow,
.input-group-addon.yellow *
{
    color:white;
}
.text_yellow {
    font-weight: bold;
    color: #f6ba39;
}
.text_red {
    font-weight: bold;
    color: #e01b1b;
}

/*
    grid-data
*/
.grid-data .title {
    font-weight: bold;
    padding-bottom:10px;
}
.grid-data .row-data {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header_loaivanban div {
    text-align: center;
    font-size: 22px;
    color: #ffae00;
    font-weight: bold;
    text-shadow: -2px 4px 4px #d4d4d4;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 30px;
}
.header_coquan div {
    text-align: center;
    font-size: 20px;
    color: #2f2f2f;
    text-shadow: -2px 4px 4px #d4d4d4;
    padding: 15px;
    text-transform: uppercase;
}

/*Rad datime picker*/

/*#siteWrapper .RadPicker table.rcTable,*/
#siteWrapper .form-timkiem .RadPicker table.rcTable tr td:nth-child(2) {
    background: #f8be42;
    border-radius: 0px 5px 4px 0px;
}
#siteWrapper  .RadPicker table.rcTable tr td:nth-child(2) {
    background: #999999;
    border-radius: 0px 5px 4px 0px;
}
#siteWrapper  .RadPicker .rcCalPopup,
#siteWrapper  .RadPicker .rcTimePopup {
    width: 34px;
    height: 27px;
}
#siteWrapper .form-timkiem .RadPicker_Default .riTextBox {
    padding: 6px !important;
    font-size: 13px;
    border: 1px solid #f8be42;
    color: #0e0e0e;
    border-radius: 4px 0px 0px 4px;
    height: 35px !important;
}
#siteWrapper .RadPicker_Default .riTextBox {
    padding: 6px !important;
    font-size: 14px;
    border: 1px solid #c9c9c9;
    color: #0e0e0e;
    border-radius: 4px 0px 0px 4px;
    height: 35px !important;
}
#siteWrapper  .RadPicker_Default .rcCalPopup {
    background-image: url(../../../../../../images/datepicker2.png);
}
.RadPicker.RadPicker_Default.requirements .riTextBox {
    background: #fff5f5;
}
.requirements .chosen-container-single .chosen-single {
    background: #fff5f5;
}
.file-chose .urlControl {
    padding: 8px 1px 0px 0px;
    background-color: #ffffff;
}
    .file-chose.requirements .urlControl select, .file-chose.requirements .urlControl input {
        background: #fff5f5;
    }
.file-chose .dnnSecondaryAction {
    color: #fff;
    background: #999 !important;
    border-color: #999;
    box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14), 0 3px 1px -2px hsla(0,0%,60%,.2), 0 1px 5px 0 hsla(0,0%,60%,.12);
    position: relative;
    padding: 9px 13px;
    margin: .3125rem 1px;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 3px;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
    text-shadow:none;
}
    .file-chose .dnnSecondaryAction:hover,
    .file-chose .dnnSecondaryAction:active,
    .file-chose .dnnSecondaryAction:focus {
        color: #fff;
        background: #737373 !important;
        text-shadow:none;
    }
    a.ico-yellow {
        color: #f8be42;
    }
    a.ico-red {
        color: #e01b1b;
    }
a.ico-green {
    color: forestgreen;
    font-size: 20px
}
#siteWrapper .RadCalendar.RadCalendar_Default {
    padding: 0px 8px 8px 8px;
}
.RadCalendar.RadCalendar_Default caption {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*Loading Ajax css*/
#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

#theprogress {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 48%;
}

    #modalprogress img {
        width: 40px;
    }

/*.riTextBox {
    border-color: #f8bf46;
}*/
/*


.chzn-container
{
    position:relative;
}
    .chzn-container
    .chzn-drop {
        z-index: 9999;
        background: #fff;
        border: 1px solid #eee;
        padding: 5px;
        box-shadow: -2px 2px 4px #a5a5a5;
        position: absolute;
        display:none;
    }
        .chzn-container
        .chzn-drop .chzn-search [type="text"] {
            width: 100%;
            width: 100% !important;
        }
        .chzn-container-active.chzn-container
        .chzn-drop {
            display: block;
        }*/
.nav.nav-tabs.tab-custom
{

}
.nav.nav-tabs.tab-custom .nav-link
{
    font-size:14px;
}
/*@media(max-width:992px)
{

    .nav.nav-tabs.tab-custom .nav-link {
        padding: 7px 6px;
    }
    
}*/
.nav-tabs.tab-custom > li.active > a,
.nav-tabs.tab-custom > li.active > a:hover,
.nav-tabs.tab-custom > li.active > a:focus {
    color: #ffffff;
    background-color: #ce1126;
    border: 1px solid #cc1226;
}
.nav-tabs.tab-custom > li > a {
    background: #999;
    color: #fff;
    border: 1px solid #868686;
}
    .nav-tabs.tab-custom > li > a:hover,
    .nav-tabs.tab-custom > li > a:focus {
        color: #ffffff;
        background-color: #737373;
        border: 1px solid #737373;
    }
.tab-content.tab-custom-content {
    padding: 15px;
    border: 1px solid #eee;
}

/*Khanh*/

.chkGroup {
    margin-top: 10px;
}

input[type=radio], input[type=checkbox] {
    margin-right: 10px;
}

.form label {
    margin-bottom: 0px;
}
.icofont-download
{
  color:red;
}
.nav-link .icofont-download
{
    color:#fff
}
/*end*/
@media(max-width:992px) {
    .btn-group.btn-group-custom
    {
        margin-left:0px;
    }
    .form-search.form-group .input-group {
        width: calc(100% - 53px);
    }
    .buttonnangcao
    {
        width:auto !important;
    }
        /*.buttonnangcao .textTKNC,
        .buttonnangcao span {
            display: none;
        }*/

    .form-search .input-group .input-group-addon .textTKNC {
        display:none;
    }
    #danhsachcongbao, #vbhethieuluc {
        padding-left: 0px;
    }
    .content_tab {
        padding-left: 0px !important;
    }
}

html .RadDropDownTree_Default .rddtInner {
    height: 35px;
    line-height: 35px;
    background: #ffff;
    border: 1px solid #cccccc;
}
html .form-timkiem .RadDropDownTree_Default .rddtInner {
    border: 1px solid #f8be42;
}
html .RadDropDownTree_Default .rddtEmptyMessage,
html .RadDropDownTree_Default .rddtEmptyMessage:hover {
    font-style: normal;
    color: #444;
}
html .RadDropDownTree .rddtIcon {
    top: 8px;
}
html .RadDropDownTree_Default.requirements .rddtInner {
    background: #fff5f5;
}

.wrapper_scroller {
    max-width: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}
    .wrapper_scroller .has_table
    {
        min-width:800px;
    }
.box-body {  
    /*height: 500px;
    overflow: auto;*/
    width: 100%;
}
.btn-red {
    background-color: #f6b62d;
    border-radius: 20px;
    color: #FFF;
    margin-left: 3px;
    width:80px;
    font-family:Tahoma;
    margin-bottom:15px;
    /*margin-top: -15px;*/
}
    .btn-red:hover {
        /*color: #ce1126;*/
        color:#FFF;
    }
@media (max-width: 630px) {
    .btn-group.btn-group-custom li {
        float: none;
        margin-top: 5px;
    }
    .btn-group.btn-group-custom > li > a.btn {
        border-radius: 2px !important;
        border: 1px solid !important;
    }
}
.form-search .input-group a {
    background-color: #e01b1b;
    color: #FFF;   
}
.form-control.brred {
    border: 1px solid #e01b1b;
}
.input-group-addon.btnred {
    background-color: #e01b1b;
    border: 1px solid #e01b1b;
}
/*.form-search .input-group a:hover {
    color: #FFF;
}*/
.form-search .input-group a span {
  font-size:13px;
}
.form-search .button {
    border: 1px solid #f8be42;
   
}
