
.toggle-checkbox {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.toggle-checkbox:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggle-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}
.toggle-checkbox span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}

.cbx-checkbox:checked + .toggle-checkbox:before {
  background: #947ADA;
}
.cbx-checkbox:checked + .toggle-checkbox span {
  background: #4F2EDC;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.cbx-checkbox:checked + .toggle-checkbox span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}

.radio-green
{
	--color-radio: #1abc9c;
}
.radio-blue{
	--color-radio: #3498db;
}
.radio-violet{
	--color-radio: #9588b2;
}
.radio-red{
	--color-radio: #dd4b39;
}
.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  font-size: 13px;
  margin: 1px !important;
}
.radio .label {
  position: relative;
  display: block !important;
  float: left;
  width: 16px;
  height: 16px;
  border: 2px solid #dedede;
  margin: 0px;    margin-top: 0px;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background:var(--color-radio);
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
  transform: scale(3.6);
}
input[type="checkbox"]:checked + .label {
  border-color: var(--color-radio);
}
input[type="checkbox"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.hidden {
  display: none;
}
.radio-green {
	--color-radio: #1abc9c;
}

.radio-blue {
	--color-radio: #337ab7;
}

.radio-violet {
	--color-radio: #9588b2;
}

.radio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 13px;
	margin: 1px;
}

.radio .label {
	position: relative;
	display: block !important;
	float: left;
	  width: 16px;
	  height: 16px;
	border: 2px solid #dedede;
	margin: 10px;
	margin-top: 2px;
	border-radius: 100%;
	margin-left:0px;
	-webkit-tap-highlight-color: transparent;
}

.radio .label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: var(--color-radio);
	transform: scale(0);
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}

.radio:hover .label:after {
	transform: scale(3.6);
}

input[type="checkbox"]:checked+.label {
	border-color: var(--color-radio);
}

input[type="checkbox"]:checked+.label:after {
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}

.hidden {
	display: none;
}

.areaLineBreak{
	width: 100%;
	font-family: inherit;
	white-space: pre-line;
	font-weight: 600;										
}

.display-none{
	display: none;
}
.cssInfoGroup{
	background-color: ghostwhite !important;
	height: 19px !important;
	font-weight: bold;
	padding-left: 10px;
}

.searchByHsvb{
	margin-top: 8px;
}
.soLuongVanBan{
	float: right;
	background-color: #D14836;
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}
.divLocHsvb{
	box-shadow: 7px 7px 13px #444;	
}
.hsvbFilter{
	font-size: 12px;
	font-family: Verdana,Arial,sans-seri; 
}
.taskIcon{
	background-image: url("../images/hcdt_task.png");
	background-repeat:no-repeat;
	height: 23px;
	width: 23px;
}

.taskIconWhite{
	background-image: url("../images/hcdt_task_white.png");
	background-repeat:no-repeat;
	height: 23px;
	width: 23px;
}

.rotateTask{
	width: 23px;
	height: 23px;
	background: #ffffff;/*BACKGROUND*/
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); 
	-moz-transform:rotate(45deg); 
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	box-shadow: -1px -1px 10px 0px rgba(0,0,0,0.6);
	margin: 8px 6px 0px;
	float: right;
	border: 1px solid #888; 
	position: absolute;
	right: 0px;
	top: -21px;
}

.taskIcon:hover{
	background-image: url("../images/hcdt_task_white.png");
}
/*Lỗi vở giao diện khi tag dữ liệu dài*/
.tag pre{
	white-space: pre-line;
}
/*LTBAO ROW SELECT*/
/* label:hover{
	color: #0014D1;
	cursor: pointer;
} */
.rowHover a{
	font-weight: bold !important;
}
.rowHover:hover label, .rowHover:hover a, .rowHover:hover span {
	color: #0014D1 !important;
}
.selectCheckLabel{
	cursor: pointer;
	margin: 4px 10px;
}

.selectRadioCursor label{
	cursor: pointer;
}
.selectRadioCursor label:hover{
	color: #0014D1;
}
.boldLink a{
	/* font-weight: bold !important; */
}
.boldLink a:hover{
	color: #0014D1 !important;
}
.bcLink a:hover{
	color: #0014D1 !important;
}
input[type="checkbox"]{
	cursor: pointer;
} 
/*END ROW SELECT*/
.tableGopY{
	border-bottom: 1px solid #ccc;
}
/*LTBAO display line break*/
.areaLineBreak{
	width: 100%;font-family:inherit; white-space: pre-line;    word-break: break-word;
}
.portlet-msg-error{
	clear: both;
}
/*CSS riêng cho chức năng xử lý*/
.pnlXuLyRight .ui-tabset .ui-tabs-nav div em{
	padding: 0.5em 0.6em !important;
}

