.btn-primary {
  background-color: #1fb7b0;
  border-color: #1fb7b0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #1fa39d;
  border-color: #1fa39d;
  text-decoration: none !important;
}
#main_container {
  min-height: 100vh;

  background-image: url('/api/v1/site-config/login-image');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#main_container > .row {
  padding-top: 1em;
  min-height: 100vh;
}
#footer {
  color: white;
  line-height: 1.8;
  background: rgb(0, 0, 0);
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0) 100%,
    rgba(0, 0, 0, 0.5) 0%
  );
}
#footer > a {
  color: white;
  font-weight: bold;
}
.card {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 1em;
  border: none;
  border-radius: 0.6rem;
}
.card.w-420 {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .flex-grow-lg-0 {
    flex-grow: 0;
  }
}
@media only screen and (min-width: 460px) {
  .card.w-420 {
    width: 420px;
  }
}
.bottom-right-fixed-content-cards {
	display: none;
    position: fixed;
    right: 2em;
    bottom: 1em;
    width: 360px;
}
.bottom-right-fixed-content-cards a.card img {
	opacity: 0.7;
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.bottom-right-fixed-content-cards a.card:hover img {
	opacity: 1;
}
@media only screen and (min-width: 1300px) and (min-height: 800px) {
  .bottom-right-fixed-content-cards {
    display: block;
  }
  #main_container > .row {
    padding-top: 10vh;
  }
}
a.card {
  background: rgba(255, 255, 255, 0.85);
  transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
a.card:hover {
  background: rgba(255, 255, 255, 1);
  transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
a.card:link,
a.card:visited {
  text-decoration: none !important;
}
a.card:hover i,
a.card:focus i,
a.card:active i,
a.card:hover h4,
a.card:focus h4,
a.card:active h4 {
  text-decoration: underline;
}
.alert.alert-danger {
  background: #ffe7e6;
  border: solid #ff5757;
  border-width: 0 0 0 6px;
  color: #ff5757;
  margin: 1rem 0;
  border-radius: 6px;
  padding: 1em 1.5em;
}

.alert.alert-success {
  background: #e4f8f0;
  border: solid #1ea97c;
  border-width: 0 0 0 6px;
  color: #1ea97c;
  margin: 1rem 0;
  border-radius: 6px;
}
.alert.alert-info {
  background: #e9e9ff;
  border: solid #696cff;
  border-width: 0 0 0 6px;
  color: #696cff;
  margin: 1rem 0;
  border-radius: 6px;
}
span.error {
  display: inline-block;
  width: 100%;
  color: rgb(194, 30, 30);
  font-size: 13px;
  margin: 0.5em 0 0.25em;
}
.btn-appintegration:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1fa39d;
  border-color: #1fa39d;
}
.btn-outline-primary{
  color: #1fa39d;
  border-color: #1fa39d;
  background-color: transparent;
}
.btn-outline-primary:hover{
  color: #fff;
  background-color: #1fa39d;
  border-color: #1fa39d;
}
.site-tile {
  cursor: pointer;
  transition: all 0.3s ease;
  color:rgba(0, 0, 0, 0.7);
  background-color: white;
  border-radius: 0.4rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.site-tile:hover {
  transition: all 0.3s ease-in;
  color:rgba(0, 0, 0, 1);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
span#referenceCode {
  /*monospace font */
  font-family: 'Courier New', Courier, monospace;
}