.link-white {
  color: #ffffff;
}

.create-matter-link {
  border-left: 1px solid rgba(208, 210, 211, 0.1);
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  padding-top: 0.7em;
  height: 2.1em;
  width: 5em;
  display: inline-block;
  cursor: pointer;
}
.create-matter-link:hover {
  color: #fff !important;
}
.create-matter-link.selected {
  background-color: #123044;
}

span.prosecutor-more-menu-wrapper {
  display: inline-block;
  padding: 0.75rem 0 0 1.5rem;
  border-left: 1px solid rgba(208, 210, 211, 0.1);
}

.instructions-paragraph {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.relaxed-display-line {
  padding-top: 0.25em;
}
.two-factor-method-icon {
  padding-right: 0.4em;
}
.password-icon {
  left: 2px;
}
.disabled-method-text {
  text-decoration: line-through;
}

@font-face {
  font-family: 'AstaginaSignature';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/AstaginaSignature.ttf') format('truetype');
}
@font-face {
  font-family: 'BarokahSignatureRegular';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/BarokahSignatureRegular.ttf') format('truetype');
}
@font-face {
  font-family: 'BettinaSignatureRegular';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/Bettina Signature Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Ernesthuge';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/Ernesthuge.ttf') format('truetype');
}
@font-face {
  font-family: 'HighSummit';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/High Summit.ttf') format('truetype');
}
@font-face {
  font-family: 'JulietteRegular';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/Juliette-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Mariyam';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/Mariyam.ttf') format('truetype');
}
@font-face {
  font-family: 'SangGuru';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/SangGuru.ttf') format('truetype');
}
@font-face {
  font-family: 'SouthCastle';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/South Castle.ttf') format('truetype');
}
@font-face {
  font-family: 'SummerPisces';
  font-style: normal;
  font-weight: normal;
  src: url('/Content/lib/fonts/Summer Pisces.ttf') format('truetype');
}

.pb-topaz-sigpad-signature-wrapper {
  background-color: #fff;
}
.pb-topaz-sigpad-signature-wrapper.pb-topaz-sigpad-signature-wrapper-pending {
  background-color: rgba(163, 165, 168, 0.4);
}

.about-dialog .matrix-logo {
  font-size: 3.9rem;
  margin: 0;
  padding: 0;
  color: #123044;
}
.about-dialog .matrix-logo .matrix {
  color: #3f5978;
  background: 0 none;
}
.about-dialog h2 {
  color: #3f5978;
  font-size: 2em;
  font-weight: 300;
  margin: 1rem 0 1rem 0;
}
.about-dialog h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 900;
  color: #5e5f61;
  margin: 1rem 0 1rem 0;
}
.about-dialog p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.about-dialog .matrix-full-logo {
  width: 14em;
  display: block;
}
@media screen and (min-width: 1168px) {
  .about-dialog .matrix-logo {
    font-size: 4.35rem;
  }
}

.no-padding input {
  padding: 0;
  font-size: 1rem;
}

#site-top-nav .time-entry-quick-add-menu.working-on-session-active {
  background-color: #123044;
}
#site-top-nav .time-entry-quick-add-menu.working-on-session-active .working-on-clock-minute-hand {
  animation: rotateClockHands 5s infinite linear;
  transform-origin: 50% 50%;
}
#site-top-nav .time-entry-quick-add-menu.working-on-session-active .working-on-clock-hour-hand {
  animation: rotateClockHands 60s infinite linear;
  transform-origin: 50% 50%;
}
#site-top-nav .time-entry-quick-add-menu svg {
  color: #d9dee4;
}
#site-top-nav .time-entry-quick-add-menu svg:hover {
  color: #ffffff;
}
@keyframes rotateClockHands {
  from {
    transform: rotate(0deg) translateZ(0);
  }
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

.userFlyout {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.userFlyout[disabled] {
  opacity: 60%;
}
.userFlyout:hover {
  cursor: pointer;
}
input.userFlyoutSelectField {
  border: 1px solid #e4e4e4;
}

.copy-animation-container {
  transition: height 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
  overflow: hidden;
}
.copy-animation-container.collapse {
  height: 0px !important;
}

.userFlyout {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.userFlyout[disabled] {
  opacity: 60%;
}
.userFlyout:hover {
  cursor: pointer;
}
input.userFlyoutSelectField {
  border: 1px solid #e4e4e4;
}

.scrolling-grid-container:not(.scrolling-grid-container-simple) .grid-table {
  border-left: 1px solid #d0d2d3;
  border-right: 1px solid #d0d2d3;
}

.timesheet-delete-button {
  color: #5e5f61;
}
.timesheet-delete-button:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 2rem;
  text-align: center;
  width: 2em;
  display: inline-block;
  font-weight: 400;
  vertical-align: top;
}

.timesheet-delete-button {
  color: #5e5f61;
}
.timesheet-delete-button:before {
  content: "\f014";
  font-family: FontAwesome;
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 400;
}

.time-and-expenses-date-selector .date-time-picker-fields {
  top: 2px;
  right: -3px;
}
.time-and-expenses-date-selector .field .date-time-picker .datepickerbutton:hover {
  border: none;
}
.time-and-expenses-date-selector .field .date-time-picker .datepickerbutton:hover:before {
  color: #4997ec;
}
.time-and-expenses-date-selector .field .date-time-picker .datepickerbutton:before {
  font-size: 20px;
  color: #1464bb;
}
.time-and-expenses-date-selector .input-container.date-time-picker {
  background-color: transparent;
  border: none;
}
.time-and-expenses-date-selector input {
  width: 0px !important;
  padding: 0.3em 1em !important;
}
.time-and-expenses-date-selector input:focus {
  background-color: transparent;
}

#staff-selector #staff-filter {
  position: relative;
  background-color: #d0d2d3;
}
#staff-selector #staff-filter input {
  font-size: 1rem;
  box-sizing: border-box;
  width: 100%;
  padding-right: 2em;
  background-color: rgba(255, 255, 255, 0.6);
}
#staff-selector #staff-tree {
  background-color: white;
  padding: 4px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
