.card-reporting {
  /* position: fixed;
  top: 60px;
  bottom: 0px !important;
  left: 0px;
  right: 0px; */
  overflow-y: overlay;
  background-color: rgb(250,250,250) !important;
}

.card-reporting 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;
}

.report-list-header {
  background-color: #66aa89 !important;
}

.report-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;
    color: grey;
    font-size: 40px;
    border-radius: 50%;
    background-color: white !important;
}

.report-format-container {
    position: absolute;
    right: 20px;
    top: 23px;
}



.md-toolbar-reports {
  background-color: #66aa89 !important;
  color: white;
}

.md-toolbar-report-param {
  background-color: #66aa89 !important;
  color: white;
}

.report-param-content {
  padding-top: 20px; 
}

.report-list {
  padding-left: 30px;
  padding-right: 30px;
}

.input {
  margin-top: 5px !important;
  margin-left:15px !important;
  margin-right:15px !important;
}

.text-input {
  width: 100%;
}

.combo-input {
  width: 100%;
}

.label-title-time-selector {
  min-height:30px !important;
}

.time-selector-label {
  margin-left: 15px;
}

.interval-selector-from {
  max-width: 350px;
  min-height: 300px;
  margin-right:5px !important;
}

.interval-selector-to {
  max-width: 350px;
  min-height: 300px;
  margin-left:5px !important;
}

/* 
.go-to-jobs{
  position: absolute;
  color: rgb(255, 255, 255, 0.87);
  top: 17px;
  right: 50px;
}


.go-to-jobs:focus {
  outline: 0;
}

.go-to-jobs:hover {
  color: rgb(255, 255, 255)!important;
  cursor: pointer;
}

.go-to-jobs-text{
  position: absolute;
  font-size: 20px;
  right: 0px;
  width: 95px;
}

.go-to-jobs-icon {
  position: absolute;
  font-size: 30px;
} */

.go-to-jobs-button {
  position: absolute;
  right: 20px;
  color: #66aa89 !important;
}
.go-to-jobs-button:focus {
  outline: 0;
}


.report-list-title {
  position: absolute;
  left: 27px;
}