@font-face {
  font-family: "Heebo";
  src: url('fonts/Heebo-VariableFont_wght.ttf');
}

@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto-Regular.ttf'), 
  url('fonts/Roboto-Black.ttf'),
  url('fonts/Roboto-BlackItalic.ttf'),
  url('fonts/Roboto-Bold.ttf'),
  url('fonts/Roboto-BoldItalic.ttf'),
  url('fonts/Roboto-Italic.ttf'),
  url('fonts/Roboto-Light.ttf'),
  url('fonts/Roboto-LightItalic.ttf'),
  url('fonts/Roboto-Medium.ttf'),
  url('fonts/Roboto-MediumItalic.ttf'),
  url('fonts/Roboto-Thin.ttf'),
  url('fonts/Roboto-ThinItalic.ttf');
}

@font-face {
  font-family: "Montserrat";
  src: url('fonts/Montserrat-VariableFont_wght.ttf'),
  url('fonts/Montserrat-Italic-VariableFont_wght.ttf')
}

@font-face {
  font-family: "Karla";
  src: url('fonts/Karla-VariableFont_wght.ttf'),
  url('fonts/Karla-Italic-VariableFont_wght.ttf')
}

@font-face {
  font-family: 'Material Icons';
  src: url('fonts/MaterialIcons-Regular.ttf')
}

html {
  font-size: 100%;
}
body {
  margin-top: 100px;
  margin-bottom: 50px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  background-color: #F7F8FF !important;
}

a {
  color: #2261e2;
}

h1, h2, h3, .h1, .h2, .h3{
  margin-top: 20px;
  font-family: "Montserrat", Roboto, sans-serif;
  color: black;
}

h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 10px;
  font-family: "Montserrat", Roboto, sans-serif;
  color: black;
}

.dropdown-divider {
  border: none;
  margin: 5px 0;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.page{
	margin: 2em auto;
    padding: 0.8em;
}

.eeg-main-nav {
  margin-bottom: 0;
  background-color: #000033 !important;
  padding: 8px 20px;
  font-family: 'Montserrat', system-ui, -apple-system, Roboto, sans-serif !important;
}

.eeg-cta-button {
  display: block;
  font-family: Montserrat, Roboto, sans-serif;
  margin: auto;
  min-width: 200px;
  border-radius: 8px;
  background-color: #4A5BF2;
  padding: 16px 24px;
  font-weight: 600;
  outline: none;
  border: none;
}

.eeg-cta-button:hover, .eeg-cta-button:active, .eeg-cta-button:focus, .eeg-cta-button:active:focus {
  background-color: #4150d8;
  border-radius: 8px;
  outline: none;
  border: none;
  box-shadow: none;
}

.login-content {
  background: #04034F;
  border-radius: 16px;
  padding: 40px 2px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.login-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.login-background svg {
  position: absolute;
  right: 0;
  height: 100%;
}

.sign-in-card {
  border: none;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(4, 3, 79, 0.25);
}

.sign-in-card .form-control {
  font-family: Karla, Montserrat, Roboto, sans-serif;
}

.sign-in-card > img {
  margin: 0 auto;
  width: 200px;
}

.sign-in-card #service-title {
  color: #04034F;
  text-align: center;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}

.sign-in-card h4 {
  color: #04034F;
  text-align: center;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.sign-in-card #no-account-text {
  display: block;
  margin-top: 15px;
  color: #33335C;
  text-align: center;
  font-family: Montserrat, Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}

.sign-in-card #no-account-text a {
  text-decoration: underline;
  color: #4A5BF2;
}

.blurbs-container {
  margin-bottom: 10px;
}

.product-blurb {
  padding: 92px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.product-blurb img {
  max-width: 475px;
  width: 90%;
  object-fit: contain;
}

#firstBlurb {
  background-color: #F7F8FF
}

#thirdBlurb {
  background-color: #04034F;
}

#thirdBlurb .blurb-subtitle {
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFF;
}

#thirdBlurb .blurb-title {
  color: #FFF;
}

#thirdBlurb .blurb-list {
  color: #E5E5EB;
}

.blurb-background {
  position: absolute;
  top: 0;
  left: 0;
}

.blurb-background svg {
  position: absolute;
}

.blurb-content {
  position: relative;
}

