.select2-selection__choice {  list-style: none !important; margin-bottom: 0px !important; } 
.select2-search--inline  {  list-style: none !important;  margin-bottom: 0px !important;}
.select2-container { width: 100% !important; }
.select2-search__field { margin-bottom: 0px !important;}
.multiple-results { overflow: auto !important; margin-top: 65px; }


#oeak-auflagendaten_clear {
  //float: right;
  margin: 10px 0px;
}

.scrollbar-top { display: block; clear: both;  height: 16px; }
.scrollbar-top
{
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important; 
}

.oeak-auflagen-details.mobile {
  display: table;
}

.oeak-auflagen-details > tbody > tr > td.column-1,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, 
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  white-space: nowrap;
}

.oeak-auflagen-details tr {

}

#DataTables_Table_0.top-scroll thead { display: none; }

.DTFC_LeftBodyLiner { overflow-y: hidden !important; }

@media only screen and (max-device-height: 960px) 
{
  .select2-focusser,
  .select2-search,
  .select2-search input {
    display: none !important;
    //width:50px !important; background-color: blue;
  }
}

.home #oeak-auflagendaten_clear {  
  display: none;
}

@media only screen and (max-width: 480px)
{ 
  #oeak-auflagendaten_clear {
    float: right;
    margin: 10px 0;
    min-width: 200px;
  }  
}

a[class=dt-button] { display: none !important; }


/*
.select2-focusser,
  .select2-search,
  .select2-search input {
    display: none !important;
    //width:50px !important; background-color: blue;
  }
  */