.search-bar{
  position: absolute;
  top: 60px;
  height: 40px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 0px 1px;
}

.search-bar .search-button-icon{
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}
/* 
.search-bar input{
  padding-left: 60px !important;
  color: grey !important;
  height: 40px;
  width: 100%;
  margin: 0px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: #dedede 2px solid;
} */

.search-bar input{
  padding-left: 60px !important;
  color: grey !important;
  height: 38px;
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border: rgba(123, 123, 123, 0.87) 1px solid;
  margin: 0.5px 0px;
  border-radius: 2px;
}

.search-bar input:focus{
  border: 2px solid #3faeee;
}

.search-bar md-icon svg {
      fill: grey !important;
}

.drop-down-button-download {
  position: absolute;
  top: 0px;
  right: 0px;
}

md-progress-linear.md-default-theme .md-bar, md-progress-linear .md-bar {
    background-color: #40AEEE !important;
}