| 
					
				 | 
			
			
				@@ -13,9 +13,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       border-radius: 4px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-wrapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border-radius: 2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // .ant-table-wrapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //   border-radius: 2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   &-row__striped { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -37,7 +37,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-table-wrapper { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     padding: 8px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     background: #fff; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border-radius: 4px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    border-radius: 2px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .ant-table-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       padding: 0 0 8px 0 !important; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -50,9 +50,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-table { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    overflow-x: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // width: 100%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // overflow-x: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     &-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       display: flex; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -62,50 +62,50 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       align-items: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-thead > tr > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      background: #f1f3f4; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      background-color: #f1f3f4 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // .ant-table-thead > tr > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //   background: #f1f3f4; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //   background-color: #f1f3f4 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .ant-table-tbody > tr.ant-table-row-selected td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       background: fade(@primary-color, 8%) !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-header > table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-body > table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-fixed-left table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-fixed-right table { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-header > table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-body > table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-fixed-left table, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-fixed-right table { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-thead { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    tr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-thead { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   tr { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    th { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   th { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     border: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border-bottom: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // border-bottom: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    &:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border-right: none !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // &:last-child { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border-right: none !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table.ant-table-bordered .ant-table-footer, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table.ant-table-bordered .ant-table-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table.ant-table-bordered .ant-table-footer, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table.ant-table-bordered .ant-table-title { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered.ant-table-empty .ant-table-placeholder { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered.ant-table-empty .ant-table-placeholder { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-table-tbody > tr > td, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-table-tbody > tr > th, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -114,61 +114,61 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     white-space: pre; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-row-cell-last { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border-right: none !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-row-cell-last { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border-right: none !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-thead > tr > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border-right: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-thead > tr > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border-right: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-pagination { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     margin: 10px 0 0 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    overflow-x: auto !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    overflow-y: scroll !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    margin-bottom: 0 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    overflow-x: hidden !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    overflow-y: scroll !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-fixed-right { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    right: -1px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border-left: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      .ant-table-fixed { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        .ant-table-thead th { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          background: rgb(241, 243, 244); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-fixed-left { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      overflow-y: hidden !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    .ant-table-fixed { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-bordered .ant-table-thead > tr:not(:last-child) > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    word-break: break-word; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    border-color: @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-body { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   overflow-x: auto !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   overflow-y: scroll !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   margin-bottom: 0 !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   overflow-x: hidden !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   overflow-y: scroll !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-fixed-right { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   right: -1px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     border-left: 1px solid @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     .ant-table-fixed { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //       border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //       .ant-table-thead th { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //         background: rgb(241, 243, 244); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-fixed-left { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   .ant-table-header { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     overflow-y: hidden !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   .ant-table-fixed { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     border-bottom: none; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-bordered .ant-table-thead > tr:not(:last-child) > th, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // .ant-table-tbody > tr > td { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   word-break: break-word; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   border-color: @border-color !important; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .ant-table-footer { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     padding: 0; 
			 |