.danhnhapthanhvien{
    padding: 0;
    background: transparent;
}
.danhnhapthanhvien span.close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e7038a;
    opacity: 1;
    width: 15px;
    height: 15px;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
}
.danhnhapthanhvien span.close i{
    font-size: 10px;
    opacity: 1;
    color: #fff;
}
.danhnhapthanhvien span{
    position: relative;
    display: inline-block;
}
.danhnhapthanhvien a{
    background: #E7038A;
    display: inline-block;
    padding: 1px 7px;
    border-radius: 3px;
}
.danhnhapthanhvien button{
    background: #E7038A;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    position: relative;
    display: block;
	outline:none;
}
.danhnhapthanhvien button i{
    font-size: 12px;
    position: relative;
    top: 2px;
}
.tieude_kn .box-input{}
.tieude_kn .box-input select{
    width: 100% !important;
}
.tieude_kn .box-input {
    display: inline-block;
    width: 23%;
    float: left;
    padding: 1px 2px;
}
.xform{
	display:none;
    position: absolute;
    bottom: 36px;
    left: -83px;
    width: 190px;
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.86);
    border-radius: 1px;
}
.inner-form form{
    position: relative;
}
.inner-form form input{
    width: 100%;
    padding: 1px 6px;
    border: 1px solid rgba(204, 204, 204, 0.6196078431372549);
}
.inner-form form  button{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
    padding: 0 10px;
    width: auto;
}
.inner-form {
	position: relative;
	background: #fff;
	padding: 5px;
}
.inner-form:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #bdbdbd;
	border-width: 10px;
	margin-left: -10px;
	z-index: 1;
}
.inner-form:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
	z-index: 2;
}