.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: #40AEEE !important;
}

.state-ok {
  color: green;
}

.state-ko {
color: red;
}

.state-neutral {
color: blue;
}

.no-data {
  color: black;
}

.headsDetails {
  border-collapse: collapse;
}

.headsDetails th {
  border-bottom: 1px solid;
}

.headsDetails td, .headsDetails th {
  border-left: 1px solid;
  padding: 5px 10px;
}

.headsDetails td:first-child, .headsDetails th:first-child {
  border-left: none;
}


.report-format-container {
    position: absolute;
    right: 20px;
    top: 23px;
}

.md-toolbar-fascan {
  background-color: #40AEEE !important;
  color: white;
}

.md-toolbar-atr-details {
  background-color: grey !important;
  color: white;
}

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

.display-charts legend {
  color: #3F51B5; }

.display-charts {
  min-width:80%;
  min-height:85%
}


.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: 95%;
}

.label-title-time-selector {
  height:30px;
}

.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-button {
  position: absolute;
  right: 20px;
  color: #40AEEE !important;
}
.go-to-jobs-button:focus {
  outline: 0;
}

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