/* #dashboardAmrTable td.moreInfo {
    cursor: pointer;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
}

#dashboardAmrTable td.moreInfo:hover {
    background-color: #f6c23e;
    color: black;
}

#dashboardAmrTable td.moreInfo::before {
  content: "\f05a";
} */


/* #amrInfoModal dt {
  font-weight: 400;
  text-align: right;
}

#amrInfoModal dd {
  margin-bottom: 0rem;
} */


/* #selectedColumn td.moreInfo {
  cursor: pointer;
  text-align:center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size:1.5rem;
}

#selectedColumn td.moreInfo::before {

  content: "\f05a";

}

#selectedColumn td.moreInfo:hover {

  background-color: #f6c23e;
  color: black;

} */

/* #dashboardAmrTable > thead > tr > th:nth-child(1){
  min-width: 180px;
}
#dashboardAmrTable > thead > tr > th:nth-child(7){
  min-width: 260px;
}
#dashboardAmrTable > thead > tr > th:nth-child(10){
  min-width: 260px;
} */
/* #dashboardAmrTable > thead > tr > th.wideColumn{
  min-width: 180px;
}
#dashboardAmrTable > thead > tr > th.widerColumn{
  min-width: 260px;
} */

#selectedColumn tbody td {
  padding: 6px 10px;
}

#selectedColumn tbody {
  font-size: 0.9rem;
}

#dashboardAmrTable tbody td {
  padding: 6px 10px;
}

#dashboardAmrTable tbody {
  font-size: 0.9rem;
}

thead > tr > th.wideColumn{
  min-width: 180px;
}
thead > tr > th.widerColumn{
  min-width: 260px;
}


.border-left-marti-green {
    border-left: 0.25rem solid #B2DF8A !important;
}

.border-left-marti-blue {
    border-left: 0.25rem solid #A6CEE3 !important;
}

.border-left-marti-orange {
    border-left: 0.25rem solid #FDBF6F !important;
}

.border-left-marti-yellow {
    border-left: 0.25rem solid #FEED75 !important;
}

#dashboardSampleNameEdit {
  cursor: pointer;
}
#dashboardSampleNameEdit:hover {
  color: #303030
}

.readCardHeader {
  font-size: 1.25rem;
  margin-bottom: 0.3rem;
}

.h55 {
  font-size: 1.2rem;
}

#alertsDropdownMenu {
  max-height: 40rem; 
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  #alertsDropdownMenu {
      width: 30rem !important;
  }
}