.blurb-image-column {
  display: flex;
}

.blurb-text-container {
  max-width: 580px;
  position: relative;
}

.blurb-title {
  display: block;
  line-height: 50px;
  font-weight: 600;
  font-size: 32px;
  color: #04034F;
}

.blurb-subtitle {
  display: inline-block;
  background-color: #EEF0FE;
  color: rgba(74, 91, 242, 1);
  font-size: 12px;
  font-weight: 600;
  border-left: 2px solid #4A5BF2;
  border-radius: 4px;
  margin: 0;
  margin-left: 2px;
  padding: 6px 12px;
}

.blurb-list {
  font-size: 16px;
  font-family: Karla, Montserrat, Roboto, sans-serif;
  font-weight: 400;
  color: #666685;
}

@media (max-width: 992px) {
  .blurbs-container .col-12{
    margin-bottom: 10px;
  }
  .product-blurb {
    padding: 15px 0 10px;
  }
  .product-blurb img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .blurb-title {
    margin-top: 10px;
    font-size: 22px;
    line-height: 25px;
  }
  .blurb-subtitle {
    font-size: 11px;
  }
  .blurb-list {
    font-size: 12px;
  }
  .blurb-text-container {
    max-width: 90%;
    margin: 0 auto;
  }
  .login-footer {
    width: 100%;
  }
}

.login-footer {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.login-footer a {
  font-family: Karla, Montserrat, Roboto, sans-serif;
  white-space: nowrap;
  color: #4A5BF2;
}

.login-footer a:hover {
  text-decoration: underline;
}

#copyright-text {
  color: #666685;
  font-family: Karla, Montserrat, Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  text-align: center;
  margin-top: 50px;
}

.nav-link {
  color: #4A5BF2;
  font-size: 15px;
  font-weight: 500;
}

.navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-toggle {
  margin-top: 10px;
}

.navbar-brand > img {
  height: 30px;
}

.navbar-nav {
  height: 100%;
}

.navbar-nav > li {
  height: 100%;
}

.navbar-nav > li.dropdown .dropdown-item {
  font-weight: 500;
  font-size: 14px;
}

.navbar-inverse .navbar-nav > li > a {
  padding-top: 18px;
}

.setWidth {
  max-width: 100px;
}

/* POPOVERS */
.popover {
  overflow-wrap: break-word;
}

.concat div {
  overflow: hidden;
  width: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.downloadButton {
  cursor: pointer;
}

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
  border: none;
}

.nocol tbody tr td {
  border-style: solid none;
}

.clickable {
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.clickable:hover {
  background-color: #fbfbfb;
}

.centeredElements {
  text-align: center;
}

.violationsWell ul {
  background-color: #ffffff;
  list-style-type: none;
  padding-left: 0;
}

.violationsWell ul li {
  border-top: 1px #cccccc dashed;
}

.violationsWell ul li:first-child {
  border-top: none;
}

/* HEIDI DO NOT DELETE */
.hidden-num-spinner {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */

.hidden-num-spinner::-webkit-inner-spin-button,
.hidden-num-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Table Styles from Lexi */
.instance {
  color: #141210;
}

.instance table {
  table-layout: fixed;
  background-color: #e3e2e5;
  border-radius: 4px;
}

.instance label {
  color: black;
  display: block;
}

.instance td {
  border-top: none !important;
}

.instance .btn:disabled {
  opacity: 0.4;
}

.header-wrap p {
  font-size: 16px;
  /* font-family: 'Roboto'; */
}

.header-wrap img {
  max-width: 100%;
  margin-bottom: 20px;
}

.header-wrap .embed-container {
  margin-bottom: 20px;
}

@keyframes pulse {
  50% {
    border-color: #449d44;
  }
}

@-webkit-keyframes pulse {
  50% {
    border-color: #449d44;
  }
}

@keyframes pulseText {
  50% {
    color: #449d44;
  }
}

@-webkit-keyframes pulseText {
  50% {
    color: #449d44;
  }
}

.tutGoal {
  animation: pulse 1.5s;
  -webkit-animation: pulse 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  border-width: 3px;
}

.job-panel.tutGoal {
  border-radius: 7px;
}

.tutGoalText {
  animation: pulseText 1.5s;
  -webkit-animation: pulseText 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  font-weight: bold;
}

.tutModal {
  position: fixed;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 10000;
}

#claiming-1,
#creation-1,
#monitoring-1,
#monitoring-3,
#sharing-1 {
  left: 50%;
  bottom: 30%;
}

#claiming-2,
#creation-2,
#monitoring-2,
#monitoring-4,
#compliance-1,
#sharing-2,
#sharing-3 {
  left: 50%;
  bottom: 60%;
}

