.taskeditor fieldset.standard {
  border-style: solid;
  border-width: 1px; }

.taskeditor legend {
  color: #3F51B5; }

.taskeditor
{
  min-width:80%;
}
.card-reportserver-task-list {
  /* position: fixed;
  top: 60px;
  bottom: 0px !important;
  left: 0px;
  right: 0px; */
  overflow-y: overlay;
}

.card-reportserver-task-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-reportserver-task-list {
  background-color: #40AEEE !important;
  color: white;
}

.card-reportserver-task-list md-content{
  height: 100%;
}

.task-list {
  padding-left: 30px;
  padding-right: 30px;
}

.task-icon {
    padding: 14px;
    height: 50px;
    width: 50px;
    margin-top: 22px;
    margin-right: 40px;
    color: grey;
    font-size: 40px;
    border-radius: 50%;
    background-color: white !important;
}

.task-icon-error {
  color: rgb(221,44,0);
}


.task-icon-done {
  color: rgb(109, 179, 96);
}

.task-icon-pending {
  color: rgb(165, 165, 165);
}

.md-toolbar-reportserver-task-list .md-list-item-text {
  width: 400px;
}

.md-list-item-text-time{
  position: absolute;
  top: 20px;
  right: 100px;
  color: grey;
}

.go-to-reports-button {
  position: absolute;
  right: 20px;
  color: #40AEEE !important;
}
.go-to-reports-button:focus {
  outline: 0;
}


.task-list-title {
  position: absolute;
  left: 27px;
}