/*padding*/
.pr10{padding-right:10px !important}
.mr10{margin-right:10px !important}
.mr15{margin-right:15px !important}
.mt10{margin-top:10px !important}
/*text*/
.text-left{text-align:left}
.text-center{text-align:center !important}
.text-right{text-align:right}
.text-justify{text-align:justify}
.text-nowrap{white-space:nowrap}
.text-lowercase{text-transform:lowercase}
.text-uppercase{text-transform:uppercase}
.text-capitalize{text-transform:capitalize}
.visible{overflow:visible !important}
/*button*/
.btn.z-button {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn,.btn.z-button:hover,.btn.z-button:focus {
  text-decoration: none;
  -webkit-transition:all 0.2s ease-in-out;
     -moz-transition:all 0.2s ease-in-out;
       -o-transition:all 0.2s ease-in-out;
          transition:all 0.2s ease-in-out;
}
.btn {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:hover,.btn:focus {
  text-decoration: none;
  -webkit-transition:all 0.2s ease-in-out;
     -moz-transition:all 0.2s ease-in-out;
       -o-transition:all 0.2s ease-in-out;
          transition:all 0.2s ease-in-out;
}

.btn-convert .z-button {
	background: #71cd00;border:1px solid #66b702;color:#fff;
	background: -moz-linear-gradient(top, #71cd00 0%, #63b200 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71cd00), color-stop(100%,#63b200)); 
	background: -webkit-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -o-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -ms-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: linear-gradient(to bottom, #71cd00 0%,#63b200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cd00', endColorstr='#63b200',GradientType=0 );
}

.btn-send.z-button {
	background: #71cd00;border:1px solid #66b702;color:#fff;
	background: -moz-linear-gradient(top, #71cd00 0%, #63b200 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71cd00), color-stop(100%,#63b200)); 
	background: -webkit-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -o-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -ms-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: linear-gradient(to bottom, #71cd00 0%,#63b200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cd00', endColorstr='#63b200',GradientType=0 );
}
.btn-send.z-button:hover{
	background: #63b200; 
	background: -moz-linear-gradient(top, #63b200 0%, #71cd00 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b200), color-stop(100%,#71cd00)); 
	background: -webkit-linear-gradient(top, #63b200 0%,#71cd00 100%); 
	background: -o-linear-gradient(top, #63b200 0%,#71cd00 100%); 
	background: -ms-linear-gradient(top, #63b200 0%,#71cd00 100%); 
	background: linear-gradient(to bottom, #63b200 0%,#71cd00 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b200', endColorstr='#71cd00',GradientType=0 );
}
.btn-send.z-button:focus {
	background: #71cd00;border:1px solid #66b702;color:#fff;
	background: -moz-linear-gradient(top, #71cd00 0%, #63b200 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71cd00), color-stop(100%,#63b200)); 
	background: -webkit-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -o-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: -ms-linear-gradient(top, #71cd00 0%,#63b200 100%); 
	background: linear-gradient(to bottom, #71cd00 0%,#63b200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cd00', endColorstr='#63b200',GradientType=0 );
	color: #fff;
}
.btn-forward.z-button {
	background: #5bc0de;border:1px solid #46b8da;color:#fff;
	background: -moz-linear-gradient(top, #5bc0de 0%, #46b8da 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0de), color-stop(100%,#46b8da)); 
	background: -webkit-linear-gradient(top, #5bc0de 0%,#46b8da 100%); 
	background: -o-linear-gradient(top, #5bc0de 0%,#46b8da 100%); 
	background: -ms-linear-gradient(top, #5bc0de 0%,#46b8da 100%); 
	background: linear-gradient(to bottom, #5bc0de 0%,#46b8da 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc0de', endColorstr='#46b8da',GradientType=0 );
}
.btn-forward.z-button:focus{
	background: #46b8da; 
	background: -moz-linear-gradient(top, #46b8da 0%, #5bc0de 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b8da), color-stop(100%,#5bc0de)); 
	background: -webkit-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: -o-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: -ms-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: linear-gradient(to bottom, #46b8da 0%,#5bc0de 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b8da', endColorstr='#5bc0de',GradientType=0 );
	color: #fff;
}
.btn-forward.z-button:hover{
	background: #46b8da; 
	background: -moz-linear-gradient(top, #46b8da 0%, #5bc0de 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46b8da), color-stop(100%,#5bc0de)); 
	background: -webkit-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: -o-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: -ms-linear-gradient(top, #46b8da 0%,#5bc0de 100%); 
	background: linear-gradient(to bottom, #46b8da 0%,#5bc0de 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b8da', endColorstr='#5bc0de',GradientType=0 );
}
.btn-cancle.z-button,.btn-upload.z-button{
	background: #f9f9f9;border:1px solid #ddd;color:#333;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); 
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
}
.btn-cancle.z-button:hover,.btn-upload.z-button:hover{
	background: #f2f2f2;border:1px solid #ddd;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f9f9f9)); 
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: -o-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: -ms-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: linear-gradient(to bottom, #f2f2f2 0%,#f9f9f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
}
.btn-cancle {
	background: #f9f9f9;border:1px solid #ddd;color:#333;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); 
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
}
.btn-cancle:hover{
	background: #f2f2f2;border:1px solid #ddd;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #f9f9f9 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#f9f9f9)); 
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: -o-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: -ms-linear-gradient(top, #f2f2f2 0%,#f9f9f9 100%); 
	background: linear-gradient(to bottom, #f2f2f2 0%,#f9f9f9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 );
}
.btn-cancle:focus {
	background: #f9f9f9;border:1px solid #ddd;color:#333;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)); 
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%); 
	background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 );
}
.btn-cancle:active {
	background: #f9f9f9;border:1px solid #ddd;color:#333 !important;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%) !important; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f2f2f2)) !important; 
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%) !important; 
	background: -o-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%) !important; 
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f2f2f2 100%) !important; 
	background: linear-gradient(to bottom, #f9f9f9 0%,#f2f2f2 100%) !important; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f2f2f2',GradientType=0 ) !important;
}

.btn-add.z-button{
	background: #71cc00;border:1px solid #66b800;color:#fff;padding:10px 17px 10px 14px;
	background: -moz-linear-gradient(top, #71cc00 0%, #62b200 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71cc00), color-stop(100%,#62b200)); 
	background: -webkit-linear-gradient(top, #71cc00 0%,#62b200 100%); 
	background: -o-linear-gradient(top, #71cc00 0%,#62b200 100%); 
	background: -ms-linear-gradient(top, #71cc00 0%,#62b200 100%); 
	background: linear-gradient(to bottom, #71cc00 0%,#62b200 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cc00', endColorstr='#62b200',GradientType=0 );
}
.btn-add img{margin-right:7px}
.btn-add.z-button:hover,.btn-add.z-button:focus{
	background: #62b200;color:#fff;
	background: -moz-linear-gradient(top, #62b200 0%, #71cc00 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b200), color-stop(100%,#71cc00)); 
	background: -webkit-linear-gradient(top, #62b200 0%,#71cc00 100%); 
	background: -o-linear-gradient(top, #62b200 0%,#71cc00 100%); 
	background: -ms-linear-gradient(top, #62b200 0%,#71cc00 100%); 
	background: linear-gradient(to bottom, #62b200 0%,#71cc00 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62b200', endColorstr='#71cc00',GradientType=0 );
}
.btn-view-list {margin-right:12px !important;}
.btn-view-grid {margin-right:0px !important;padding:0px !important;}
.btn-sort {margin-right:0px !important;}
.btn-search {margin-right:0px !important;}
.btn-search.z-button{background: #0063a2;border:1px solid #0063a2;color:#fff;padding:10px 18px 9px; }
.btn-search img{margin-right:3px}
.btn-search.z-button:hover,.btn-search.z-button:focus{background: #067ecb;border:1px solid #067ecb;color:#fff}
.btn-excel.z-button{color:#0063a2;background:none;border:0;padding:0;  padding: 10px 15px;display: inline-block; border: 1px solid #ccc; border-radius: 5px !important;}
.btn-excel.z-button:hover{background:none;color:#0491eb}
.btn-excel.z-button img{margin-right:10px}
/*popup*/
.content-panel{padding:30px 16px 20px}
.block-fragment{border:1px solid #e7e7e7;padding:30px 20px 15px;position:relative}
.heading-top{font-weight:bold;text-transform:uppercase;position:absolute;top:-40px;left:10px;background-color:#fff;padding:0 10px}
.heading-top .z-label{font-size:17px}
.mis-label-70,.mis-label-115,.mis-label-60{padding-right:5px;display:block}
.mis-label-60{width:70px;}
.mis-label-70{width:70px;}
.mis-label-115{width:115px;}
.mis-label-100{width:100px;}
.mis-label-86{width:86px;}
.block-form {position:relative;border:1px solid #e7e7e7; padding: 10px 16px;margin-bottom: 20px;}
.block-form .heading-top-sub{font-weight:bold;text-transform:uppercase;position:absolute;top:-10px;left:10px;background-color:#fff;padding:0 10px;}
.heading-top-sub .z-label{font-size:17px;margin-bottom: 10px;}
.content-mis-policy {padding: 10px 0}
/*main-content*/
.btn-add.z-button,.input-text.z-textbox,.drop-select .z-combobox-input,.drop-select .z-combobox-button,.btn-search.z-button,.btn-excel.z-button,.mis-paging .z-paging .z-paging-button,.form-control,.input-colorbox{border-radius:0 !important;-moz-border-radius:0 !important;-webkit-border-radius:0 !important;}
.heading-topic.z-label{text-transform:uppercase;font-size:20px;font-weight:bold;padding:6px 20px 0 0;display:inline-block;}
.title-thongKe.z-label{font-size:14px;font-weight:bold;padding:6px 20px 0 0;display:inline-block;}
.block-search{padding:17px 0 20px; margin-bottom: 10px}
.label-search.z-label{padding-bottom:2px;display:block}
.block-search .z-combobox-input{width:100px}
.input-text.z-textbox{padding:10px 10px 10px 13px;border-color:#d7d7d7;width:250px}
.input-text.z-textbox:focus{background-color:#fff;border-color:#66afe9}
.drop-select .z-combobox-input,.drop-datebox .z-datebox-input{padding:10px 10px 10px 13px;border-color:#d7d7d7 !important;height:36px;background:#fff !important;border-right:0 !important}
.drop-select .z-combobox-button{padding:10px 10px 10px 0;border-color:#d7d7d7;border-left:0 !important;min-height:36px;}
.drop-timebox .z-timebox-input{padding:10px;border-color:#d7d7d7;min-height:36px}
.drop-timebox .z-timebox-button{height:36px}
.drop-select .z-combobox-button:hover{background:#fff !important;border-color:#d7d7d7 !important}
.drop-select .z-comboitem{padding:5px 10px}
.drop-datebox .z-datebox-button{padding:4px 10px;height:36px;line-height:25px}
/*grid*/
.mis-grid .z-grid{border:0}
.mis-grid .z-column{border:1px solid #d5d5d5 !important;background: none;}
.mis-grid .z-row .z-row-inner{border:1px solid #d5d5d5 !important;}
.link-control{padding:15px 0}
/*mis-paging*/
.mis-paging .z-paging{padding:0}
.mis-paging .z-paging .z-paging-button{background:#f3f3f3;color:#6d6d6d;border-color:#dcdcdc}
.mis-paging .z-paging .z-paging-button:hover{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
.mis-paging .z-paging .z-paging-selected{background:#0063a2;color:#fff;border-color:#00548a}
.mis-paging .z-paging-noborder{padding:4px 15px !important}
.mis-paging .z-paging-noborder:hover{color:#fff;background:#0063a2;text-decoration:none}
.list-sorting{padding-top:2px}
.list-sorting .z-toolbarbutton,.z-toolbarbutton.link-edit{height:auto;line-height:normal;padding:0;border:0;vertical-align:top;}
.list-sorting .z-toolbarbutton:hover{border:0}
.mis-chart{width: 77% !important}
/*window*/
.z-window{background:#0063a2 !important;}
.z-window .z-window-header{color:#fff;font-weight:bold;font-size:14px;padding:6px 6px 10px 10px}
/*input*/
.form-control{background-color: #fff !important;}
.form-control,.input-colorbox{
  display: block;
  width: 100% !important;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #555;  
  background-image: none;
  border: 1px solid #d7d7d7 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus{
  background:#fff;
  border-color: #66afe9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea.form-control{height:auto;resize:vertical}
.min-height-225{min-height:225px}
.z-comboitem, .z-comboitem-button{white-space:normal !important;word-wrap:break-word}
.expand-width {
	display: block;
	width: 100%;
	overflow: hidden;
}
.fix-width-label {
	width: 15%;
	float: left;
	word-wrap: break-word;
}
.fix-width-input {
	width: 80%;
	float: right;
}
.ttin-xuly {
	background-color: #f5fcff;
}
.link-controls {
	overflow: hidden;
}
.link-control .z-hlayout-inner{
	display: block;	
}
.page-float-left {
	float: left;
	margin-right: 7px;	
}
.page-float-right {
	display: block;
	float: right;	
}
.fix-bottom-border .z-grid-body {
	border-bottom: 1px solid #d5d5d5;
}
.btn-normal {
	border: 1px solid #d5d5d5;
	padding: 4px 10px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
}

/* Thongke bao cao */
.title-page {
	font-size: 18px;	
}
.block-filter {
	  padding: 10px 0;
}
.table-static td.z-row-inner:first-child
{
	background-color: #ff00ff;
	width: 159px;
	display: block;
}
.z-window-content {
	position: relative;	
}
.btn-float-right {
	position: absolute;
	right: 0;
	top: 8px;
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #cccccc;
	border-radius: 4px;		
}

/* Fix rot chu trong comboBox */
.z-combobox-content {
	overflow-x: hidden;
}
.z-comboitem, .z-comboitem-button {
	word-wrap: normal !important;
}
.z-comboitem .z-comboitem-text {
	padding-right: 10px;
}

/* tabs */
.ykien-tab .z-tab {
	font-style: normal;
	color: #555;
	display: block;
	padding: 4px 12px 2px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-border-radius: 0;
  	 border-radius: 0;
  	 font-weight: bold;
}

.ykien-tab .z-tab-selected, .ykien-tab .z-tab-selected:hover {
	border: 2px solid #dedede;
	background-color: #0063A2;
	font-weight: bold;
	color: #fff;	
}
.ykien-tab .z-tab-selected .z-tab-text {
	color: #ffffff;
}

.grid-text-center .z-row-content{
	text-align: center;
}

.grid-text-center > td:first-child > .z-row-content {
	text-align: left;
}
.title-large, .text-note {
	display: block !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0 !important;	
}
.title-large {
	color: #0063a2;
	font-size: 22px !important;	
	text-transform: uppercase;	
}
.text-note {
	color: #8f8f8f;
}
.btn-submit-icon {
	display: inline-block;
	padding: 8px 10px;
	background-color: #fff;
	border-radius: 5px;
	border-color: 1px solid #cccccc;
}
.icon-help {
	font-size: 18px;
	margin-top: 11px;
}

/* 4 trang thai xu ly*/
.da-xu-ly, .chua-xu-ly, .da-chuyen-tiep, .tra-lai {
	padding: 3px 0;
	color: white;
/* 	width: 90px; */
	text-align: center;
	display: block;	
}
.da-xu-ly {
	background-color: #0bab0d;
}
.chua-xu-ly {
	background-color: #dd0000;
}
.da-chuyen-tiep {
	background-color: #0080ff;
}
.tra-lai {
	background-color: #ff8000;
}

.noiDung {
	float: left;
	width: 90%;
}

.lichSu {
	float: right;
}

.width-100-px {
	width: 100px !important;
}
.thoi-han {
	margin-left: 30px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.error {
	color: red !important;
}

.width-thong-ke-37 .z-column {
	width: 37% !important;
}

.width-thong-ke-15 .z-column {
	width: 15% !important;
}

.width-thong-ke-10 .z-column {
	width: 10% !important;
}

.z-frozen {
	display: none !important;
}

.comp-menu {
	width: 15%;
	float:left;
}

.comp-content {
	width: 85%;
	float:right;
}

ul.left-menu {
	margin-left:0px;
	margin-top:0px;	
}

ul.left-menu li {border: 1px solid #E2DADA;border-top: none;}
ul.left-menu li.title {padding: 8px 8px;border-top: 1px solid #E2DADA;font-weight:bold;}
ul.left-menu li.content a {display:block;padding: 8px 8px;font-size:14px;background-color:#F4F4F4;}
ul.left-menu li.content a:hover {background-color:#0063A2;color:#fff;}

.z-barchart div:first-child div:first-child div:first-child > svg:first-child > g:first-of-type > text {display:none !important;}

.z-notification-content {
	text-align: center !important;
	font-size: 13px !important;
	display: block !important;
	overflow: auto !important;
	min-height: 100% !important;
	max-width: 100% !important;
	margin-top: 10px;
}

.z-notification-icon.z-icon-info-circle {
    font-size: 24px !important;
    left: 12px !important;
    margin-top: -5px !important;
}

.z-notification-icon.z-icon-times-circle {
    font-size: 24px !important;
    left: 12px !important;
    margin-top: -5px !important;
}

.icon-lock {background: url(../icon/icon-lock.png) no-repeat scroll; padding-left:15px; width: 15px; height: 20px;}
.icon-unlock {background: url(../icon/icon-unlock.png) no-repeat scroll; padding-left:29px;width: 15px;height: 20px;}
.button-visible input.z-datebox-input, .button-visible input.z-combobox-input {border-right: 1px solid #D7D7D7 !important;}

.cong-chuc-active .z-row-inner{
	background-color: #96CAF1;
}

.cong-chuc-control{
	margin-top: 23px;
}
.cong-chuc-paging {
	margin-top: 10px;
}

.cong-chuc-paging ul li:last-child a{ 
	margin-right: 0; 
}

.z-menubar {
    display: block;
    padding: 0 !important;
    background: #fff !important;
    position: relative;
    border: none !important;
}

.btn.green {
    background-color: #35aa47;
    color: #fff;
    
}
.z-menupopup .z-menupopup-separator {display:none;}

.btn.green a {padding: 9px 15px 8px;background:none;}
.btn.green a i {margin-top:4px;}

.btn.green:hover {
	background-color: #1d943b !important;
}

.btn.green a:hover{
	background-color: #1d943b !important;
}

.z-menu-content:hover,.z-menu-content:active {
	background:none !important;
}

.z-menupopup-content img {display:none}

li.z-menu {
    border: 1px solid #ccc !important;
}
.z-menubar li {
}
.z-menubar-horizontal li {
    margin: 0 2px;
    float: left;
}
.z-menubar li {
    display: block;
    padding: 0;
    position: relative;
}

.z-menu-text {color:#fff !important;}

.required{ color : red !important }

.send-mail-cong-dan .z-hlayout-inner {width:88% !important;}

.form-mail-cc-bcc {
	border: 1px solid #d9d9d9;
}

.form-mail-cc-bcc .content-cc-bcc {
	background-color: #fff;
    overflow: hidden;
}

.form-mail-cc-bcc .item-cc-bcc {
	padding-top: 2px;
	font-size: 13px;
    display: inline-block;
    padding: 3px;
    vertical-align: top;
}
.form-mail-cc-bcc .item-cc-bcc:focus {outline: -webkit-focus-ring-color auto 5px;}

.form-mail-cc-bcc .item-content-cc-bcc {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    cursor: default;
    display: block;
    height: 24px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.form-mail-cc-bcc .item-content-cc-bcc:focus {outline: -webkit-focus-ring-color auto 5px;}
.form-mail-cc-bcc .item-content-cc-bcc:hover {border-color: #b9b9b9;}
.error-mail-cc-bcc,
.error-mail-cc-bcc:hover {border: 1px solid #E60606 !important;}

.form-mail-cc-bcc .text-cc-bcc {
	display: inline-block;
    color: #222;
    margin: 2px 5px;
    max-width: 325px;
    max-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    cursor: move;
}
.form-mail-cc-bcc .text-cc-bcc:focus {outline: -webkit-focus-ring-color auto 5px;}

.form-mail-cc-bcc .del-cc-bcc {
	display: inline-block;
    width: 14px;
    height: 19px;
    background: url('../icon/del-mail-cc-bcc.png') no-repeat -7px -7px;
    opacity: .6;
    vertical-align: middle;
    cursor: pointer;
}
.form-mail-cc-bcc .del-cc-bcc:hover {opacity: 1;}
.form-mail-cc-bcc .del-cc-bcc:focus {outline: -webkit-focus-ring-color auto 5px;}

.form-mail-cc-bcc .text-box-cc-bcc {
    padding-bottom: 3px;
    padding-top: 5px;
    text-align: left;
    height: 30px!important;
    overflow: hidden;
    padding: 6px 3px;
    resize: none;
    width: 100%;
    color: black;
    background-color: white;
    border: 0!important;
    background-image: none;
    font-size: 13px;
}
.form-mail-cc-bcc .text-box-cc-bcc:focus {
	width: 100%;
	font-size: 13px;
    border: 0!important;
    margin: 0!important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.container-image {
}

.container-image .setting-image {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: opacity 85ms ease-in,-webkit-transform 85ms ease-in;
    transition: opacity 85ms ease-in,transform 85ms ease-in;
}

.setting-image-fe {
	opacity: 1 !important;
	left: 200px !important;
}

.container-image .setting-image .item-setting-image {
	background: rgba(0,0,0,.6);
    border-radius: 3px;
    clear: both;
    color: #e6e6e6;
    display: block;
    float: left;
    margin: 0 0 4px 24px;
    padding: 6px 9pt 6px 8px;
    text-decoration: none;
    -webkit-transition: -webkit-transform 85ms ease-in;
    transition: transform 85ms ease-in;
}

.container-image .setting-image .item-setting-image-text {color: #e6e6e6;}
.container-image:hover .setting-image {opacity:1;}

.UPMSample1 .msg span {
    height: 15px;
    padding-left:10px;
    font-size:12px;
}
.UPMSample1 .z-progressmeter {
    width: 100%;
    height: 10px;
}

.z-combobox-disabled .z-combobox-button,
.z-combobox-disabled .z-combobox-icon {
	background: #FFF !important;	
}


.error-border-style,
.error-border-style:focus {
	border: 1px solid red !important;
	overflow: hidden;
}

.icon-get-info {
	background: url("../../../img/icons/get-info.png") no-repeat;
	color: #4D9816;
    margin-top: 5px;
    padding-top: 3px;
    height: 16px;
    display: block;
}

.drop-datebox-not-dvc .z-datebox-input {
	width: 141px !important;
}