.welcomeMessage {
  text-align: center;
}
.btn-default.btn-on-1.active {
  background-color: #006ffc;
  color: white;
}
.btn-default.btn-off-1.active {
  background-color: #006ffc;
  color: white;
}
.customerSummaryTableHeader {
  text-align: center;
}
.due-headers {
  text-align: center;
  position: relative;
}
.box-header {
  padding: 0% !important;
}
#summaryHeader,
#dueDateHeader,
#statsDetailHeader {
  text-align: center;
  font-size: 170%;
  color: inherit;
}
.dueSpan {
  font-size: 100%;
  position: absolute;
  right: 3%;
}
#customerSummaryHeader,
#tableHeader_maintanence,
#tableHeader_regulatory {
  text-align: center;
  font-size: 170%;
}

#traverseMonth,
#customerTraverseMonth {
  text-align: center;
  font-size: 135%;
}

i {
  cursor: pointer;
}
/* .redirect-details {
    position: absolute;
    top: 4%;
    right: 2%;
  } */

#statusSummaryTable tfoot tr:last-child {
  background-color: rgba(211, 211, 211, 0.678);
}
.danger-col {
  color: crimson;
}
