#csv-view-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#csv-view-toolbar
{
    display: flex;    

    flex: 0 0 auto;
    width: 100%;
}
#csv-view-filelist
{
    display: flex;
    flex-wrap: wrap;
    line-height: 25px;
    padding-right: 2px;
    margin-top: 5px;
    margin-bottom: 10px;  

    flex: 5 1 auto;

}  
#csv-view-filelist-download
{
    margin-left: auto;
    line-height: 25px;    
    width:fit-content;
    height: 25px;
    padding-right: 10px;
    padding-left: 5px;
    border: none;
    background-color: none;
    color: #D5D8D9;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;

    flex: 0 0 auto;

}

#csv-view-table {
    background-color: rgba(20, 20, 40, 0.85);
    height: 100%;

    flex: 0 1 auto;
}

  
.tabulator .tabulator-header .tabulator-col
{
    background-color: rgb(235, 235, 240);
    vertical-align: middle;
}
  
.tabulator .tabulator-header-contents
{
    background-color: rgb(235, 235, 240);
}
  

  
 #csv-view-filelist-download:hover
 {
    background-color: #D5D8D9;
    color: rgba(20, 20, 40, 0.85);
 }
  
 .csv-view-filelist-file
 {
    border: none;
    background-color: none;
    color: #D5D8D9;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    margin-left: 5px;
 }

 .csv-view-filelist-file:hover
 {
    background-color: #D5D8D9;
    color: rgba(20, 20, 40, 0.85);
 }

 .csv-view-filelist-file-selected{
    background-color: #D5D8D9;
    color: rgba(20, 20, 40, 0.85);
 }

 #csv-view-modal {
    color: #DADDDF;  
    background-color: rgba(20, 20, 40, 0.85);  
    border: 2px solid #DADDDF; 
  }


.w2ui-record {
    color: rgba(20, 20, 40) !important;
}
.w2ui-grid .w2ui-grid-columns .w2ui-head {
    /*height: 100px;*/
}