.paging-ui-container span{
	display:none !important;
}

.sw-table .footable-toggle{
	display:inline-block;
	padding:10px;
	cursor:pointer;
}

.sw-table.footable-details > tbody > tr > th:nth-child(1){
	width:100px;
}

.sw-table .sw-tbl-td{
	display:table-cell;
	width:auto;
}

.sw-table tr:hover{
	background-color:#dbf7fb;
}

.sw-table .footable-header th{
	background-color:#ededed;
	color:#333;
}

.sw-table td{
	word-break:break-all;
}

table.footable > tbody > tr.footable-empty > td{
	font-size:12px !important;
	height:200px;
	border:1px solid #eee !important;
}

.footable .sub_menu_arw{
	padding-left:25px !important;
	background-image:url('../img/sub_menu_ico.gif');
	background-position:5px 15px;
	background-repeat:no-repeat;
}

.footable .menu_list td{
	background-color:#d9edf7;
}

.footable .footable-detail-row > td:hover{
	background-color:#fddee2;
}

.footable .footable-detail-row .menu_list th{
	background-color:#d9edf7;
}

.footable .footable-detail-row .menu_list td{
	background-color:#fff;
}

.footable .sub_menu_view td{
	background-color:#fcf8e3;
}

.footable .footable-detail-row .sub_menu_view th{
	background-color:#fcf8e3;
}

.footable .footable-detail-row .sub_menu_view td{
	background-color:#fff;
}

.footable .footable-detail-row > td{
	background-color:#eee;
}

.footable .footable-details td{
	text-align:left;
}

.footable .footable-paging{
    background-color: #fff !important;
}

.footable.tfoot-hide .footable-editing{display:none;}

.footable-pagination-wrapper .divider, .footable-pagination-wrapper .label {
    display: none;
}

.paging-ui-container{
	margin:15px 0;
	width:100%;
}

.paging-ui-container span.label,
.paging-ui-container table.footable > tfoot > tr.footable-paging > td > span.label{
	display:none;
}