.card-container .card {
    background-color: #f5f5f5;
    border-radius: 7px;
    padding: 20px;
    margin: 7px;
}

.card-container .card-one {
    border-left: 7px solid #003f77;
    margin-bottom: 40px;
}

.card-container .card-title {
    font-size: 18px;
    color: #003f77;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-container a {
    color: #003f77;
    text-decoration: underline;
    text-underline-offset: 5px;
    transition: all 0.5s;
}

.card-container ul.list-unstyled {
    list-style-type: none;
    padding-inline-start: 30px;
}

.card-container li {
    margin-bottom: 10px;
}

.card-container li i {
    color: #003f77;
    margin-right: 10px;
}

.card-container a:hover {
    color: #003f77;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

/* light shadow card */
.card-light-shadow {
    background: white;
    box-shadow: 0 0px 10px #ccc;
    padding: 10px;
    border-radius: 7px;
    line-height: 1.7;
}

div.card-deck div.card {
    display: table;
    margin: 16px 1.66666%;
    flex: 0 1 330px;
    background-color: #f5f5f5;
    border-width: 0 0 0 6px;
    border-radius: 6px;
    color: #aaa;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 18px;
}
div.card-block {
    width: 330px;
    padding: 14px 14px 0 14px;
}
div.card-block > div,
.card-section {
    margin: 8px 0 0 0;
}

.card-block a:link,
span a:link {
    color: #337ab7;
}
.card-title {
    max-width: 70%;
}
.card.attribute {
    border-color: #29d28b;
}
.card.metric {
    border-color: #00b7ff;
}
.card-section:first-child {
    margin-top: 0;
}
.card-section:last-child {
    margin-bottom: 0;
}
.card-block .card-title {
    font-size: 18px;
    color: #404040;
    margin-top: 0;
    margin-bottom: 14px;
}
.card-heading {
    font-size: 14px;
    color: #8d8d8d;
}
.card-title,
.card-heading {
    font-weight: bold;
}
.card-description .card-text {
    padding: 0;
    margin: 0;
}
.card-section > .card-text {
    margin-bottom: 0;
}
.card-description .card-text ul {
    margin: 0;
}
.card-description.fullHeight {
    height: 100%;
}
.cardLink {
    content: "test" !important;
    font-family: serif;
    position: absolute;
    top: -12px;
    right: 4px;
    font-size: 34px;
    transition: color 0.25s ease;
}
.trigger .type {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 0 6px;
    border-radius: 10px;
    line-height: 15px;
}
.attribute .trigger .type,
.attributeTip {
    background: #29d28b;
}
.metric .trigger .type,
.metricTip {
    background: #00b7ff;
}

.trigger .type {
    color: #fff;
}

.trigger .type:before {
    font-style: italic;
}
.attribute .trigger .type:before {
    content: "Attribute ";
}
.metric .trigger .type:before {
    content: "Metric ";
}
.qtips {
    border-color: transparent;
    font-family: Arial, sans-serif;
    padding: 18px;
    max-width: 338px;
    max-width: 338px;
}
.qtips.attributeTip {
    min-height: 202px;
    max-height: 202px;
}
qtips.metricTip {
    min-height: 240px;
    max-height: 240px;
}
.qtip-content {
    padding: 0;
}
.qtips h3 {
    color: #404040;
    font-size: 14px;
    font-weight: bold;
}
.qtips p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 4px 0;
    padding: 0;
}
.linkTips {
    min-width: 790px;
    max-width: 790px;
}
.linkTips .qtip-titlebar {
    background-color: #fff;
    border-bottom: 1px solid #404040;
}
.linkTips .qtip-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    background-color: none;
    color: #404040;
}
.linkTips .qtip-content {
    font-size: 14px;
    text-align: center;
    padding: 18px;
    color: #aaaaaa;
}
.linkTips .qtip-content input {
    min-width: 100%;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    padding: 2px 4px;
}
.linkTips .qtip-close {
    border: 0;
    background: #fff;
}
.linkTips .qtip-close span {
    font-size: 30px;
    color: #aaaaaa;
    margin-right: 8px;
}
.linkTips .qtip-content input:focus {
    outline: none;
}
.trigger:after,
.trigger .type:after {
    content: " \f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.trigger {
    position: relative;
    pointer-events: none;
}
.trigger:after {
    color: #d9d9d9;
    content: "\f0d7";
    font-size: 28px;
    position: absolute;
    right: 0;
    top: -2px;
    pointer-events: all;
    border: 4px solid transparent;
    width: 1em;
    height: 1em;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    line-height: 22px;
    transition: transform 0.5s ease-in-out, color 0.25s;
}
.trigger:hover:after,
.cardLink:hover {
    cursor: pointer;
    color: #fb8d00;
}
.trigger.droppedDown::after {
    transform: rotate(180deg);
}
.shadows {
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.25);
}
.ellip {
    display: block;
    height: 100%;
}
.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}
.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}
p.type {
    pointer-events: all;
}
.attributeTip {
    border-color: #29d28b;
}
/* .attribute,
  .metric {
    display: none;
  } */
