﻿/* Copyright 2018-2024 Epic Systems Corporation */
.card .left-pane,
.card .actions {
  display: inline-block;
  vertical-align: top;
}
.card .left-pane {
  width: 60%;
}
.card .actions {
  width: 38%;
  text-align: end;
}

.viewlink,
.hidelink {
  margin-top: 10px;
}

.permissionlist .cardline {
  margin-right: 30px;
}

#AppList .card {
  min-height: 100px;
  height: auto;
}
#AppList .card.expanded .viewLink {
  display: none;
}
#AppList .card:not(.expanded) ul, #AppList .card:not(.expanded) .hideLink {
  display: none;
}

#AppList .card .button,
#DeviceList .card .button {
  margin-left: 0;
}

.sharedResourceHeader {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.cardNewDUQ {
  border-radius: 6px;
  margin-top: 1rem;
}

.linkedPatient {
  margin-top: 0.5rem;
}

.reviewHeader {
  margin-bottom: 1rem;
}

#tefcaApps .card {
  min-height: 60px;
}

.card .standardBanner {
  margin-top: 0.5rem;
}

.appListPretext {
  padding-bottom: 1rem;
}

.row.appRow {
  width: 100%;
}

._Popup .primary {
  color: #fff !important;
  background-color: #246fb5 !important;
}
._Popup .primary:hover {
  background-color: #1f5e9a !important;
}

#KnownDeviceList {
  width: 100%;
}
#KnownDeviceList .deviceDetails {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #767676;
  font-size: 0.875rem;
  gap: 0.375rem;
}
#KnownDeviceList .deviceInfoRow {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#KnownDeviceList .gutterIcon {
  width: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  padding-left: 0.5rem;
}
#KnownDeviceList .deviceInfoText {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#KnownDeviceList .twoFactorBypass svg {
  fill: green;
}
#KnownDeviceList .thisDevice svg {
  fill: #0091ea;
}
#KnownDeviceList .grid {
  margin-top: 12px;
  margin-bottom: 12px;
}
#KnownDeviceList .closeIcon {
  width: 24px;
  height: 24px !important;
}
#KnownDeviceList .deviceName {
  padding: 0 0 0 0;
  color: #246fb5;
  display: block;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  width: 100%;
  font-size: 1rem;
}
#KnownDeviceList .thisDevice {
  color: black;
}
#KnownDeviceList .removeBar svg {
  margin-left: 0;
}
#KnownDeviceList .removeBar {
  align-items: center;
}
#KnownDeviceList .noLeadingIcon {
  margin-right: 3rem;
}
