.header-border {
	background-color: #d9edf7;
	border-color: #bce8f1 !important;
	color: #3a87ad;
	border: 1px solid;
	line-height:30px;
}
.ace-file-input {
	margin-bottom:0px !important;
	height: 29px !important;
	line-height:29px !important;
}
label.error {
	color: #d68273;
}
input.error {
	border-color:#f09784 !important;
}
textarea.error {
	border-color:#f09784 !important;
}
select.error {
	border-color:#f09784 !important;
}
span.red-label {
 	color: red;
 	margin-left: 3px;
} 

.pleasewait {
    position:   fixed;
    z-index:    1000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

/*----------------------- shortcut ----------------------*/

.shortcut {
	width: 130px;
	height: 130px;
	border: 1px solid #d5e3ef;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
}

.shortcut:HOVER {
	width: 130px;
	height: 130px;
	/* border: 1px solid rgba(0, 0, 255, 0.36);; */
	position: relative;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	position: relative;
	background: rgba(212, 212, 212, 0.12);
}
.shortcut a {
	width: 130px !important;
	height: 130px !important;
	display: block !important;
	/* background: url("../images/icon/addnew.png") no-repeat center center; */ 
}
.shortcut-lable {
	position: absolute;
	bottom:0px;
	width:100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.shortcut-img {
	margin: 40px;
	position: absolute;
	margin-top: 15px;
}

.count {
	text-align: center;
	width : 130px;
	color: red;
	position: absolute;
    margin-top: 75px;
    font-size: 18pt;
}
#tableHoSo {
	margin-bottom: 0px;
}
#pagination {
	line-height: 42px;
	height: 40px;
	background: #ececec;
	width: 100%;
	margin-left: 0px;
}
.page-links a {
	margin-left: 10px;
}
.page-links a.disabled {
	color:#707070 !important;
	text-decoration: none;
}
.page-links a.first {
	background:url(../images/paging_first.png) no-repeat;
	padding: 0px 0px 0px 15px;
	background-position:0 0%;
	color: #2F5AB6;
}
.page-links a.prev {
	background:url(../images/paging_previous.png) no-repeat;
	padding: 0px 0px 0px 15px;
	background-position:0 0%;
	color: #2F5AB6;
}
.page-links a.next {
	background:url(../images/paging_next.png) no-repeat;
	padding: 0px 15px 0px 0px;
	background-position:100% 0;
	color: #2F5AB6;
}
.page-links a.last {
	background:url(../images/paging_last.png) no-repeat;
	padding: 0px 15px 0px 0px;
	background-position:100% 0;
	color: #2F5AB6;
}
.page-links a.first.disabled {
	background:url(../images/paging_first.png) no-repeat;
	padding: 0px 0px 0px 15px;
	background-position:0 100%;
}
.page-links a.prev.disabled {
	background:url(../images/paging_previous.png) no-repeat;
	padding: 0px 0px 0px 15px;
	background-position:0 100%;
}
.page-links a.next.disabled {
	background:url(../images/paging_next.png) no-repeat;
	padding: 0px 15px 0px 0px;
	background-position:100% 100%;
}
.page-links a.last.disabled {
	background:url(../images/paging_last.png) no-repeat;
	padding: 0px 15px 0px 0px;
	background-position:100% 100%;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 4px 8px !important;
    text-decoration: none !important;
    display: block;
    text-align: left !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
 	background-color: #87b87f;
	border-color: #87b87f;
	color: #fff;
}
.dropdown-content a i {
  margin-right:5px;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.portlet-layout {
	background: #fff !important;
}

div.tab-content-custom {
	border: 1px solid #ccc;
	padding:10px;
}
div.tab-content-custom:after {
	clear: both;
    display: block;
    content: "";
    padding:10px;
}
/* aui-dialog */
.aui-dialog {
	    top: 20px !important;
}

.gritter-item-wrapper {
    padding: 10px !important;
    margin-left: 50px;
}

.line1 {
    margin-bottom: 5px;
}
.lable-checkcongdan {
	display: none;
}
.label-checkcongdan-done {
	color: #29a921;
	left: 0px;
	position: absolute;
	top: -20px;
	width: 100%;
	font-size: 12px;
/*     background: #95ff8452; */
/*     padding: 10px; */
/*     margin-bottom: 10px; */
/*     border: 1px solid #29a921; */
}
.label-checkcongdan-error {
		color: #ff2907;
		position: absolute;
	    top: -20px;
	    width: 100%;
	    left: 0px;
	    font-size: 12px;
/* 	background: #ff313152; */
/*     padding: 10px; */
/*     margin-bottom: 10px; */
/*     border: 1px solid #ff2907; */
}
.xacthuc-container{
	position: relative;
}
.label-loading {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

span.huongDanSuDung {
    display: block;
}
input#fileinput {
    color: #000;
}