#compliance-2 {
  left: 60%;
  bottom: 10%;
}

.tutModal .modal-dialog {
  margin: 0;
}

.timeCode {
  /* width: 50px !important; */
  width: 100%;
}

#notificationList {
  min-width: 320px !important;
}

.progress-bar-yet-to-occur {
  color: #333;
  background-color: #f5f5f5;
}

.progress-bar-spacer {
  background-color: #fff;
}

#statusBar {
  height: 50px;
  border-radius: 12px;
}

#statusBar .progress-bar p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.progress-bar {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar:not(:last-child)::after,
.progress-bar:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 4em;
  height: 4em;
  border-style: solid;
  border-width: 1em 1em 0 0;
  transform: rotate(45deg);
}

.progress-bar:not(:last-child)::after {
  right: -0.3em;
  z-index: 1029;
  border-color: white;
}

.progress-bar:not(:first-child)::before {
  left: -2.4em;
  border-color: #337ab7;
}

.progress-bar-info:not(:first-child)::before {
  border-color: #5bc0de;
}

.progress-bar-yet-to-occur:not(:first-child)::before {
  border-color: #f5f5f5;
}

.form-group .checkbox-fancy {
  display: none;
}

.form-group .checkbox-fancy + .btn-group {
  margin-left: 10px;
}

.form-group .checkbox-fancy + .btn-group > label span {
  width: 20px;
}

.form-group .checkbox-fancy + .btn-group > label span:first-child {
  display: none;
}
.form-group .checkbox-fancy + .btn-group > label span:last-child {
  display: inline-block;
}

.form-group .checkbox-fancy:checked + .btn-group > label span:first-child {
  display: inline-block;
}
.form-group .checkbox-fancy:checked + .btn-group > label span:last-child {
  display: none;
}

.form-text {
  color: #585858;
}

/*New stuff that Yumeng added, check old stuff to see if anything isn't being used.*/

.nav.nav-pills {
  margin-bottom: 10px;
}

.nav-pills .nav-link {
  font-family: Montserrat, Roboto, sans-serif;
  transition: none;
}

.nav-pills .nav-link.active {
  background-color: white;
  border: 1px solid #DDD;
  color: black;
} 
.nav-pills .nav-link.active:focus {
  outline: none;
}

#sentCountBadge,
#receiveCountBadge {
  background-color: #000000;
}

.sent-header,
.received-header {
  padding-left: 2%;
}

.panel-link:link {
  color: #000000;
  text-decoration: none !important;
}

.panel-link:visited {
  color: #000000;
  text-decoration: none !important;
}

.panel-link:hover {
  color: #000000;
  text-decoration: none !important;
}

.panel-link:active {
  color: #000000;
  text-decoration: none !important;
}

.job-panel {
  display: block;
}

.job-panel .panel-heading {
  background-color: #9e9e9e !important;
}

.job-panel .panel-body {
  min-height: 320px;
}

.job-panel .panel-body:hover {
  background-color: #f5f5f5 !important;
}

.search-body .search-bar {
  text-align: center;
}

#noSentResultsFound,
#noReceivedResultsFound {
  text-align: center;
  color: #9e9e9e;
}

.to-truncate {
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 0px;
}

.panel.price,
.panel.price > .panel-heading {
  border-radius: 0px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.panel.price:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel.price:hover > .panel-heading {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2) inset;
}

.panel.price > .panel-heading {
  box-shadow: 0px 5px 0px rgba(50, 50, 50, 0.2) inset;
  text-shadow: 0px 3px 0px rgba(50, 50, 50, 0.6);
}

