/*Customize css by khanv@sfb.vn*/
.form-control-label {
    font-weight: 600;
}

td {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
   /* white-space: nowrap;*/
}

    td[role="presentation"] {
        max-width: 100%
    }


.select2 .select2-container
{
    width:100%;
}

.no-wrap {
    overflow: unset !important;
    white-space: unset !important;
}
.sidebar-label{
    color: #daecfe;
}
.btn-xs{
    padding: 0 5px;
}
.pointer {
    cursor: pointer
}
.nowrap{
    white-space: nowrap;
}
.modal-body {
    min-height: 400px;
}
ul.qq-upload-list{
    margin: 0;
}
.login-wrapper {
    padding: 20px 20px 30px;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border-radius: 5px;
}
.logo-login{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
.logo-login img{
	/*border-radius: 50%;*/
	max-width: 150px;
	height: auto;
	/*box-shadow: 1px 1px 4px #ccc;*/
}
.uppercase{
	text-transform: uppercase;
}
.signin-logo{
	margin-bottom: 20px;
}
.signin-logo img{
	max-height: 100px;
}
.br-logo img{
	max-height: 60px;
}
.br-menu-link.active,.br-menu-link.show-sub,.br-menu-link:hover{
	background-image: linear-gradient(to right, #009FE3 0%, #009FE3 100%);
}
.br-menu-link.show-sub{
    background-image: linear-gradient(to right, #009FE3 0%, #009FE3 100%);
    color: #fff;
}
.br-menu-link:hover, .br-menu-link:focus{
    background-color: #009FE3;
}
.br-menu-link.active,.br-menu-link,.br-menu-sub .sub-link{
    color: #fff;
}
    .br-menu-sub .sub-link.active {
        color: #f5ea4f;
        font-weight: bold;
    }
.br-menu-sub .sub-link.active::before {
    width: 20px;
    left: -11px;
    opacity: 1;
    background-color: #FFF;
}
.br-menu-sub .sub-link:before {
    background-color: #fff;
}
.br-menu-sub{
    background-color: rgba(248, 249, 250, 0);
}
.br-menu-item{
	border-bottom: 1px solid #3d83ca;
}
.navicon-right a{
	color: #f00;
}
.navicon-right a i{
	position: relative;
	top: 4px;
	
}
.navicon-right{
	width: auto;
	padding: 0 10px;
}
.box-notification .mg-l-0{
	width: 100%;
}
.box-notification .list-group{
	border: 1px transparent;
	background-color: transparent;
	width: 100%;
}
.box-notification .list-group > li{
	border: 0 transparent;
	border-bottom: 1px solid rgba(238, 238, 238, 0.4);
	background-color: transparent !important;
	padding: 0.75rem 0;
}
.br-header{
	background-image: linear-gradient(to right, #1079D1 0%, #0866C6 100%);
}
.navicon-left a, .br-header-right a, .navicon-left a:hover, .br-header-right a:hover, .br-header-right .dropdown.show > a {
    color: #fff;
}
.br-header-right .dropdown-menu a:hover {
    color: #333;
}
    .user-profile-nav a {
        color: #6c757d
    }
.user-profile-nav > li{
	border-bottom: 1px solid #eee;
}
.navicon-left {
    border-right: 1px solid #3d83ca;
}
.navicon-right{
	border-left: 1px solid #228ebd;
}
#div_userdonvi tr td {
    padding: 0.15rem 0.55rem
}
#lstUser option{
    padding: 3px 5px;
}
/*year picker*/
:root {
    --background-color: #fff;
    --border-color: #ccc;
    --text-color: #555;
    --selected-text-color: rgb(56, 241, 164);
    --hover-background-color: #eee;
}

.yearpicker-container {
    position: absolute;
    color: var(--text-color);
    width: 280px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    font-size: 1rem;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
    background-color: var(--background-color);
}

.yearpicker-header {
    display: flex;
    width: 100%;
    height: 2.5rem;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
    justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
    cursor: pointer;
    font-size: 2rem;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
    color: var(--selected-text-color);
}

.yearpicker-year {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.5rem;
}

.yearpicker-items {
    list-style: none;
    padding: 1rem 0.5rem;
    flex: 0 0 33.3%;
    width: 100%;
}

.yearpicker-items:hover {
    background-color: var(--hover-background-color);
    color: var(--selected-text-color);
    cursor: pointer;
}

.yearpicker-items.selected {
    color: var(--selected-text-color);
}

.hide {
    display: none;
}

.yearpicker-items.disabled {
    pointer-events: none;
    color: #bbb;
}

/*End css year*/
.table-wrapper{
	background-color: #fff;
}
table tr td, table tr th{
	border: 1px solid #eee;
}
table thead {
    background-color: #54a7f7a3;
}
table thead th {
    white-space: nowrap;
}

table thead tr th {
    text-align: center;
    vertical-align: middle;
}
/*Custom file select*/
.custom-file{
	margin: 0;
	padding: 0;
}
.custom-file .custom-file-label{
	left: 15px;
}
.custom-file .custom-file-label::after{
	content: "Chọn file";
	width: 100%;
	border-left: 0;
	text-align: center;
}

.br-footer {
    padding: 30px;
    position: relative;
}
.bg-custom {
    background: #c2eafb;
}
.icon_home span {
    position: absolute;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    background: #d00;
    border-radius: 50%;
    font-family: roboto;
    /* border: 2px solid #6ab4ff; */
    color: #fff;
    top: 0;
    right: -30%;
    display: inline-block;
    font-weight: bold;
    font-style: normal;
    padding: 0 5px;
    border-radius: 25px;
}
.icon_home {
    position: relative;
}
.icon_home i{
    height: 65px;
    width: 65px;
    display: inline-block;
    background: #009fe3 !important;
    border-radius: 50%;
    font-size: 45px;
    line-height: 65px;
    /* color: #0866c6; */
    position: relative;
}
.absolute{
    position: absolute;
}
.l-0{
    left: 0;
}
.b-0{
    bottom: 0;
}
.shine{
    position: relative;
    overflow: hidden;
}
.shine:before{
    position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.box-nhacViec .box-item .title{
    position: relative;
    z-index: 99;
}
.title_box{
    height: 35px;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.home_sidebar{
    margin: 0;
    padding: 0;
}
.home_sidebar .widget{
    margin: 0 0 20px 0;
    padding: 0;
}
.home_sidebar .widget h2{
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 3px solid #3d83ca;
    margin-bottom: 0;
}
.lstItem {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    background: #efefee;
}
.lstItem > li {
    padding: 10px 0px 10px 40px;
    border-bottom: 1px solid #dadada;
    position: relative;
}
.lstItem > li > a {
    color: #000;
    display: block;
}
.lstItem > li i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 15px;
    height: 30px;
    width: 30px;
    background: #009fe3;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}
.lstItem > li > a p{
    margin-bottom: 5px;
}
.lstItem > li > a span {
    font-size: 12px;
    color: #777;
}

/*Css calendar*/


/*Start Css list tiện ích*/
.lst_tienIch{
    background-color: #0866c6;
    margin: 0;
    padding: 0 10px;
}
    .lst_tienIch li {
        border-bottom: 1px solid #3d83ca;
        line-height: 35px;
        list-style: none;
        padding: 10px 5px 10px 35px;
        position: relative;
    }
.lst_tienIch li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.lst_tienIch li a i{
    position: absolute;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #009fe3;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
/*Css card*/
.widget-2 .card-header{
    background-color: #eee;
}
.dataTables_wrapper{
    z-index: 99;
}
.main_table {
    overflow-x: auto;
    position: relative;
    z-index: 99;
}
.table{
    min-width: fit-content;
}

/*Thông tin chi tiết văn bản - phân phối*/
.infoVanBan{
    margin: 0;
    padding: 0;
}
.infoVanBan ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.infoVanBan ul li {
    margin: 0;
    padding: 3px 0;
    display: table;
}
.infoVanBan ul li span{
    display: table-cell
}
.infoVanBan ul li span.title{
    width: 160px;
}
.infoVanBan ul li span.value{
    font-weight: bold;
}
.infoVanBan p{
    margin-bottom: 5px;
}
.selectUser select{
    width: 100%;
    overflow-y: auto;
}

.lstUser.selectUser {
    padding-right: 45px;
    background: #eee;
    border-radius: 0 3px 3px 0;
    position: relative;
}
.lstUser.selectUser a {
    position: absolute;
    right: 5px;
    top: 45%;
    text-align: center;
    font-weight: bold;
}
.lstUser.selectUser a#btnAddMulti {
    top: 25%;
}
.selectUser select option{
    padding: 5px;
}
.chosePhongBan{
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}
.chosePhongBan table{
    width: 100%;
}
.chosePhongBan table tr th, .chosePhongBan table tr td{
    padding: 3px;
}
#modalPhanPhoi .modal-footer{
    justify-content: center;
}

/*Css page trao đổi thông tin*/
.br-mainpanel.br-mailBox {
    margin-left: 290px;
}
.mail-page-title{
    display: flex;
}
.mail-page-title h1{
    margin-bottom: 0px;
}

#sendUser{
    position: relative;
}
#choseUserSend{
    background-color: beige;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99;
}
#choseUserSend span.item{
    cursor: pointer;
}
.pull-right{
    float: right;
}
#advancedSearch.active{
    display: block !important;
}
.nav-custom .nav-pills .nav-link {
    background-color: #eee;
    margin: 0 11px 0 0;
}
    .nav-custom .nav-pills .nav-link.active{
        background-color: #0866C6
    }