.pnlXuLyRight ul.yui-nav{
	padding: 0.2em 0.2em 0 30px !important;
}
.dropDownArrowBtn{
	cursor: pointer;
}
.listBtn{
	text-align: left;
	min-width: 120px;
	position: absolute;
	top: 35px;
	right: -3px;
	background-color: white;
	display: none;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 2px 4px 7px #888888;
}
.listBtn li{
	list-style: none;
}
.listBtn li:nth-child(1){
	list-style-image: url("../images/link.png");
	font-weight: bold;
	color: black;
}
.listBtn li:nth-child(2){
	list-style-image: url("../images/folder-add.png");
	font-weight: bold;
	color: black;
	margin-left: 3px;
}
.listFileStyle{
	width: 100%;
	margin: 0px;
}
.listFileStyle li, .dsFileDinhKem li{
    list-style: none;
    position: relative;
    padding: 3px 3px 3px 3px;
    line-height: 20px;
    background: #f1f1f1;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    margin-bottom: 4px;
}
.dsFileDinhKem li{
	padding-right: 45px !important;
}
.listFileStyle li input,.dsFileDinhKem li input{
    position: absolute;
    right: 3px;
    margin: 0px;
    padding: 0px;
    top: 1px;
    color: #f00;
    font-size: 15px;
}
.dsFileDinhKem li input.btnDownload{
	right: 15px;
	top: 3px;
}
.listFileStyle li a, .dsFileDinhKem li a{
	font-weight: bold;
	font-size: 11px;
	display: block;
}
/* .listFileStyle li ~ a:before,.dsFileDinhKem li ~ a:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c6";
    margin-right: 3px;
} */

.dsFileDinhKem li a.btnDownload{
	position: absolute;
    right: 15px;
}

.resourceDiv{
	padding-bottom: 0px !important;
	margin-top: 1px !important;
	word-break: break-all;
}
.delColumn .ui-header-column{
	margin: 0px;
	padding: 2px !important;
}
.expand{
	display: none;
}
.marginBoth{
	margin-left:2px !important; 
	margin-right:2px !important;
	word-break:break-all;
}
.cssMa .iceCmdLnk{
	color: #6C6C6C;
}
.ui-datatable-scroll-x{
	overflow-x: hidden !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000000;
}
.xuLyVanBan table tr:empty{
	display: none;
}
.hideHeaderFilter table tr th .ui-column-filter{
	display: none;	
}

.inputDisable{
	background-color: white;
}
/*LTBAO table without border*/
.tableNoLine tr td{
	border: none !important;
}
/*LTBAO CSS GREEN BUTTON*/
.custom_dataTable th{
	background: #eeeeee !important;
	font-size: 11px;
}
.greenBtn
{
	-moz-user-select: none;
	border-radius: 2px 2px 2px 2px;
	background-color: #07bb13 !important;
	background-image: none!important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
	text-shadow: 1px 0px #07bb13  !important;
}
.greenBtn:hover
{
    border: 1px solid #07bb13 !important;
}
.greenBtn:focus
{
    border: 1px solid #fff !important;
	box-shadow: 0px 0px 0px #fff; 
}

/*RED btn*/
.redBtn
{	
	-moz-user-select: none;
	border-radius: 2px 2px 2px 2px;
	background-color: #D14836 !important;
	background-image: none !important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
	text-shadow: none  !important;
	width: auto !important;
	padding: 1px !important;
}
.redBtn:hover
{
    border-radius: 1px 1px 1px 1px;
}
/*.redBtn:focus
{
    border: 1px solid #fff!important;
	box-shadow: 0px 0px 0px #fff; 
} */
/*LTBAO CSS CONTROL*/
.txtDatetime input{
	width:110px !important;
}

.listFile li{
	color: #777;
}

.listFile li:hover{
	color: #4D90FE;
}
/*LTBAO css bộ lọc*/
#xlvbdi_timkiem tr td{
		padding-top: 3px;
	}
	#xlvbdi_timkiem input{
	}
	
	#xlvbdi_timkiem table{
		background-color:#EEEEEE;
	}
	
	#xlvbdi_timkiem table tr td{
		border: none !important;
	}
	#xlvbdi_timkiem FIELDSET{
		background-color: #EEEEEE;
	}
	
	#xlvbdi_timkiem select{
		width: 101%;
	}
	.ui-panel-content{
	}
/*LTBAO datatable trong qtooltip*/
.dataTableTooltip{
	font-size: 12px !important;
	padding-top:3px;
	background-image:none !important;
	background-color: transparent;
}
.dataTableTooltip th{
	background-image:none !important;
	background-color: transparent !important;
	border: thin solid gray !important;
	color: black !important;
}
.dataTableTooltip div{
	background-image:none !important;
	background-color: transparent !important;
}
.dataTableTooltip .ui-widget-content{
	background-image:none !important;
	background-color: transparent !important;
	background: none !important;
}
.dataTableTooltip td{
	color:black !important;
	background-image:none !important;
	background-color: transparent !important;
	border: thin solid gray !important;
}
/*LTBAO QTIP*/
.qtip{
	border-style: none !important;
} 
/*END QTIP */


 /*LTBAO ACE TREE*/
