
a > i.fa-bullseye.targeted {
    color: red;
}

.note-panel-wrapper, .etf-panel-wrapper, .annuity-panel-wrapper {
    float: left;
    margin: 15px;
    margin-bottom: 35px;
    height: 350px;
    /* Temporarily hiding this, until the fadeUpIn animation issue is resolved:
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,.75);
    */
}

.note-panel {
    box-shadow: 0px 0px 7px -3px rgba(0,0,0,.75) !important;
    border-radius: 25px;
    transition: box-shadow .3s ease-in-out;
    border-color: #999;
}

.note-panel:hover {
    -moz-box-shadow: 0px 13px 39px -10px rgba(0,0,0,.75);
    -webkit-box-shadow: 0px 13px 39px -10px rgba(0,0,0,.75);
    border-radius: 25px;
    box-shadow: 0px 13px 39px -10px rgba(0,0,0,.75) !important;
    cursor: pointer;
    transition: box-shadow .3s ease-in-out;
}

.note-panel-wrapper .note-panel, .etf-panel-wrapper .note-panel, .annuity-panel-wrapper .note-panel {
    margin-bottom: 0px;
}

.panel-default.note-panel {
    border-radius: 25px !important;
    display: inline-block;
    min-height: 350px;
    padding: 15px 10px;
    position: relative;
    width: 400px;
    /*border-width: 12px;
    border-color: #ce85f1; */
}


.note-panel-wrapper:hover .quote-refresh2 {
    display: block;
    /*float: left;*/
}

.note-panel-wrapper:hover .quote-refresh3 {
    display: block;
    /*float: left;*/
}
.note-panel-wrapper:hover .quote-refresh4 {
    display: block;
    /*float: left;*/
}

.note-panel-wrapper:hover .quote-refresh5 {
    display: block;
    /*float: left;*/
}

.note-panel-wrapper:hover .quote-refresh6 {
    display: block;
    /*float: left;*/
}

.quote-refresh {
  font-size:1.15em;
}

.quote-refresh2 {

   display: none;
/*   position: absolute;
   top: -20px;
   left: 139px;*/
}

.quote-refresh3 {
   display: none;
/*   position: absolute;
   top: -20px;
   left: 38px;*/
}
.quote-refresh4 {
   display: none;
/*   position: absolute;
   top: -20px;
   left: 55px;*/
}

.quote-refresh5 {
   display: none;
/*   position: absolute;
   top: -20px;
   left: 90px;*/
}
.quote-refresh6 {
   display: none;
/*   position: absolute;
   top: -20px;
   left: 25px;*/
}


.note-panel-tradable {
    background-position: center;
    background-position-y: top;
    background-repeat: no-repeat;
    height: 35px;
    max-height: 40px;
    max-width: 40px;
    padding-top: 5px;
    text-align: center;
}


/*
flip card
*/
.note-panel-flip-wrapper {
    height: 350px;
}

.note-panel-flip-wrapper > div {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -ms-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;

    transition: transform 400ms;
    transition-timing-function: linear;
    width: 100%;
    margin: 0;
    display: flex;
    position: relative;

}

