/** Dynamic AddRemove support **/

.add-remove-set-container {
  position: relative;
}
/* td div.add-remove-set-container {
  width: 120px;
} */
/* .add-remove-drop-add-link {
  position: absolute;
  right: 1px;
  bottom: 6px;
} */
.removed {
  display: none;
}

/** Application Helper support **/
/* #calendar_date_and_time_select */
select.time {
  width: 55px !important;
}
/**** Table style for standard alternating row color table ****/
table.standard {
  /* border: 1px solid #737373; */
  border-color: #dee2e6;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
table.standard th {
  /* padding: 5px; */
  /* background-color:#737373; */
  /* color: white;
  text-align: left; */
}
table.standard th a {
  /* color: white;
  text-decoration: none; */
}
table.standard th a:hover {
  text-decoration: blink;
}
table.standard tr.shade {
  /* background-color: #f9f9f9; */
}

/**** dropdown menu styling ****/
span.drop-down {
  position: relative;
  z-index: 3000;
}
.expire select.time {
  width: 70px !important;
  /* margin-top: 12px; */
}
