@CHARSET "UTF-8";

table.ajaxtable{
	background-color: white;
	margin:10px 0px;
}

table.ajaxtable thead{
	background-color: #efefef;
    color: #333;
}


table.ajaxtable tbody>tr>td{
	padding: 8px !important;
	white-space: normal;
	text-align: left;
	vertical-align: top !important;
}


table.ajaxtable thead tr{
	
}

table.ajaxtable thead>tr>td{
	text-align: left;
	vertical-align: middle !important;
	font-size: 14px;
	white-space : nowrap;
	position:sticky; ;
	position:-webkit-sticky; ;
	top:50px;
	z-index: 9;
	padding: 8px !important;
	background-color: #efefef;
}

table.ajaxtable.sticky thead>tr>td{
	top: -1px;
}

table.ajaxtable thead>tr>td.toolbar{
	position:relative ;
	z-index: unset;
	top: 0px;
	background-color: unset;
}

table.ajaxtable thead>tr>td .colum-filter{
	display: inline;
}

table.ajaxtable thead>tr>td.sort{
	color:#38f;
	cursor: pointer;
	line-height: 24px;
}
table.ajaxtable thead>tr>td .sort-arrow{
	margin: 3px;
}

table.ajaxtable thead>tr>td .sort-arrow.desc:before {
	position: absolute;
	content: '\2193';
}

table.ajaxtable thead>tr>td .sort-arrow.asc:before {
	position: absolute;
	content: '\2191';
}

table.ajaxtable>tbody>tr:hover{
	background: #f8f8f8 !important;
}

table.ajaxtable>tfoot>tr{
	/*border-bottom: 1px solid #ddd;*/
	color: #333;
}

table.ajaxtable>tfoot>tr .download>a{
	float: left;
	color: #8c8c8c;
	margin: 3px 5px;
	padding: 3px 8px;
	font-size: 16px;
	border: 1px solid transparent;
	display: inline-block;
	line-height: 24px;
	border-radius: 5px;

}

table.ajaxtable>tfoot>tr .download:hover>a{
	background-color: #efefef;
	color: #333;
}

table.ajaxtable>tfoot>tr .page{
	float: right;
	color: #333;
	margin: 3px 5px;
	padding: 3px;
	font-size: 13px;
}

table.ajaxtable>tfoot>tr .page .info .page_sel{
	margin: 3px 5px;
}


table.ajaxtable>tfoot>tr a{
	color: #333;
	margin: 3px 5px;
	cursor: pointer;
	padding: 3px;
	font-size: 13px;
	border: 1px solid #ddd;
}
table.ajaxtable tr .hovershow{
	display: none;
}

table.ajaxtable tr:hover .hovershow{
	display: inline;
}

table.ajaxtable .empty{
	margin: 20px;
	text-align: center;
}

table.ajaxtable td.actions a:hover,
table.ajaxtable td.actions a{
	font-size: 13px;
	text-decoration: none;
}

table.ajaxtable td.actions a>span{
	cursor:pointer;
}

table.ajaxtable>tbody div.tree-cell{
	display: inline-block;
}
table.ajaxtable>thead td.select-cell{
	width: 20px;
	color: #555;
}


table.ajaxtable>tbody td.select-cell{
	width: 20px;
	color: #555;
}
table.ajaxtable a.actions{
	cursor: pointer;
	margin: 5px;
}

table.ajaxtable td.actions{
	width: 150px;
}

table.ajaxtable>tbody>tr a.actions.hover{
	display: none;
	margin-left: 10px;
}

table.ajaxtable>tbody>tr:hover a.actions.hover{
	display: inline;
}

table.ajaxtable>thead>tr>td.toolbar{
	background-color: white;
	padding: 10px 0px;
}

table.ajaxtable>thead>tr>td .toolbar-filter{
	padding: 10px 0px;
	padding-bottom: 0px;
}

table.ajaxtable>thead>tr>td .filter-button{
	background-color: transparent;
}

table.ajaxtable>thead>tr>td:hover .filter-button{

	display: inline;
}

table.ajaxtable>thead>tr>td .filter-item {
	display: inline-block;
	padding: 5px;
	margin: 5px;
	border: 1px solid #efefef;
	float: left;
}

table.ajaxtable>thead>tr>td .filter-item:nth-last-of-type(1) {
	margin-right: 50px;
}

table.ajaxtable>thead>tr>td .filter-item>.filter-item-title{
	padding-right: 5px;
	float: left;
}

table.ajaxtable>thead>tr>td .filter-item>.glyphicon{
	color: #555555;
}

table.ajaxtable>thead>tr>td .filter-item:hover>.glyphicon{
	color: black;
}

label.filter-title{
	white-space: nowrap;
	line-height: 30px;
}

table.ajaxtable td.edit{
	position: relative;
}

table.ajaxtable td.edit span.edit-btn{
	display: inherit;
	color: #aaa;
	float: right;
}

table.ajaxtable td.edit:hover span.edit-btn{
	display: inherit;
}

table.ajaxtable .save-profile{
	float: left;
	line-height: 20px;
	margin: 5px;
	margin-top: 10px;
	font-size: 15px;
	color: gray;
	text-decoration:none;
}

table.ajaxtable .save-profile:hover{
	color: #333;
}

table.ajaxtable .list-profile{
	float: left;
	margin-top: 10px;
}

table.ajaxtable .caculation-label{
	margin-left: 10px;
}