.dataTables_length,.dataTables_filter{
display: none;
}

.mn-wd-75{
min-width:75px !important;
}

.select2-container{
width: 100% !important;
} 

.adj{
min-height: calc(100vh - 110px) !important;
}

table.dataTable tbody th, table.dataTable tbody td{
line-height: 30px;
}

.elip{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.bgimg{
background-image: url("/assets/img/addis-ababa-new.jpg");
background-size: cover;
}

.dataTables_wrapper .dataTables_filter input.sbox{
  width:100% !important;
}


@media only screen and (min-width: 600px) {
.sibar{
  width: 350px !important;
}
}
@media only screen and (min-width: 768px) {
.sibar{
  width: 500px !important;
}
}