/*  BASE CSS  */
.TableModeWrapperDiv{

}

.TableModeTable{
	overflow-x:auto; 
	min-width:240px; 
	border-collapse:collapse;
}

.TableModeHeaderTD{
	padding:5px;
	text-align:center;
	/* background-color:#0000FF; */
	color:black;
}

.TableModeHeaderWrapperDiv{
	padding-top: 15px;
	font-weight: bold;
	font-size:large;
	text-decoration: italic;
}

.TableModeTitleHeaderTD{
	padding:5px;
	/* background-color:RGBA(255,255,255,0.5); */
	color:black;
	cursor:pointer;
}

.TableModeTitleHeaderWrapperDiv{
	padding:5px;
	border-bottom-width: 75%;
	border-bottom: 1px solid gray;
}

.TableModeTitleHeaderWrapperDiv:hover{
	background-color:RGBA(255,255,255,0.5);
}

.TableModeTitleHeaderWrapperDiv:active{
	background-color:RGBA(255,255,255,0.75);
}

.TableModeValueRowTR{

}

.TableModeValueRowTR:hover{
	background-color:RGBA(255,255,255,0.5);
}

.TableModeValueRowTR:active{
	background-color:RGBA(255,255,255,0.75);
}

.TableModeValueRowTR:hover div{

}

.TableModeValueTD{
	padding:5px; 
	cursor:pointer;
	white-space:nowrap;
}

.TableModeValueWrapperDiv{
	height:100%;
	padding-left:0px;
	padding-right:30px;
}


.TableModeDeleteTD{
	padding:5px;
	cursor:pointer;
	white-space: nowrap;
}

.TableModeDeleteWrapperDiv{

}

.TableModeNewRowDiv{
	border-radius:;
	cursor:pointer;
	display:inline-block;
	border-top:1px solid transparent;
	border-bottom:1px solid #8888AA;
	padding-left:10;
	padding-right:10;
	border-radius:5px;
	background-color:rgba(255,255,255,0.1);
}

.TableModeNewRowDiv:hover{
	border:1px solid gray;
	background-color:rgba(255,255,255,0.5);
}

.TableModeNewRowDiv:active{
	background-color:rgba(255,255,255,0.75);
}

.EditInsertModeBackDiv{
	border-radius:;
	cursor:pointer;
	display:inline-block;
	border-top:1px solid transparent;
	border-bottom:1px solid #8888AA;
	padding-left:10;
	padding-right:10;
	border-radius:5px;
	background-color:rgba(255,255,255,0.1);
}

.EditInsertModeBackDiv:hover{
	border:1px solid gray;
	background-color:rgba(255,255,255,0.5);
}

.EditInsertModeBackDiv:active{
	background-color:rgba(255,255,255,0.75);
}

.TableModeSearchWrapper{
	display:flex;
	justify-content: center;
	width:100%;
	/* border:1px solid gray; */
}

.TableModeSearchContent{
	margin-top:20px;
}

.TableModeSearchLabelDiv{
	display:inline-block;
	margin:5px;
}

.TableModeSearchInput{
	margin:5px;
}

.TableModeSearchSubmitDiv{
	background-color:rgba(255,255,255,0.1);
	display:inline-block;
	border-top:1px solid transparent;;
	border-bottom:1px solid #8888AA;
	margin:5px;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px;
	cursor:pointer;
}

.TableModeSearchSubmitDiv:hover{
	background-color:rgba(255,255,255,0.5);
}

.TableModeSearchSubmitDiv:active{
	background-color:rgba(255,255,255,0.75);
}

.TableModeUndoSearchWrapperDiv{
	display:flex;
	justify-content:center;
}

.TableModeUndoSearchDiv{
	background-color:rgba(255,255,255,0.1);
	display:inline-block;
	border-top:1px solid transparent;;
	border-bottom:1px solid #8888AA;
	margin:5px;
	padding-left:5px;
	padding-right:5px;
	border-radius:5px;
	cursor:pointer;
}

.TableModeUndoSearchDiv:hover{
	background-color:rgba(255,255,255,0.5);
}

.TableModeUndoSearchDiv:active{
	background-color:rgba(255,255,255,0.75);
}

.TableModePagingWrapperDiv{
	display:flex;
	width:100%;
	justify-content: center;
  	align-items: center;
}

.TableModePagingContentDiv{
	display:flex;
	width:25%;
	justify-content:space-between;
}

.TableModePagingGoBackDiv{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:7px;
	padding-right:7px;
	border-radius: 10px;
	cursor:pointer;
	/* background-color:red; */
}

.TableModePagingGoBackDiv:hover{
	background-color:rgba(255,255,255,0.5);
}

.TableModePagingGoBackDiv:active{
	background-color:rgba(255,255,255,0.75);
}

.TableModePagingCenterDiv{
	padding:4px;
	/* background-color:yellow; */
}

.TableModePagingGoForwardDiv{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:7px;
	padding-right:7px;
	border-radius: 10px;
	cursor:pointer;
	/* background-color:green; */
}

.TableModePagingGoForwardDiv:hover{
	background-color:rgba(255,255,255,0.5);
}

.TableModePagingGoForwardDiv:active{
	background-color:rgba(255,255,255,0.75);
}



/* PROJECT INHERITED CSS */
/* File not found: /FormTableViewController.css */