.treeContent{
	padding-right:5px;
}
.treeContent .if-node{
	width: 100%;
}
.treeContent .if-node-wrp{
	width: 100%;
}
.treeContent .if-node-cnt{
	width: 97.2%;
}
/*END LTBAO ACE TREE*/
.addBtn{
	width: 14px;
	text-align: center;
	vertical-align: top;
	border-left: none;
}
.perm{
	color: red;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	margin: 5px;
}

.ui-sortable-column.clickable{
	color: #ffffff;
}
/*Bá»� sá»‘ 1 khi sáº¯p xáº¿p*/
.ui-sortable-column-order{
	display:none !important;
}
.ui-widget-header{
	vertical-align: bottom ;
}

table.insideTable{
	height:100%; 
	width:100%;
	border: none !important;
}
.insideTable td.cssRight{
	font-weight: bold;
}

/*cho tab Ä‘á»™ rá»™ng tá»‘i Ä‘a*/
.ui-tabset .ui-tabs-panel{
	padding: 0 !important;
}

td.if-node{	
	padding:0 !important;
}

/*Css cho thanh process bar*/
.process-bar{
	height: 10px;
	border-radius:7px; 
	width: 70%; 
	background-image:url("../images/process_back.png");
	background-repeat: repeat-x;
	/*background-color: gray;*/
}
.process-bar div{
	background-image:url("../images/process_state.png") !important;
	/*background-color:green;*/
	background-repeat:repeat-x;
	text-align:center;
	color:black;
	font-size:10px;
	vertical-align:middle;
	height: 100%;
	border-radius:7px
}
.user_label{
	color: #0014D1 !important;
	font-weight: bold !important;
}
.message_content{
	height: auto; 
	width: 100%; 
	margin:3px;
	background-color: #edeff4;
}

.message_content:hover .delMessage{
	visibility:visible !important;
}

/*Date input*/
.dateInput2 input{
	width:50% !important;
	height:29px !important;
}
.dateEntry input{
	width: 92% !important;
}

.iso_dataTable table table tr td{
	border: none !important;
	background-color: inherit !important;
	padding-top: 3px !important;
	padding-bottom:3px !important;	
}
.iso_dataTable table table .cssRight{
	width: 74px !important;
	padding-right: 0px !important;	
}
.notifiMail{
	background-color:red;
	float:left !important;
	height: 100% !important;
	width:18px !important;
	vertical-align: middle !important;	 
}

.chatTitle{
	background-color:black;
	height: 20px;
	width: 100%;
	color: white;
}
.chatContent{
	background-color:white;
	height: 230px;
	width: 100%;
}
.myRowStyle{
	background-color: white !important;
}
.extraInfo{
	display: none;
}
.nguoinhan{
	display: none;
}
.cssChat .ui-datatable-data{
	border: none !important;
	border-style: none !important;
	padding: 0px;
}
.cssChat table tr td{
	border-style:none !important;
	border: none !important;
}

.chatItem{
	vertical-align:middle !important;
	font-size: 10px;
	height: auto;	
	padding-top: 3px;
	padding-bottom: 3px;
	color: white;	
	margin-left: 2px;
	margin-right: 2px;
	min-height: 30px ;
	vertical-align: middle;
	
}
.chatItem .item{
	margin: auto;
	font-size:11.5px !important;	
	vertical-align: middle;
}

.posHscv{
	position: relative; 
	float: right;
}