.note-panel-front {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.note-panel-back {
    top: -350px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: perspective(800px) rotateY(180deg);
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
    position: absolute;

}

.note-panel-flip-wrapper:not(.note-panel-flipped) .annuity-carrier-logo {
    display: none;

    -webkit-transition: visibility 0s 2s, opacity 2s linear;
    -moz-transition: visibility 0s 2s, opacity 2s linear;
    -ms-transition: visibility 0s 2s, opacity 2s linear;
    -o-transition: visibility 0s 2s, opacity 2s linear;
    transition: visibility 0s 2s, opacity 2s linear;
}

.note-panel-flipped .note-panel-front {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.note-panel-flipped .note-panel-back {
    top: -350px;
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);

}

/* backface-visibility breaks in IE/Edge when the spinner is active so hide it on flip */
.note-panel-flipped .fa-spinner {
    display: none;
}

.note-panel-back .fa-spinner {
    display: none;
}


.note-panel {
    color: #555555 !important;
}


.note-card-flip {
  font-size:18px;
  color:#6293bf;
  opacity:.75;
}

.note-panel-quote {
    font-weight: bold;
    position: relative;
    margin-top:10px;
}
.note-panel-quote .title {
    font-weight: normal;
    font-size: .75em;
}
.note-panel-quote > .note-quote-value {
    font-size: 1.25em;
}



.note-panel-details {
    margin-top:12px;
    font-size:.9em;
}

.note-panel-details ul {
    list-style-type: none;
}

.note-panel-details ul li {
    text-align:left;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding:2px;
}

.note-panel-details ul > li > span {
    left: 40px;
    position: absolute;
    display: contents;
    overflow-wrap: break-word;
}

.note-panel-details ul > li > i {
  color: #3aaef7;
  margin-right: 5px;
}

/* Note Details Info Bubbles: */
a.note-details-info {
    color: #ccc;
    margin-top: 3px;
    float: right;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    margin-left:5px;
}
a.note-details-info:hover {
    color: #888;
}
.note-panel-quote-details .popover,
.note-panel-details .popover,
.note-panel-quote .popover {
    min-width: 200px;
    max-width: 300px;
}

.note-panel-details h5 {
	text-align:center;
}


.note-panel-quote-details {
    margin-top:12px;
    font-size:.9em;
}

.note-panel-quote-details ul {
    list-style-type: none;
}

.note-panel-quote-details ul li {
    text-align:left;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding:2px;
}




.feature-flag-tags {
    font-size: 1.3rem;
    /*text-align: center;*/
}

.feature-flag-tags > i {
    /*padding-top:4px;*/
    padding: 5px;
    margin-bottom: 4px;
    /*color: #3aaef7;*/
    color: #444444;
}

.feature-flag-tags > i > span {
    padding-left: 3px;
}

.feature-flag-tags > .tooltip > .tooltip-inner {
    max-width: 225px;
}

.feature-detail.fw-2 {
    text-align:center;
    width: 1.2em;
}

/* Match feature detail icons to Note Type Label color */
.feature-detail.income, .feature-detail-header.income {
    color: #6291ba;
}
.feature-detail.growth, .feature-detail-header.growth {
    color: #3aaef7;
}
.feature-detail.digital, .feature-detail-header.digital {
    color: #49598c;  /* #73a350; */
}
.feature-detail.absolute, .feature-detail-header.absolute {
    color: #3aaef7;
}
.feature-detail.unknown, .feature-detail-header.unknown {
    color: #eab757;
}



/* original feature flag colors /*
.feature-flag-tag.feature-1 {
    /*background-color: #f3d397 !important;*/
    /*background-color: rgba(243, 211, 151, .3) !important;*/
}
.feature-flag-tag.feature-2 {
    /*background-color: #b7e4fb !important;*/
    /*background-color: rgba(183, 228, 251, .3) !important;*/
}
.feature-flag-tag.feature-3 {
    /*background-color: #c1eab0 !important;*/
    /*background-color: rgba(193, 234, 176, .3) !important;*/
}
.feature-flag-tag.feature-4 {
    /*background-color: #bacbfd !important;*/
    /*background-color: rgba(186, 203, 253, .3) !important;*/
}
.feature-flag-tag.feature-5 {
    /*background-color: #eab0c2 !important;*/
    /*background-color: rgba(234, 176, 194, .3) !important;*/
}
.feature-flag-tag.feature-6 {
    /*background-color: #e7d93a !important;*/
    /*background-color: rgba(231, 217, 58, .3) !important;*/
}
.feature-flag-tag.feature-6 {
    /*background-color: #e7d93a !important;*/
    /*background-color: rgba(231, 217, 58, .3) !important;*/
}
.feature-flag-tag.feature-7 {
    /*background-color: #e7d93a !important;*/
    /*background-color: rgba(173, 69, 62, .3) !important;*/
}


.feature-flag-tag.feature-capped {
    /*maroon*/
    background-color: rgba(128, 0, 0, .3);
    border-style: none;
}

.feature-flag-tag.feature-uncapped {
    /*mint*/
    background-color: rgba(170, 255, 195, .3);
    border-style: none;
}

.feature-flag-tag.feature-autocall, .feature-flag-tag.feature-accumulation {
    /*teal*/
    background-color: rgba(0, 128, 128, .3);
    border-style: none;
 }

.feature-flag-tag.feature-non-call, .feature-flag-tag.feature-legacy  {
    /*orange*/
    background-color: rgba(245, 130, 48, .3);
    border-style: none;
}

.feature-flag-tag.feature-contingent, .feature-flag-tag.feature-lt-care {
    /*red*/
    background-color: rgba(230, 25, 75, .3);
    border-style: none;
}

.feature-flag-tag.feature-guaranteed, .feature-flag-tag.feature-income-feat {
    /*green*/
    background-color: rgba(60, 180, 75, .3);
    border-style: none;
}

.feature-flag-tag.feature-memory, .feature-flag-tag.feature-liquidity {
    /*yellow*/
    background-color: rgba(255, 225, 25, .3);
    border-style: none;
}

.feature-flag-tag.feature-payoff {
    /*grey*/
    background-color: rgba(128, 128, 128, .3);
    border-style: none;
}

