@charset "utf-8";

.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.fileinput-button input{
    position:absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
}

.kandyTabs {
	width: 100%;
	min-width: 1200px;
}

.searchTitle {	min-height: 30px;	padding-left: 10px;	padding-top: 2px;	position: relative;	text-align: inherit;}

.searchHeader {
	padding-top: 10px;
	width: 90%;
}

.searchHeader form table {
	margin-left: 5px;
}

.searchHeader .inputTitle {
	text-align: right;
	padding-right: 10px;
	padding-left: 5px;	}
.searchHeader .searchTr {
	height: 30px;
}

.searchHeader .inputTitle:AFTER {
	content: "：";
}

.searchContent {
	min-height: 600px;
}

.searchContent .table thead th {
	white-space: nowrap;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5),
		to(#eee) );
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eee);
	background-image: linear-gradient(top, #f5f5f5, #eee);
}

#searchPagination {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	border-bottom: 1px solid #ccc;
	background-color: #ececec;
	background-image: -webkit-linear-gradient(top, #eee, #eaeaea, #eee);
	background-image: -moz-linear-gradient(top, #eee, #eaeaea, #eee);
	background-image: -ms-linear-gradient(top, #eee, #eaeaea, #eee);
	background-image: -o-linear-gradient(top, #eee, #eaeaea, #eee);
	background-image: linear-gradient(top, #eee, #eaeaea, #eee);
}

.searchContent .table tbody tr td {
	text-align: center;
}

.searchContent .table tbody tr td {
	text-overflow: ellipsis; /* for IE */
	-moz-text-overflow: ellipsis; /* for Firefox,mozilla */
	overflow: hidden;
	white-space: nowrap;
	text-align: left;		cursor: pointer;
}

.hrmsEditForm {
	margin: 50px;
}

.hrmsEditForm .row {
	padding-top: 5px;
}

.hrmsEditForm .xsInputVal {
	width: 60px;
}

.hrmsEditForm .smInputVal {
	width: 120px;
}

.hrmsEditForm .midInputVal {
	width: 240px;
}

.hrmsEditForm .inputRequireTitle {
	text-align: right;
}

.hrmsEditForm .inputRequireTitle:AFTER {
	content: "*";
	color: red;
}

.hrmsEditForm .inputTitle {
	text-align: right;
}

.hrmsEditForm .inputTitle:AFTER {
	content: "：";
}

.editTab {
	min-height: 0px;
}

.editTab .sectionTitle {
	background-color: #E4F6D9;
}

.sectionTitle {
	font-size: 15;
	font-weight: bold;
}

.link-label {
	padding-right: 10px;
}