/*
 * Session Type Selector Modal
 */
.card-type-select {
  height: 100%;
}

.card-type-select:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-type-select {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0964cc;
  color: white;
}

/* data session table hover styles */
table.dataTable tbody tr:hover {
  background-color: #d1ecf1 !important;
  color: #0c5460;
  cursor: pointer;
}

#data-session-table tr:hover td:last-child:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  margin-right: 5px;
  float: right;
  font-weight: 900;
  text-decoration: none;
}

#spinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("images/728.png");
  background-position: center;
  background-repeat: no-repeat;
}
