/*
 * Report AIB
 */
.aib-report{
  height:450px;
  max-height:520px;
  overflow-y:auto
}
/*
 * Forest Fire
 */
.ff-list {
  height: 490px;
}

.ff-status-div {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20%;
  margin-top: 15px;
  margin-right: 15px;
}

.ff-status-select {
  height: 30px;
  min-width: 100%;
}

.ff-tab-content {
  height: 400px;
  margin-top: 8px;
  max-height: 400px;
  overflow-y: auto;
}

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

.ff-total-surface-div {
  min-width: 20%;
  width: 20%;
  float:right;
  margin-right: 15px;
}

.ff-total-surface-input {
  height: 30px;
}

.ff-event-data-button{
  font-weight: bold;
}

.ff-priority {
  height: 365px;
  max-height: 365px;
  overflow-y: auto;
}

.ff-icon-last-priority {
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #efefef;
  margin-bottom: 5px;
}

.ff-icon-priority {
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  width: 11px;
  height: 11px;
  border: 1px solid #efefef;
}

.ff-info-priority {
  font-size: 12px;
  line-height: 1.6;
}

.ff-table-priority {
  text-align:right;
  width:70%
}

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

.ff-tot-rma-div {
  min-width:35%;
  width: 35%;
  margin-bottom: 10px;
}

.ff-tot-rma-input {
  height: 30px;
}

/*
 * RMA
 */
.rma-list
{
  height: 490px;
}

.rma-status-div {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20%;
  margin-top: 15px;
  margin-right: 15px;
}

.rma-status-select {
  height: 30px;
  min-width: 100%;
  font-size: 13px;
}

.rma-tab-content {
  height: 400px;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 10px;
}

.rma-req-tab-content {
  height: 360px;
  max-height: 360px;
  overflow-y: auto;
  margin-top: 3px;
}

.rma-det-tab-content {
  height: 355px;
  max-height: 360px;
  overflow-y: auto;
  margin-top: 8px;
}

.rma-pause-form {
  margin: 10px 15px;
  border: 1px solid #ccc;
  background-color: #eee;
}

.rma-pause-form-tlb {
  margin: 0 15px 2px 0;
  text-align: right;
}

/*
 * ForestFire app alert
 */
.ffa-img-div {
  margin-left: 15px;
  margin-right: 15px;
  max-height: 140px;
  overflow-y: auto;
}


.ffa-img {
  height: 130px;
  max-width: 280px;
  margin-bottom: 4px;
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
}