#staff-selector #staff-tree .spry-react-tree-image {
  min-width: 14px;
  width: 14px;
  height: 14px;
}
#staff-selector #staff-tree .spry-react-selection-tree-folder-image {
  display: none;
}
#staff-selector #staff-tree .spry-react-tree-expanded-image {
  background-position: -18px -2px;
}
#staff-selector #staff-tree .spry-react-tree-collapsed-image {
  background-position: 2px -2px;
}
#staff-selector #staff-tree .spry-react-tree-leaf-image {
  background-image: none;
}
#staff-selector #staff-tree .spry-react-tree-branch {
  background-image: none;
}
#staff-selector #staff-tree .spry-react-tree-subtree {
  margin-left: 7px;
}
#staff-selector #staff-tree .spry-react-tree-branch > .spry-react-tree-node {
  height: 26px;
  align-items: center;
}
#staff-selector #staff-tree .spry-react-selection-tree-content {
  height: auto;
}
#staff-selector #staff-tree .spry-react-selection-tree-content.spry-react-selection-tree-selected {
  background-color: unset;
  color: #123044;
  font-weight: 900;
}
#staff-selector #staff-tree span.highlight {
  text-decoration: underline;
  color: #123044;
  font-weight: 900;
}

.helpai-dialog {
  display: flex;
  flex-direction: column;
  width: 600px;
  background-color: white;
  top: 0.5rem;
  position: fixed;
  z-index: 3;
  margin: 3.2em 20px 0 auto;
  box-shadow: 0px 0px 4px 0px black;
  border: none;
  padding: 0;
  animation: helpai-showDialog 0.5s 0s 1;
  max-height: 75vh;
  min-height: 75vh;
  color: black;
}
.helpai-page {
  display: flex;
  flex-direction: column;
  background-color: white;
  height: 100%;
  color: black;
  font-size: 1.4em;
}
.helpai-dialog-titlebar {
  height: 3.5rem;
  background-color: #3f5978;
}
.helpai-dialog-footer {
  height: 3px;
  background-color: #3f5978;
  width: 100%;
}
.helpai-headerbutton {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
}
#helpai-textwrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
}
.helpai-botMsg {
  display: flex;
  width: 100%;
}
.helpai-botText {
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  background-color: #f9f9f9;
  border: #e4e4e4 2px;
  display: inline-block;
  overflow-wrap: break-word;
}
.helpai-botText[data-anim='false'] {
  animation: helpai-botAnim 3s 0s 1;
}
.helpai-humanMsg {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
  float: right;
  border-radius: 5px;
  padding: 10px;
  background-color: #ebf5ff;
  overflow-wrap: break-word;
}
.helpai-humanMsg[data-anim='false'] {
  animation: helpai-humanAnim 0.25s 0s 1;
}
.helpai-textarea {
  flex-grow: 0;
  display: grid;
  height: 50px;
  grid-template-columns: 90% 10%;
  background-color: transparent;
  border: 2px lightgrey;
  border-style: solid none none none;
  width: 100%;
}
.helpai-textbar {
  outline: none;
  border: none;
  background-color: white;
}
.helpai-sendButton {
  outline: none;
  border: none;
  background-color: white;
}
.helpai-usefulPrompt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px;
  gap: 10px;
}
.helpai-usefulPrompt[data-anim='false'] {
  animation: helpai-wasUsefulAnim 0.25s 0s 1 ease-out;
}
.helpai-botLink {
  display: flex;
  text-align: left;
  gap: 5px;
}
.helpai-botReferences {
  margin-top: 16px;
  margin-left: 8px;
}
.helpai-loadingImg {
  width: 32px;
  height: auto;
}
@keyframes helpai-humanAnim {
  0% {
    transform: scale(0) rotate(0deg);
  }
  40% {
    transform: scale(2) rotate(25deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes helpai-botAnim {
  0% {
    box-shadow: 0 0 10px #2ca0ff;
  }
  20% {
    box-shadow: 0 0 2px #2ca0ff;
  }
  40% {
    box-shadow: 0 0 10px #2ca0ff;
  }
  60% {
    box-shadow: 0 0 2px #2ca0ff;
  }
  80% {
    box-shadow: 0 0 10px #2ca0ff;
  }
  100% {
    box-shadow: 0 0 0px #2ca0ff;
  }
}
@keyframes helpai-wasUsefulAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes helpai-showDialog {
  0% {
    margin: 3.2em -620px 0 auto;
  }
  50% {
    margin: 3.2em 60px 0 auto;
  }
  100% {
    margin: 3.2em 20px 0 auto;
  }
}

.solve-search-link {
  border-color: rgba(208, 210, 211, 0.1);
}

#loading-banner:empty {
  display: none;
}