.price .list-group-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel.price .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel.price .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.price .panel-footer {
  color: #fff;
  border-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.panel.price .btn {
  box-shadow: 0 -1px 0px rgba(50, 50, 50, 0.2) inset;
  border: 0px;
}

/* grey price */

.price.panel-grey > .panel-heading {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}

.price.panel-grey > .panel-body {
  color: #fff;
  background-color: #808080;
}

.price.panel-grey > .panel-body .lead {
  text-shadow: 0px 3px 0px rgba(50, 50, 50, 0.3);
}

.price.panel-grey .list-group-item {
  color: #333;
  background-color: rgba(50, 50, 50, 0.01);
  font-weight: 600;
  text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.75);
}

.text-success {
  color: #5cb85c;
}

.vertically-aligned {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.subscriptions-title {
  margin-bottom: 20px;
}

.service-panel {
  text-align: center;
  height: 100%;
  border: none;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.service-panel .material-icons {
  font-size: 40px;
  color: black;
}

.service-panel .card-body {
  padding: 25px 15px 30px 15px;
}

.service-panel h3 {
  font-family: Montserrat, Roboto, sans-serif;
  font-weight: 600;
  margin-top: 5px;
}

.service-panel p {
  font-family: Karla, Montserrat, Roboto, sans-serif;
  max-height: 24px;
  line-height: 20px;
}

.see-all {
  font-weight: 800;
  color: black;
}

.alert-container {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1000;
}

.alert-container .alert {
  padding-right: 100px;
}

.branch-id {
  font-size: 0.9em;
  padding: 5px;
  text-align: center;
  background-color: #206396;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.branch-id p {
  margin: 0;
  padding: 0;
}
.branch-id a {
  color: inherit;
  text-decoration: underline;
}

.dz-success-mark,
.dz-error-mark {
  display: none;
}
.falcon-log-filter-item {
  padding: 5px 0 5px 10px;
  /* border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black; */
}
.falcon-log-filter-item a {
  padding: 0 !important;
}
.falcon-log-filter-item a:hover {
  background-color: transparent !important;
}
.falcon-log-filter-item a span {
  font-size: 14px !important;
  color: #111827 !important;
}
.falcon-log-filter-item a .label-default {
  background-color: #d1d5db;
}

/* .falcon-log-filter-item a .label-info {}
.falcon-log-filter-item a .label-warning {} */

.falcon-log-filter-item a .label-danger {
  background-color: #f87171;
}

/* SAML */
.IdPConf {
  border: grey 1px solid;
  border-radius: 10px;
  background-color: darkgray;
  padding: 5px 5px;
  width: 300px;
  color: white;
  margin-left: 20px;
  text-align: center;
}

.lblEEGConf {
  display: block;
  max-width: 100%;
  font-weight: 700;
  margin-top: 25px;
}

.inputEEGConf {
  width: 80%;
  display: inline-block;
}

#changelogDisplay {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #DDD;
  padding-bottom: 30px;
}

#changelogDisplay .changelog-time-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #00000029;
  padding: 17px 25px;
  margin-bottom: 17px;
  @media (max-width: 768px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

#changelogDisplay .changelog-section-title {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  display: flex;
  align-items: center;
  @media (max-width: 768px) {
    font-size: 23px;
  }
}

#changelogDisplay .changelog-section-timestamp {
  margin: 0;
  margin-left: 2px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  @media (max-width: 768px) {
    font-size: 15px;
  }
}

#changelogDisplay .changelog-divider {
  margin-top: 30px;
  color: #c2c2c2;
}

#changelogDisplay .changelog-section {
  margin-top: 20px;
  padding: 0 28px;
  font-size: 18px;
}

#changelogDisplay .section-title {
  font-size: 22px;
  font-weight: 500;
}

#changelogDisplay .section-blurb {
  white-space: pre-wrap;
}

.modal-backdrop.show {
  opacity: .3;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#whatsNewButton {
  position: relative;
}

.blinker {
  position: absolute;
  left: 105px;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #699bf9;
  border-radius: 100%;
  animation: blink 2s ease infinite;
}

#whatsNewButton:focus {
  box-shadow: none;
}

/* Override default duration for slide animation of react-toastify */
/* Reference: https://github.com/fkhadra/react-toastify/blob/main/scss/animations/_slide.scss */
.Toastify__slide-enter--bottom-left {
  animation-duration: 0.2s !important; 
}

.Toastify__slide-exit--bottom-left {
  animation-duration: 0.2s !important;
}