.card-report-job-list {
  /* position: fixed;
  top: 60px;
  bottom: 0px !important;
  left: 0px;
  right: 0px; */
  overflow-y: overlay;
}


.card-report-job-list md-list-item {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  margin: 10px;
}

.md-toolbar-report-job-list {
  background-color: #66aa89 !important;
  color: white;
}

.card-report-job-list md-content{
  height: 100%;
}

.report-job-list-icon {
    padding: 14px;
    background-color: white !important;
    /* height: 37px !important; */
    border: 1px solid lightgrey;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-top: 22px;
    margin-right: 40px;
}

.job-list {
  padding-left: 30px;
  padding-right: 30px;
}

.job-icon {
  font-size: 40px;
}


.job-icon-error {
  color: rgb(221,44,0);
}


.job-icon-done {
  color: rgb(109, 179, 96);
}

.job-icon-pending {
  color: rgb(165, 165, 165);
}

.md-toolbar-report-job-list .md-list-item-text {
  width: 400px;
}

.md-list-item-text-time{
  position: absolute;
  top: 20px;
  right: 100px;
  color: grey;
}

.drop-down-download-report {
  position: absolute;
  top: 22px;
  right: 15px;
}

.icon-download-report {
  color: grey;
  font-size: 29px;
}

.icon-download-report:hover {
  color: black;
  font-size: 29px;
}


/* 
.back-to-reports{
  position: absolute;
  color: rgb(255, 255, 255, 0.87);
  top: 17px;
  left: 20px;
}


.back-to-reports:focus {
  outline: 0;
}

.back-to-reports:hover {
  color: rgb(255, 255, 255)!important;
  cursor: pointer;

}

.back-to-reports-icon {
  font-size: 30px;
}

.back-to-reports-text{
  position: absolute;
  font-size: 20px;
  top: 0px;
  left: 35px;
  width: 150px;
}

.job-list-title {
  position: absolute;
  right: 40px;

} */


.go-to-reports-button {
  position: absolute;
  right: 20px;
  color: #66aa89 !important;
}
.go-to-reports-button:focus {
  outline: 0;
}


.job-list-title {
  position: absolute;
  left: 27px;
}