/*
 * Landfill
 */
.landfill-tab-content {
  height: 400px;
  margin-top: 8px;
  max-height: 400px;
  overflow-y: auto;
}

.landfill-tab {
  height: 40px;
  padding: 2px !important;
  font-size: 12px;
  font-weight: 600;
}

.list {
  overflow-y: auto;
  max-height: 411px;
  margin-bottom:4px;
  margin-top:4px;
}

.ldf-list {
  overflow-y: auto;
  max-height: 360px;
  margin-bottom:5px;
  margin-top:5px;
}

.ldf-row {
  height: 41px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.ldf-row-span {
  font-size: 10px;
}

.ldf-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.ldf-col {
  width: 25px;
  text-align: center;
}

.ldf-col1 {
  cursor: pointer;
  padding-left: 4px;
}

.ldf-ss-col2 {
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.ldf-summary{
  background-color: #33429d;
  color: rgba(255, 255, 255, 1);
  padding: 2px;
  margin-bottom:5px;
  font-size: 12px;
}

.ldf-sub-tab-content {
  height: 310px;
  margin-top: 10px;
  max-height: 310px;
  overflow-y: auto;
}

.ldf-sub-tab-content-list {
  height: 360px;
  margin-top: 10px;
  max-height: 360px;
  overflow-y: auto;
}

.ldf-survey-attach-preview {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius:10px;
}

.ldf-waste-chart-noData {
  font-size: 18px;
  font-weight: bold;
  line-height: 250px;
  text-align: center;
}

.ldf-toolbar-left-content {
  position: fixed;
}

.ldf-toolbar-left-content-list {
  margin-bottom: -40px;
}

.team-class-ldf {
  height: 265px;
  max-height: 265px;
  overflow-y: auto;
}

.team-class-no-ldf {
  height: 315px;
  max-height: 315px;
  overflow-y: auto;
}

/*
 * Communication
 */
.ldf-com-tab-content {
  height: 390px;
  margin-top: 10px;
  max-height: 390px;
  overflow-y: auto;
}

.ldf-com-rec {
  border: 1px solid #ccc;
  margin-top: 4px;
  min-height: 95px;
  background-color: #eee;
}

.ldf-com-rec-item {
  margin: 6px 0px;
  font-size: 12px;
}

.ldf-com-mun-list {
  height: 22px;
  font-size: 12px;
}

/* Smoke Spread */
.smoke-spread-list {
  overflow-y: auto;
  height: 440px;
  max-height: 440px;
  margin-bottom:4px;
  margin-top:4px;
}

.smoke-spread-details {
  height: 440px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 440px;
  overflow-y: auto;
}