.feature-flag-tag.feature-gearing {
    /*olive*/
    background-color: rgba(128, 128, 0, .3);
    border-style: none;
}
.feature-flag-tag.feature-recall {
    /*bluish*/
    background-color: rgba(0, 86, 255, 0.3);
    border-style: none;
}


.feature-detail.feature-capped {
    color: rgba(128, 0, 0);
}

.feature-detail.feature-uncapped {
    color: rgba(170, 255, 195);
}

.feature-detail.feature-autocall {
    color: rgba(0, 128, 128);
 }

.feature-detail.feature-non-call {
    color: rgba(245, 130, 48);
}

.feature-detail.feature-contingent {
    color: rgba(230, 25, 75) ;
}

.feature-detail.feature-guaranteed {
    color: rgba(60, 180, 75);
}

.feature-detail.feature-memory {
    color: rgba(255, 225, 25);
}

.feature-detail.feature-payoff {
    color: rgba(128, 128, 128);
}

.feature-detail.feature-gearing {
    color: rgba(128, 128, 0);
}
.feature-detail.feature-annual-coupon {
    color: rgb(120, 163, 202);
}
.feature-detail.feature-digital-coupon {
    color: rgb(74, 90, 140);
}
.feature-detail.feature-participation {
    color: rgba(100, 182, 76);
}
.feature-detail.feature-max-return {
    color: rgb(60, 118, 60);
}

.feature-flag-tag.fw-2 {
    text-align:center;
    width: 2em;
}


.feature-flag-tags i.fa-border {
  min-height: 24px;
  border-radius: 6px;
  padding: 5px 10px;
  cursor: pointer;
}

.annuity-carrier-logo-container {
    position: relative;
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 auto;
}

.annuity-carrier-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

#annuity_creator_loader_container {
    transition: background-color 400ms ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#annuity_creator_loader_container.dark-bg {
    background-color: rgba(0, 0, 0, 0.075);
}

#annuity_creator_loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.tradable_circle label.tradable_weight {
    margin-left: -48px;
}


.note-panel-labels,
div.note-modal .note-panel-labels {
    font-size: 10px;
    font-weight: bold;
    position: relative;
}

