
.dashboard-tray-operations{
  /* position: fixed; */
  top: 60px;
  bottom: 0px !important;
  left: 0px;
  right: 0px;
  /* min-width: 1920px; */
}

.dashboard-tray-operations md-progress-linear{
  position: absolute;
  top: -2px;
}

.dashboard-tray-operations .graph-selector-container {
  height: 220px;
  overflow:auto;
}

.dashboard-tray-operations .graph-selector-sub-container {
  min-width: 1100px;
  height: 200px;
}

.dashboard-tray-operations .category-label{
  margin-top: -14px;
  margin-bottom: -8px;
  color: #41aeee;
  background-color: #fbfbfb;
  z-index: 10;
  height: 22px;
  margin-left: 7px;
  padding-left: 7px;
  font-weight: bold;
  padding-right: 7px;
}

.category-label-unavail{
  width: 97px;
}

.category-label-alarm{
  width: 84px;
}
/* 
.dashboard-tray-operations .category-label{
  position: absolute;
  top: 6px;
  color: #41aeee;
  background-color: #fbfbfb;
  z-index: 10;
  height: 22px;
  margin-left: 7px;
  padding-left: 7px;
  font-weight: bold;
  padding-right: 7px;
} */

.category-dashboard-selector {
  margin-top: 20px;
}

.category-tray {
  max-width: 430px !important;
  min-width: 430px !important;
}
.category-time {
  max-width: 700px !important;
  min-width: 700px !important;
}
.category-alarm {
  max-width: 274px !important;
  min-width: 274px !important;
  border: solid 2px #41aeee;
  margin-top: 18px !important;
  height: 202px;
  margin-right: 26px;
}

.category-unavail {
  max-width: 274px !important;
  min-width: 274px !important;
  border: solid 2px #41aeee;
  margin-top: 18px !important;
  height: 202px;
  margin-right: 26px;
}

.category-noread {
  max-width: 160px !important;
  min-width: 160px !important;
}


.category-dashboard-selector .top{
  min-height: 100px !important;
}

.category-dashboard-selector .bottom{
  min-height: 100px !important;
}


.dashboard-tray-operations .graph-selector-card {
  height: 82px;
  max-width: 120px !important;
  min-width: 120px !important;
  margin-top: 10px;
  z-index: 100;
}

.dashboard-tray-operations .graph-selector-card.selected .graph-selector-title{
  background-color:  rgba(255,82,82,0.87);
}

.dashboard-tray-operations .graph-selector-card.selected .graph-selector-value{
  color:  rgba(255,82,82,0.87);
}

.dashboard-tray-operations .graph-selector-card:hover {
  cursor: pointer;
  border: solid 1px lightgray;
  margin-top: 7px;
}

.dashboard-tray-operations .graph-selector-title {
  background-color: #41aeee;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  color: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.dashboard-tray-operations .graph-selector-value {
  font-weight: bold;
  text-align: center;
  padding-top: 11px;
  color: #41aeee;
}

.main-graph-container {
  max-height: 720px;
}

.dashboard-tray-operations .chart-card {
  height: 704px !important;
}


.trs-selector-card {
  padding: 20px;
  overflow: auto;
}

.trs-select-all-checkboxes {
  margin-bottom: -10px;
  margin-left: 15px;
}

.trs-detail-value {
  color: rgb(160, 155, 155);
}

.button-refresh-dashboard {
  color: rgba(255,82,82,0.87) !important;
}