<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 40vmin;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.pagination {
  text-align: right;
}

.page-item {
  display: inline;
  margin-right: 5px;
}

.form-control {
    width: 100%;

}

.filterTr
{
  text-align: right;
  background-color: white;
}

.react-bs-table{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.table-header-wrapper
{
padding: 0px 0px 0px 0px;
}

.filterTd
{
  border: hidden;
}

.filterTdSpan
{
  text-align: right;
}

.EiTableContent
{
  table-layout:fixed;
}

.table-bordered{
  table-layout:fixed;
}

.table-striped
{
  width: 100%;
  margin-top: 0px;
}

.p-ei
{ 
   font-size: 16px;
}

#pagination ul li {
	line-height: 1.4 ;
	list-style-image: url('/media/bullet_green.png'); 
	list-style-position: outside ;
	font-size: 0.938em ; 
	display: inline;
	margin-right: 5px;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.wrapword {
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /*Chrome &amp; Safari */ 
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  white-space: pre-wrap;       /* css-3 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  white-space: normal;
}

table tr th select 
{
  background-color: #fff;
  padding-right: 20px;
}
  
.grid table 
{
  display: inline-table;
}

div.row 
{
  margin-top: 15px;
}</pre></body></html>