@media(max-width: 991px) {
    .br-pageheader {
    }
}
ul.filestyle{
    list-style: none;
    margin: 0;
    padding: 0;
}
/**/
.typeTimKiem {
    display: inline-block;
}
    .typeTimKiem > input {
        display: none;
    }
    .typeTimKiem label {
        display: inline-block;
        padding: 5px 10px;
        background: #ddd;
        font-weight: bold;
        cursor: pointer;
    }
    .typeTimKiem input:checked + label {
        background: #0d72cd;
        color: #fff;
    }

.showCVBySTT {
    border-right: 1px solid #dee2e6;
    margin-left: -15px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    width: 45px;
}
/*TreeView thêm nhóm đơn vị*/
.scroll-pane {
    background-color: #fff;
    height: 280px;
    overflow: scroll;
}
.lstDonVi.treeDonVi {
    padding-right: 55px;
    position: relative;
    background: #ddd;
    border: 1px solid #ddd;
}
.lstDonVi.treeDonVi a.SaveButton {
    position: absolute;
    right: 4px;
    top: 40%;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
}
    .lstDonVi.treeDonVi a#btnRemove, .lstDonVi.treeDonVi a#btnRemoveMulti {
        top: 54%;
    }
    .lstDonVi.treeDonVi tr{
        height: 40px;
        border: none;
    }
    .lstDonVi.treeDonVi tr td{
        border: none;
    }
    /*Button confirm*/
    .btn.swal2-styled {
        height: 34px !important;
        padding: 0 0.75rem !important;
        line-height: 34px !important;
    }