.note-panel-values,
div.note-modal .note-panel-values {
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.note-panel-values div {
    padding-left: 5px;
    padding-right: 5px;
}

.note-panel-values div:first-child {
    padding-left: 15px;
}

.note-panel-values div:last-child {
    padding-right: 15px;
}

.note-calendar {
    position: relative;
}

.note-calendar div {
    padding-right: 5px;
}

.note-calendar .title {
    color: #888;
    font-size: 10px;
}

.note-panel-values div {
    padding-left: 5px;
    padding-right: 5px;
}

.note-bottom {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

/* MARK SECTION: note scales */
/* Each scale consists of two parts - the scaled content and the adjusted container */

/* This pattern will scale the content of the note card only (to avoid breaking the note details modal).
   Also, the margin is adjusted since the scaled note occupies the same footprint on the page. */
.note-panel-wrapper.note-scale-90 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-90 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-90 .note-panel-flip-wrapper {
    -webkit-transform: scale(0.90);
       -moz-transform: scale(0.90);
            transform: scale(0.90);
    margin: -18px -20px;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

/* This pattern will adjust the margin and height of the container (again, the content is scaled
   separately so the note details modal is not broken so we must manumarginy adjust the container). */
.note-panel-wrapper.note-scale-90,
.etf-panel-wrapper.note-scale-90,
.annuity-panel-wrapper.note-scale-90 {
    height: 315px;
    margin: 13px 13px 31px;
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-80 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-80 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-80 .note-panel-flip-wrapper {
    -webkit-transform: scale(0.80);
       -moz-transform: scale(0.80);
            transform: scale(0.80);
    margin: -35px -40px;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-80,
.etf-panel-wrapper.note-scale-80,
.annuity-panel-wrapper.note-scale-80 {
    height: 280px;
    margin: 12px 12px 28px;
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-70 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-70 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-70 .note-panel-flip-wrapper {
    -webkit-transform: scale(0.70);
       -moz-transform: scale(0.70);
            transform: scale(0.70);
    margin: -52px -60px;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-70,
.etf-panel-wrapper.note-scale-70,
.annuity-panel-wrapper.note-scale-70 {
    height: 245px;
    margin: 10px 10px 24px;
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-60 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-60 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-60 .note-panel-flip-wrapper {
    -webkit-transform: scale(0.60);
       -moz-transform: scale(0.60);
            transform: scale(0.60);
    margin: -70px -80px;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-60,
.etf-panel-wrapper.note-scale-60,
.annuity-panel-wrapper.note-scale-60 {
    height: 210px;
    margin: 9px 9px 21px;
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-50 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-50 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-50 .note-panel-flip-wrapper {
    -webkit-transform: scale(0.50);
       -moz-transform: scale(0.50);
            transform: scale(0.50);
    margin: -88px -100px;
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-50,
.etf-panel-wrapper.note-scale-50,
.annuity-panel-wrapper.note-scale-50 {
    height: 175px;
    margin: 7px 7px 17px;
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-100 .note-panel-flip-wrapper,
.etf-panel-wrapper.note-scale-100 .note-panel-flip-wrapper,
.annuity-panel-wrapper.note-scale-100 .note-panel-flip-wrapper {
    transition: transform 1s ease-in-out, margin 1s ease-in-out;
}

.note-panel-wrapper.note-scale-100,
.etf-panel-wrapper.note-scale-100,
.annuity-panel-wrapper.note-scale-100 {
    transition: height 1s ease-in-out, margin 1s ease-in-out;
}

/* MARK SECTION: pulse scaled note panels */

@keyframes pulse-scale-90 {
    from {
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
      transform: scale3d(0.95, 0.95, 0.95);
    }

    to {
      transform: scale3d(0.9, 0.9, 0.9);
    }
  }

  .note-scale-90 .pulse {
    animation-name: pulse-scale-90;
  }

  @keyframes pulse-scale-80 {
    from {
      transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
      transform: scale3d(0.85, 0.85, 0.85);
    }

    to {
      transform: scale3d(0.8, 0.8, 0.8);
    }
  }

  .note-scale-80 .pulse {
    animation-name: pulse-scale-80;
  }

  @keyframes pulse-scale-70 {
    from {
      transform: scale3d(0.7, 0.7, 0.7);
    }

    50% {
      transform: scale3d(0.75, 0.75, 0.75);
    }

    to {
      transform: scale3d(0.7, 0.7, 0.7);
    }
  }

  .note-scale-70 .pulse {
    animation-name: pulse-scale-70;
  }

  @keyframes pulse-scale-60 {
    from {
      transform: scale3d(0.6, 0.6, 0.6);
    }

    50% {
      transform: scale3d(0.65, 0.65, 0.65);
    }

    to {
      transform: scale3d(0.6, 0.6, 0.6);
    }
  }

  .note-scale-60 .pulse {
    animation-name: pulse-scale-60;
  }

  @keyframes pulse-scale-50 {
    from {
      transform: scale3d(0.5, 0.5, 0.5);
    }

    50% {
      transform: scale3d(0.55, 0.55, 0.55);
    }

    to {
      transform: scale3d(0.5, 0.5, 0.5);
    }
  }

  .note-scale-50 .pulse {
    animation-name: pulse-scale-50;
  }

  @keyframes rubberBand {
    from {
      transform: scale3d(1, 1, 1);
    }

    30% {
      transform: scale3d(1.25, 0.75, 1);
    }

    40% {
      transform: scale3d(0.75, 1.25, 1);
    }

    50% {
      transform: scale3d(1.15, 0.85, 1);
    }

    65% {
      transform: scale3d(.95, 1.05, 1);
    }

    75% {
      transform: scale3d(1.05, .95, 1);
    }

    to {
      transform: scale3d(1, 1, 1);
    }
  }


/* Force ETF Modal Tabs to be 150px */
.etf-modal-tabs-content > .tab-pane {
    min-height: 150px;
}

/* ETF Price Span/Hover Styles: */
span.etf-price:hover {
    font-weight: bold !important;
    color: #000;
}
span.etf-price {
    cursor: pointer;
}
.rolling_graph_wrapper {
    background-image: url(/static/img/rolling_return.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
}
.rolling_graph_wrapper .new-version-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rolling_graph_wrapper .alert-info {
    width: 348px;
    height: 120px;
    text-align: center;
    background-color: #DDEDF6;
    color: #416F8C;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    margin-top: 170px;
}
.rolling_graph_wrapper .new-version-alert-button {
    width: 106px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;
    margin-left: 105px;
    margin-top: 18px;
}
.rolling_graph_wrapper .new-version-alert-button:hover {
    border: 1px solid;
    cursor: pointer;
}
.rolling_graph_wrapper .new-version-alert-button-text {
    color: #0C1851;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.46px;
    word-wrap: break-word;
}
.rolling_graph_wrapper .new-version-alert-button-icon {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}
.rolling_graph_wrapper .new-version-alert-button-icon-body {
    text-align: center;
    color: #0C1851;
    font-size: 16px;
    font-weight: 900;
    word-wrap: break-word;
}