body, html {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
}

#root{
  height: 100%;
}

.App{
  height: 100%;
}

body, #app, #app>div {
  height: 100% !important;
}

.searchMainDivBox{
  width: 100%;
  display: block;
}

.addNewUserButton{
  position: relative;
  top: 10px;
  left: 20px;
  float: left;
}

.selectBoxContainer{
  width: 15%;
  float: left;
  left: 50px;
  top: 10px;
  text-align: left;
}

.searchIcon{
  float: left;
  position: relative;
  top: 27px;
  left: 5px;
  color: rgb(7, 30, 195);
  font-size: 30px !important;
}

.searchTextField{
  position: relative;
  width: 67%;
  float: left;
  margin-left: 100px !important;
  top: 10px;
}

.rightMenu span{
  color: white;
}

canvas#barChart {
  width: 100% !important;
}