.selectCaNhan.selectUser {
    padding-right: 50px;
    background: #eee;
    position: relative;
}
    .selectCaNhan.selectUser > a {
        position: absolute;
        right: 7px;
        top: 40%;
    }
        .selectCaNhan.selectUser > a:last-child {
            top: 54%;
            color: #fff;
        }
        .selectCaNhan.selectUser > a > i {
            color: #fff;
        }



/*Css upload file*/
#listFileAttach{
    margin: 0;
    padding: 0;
}
    #listFileAttach li {
        background-color: #eee;
        border-radius: 3px;
        display: inline-block;
        padding: 3px 10px;
        list-style: none;
        margin: 5px 15px 5px 0px;
    }
        #listFileAttach li span a {
            color: #222;
            font-size: 13px;
            font-weight: bold;
            margin-right: 5px;
        }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.row__detail__VB--item {
    flex-basis: 50%;
    align-items: stretch;
}
    .row__detail__VB--item .item__left {
        background-color: #f8f8f8;
        flex: 0 0 200px;
        padding: 10px;
    }
    .row__detail__VB--item .item__right {
        padding: 10px;
        flex: 1;
    }
    .row__detail__VB--item label{
        margin-bottom: 0px;
    }
.flex-basic-100{
    flex-basis: 100% !important;
}





/*Trao đổi trong chi tiết văn bản*/
.formTraoDoi .listComment{
    min-height: 400px;
    max-height: 600px;
    overflow: auto;
}
#boxComment {
    display: flex;
    gap: 10px;
    padding-top: 15px;
}
.left.avatar i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #eee;
    border-radius: 3px;
}
#boxText {
    flex: 1;
}
    #boxText textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 5px;
    }

