body {
	background-color: #F0F2F5;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rock+Salt|Shadows+Into+Light|Cedarville+Cursive'); /* Signature font in inbox */

.btn.btn-outline-dark.btn-lg.btn-block {
  text-align: left;
}

.dropdown-dots.dropdown-toggle::after {
  display: none;
}

.link-post {
  color: #4f4f4f;
  border-radius: .25rem;
  padding-bottom: .9rem;
  transition: all .2s ease-in-out;
}

.link-post:hover {
  color: #4f4f4f;
  background-color: rgba(0, 0, 0, .1);
  transition: all .2s ease-in-out;
}

.link-grey {
  color: #4f4f4f;
}

.link-grey:hover {
  color: #4f4f4f;
}

.link-underline {
  /* color: #262626; */
  font-weight: 500;
}

.link-underline:hover {
  text-decoration: underline;
  color: #1266f1;
}

.icon-underline {
  color: #4f4f4f;
}

.icon-underline:hover {
  color: #1266f1;
  text-decoration: underline;
}

.testimonial-card .card-up {
  height: 90px;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
  width: 90px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
}

.testimonial-card .card-body {
  text-align: center;
}

.font-weight-bold {
  font-weight: 500 !important;
}

div#invalid_email {
  color: red;
  margin-top: 0 !important;
}

div#invalid_password1 {
  color: red;
  display: block;
  margin-top: 0 !important;
}

div#invalid_password2 {
  color: red;
  display: block;
  margin-top: 0 !important;
}

.card-up.bg {
  background-color: #424242;
}

td.amount-dates {
  text-align: center;
}

td.duration {
  text-align: center;
}

input#amount-duration {
  text-align: center;
}
.legend .legend-title {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 90%;
  }
.legend .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: left;
  list-style: none;
  }
.legend .legend-scale ul li {
  display: inline-block;
  font-size: 80%;
  list-style: none;
  line-height: 18px;
  vertical-align: text-top;
  }
.legend ul.legend-labels li span {
  display: inline-block;
  height: 16px;
  width: 20px;
  margin-right: 5px;
  margin-left: 10px;
  border: 1px solid #999;
  }

.legend a {
  color: #777;
  }

/* Removes console error when clicking on an icon that opens a model*/
svg * {
  pointer-events: none;
  }

img{
  aspect-ratio: 1 / 1;
}
.datatable thead .fixed-cell {
  position: sticky;
  top: 0;
  z-index: 0;
}
/* Whos-Out Tooltips */
.popper, .tooltip {
  position: absolute;
  z-index: 9999;
  background: none;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: none;
  padding: 10px;
  text-align: center;
}
.navbar-scroll .navbar-brand {
  color: #fff;
}
.navbar-scrolled {
  background-color: #24355c;
}
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars {
  color: #fff;
}
.price:before,
.price:after {
  position: absolute;
  font-size: 1.5rem;
}
.price:before {
  content: '$';
  margin-left: -1rem;
}
.price:after {
  content: '/mo';
  margin-top: 1.61rem;
}
.section {
  scroll-margin-top: 3.5rem;
}

@media (max-width: 991px) {
  .navbar-scroll {
    background-color: #24355c;
  }
  .section {
    scroll-margin-top: 3.5rem;
  }
}
@media (min-width: 550px) and (max-width: 650px) {
  #intro {
    height: 400px !important;
  }
  .section {
    scroll-margin-top: 3.5rem;
  }
}

@media (min-width: 800px) and (max-width: 850px) {
  #intro {
    height: 410px !important;
  }
  .section {
    scroll-margin-top: 3.5rem;
  }
}

#annotation-layer { 
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  line-height: 1.0;
  /* The margin-left and margin-top are added to overlay the annotation-layer on top of the canvas*/ 
  margin-left: -22%;
  margin-top: -8%;

}

#annotation-layer > section {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

#annotation-layer > .linkAnnotation > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}