.hscvProperties .content{
	width: 100%;
	max-height: 245px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.bucket{
	margin:auto;
	height: auto;
	width: auto;	
	border: 3px solid gray;
}

.bucket table{
	
}
.bucket .ngan{
	height: 100px;
	width: 200px;
	padding: 5px;
	float: left;
	padding: 3px;
	border: 2px solid black;
	vertical-align: middle;
	background-image:url("../../resources/images/bucket-back.jpg") !important;
}
.bucket .ngan .header{
	height: 20px;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
}

.bucket .ngan .storeItem{
	height: 79px;
	width: 20px;
	background-color: #4D90FE;
	float: left;
	margin-left: 1.5px;
	margin-right: 1.5px;
	border: thin solid;	
	background-repeat: repeat;
}
.bucket .ngan .storeItem .delBtn{
	visibility: hidden;
}
.bucket .ngan .storeItem:hover .delBtn{
	visibility: visible;
}
.nganHeader{
	background-color: gray;
	height: 50px;
	border: 2px solid black;
}



/*  */
.hideBtn{
	display:none;
}


/* TVHAN */
.dateTimeEntryTuNgay input {
	width: 36% !important;
	height: 29px !important;
}
.dateTimeEntryDenNgay input {
	width: 37% !important;
	height: 29px !important;
}
.tabset-inline .ui-tabset .yui-nav.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all{
	/*float: left;
	padding-bottom: 5px;*/
}			
.tabset-inline .sticky-button-tab{
	float: right !important;
	z-index: 99;
	position: relative;				
	margin: 0px 4px -3px 0;	
}
.tabset-inline .topFilter{
	margin: 0;
}
.cmd_hscv:hover {
    background: none repeat scroll 0 0 #3FDE4D !important;
}
.iceCmdBtn.portlet-form-button.cmd_capnhat:hover {
    background: none repeat scroll 0 0 #F46C51 !important;
}
.fileDinhKem tr td a {
	font-weight: bold;
}
.fileDinhKem tr td a:hover {
	color: #0014D1 !important;
}
/* End TVHAN */
.wraptag{
	background: none !important;
}
.wraptag li{
	border: none !important;
	display: inline-block;
	margin: 0 !important;
    padding: 0 !important;
}
.wraptag .tag{
	border: 1px solid #ddd;
	display: block;
	padding: 5px;
	margin: 1px;	
	background: #A7A3A3;
}
.wraptag .tag.blur{
	background: #E3E3E3;
	border: none;
}	


/*@ptgiang*/
.logArrowRight{
	color: #cfcfcf;
    font-size: 16px;
    vertical-align: middle;
}
.logOld{
	
}
.logNew{
	color: #F18000;
}
.cssTableNoborder, .cssTableNoborder tr, .cssTableNoborder td{
	border: 0 !important;
}
.cssLinkTaiVe{
	line-height: 20px;
    font-weight: bold !important;
    font-size: 14px;
}
.cssLinkTaiVe a:hover, .cssLinkTaiVe:hover{
	color: blue;
    font-weight: bold;
    text-decoration: none;
}
.lblTenFile{
    font-weight: normal !important;
}
.processBarContainer{
	width: 100%; 
	background: #CFCFCF; 
	height: 16px; 
	border-radius: 3px;
}
.processBar {
	background: #1464b3; /* Old browsers */
	background: -moz-linear-gradient(top, #1464b3 0%, #1a91db 50%, #1464b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1464b3), color-stop(50%,#1a91db), color-stop(100%,#1464b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1464b3 0%,#1a91db 50%,#1464b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1464b3 0%,#1a91db 50%,#1464b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1464b3 0%,#1a91db 50%,#1464b3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1464b3 0%,#1a91db 50%,#1464b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1464b3', endColorstr='#1464b3',GradientType=0 ); /* IE6-9 */
}
.processBarContainer span {
	color: #FFFFFF; 
	/* color: #aaaaaa;
    text-shadow: -1px 0 0 #fff; */
}
select{
	margin-left: 0px !important;
}
/*Css table*/
/*for FIREFOX*/				
.cssTable tr:nth-child(even){
    /* background: none repeat scroll 0 0 #EFEFEF; */
	padding: 5px;
	height: 30px !important;
}
.cssTable tr:nth-child(odd){
	/* background: none repeat scroll 0 0 #FDFDFD; */
	padding: 5px;
    height: 30px !important;
}
/*for IE???*/
.cssTable tr.even{
    /* background: none repeat scroll 0 0 #EFEFEF; */
	padding: 5px;
	height: 30px !important;
}
.cssTable tr.odd{
	/* background: none repeat scroll 0 0 #FDFDFD; */
	padding: 5px;
    height: 30px !important;
}				
.cssBreakWord{
	word-break: break-all;
}
.taText{
	white-space:pre-wrap;
}

/*Cây-kệ lưu trữ*/
/*Tìm kiếm*/
.highlighted {	
     background-color: #637809 !important;
}
.highlighted a{
     color: #0014D1 !important;	
}
.hightlighted_focus{
	border: 1px solid #dffe0f !important;
}		
.scrollWidthKe{
}
.cayLuuTru .ui-widget-content{
	width: 100%;
}
.cssTableDialog{
	padding: 3px 10px;
}
.cssTableDialog .cssLeft{
	width: 220px !important;
}
/*End Cây-kệ lưu trữ*/
.cmd_xuatword.-dis,.cmd_xuatexcel.-dis {
    background-color: #d5d5d5 !important;

}
.precheck{
	display: none;
}
div.log > div.log-content > ul > li.log-comment div > ul > li > a {
	font-weight: bold;
}
.hscvProperties div.title {
	background: none repeat scroll 0 0 #2777c6;
}

/*NOTIFICATIONS*/
.ui-notify { width:350px; position:fixed; top:10px; right:10px; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }


.cssBtnThongKe{
	margin-bottom: 3px;
    margin-top: -36px;
}
.cssBtnOnTab{
	position: relative; float: right; z-index: 99; margin-bottom: -3px; padding-top: 5px;
}

/*============================================LQTHAI==========================================*/
.tabNumber{
	height: 14px; 
	background: #D14836; 
	line-height: 13px; 
	color: #fff !important; 
	font-size: 11px;
	padding: 0 2px 0 2px !important; 
	border-radius: 2px; 
	margin: -5px 0 0 4px !important;
}
.soluong{
     min-width: 11px;
    position: absolute;
    right: 31%;
    top: 5px;
}
/* lqthai  tooltip*/
div.tooltip1>div{
	font-size:13px;
	min-height: 22px;
	color: #333;
}
div.tooltip1>div div{
	display: table;
	line-height: 20px;
}
div.tooltip1>div:nth-child(1)>div:nth-child(2){
	color:red;
	font-weight:bold;	
}
/* div.tooltip1>div:nth-child(1){
	font-size: 11px; color: #FBF7AA; background:#444; font-weight: bold;
	width:50%;
	text-align:center;
	margin:auto;
	margin-top: -7px;
	margin-bottom: 5px;
	line-height: 22px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc; 
} */
div.tooltip1>div div:nth-child(1){
	float: left;
	text-align: right;
	padding-right:7px;
	width: 34%;
	font-weight:bold;
}
div.tooltip1>div div:nth-child(2){
	padding-left:7px;
}

/*Linh vuc van ban*/
.wrapLV{
	border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.wrap{
	background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #d0cfcf;
	display: inline-block; 
	padding: 2px 4px 2px 4px;
	border-radius: 2px;
	border:1px solid #ccc;
	margin: 2px 0 2px 0;
	white-space: nowrap;
}
.wrap.add{
	background:#ddd url("../images/plus.png") no-repeat center center;
	width: 15px;
	height: 15px;
	margin-bottom: -5px;
	cursor: pointer;
}
.wrap.add:hover{
	background-color: #ccc;
}
.wrap:hover{
	border:1px solid #aaa;
}
.btnDel{
	padding: 3px;
	border-radius:2px;
	position: relative;
	margin: 0 0 -2px 2px;
}

.tableLinhVuc{
	position: absolute; width:97.5%; display: none; z-index: 99;
	padding: 2px 4px 2px 4px; border:1px solid #989898;  border-radius: 0 0 3px 3px; background: #ddd;
}
.chooseLinhVuc{
	position: relative;
}
.chooseLinhVuc:hover .tableLinhVuc{
	/*display: block;*/
}
.chooseLinhVuc:hover .wrapLV{
	border-radius: 3px 3px 0 0 ;
}

/* LQTHAI - THÔNG TIN TỔNG HỢP */

.info{
	border: 1px solid #ddd; margin: 5px 0 5px 0;
	padding-top: 5px;
}
.info ul{
	width: 230px;
}
.info ul li{
	height: 20px;
	list-style: none;
	margin-left: -15px;
	font-size: 13px;
}
.info span ul li{
	height: 20px;
	list-style: none;
	margin-left: -15px;
	font-size: 13px;
}
.info ul li:nth-child(1){
	font-weight: bold;
}
.info ul li span{
	float: right;
	color: #444;
	font-weight: bold;
}
.info ul li:nth-child(3) span{
	color: red;

}
/*LQTHAI: LỊCH SỬ THAO TÁC */

	div.log{
		display: table;
		width: 100%;
		margin-bottom: 5px;
	}
	div.log .log-user{
		font-weight: bold;
		color: #0055D1;
		width: 140px;
		font-size: 12px;
		float: left;
		width: 90%;
	}
	div.log .log-user span{
		color: #444;
		font-size: 10px;
		width: 100%;
		margin-left: 20px;
	}
	div.log .log-content:before{
		content:"";
		border-width:15px;
		border-top-width:0px;
		border-style:solid;
		border-color: transparent #EFEFEF transparent  transparent ;
		position:absolute;
		display:inline-block;
		margin: 5px 0 0 -28px;	
	}
	div.log .log-content{
		float: right;
		background: #EFEFEF;
		width: 97%;
		padding-right: 5px;
		border-radius: 3px;
	}
	div.log >div.log-content >ul >li{
		margin: 3px 0 3px 0;
	}
	div.log >div.log-content >ul >li >span:nth-child(1){
		font-weight: bold;
	}
	div.log >div.log-content >ul >li >span:nth-child(2){
		color: #000000;
	}
	div.log >div.log-content >ul >li.log-comment{
		border-radius:3px;
		font-weight: bold;
	}
	div.log >div.log-content >ul >li.log-comment div >ul >li{
		font-size: 10px;
		font-weight: bold;
		cursor: pointer;
		list-style: none;
	}
	div.log >div.log-content >ul >li.log-comment div >ul >li:hover{
		color: #4D90FE;
	}

/* LQTHAI: END LỊCH SỬ THAO TÁC */
/* LQTHAI style ace:panel*/
.ui-widget-header{
	background-image: none !important;
	background: #eee;
}
.ui-corner-all{
	/*border-radius: 3px 3px 0 0 !important;*/
}
/*clear date*/
div.date{
	display: inline-table;
}
.clearDate{
	cursor: pointer; 
	margin-left: -10px;
	position: absolute; margin-top:10px;
	width: 8px;
	height: 8px;
	background: url("../images/isoDelMin.png") 8px 8px;
}
.clearDateEx{
	margin-right: 0px;
	position: relative;
	float: right;
	margin-top: -18px;
}
/*LQTHAI*/
.toggle{
	display:none;
}
.expandFilter{
	background: url("../images/icoPlus.png");
	background-size: 12px;
	width: 12px;
	height: 12px; 
	float: right;
	display: none;
	cursor: pointer;
	
}
.collpandFilter{
	background-image: url("../images/icoPreduce.png");
	background-size: 12px;
	width: 12px;
	height: 12px;
	float: right;
	display: none;
	cursor: pointer;
}
textarea.form-control{
	resize:vertical;
	min-height:82px;
	border-radius: 3px;
}

.checkboxstyle {
	width: 14px;
	height: 14px;
	background: #ddd;
	border-radius: 100%;
	position: relative;
	border: 1px solid #aaa;
	margin: auto;
}
.checkboxstyle label {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
	background: #ddd;
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
}
.checkboxstyle input[type=checkbox]:checked + label  {
	background: #555;
}
.checkboxstyle input[type=checkbox]{
	visibility: hidden;
	position: absolute;
}

/*----CHECK BOX HCDT------*/
.checkbox {
	width: 16px;
	height: 16px;
	/*background: #ddd;
	border-radius: 100%;*/
	background: url("../images/nochoose.png");
	position: relative;
	/*border: 1px solid #aaa;*/
	margin: auto;
}
.checkbox label {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	/*border-radius: 100%;
	margin: 2px 0 0 2px;
	z-index: 1;
	background: #ddd;
	-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow:inset 0px 1px 2px rgba(0,0,0,0.5);*/
}
.checkbox input[type=checkbox]:checked + label, 
.checkbox input[type=checkbox][checked="checked"] + label {
	background: url("../images/check.png");
	padding-left: 0px;
    margin-bottom: auto;
    min-height: 0px;
}
.checkbox input[type=checkbox]{
	visibility: hidden;
	position: absolute;
}
/* Fix ie8 */
div.ie8{background-image:none !important;}
div.ie8 input[type=checkbox]{	display:block !important; float:left;visibility: visible;	}
div.ie8 label { background-image:none !important; visibility: hidden;}
div.ie8 input[type=checkbox] + label { padding-left:0px !important;}



/*LQTHAI: MENU THU GON*/
.btnExtend{
	display: inline-block;
	position: relative;
	margin-top: 3px;
}
.btnExtend:hover ul{
	/* display:block; */
}
.btnExtend ul{
	display: none;
	position: absolute;
	right: 5px;
	border-radius: 3px 0 3px 3px;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.6);
	background: #fbfbfb;
	/*border-top: 1px solid #ddd;*/
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-top: 9px;
}
.btnExtend ul>li{
	height: 16px;
	width: 170px;
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.btnExtend ul>li:nth-child(2){
	/*display:none; /*Tạm thời ẩn hồ sơ văn bản*/
}
.btnExtend ul>li:hover{
	background: #eee;
}
.btnExtend ul>li a{
	font-size: 12px;
	color: #555;
	font-weight: normal;
	line-height: 16px;
}
.btnExtend ul>li a:hover{
	font-size: 12px;
	color: #555;
	font-weight: normal;
}
div.icoNumber{
	width: auto;
	height: 14px;
	background: red;
	border-radius: 3px;
	float: right;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 1px;
	font-weight: bold !important;
}
div.icoBtnExtend{
	width: 16px;
	height: 14px;
	margin-right: 5px;
	background: url('../images/next.png') no-repeat center;
	cursor: pointer;
	margin-bottom: -9px;
	padding: 3px 4px 9px 4px;
	
}
div.icoBtnExtendHover{
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: url('../images/down.png') no-repeat center #fff;
	cursor: pointer;
	margin-bottom: -9px;
	padding: 3px 4px 9px 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
/* .btnExtend:hover div.icoBtnExtend{
	width: 14px;
	height: 14px;
	background: url('../images/down.png') no-repeat center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
} */
div.iconLkvb{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background: url('../images/link.png');
	 
}
div.iconHsvb{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background: url('../images/folder-add.png');
}
div.iconLogVb{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background: url('../images/isoEditHS.png');
}
div.iconWord{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	background: url('../images/isoWord.png');
}
/*Vị trí các btn phía sau các input*/
.positionBtn{
	position: absolute;
	margin: 5px 0 0 5px;
}
/*ẩn border cột*/
.hideBorderRight{
	border-right: 1px solid transparent !important;
}
.ico_xoa{
	background: url("../images/isoDel.png") ;
}

/*NÚT XÓA CÁC INPUTDATE*/
span.icon_clear{
  position:absolute;
  top: 7px;
  right: 6px;
  opacity: 1 !important;
  cursor:pointer;
  font: bold 1em sans-serif;
  color:#38468F;  
}
span.clearInput{
	position: relative;
	display: inline-block;
}
/* END LQTHAI */

.cssTop{
	vertical-align: top; 
	padding-top: 4px;
}
.box_shadow table td{
	vertical-align: top !important;	
	padding-top: 4px;
}
.box_shadow table td td {
    padding-top: 0;
}
.box_shadow table td input[type='checkbox']{ 
	margin-top: 7px;
}

label.cssTuChoiPhatHanh, a.cssTuChoiPhatHanh, .cssTuChoiPhatHanh{
	color: #2777C6 !important;
}

.cssTuChoiPhatHanh:hover {
    color: #0014d1 !important;
    cursor: pointer;
}
.chuyen-bo-sung{
	font-weight: bold;
}
.row-info{
	padding: 2px;
	display: inline-block;
	width: 100%;
}

/* .row-info .label {
    padding-right: 2px;
} */
.row-info .label-embeded{
	font-weight: bold;'
}
.pre-wrap{
	white-space: pre-wrap;
}
.col-ngay-gio {
    width: 110px !important;
}

.row-info.comment, .row-info.comment-2{
	background: #fdefd0;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ffd67c;
    border-radius: 3px;
    margin: 4px 0px;
}
.row-info.comment-2{
	background: #c0eab7;
    border: 1px solid #a5d09c;
}
.row-select, .row-select.unread{
    /* color: #0014D1 !important;
    font-size: 14px;
    font-family: arial;
    font-weight: bold !important; */
}
.unread{
	font-weight: bold !important;
    /* color: #00449c !important; */
    /* font-size: 13px; */
}
.bg-select{
	background: #e6f7ff;
}
#cunghtDest .wrap{
	background-color: green;
	color: white;
}

#ngoaihtDest .wrap{
	background-color: #eeeeee;
}

.thoi-han-thuc-hien{
	color: red; 
	font-weight: bold;
}
.thoi-han-thuc-hien-warning{
	float:left; 
	position: absolute; 
	margin-top:-20px;  
	margin-left:-1px;
}

.chua-xem, .da-xem, .con-han, .het-han, .da-xoa, .tu-choi{
    padding: 2px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 100%;
    margin-bottom: 8px !important;	
}
.chua-xem{
    background: #f95d5d;
    color: #f7f5f5;
}
.da-xem{
    background: #24b405;
    color: #f7f5f5;
}
.da-xoa{
    background: #d14836;
	color: #f7f5f5;
}
.tu-choi{
	background: #d14836;
	color: #f7f5f5;
}
.con-han{
    background: #24b405;
    color: #f7f5f5;
}
.het-han{
    background: #f95d5d;
    color: #f7f5f5;
}
.blink_text {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.color-red{
	color: red !important;
}

.firefox .td-multi-icon .td-content{
	position: relative !important;
}

.firefox .td-multi-icon{
	position: static !important;
}

.td-multi-icon{
	position: relative;
}

.td-multi-icon .td-content{
	position: static;
	display: table; 
	width: 100%; 
	height: 100%;
}

.td-multi-icon .td-content-top{
	position: absolute; 
	top: 1px; 
	right: 1px;
}

.td-multi-icon .td-content-center {
	top: 50%; 
	margin-top: -7px; 
	left: 50%; 
	margin-left: -7px;
}

.firefox .td-multi-icon .td-content-center,
.chrome .td-multi-icon .td-content-center{
	position: absolute !important;	
}

.row-del{
	display: none;
	visibility: hidden;
}
.hidden{
	display: none;
}
.date-color{
	color: #818181;
    font-style: italic;
}

.color-group{
	position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5px 10px 5px;
    text-align: left;
}
.color-status{
	position: absolute;
	width: 80%;
	height: 7px;
	left: 5px;
	top: 0px;
}
.alert-status{
	position: absolute;
	right: 5px;
	top: 5px;
}

.toggle-detail{
	display: none;
}
.display-block{
	display: table-row;
	width: 100%;
}
.text-showdetail{
	text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.colspan{
	display: block;
}
.exspand{
	display: none;
}
.hideMore .exspand{
	display: block;
}
.hideMore .colspan{
	display: none;
}




/* hide input */
.radio-2 input{
	margin-left: -999px;
    position: absolute;
    z-index: -1;
}

/* style label */
.radio-2 input:empty ~ label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background: #cacaca;*/
    padding: 5px 10px 5px 20px;
    border-radius: 3px;
    color: #020202;
    border: 1px solid transparent;
    font-weight: bold;
    font-family: arial;
}

.radio-2 input:not(:checked) ~ label:before,
.radio-2 input:checked ~ label:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #666;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -9px;
}
.radio-2 input:checked ~ label:before {
	background: #666; 
}

/* .radio-2 input:hover:not(:checked) ~ label {
    background: #63a0dc;
    color: #fff;
}

.radio-2 input:checked ~ label {
	color: #ffffff;
    background: #1464b3;
} */

.cssLeft{
	width: 20%;
}

.h-many-check td {
    text-align: left;
}

/* =================== User info =================== */
.info-donvi {
    right: 20px;
    top: 37px;
    position: absolute;
    z-index: 220;
    font-size: 12px;
}

.info-donvi .icon-user-photo {
	float: right;
}

.info-donvi .icon-user-photo img {
    cursor: pointer;
}
.item-pb.d-none{
	display:none !important;
}
.personal-info:before {
    display: block;
    content: '';
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 13px;
    position: absolute;
    right: 6px;
    top: 21px;
}
			
.personal-info{
	display: none;
    width: 330px;
    min-height: 130px;
    background: #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #000;
    overflow: hidden;
    margin-top: 10px;
}
			
.personal-info ul, .personal-info li{
	padding: 0;
	margin: 0;
	width: 100%;
}

.personal-info li{
	background: #f5f5f5 none repeat scroll 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	overflow: auto;
	padding: 5px;
}

.user-info{
	background: white !important;
}

.img-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.left-info{
	float: left;	
	width: 120px;			
}

.right-info{
	float: left;
 	margin-left: 10px;
	width: 195px;
}

.show-personal-info{
	display: inherit !important;
}
			
.label-embeded {
    font-weight: bold;
}
.personal-info li.item-dv, .personal-info li.item-pb {
	line-height: 24px;
	width: 320px; 
}
.personal-info li.item-dv a{
    display: block;
}
.personal-info li.item-pb a{  
    padding-left:  15px;
    display: block;
}
.personal-info li.selectable{
	background-image: url(../images/login.png) !important;
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: 5px !important;
}
.personal-info li.selected{	 
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: 5px !important;
}
.personal-info li.selected{
	background-color: #ffe8c5
}
.personal-info li.selectable:hover, .personal-info li.selected:hover{
	background-color: #ffd89d !important;
}
.personal-info .list-roles{
	display: none;
}
.personal-info li:hover .list-roles{
	/*display: block;*/
}
.personal-info .list-roles i{
	display: inline-block;
    float: left;
    color: #05864b;
    background: #eaeaea;
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    line-height: 13px;
}
.personal-info a{
 	cursor: pointer;
}
.seperate{
	padding: 3px 0;
	width: 100%;
	display: inline-block;
}

.cellLcTooltip .tooltip-tientrinh{
	display: none;
    position: absolute;
    top: 80%;
    right: -200px;
    width: 240px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 3px 8px #b1b1b1;
    padding: 5px;
    z-index: 9;
}
.cellLcTooltip .tooltip-tientrinh:before{
    content: '';
    border-style: solid;
    border-color: transparent transparent #ccc #ccc;
    border-width: 8px 6px;
    position: absolute;
    top: -16px;
    left: 5px;
}
.cellLcTooltip:hover .tooltip-tientrinh{
	display: block;
}
.dsFileDinhKem{
	margin:5px;
}
.dsFileDinhKem li.fileNgayTai{
	width: 99%;
    font-weight: bold;
    background: #afafaf;
    padding-right: 0 !important;
}
  
.dsFileDinhKem li{
	display: inline-block;
	border: 1px solid #ccc;
	list-style:none;
	background: #eee;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 4px;
}
.dsFileDinhKem li a {
	font-weight: bold;
}
.dsFileDinhKem li .btnTenFile{
	 	
}
.dsFileDinhKem li i{
	color: #828080;
	font-weight: normal;
	font-size: 11px;	
} 
.dsFileDinhKem li .btnXoa input, .dsFileDinhKem li .btnDownload input{
	background: none;
	border: none;
}
.dsFileDinhKem li .btnXoa input:hover, .dsFileDinhKem li .btnDownload input:hover{
	font-weight: bold;
	color: #ef7373;
}
.upload.in_require{ 
    border-left: 3px solid #D11836!important; 
}

.hiddenFilter{
	display: none !important;
}

.highlight { background-color: #c4bc21; }