.UFIComponent {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
}
.UFIImageBlockImage i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    text-align: center;
    background: #eee;
    font-size: 14px;
}
UFICommentBody { font-size:13px;
}
.UFIRow a {
    color: #3B5998 !important;
    cursor: pointer;
    text-decoration: none;
    padding-right: 4px;
}
.UFICommentActorName {
    font-weight: bold;
}
.UFICommentActions {
    clear: both;
    padding-top: 2px;
}
span.timestamp {
    color: #9197A3;
}
.UFIImageBlockImage{
    display: block;
}
.UFICommentActions a, .UFICommentActions .timestamp {
    font-size: 12px;
}
.UFIReplyList {
    background-color: transparent;
    margin-top: -10px;
    padding: 8px 12px 6px 20px;
}
    .UFIReplyList .UFIRow {
        border-bottom: 0px none;
        border-top: 0px none;
        padding: 4px;
        margin-top: 0px;
    }
.UFIReplySocialSentenceRow {
    line-height: 20px;
}
.UFIReplyList .UFIImageBlockImage i {
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    background: transparent;
}
.UFIShareLink{
    display: flex;
    gap: 5px;
}
.UFIImageBlockContent{
    flex: 1;
}
.UFIInputContainer {
    position: relative;
}
.reply-to-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #EEE;
    border: 1px solid #DDD;
    margin-right: .5em;
    line-height: 1.4em;
    padding: 0 .5em;
    font-size: .9em;
    color: #337AB7 !important;
    font-weight: bold;
}
.UFIReplyList .UFIImageBlockImage i.fa.fa-user {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    background: #eee;
    font-size: 14px;
}

.login_left{
    display: flex;
}


@media(max-width: 1200px) {
    .contentSearchXLCV{
        position: relative;
    }
        .contentSearchXLCV .left {
            width: 280px;
            position: absolute;
            left: -280px;
        }
        .contentSearchXLCV.show .left {
            left: 0;
            transition: .4s;
        }
        .contentSearchXLCV.show .right {
            left: 265px;
            transition: .4s;
        }
}


@media(max-width: 991px){
    .br-pageheader{
        display: block
    }
    .br-mainpanel.br-mailBox {
        margin-left: 0px;
    }
    .search-mailBox .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .search-mailBox .row div[class*=col-]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .email .br-subleft, .email.collapsed-menu .br-subleft{
        left: -230px;
    }
    .br-pagetitle #showMailBoxLeft{
        margin-right: 15px;
        text-align: center;
    }
    .email.show-mb-left .br-subleft, .email.collapsed-menu.show-mb-left .br-subleft {
        left: 0;
    }
    .email.show-mb-left .br-mainpanel.br-mailBox {
        transform: translateX(230px);
    }
    .show-mailbox-left{
        height: 30px;
    }
    .row__detail__VB--item {
        flex-basis: 100%;
        align-items: stretch;
    }
}

@media(max-width: 768px){
    .login_left{
        display: none;
    }
    .box-nhacViec .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-nhacViec .row div[class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }
    .box-nhacViec .box-item{
        padding: 15px 0 5px;
    }
    .box-nhacViec .box-item .icon_home i {
        height: 40px;
        width: 40px;
        display: inline-block;
        background: #009fe3 !important;
        border-radius: 50%;
        font-size: 26px;
        line-height: 40px;
        color: #fff;
        position: relative;
    }
    .box-nhacViec .box-item .icon_home span {
        position: absolute;
        font-size: 12px;
        text-align: center;
        line-height: 14px;
        background: #d00;
        font-family: roboto;
        border: 1px solid #d00;
        color: #fff;
        top: 0;
        right: -30%;
        display: inline-block;
        font-weight: bold;
        font-style: normal;
        padding: 0 3px;
        border-radius: 15px;
    }
    .box-nhacViec .box-item .title_box {
        height: 35px;
        font-size: 12px;
    }
    
}

@media(max-width: 518px) {

    .pager-right{
        display:none;
    }
}

@media screen and (min-width: 328px) {
    .tenDangNhap {
        display: inline-block !important;
    }
}
@media screen and (min-width: 423px) {
    .tenPB {
        display: inline-block !important;
    }
}

/*@media (min-width: 375px) {
    .lbl {
        text-align: left !important;
    }
}

@media  (max-width: 359px) {
    .lbl {
        text-align: right !important;
    }
}*/ 
