/* Cards */

.wolf-cool-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none;
    margin: 25px 5px 5px 5px;
    text-align: center;
    color: #fff;
}

.wolf-cool-card.wolf-cool-card-2,
.wolf-cool-card.wolf-cool-card-3 {
    margin: 5px;
    text-align: left;
}

.wolf-cool-card.wolf-cool-card-3 {
    margin: 2px;
    height: 56px;
    overflow: hidden;
}

.wolf-cool-card.wolf-cool-card-4,
.wolf-cool-card.wolf-cool-card-5 {
    margin-top: 20px;
    color: #333;
}

.wolf-cool-card.wolf-cool-card-6 {
    position: relative;
    color: #333;
    text-align: left;
    padding-bottom: 10px;
    margin: 20px 5px 20px 5px;
}

.wolf-cool-card .d-inline-block {
    display: inline-block;
}

.wolf-cool-card .card-header {
    background-color: transparent;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    position: relative;
}

.wolf-cool-card .card-block {
    padding: 30px 5px 10px 5px;
}

.wolf-cool-card.wolf-cool-card-2 .card-block {
    padding: 10px;
}

.wolf-cool-card.wolf-cool-card-3 .card-block {
    padding: 3px;
}

.wolf-cool-card.wolf-cool-card-4 .card-block,
.wolf-cool-card.wolf-cool-card-5 .card-block {
    padding: 5px 10px 5px 10px;
}

.wolf-cool-card.wolf-cool-card-6 .card-block {
    padding: 0px 20px 10px 20px;
}

.wolf-cool-card .card1-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -15px;
    left: calc(50% - 20px);
    font-size: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 50%);
    box-shadow: 0 0 0 5px rgb(255 255 255 / 50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.wolf-cool-card.wolf-cool-card-4 .card1-icon,
.wolf-cool-card.wolf-cool-card-5 .card1-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -5px;
    left: 10px;
    font-size: 30px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wolf-cool-card.icon-left .card1-icon {
    left: 10px;
}

.wolf-cool-card.icon-right .card1-icon {
    left: initial;
    right: 10px;
}

.wolf-cool-card.icon-square .card1-icon {
    border-radius: 10px;
}

.wolf-cool-card.wolf-cool-card-2 .card-icon,
.wolf-cool-card.wolf-cool-card-3 .card-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 80px;
    opacity: 0.4;
}

.wolf-cool-card.wolf-cool-card-3 .card-icon {
    top: 0px;
    font-size: 40px;
    line-height: 56px;
    opacity: 0.3;
}

/** @oalvarez: redesign **/
.wolf-cool-card .st-icon {
    /*width: 85px;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*font-size: 23px;*/
    /*padding: 40px 40px 20px 20px;*/
    /*border-radius: 50%;*/
    position: absolute;
    /*top: -30px;*/
    /*right: -30px;*/
    top: 0;
    right: 0;
    margin: 0;
    font-size: 1.5em;
    padding: 0.25em;
    border-top-right-radius: 4px;
    color: #ffffff;
}

.wolf-cool-card h2, .wolf-cool-card h3,  .wolf-cool-card h4, .wolf-cool-card h5,  .wolf-cool-card h6 {
    font-family: 'Roboto', sans-serif;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
    line-height: 1.2;
}

.wolf-cool-card h2 {
    font-size: 40px;
    line-height: 50px;
}

.wolf-cool-card.wolf-cool-card-2 h2 {
    margin-bottom: 0px;
}

.wolf-cool-card.wolf-cool-card-6 h3 {
    font-size: 26px;
    line-height: 30px;
}

.wolf-cool-card.wolf-cool-card-6.txt-content h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.wolf-cool-card h4 {
    font-size: 30px;
    line-height: 40px;
}

.wolf-cool-card.small-content h4 {
    margin: 5px 0px 5px 0px;
}

.wolf-cool-card.wolf-cool-card-3 h4 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 2px 0px 2px 0px;
    font-size: 22px;
    line-height: 26px;
}

.wolf-cool-card.wolf-cool-card-4 h4 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    margin: 20px 0px 20px 0px;
}

.wolf-cool-card.wolf-cool-card-5 h4 {
    margin: 0px 50px 5px 50px;
}

.wolf-cool-card.wolf-cool-card-5 h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}

.wolf-cool-card.wolf-cool-card-6 h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #505458;
    font-weight: 500;
    display: block;
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wolf-cool-card h6 {
    font-size: 14px;
}

.wolf-cool-card.wolf-cool-card-2 h6 {
    margin-top: 0px;
}

.wolf-cool-card.wolf-cool-card-3 h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 2px 0px 2px 0px;
    font-size: 14px;
    line-height: 18px;
}

.wolf-cool-card.wolf-cool-card-4 h6 {
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin-top: -3px;
    min-height: 40px;
}

.wolf-cool-card.wolf-cool-card-6 h6 {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    height: 22px;
    font-style: italic;
}

.wolf-cool-card.wolf-cool-card-5 div.content {
    width: 100%;
    text-align: justify;
    padding-bottom: 10px;
}

.wolf-cool-card .card-block p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 55px;
}

.wolf-cool-card.small-content .card-block p {
    font-size: 14px;
    line-height: 1.2;
    min-height: 14px;
    margin: 0px;
}

.wolf-cool-card.wolf-cool-card-2 .card-block p {
    font-size: 14px;
    line-height: 25px;
    min-height: 25px;
    margin-bottom: 0px;
}

@media (max-width: 355px) {

    .col-xs-6 .wolf-cool-card h4 {
        font-size: 25px;
    }

    .col-xs-6 .wolf-cool-card.wolf-cool-card-3 h4 {
        font-size: 18px;
    }

    .col-xs-6 .wolf-cool-card.wolf-cool-card-4 h4 {
        font-size: 22px;
    }

    .col-xs-6 .wolf-cool-card.wolf-cool-card-3 h6 {
        font-size: 12px;
    }

    .col-xs-6 .wolf-cool-card.wolf-cool-card-4 h6 {
        font-size: 12px;
    }

    .col-xs-6 .wolf-cool-card .card-block p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .wolf-cool-card.wolf-cool-card-5 h4 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

.wolf-cool-card .card-block p.card-subtitle {
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    min-height: 14px;
    color: #fafafa !important;
    padding-top: 15px;
    font-style: italic;
}

.wolf-cool-card.wolf-cool-card-4 .card-block p.card-subtitle {
    color: #919aa3 !important;
    padding-top: 0px;
}

/** @oalvarez: simplify, conflict **/
.wolf-cool-card .btn {
    /*padding: 10px 15px 10px 15px;*/
    /*margin: 0px 4px 2px 4px;*/
    /*border-radius: 15px !important;*/
    /*min-width: 42%;*/
}

.wolf-cool-card.main-panel-card .btn {
    min-width: initial;
}

.wolf-cool-card.wolf-cool-card-6 .wolf-cool-card-outside-btn-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -15px;
}

.wolf-cool-card.wolf-cool-card-6 .wolf-cool-card-outside-btn-container .btn {
    min-width: 30%;
    padding: 2px 5px 2px 5px;
    margin: 0px 4% 0px 4%;
    border-radius: 15px;
}
.wolf-cool-card .text-muted {
    color: #919aa3 !important;
}

/** @oalvarez: simplify design **/
/** @oalvarez: Next styles are unnecessary in the new design **/
/*
.gradient-bg-c-blue, .wolf-cool-card.bg-c-blue, .wolf-cool-card i.bg-c-blue, .v3-viewport-body .btn.bg-c-blue, .mobile-viewport-body.v3-viewport-body .main-menu-buttons-container .btn-primary {
    background: -webkit-gradient(linear, left top, right top, from(#0071BC), to(#488cb9));
    background: linear-gradient(to right, #0071BC, #488cb9);
}

.wolf-cool-card.bg-c-blue .card1-icon {
    background: #0071BC;
}

.wolf-cool-card .text-c-blue {
    color: #0071BC;
}

.gradient-bg-c-light-blue, .wolf-cool-card.bg-c-light-blue, .wolf-cool-card i.bg-c-light-blue, .v3-viewport-body .btn.bg-c-light-blue {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.wolf-cool-card.bg-c-light-blue .card1-icon {
    background: #01a9ac;
}

.wolf-cool-card .text-c-light-blue {
    color: #01a9ac;
}

.gradient-bg-c-pink, .wolf-cool-card.bg-c-pink, .wolf-cool-card i.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d);
}

.wolf-cool-card.bg-c-pink .card1-icon {
    background: #fe5d70;
}

.wolf-cool-card .text-c-pink {
    color: #fe5d70;
}

.gradient-bg-c-green, .wolf-cool-card.bg-c-green, .wolf-cool-card i.bg-c-green, .v3-viewport-body .btn.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#1b9369), to(#0ac282));
    background: linear-gradient(to right, #1b9369, #0ac282);
}

.wolf-cool-card.bg-c-green .card1-icon {
    background: #1b9369;
}

.wolf-cool-card .text-c-green {
    color: #1b9369;
}

.gradient-bg-c-light-green, .wolf-cool-card.bg-c-light-green, .wolf-cool-card i.bg-c-light-green, .v3-viewport-body .btn.bg-c-light-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3);
}

.wolf-cool-card.bg-c-light-green .card1-icon {
    background: #0ac282;
}

.wolf-cool-card .text-c-light-green {
    color: #0ac282;
}

.gradient-bg-c-orange, .wolf-cool-card.bg-c-orange, .wolf-cool-card i.bg-c-orange, .v3-viewport-body .btn.bg-c-orange {
    background: -webkit-gradient(linear, left top, right top, from(#d9774c), to(#fe9365));
    background: linear-gradient(to right, #d9774c, #fe9365);
}

.wolf-cool-card.bg-c-orange .card1-icon {
    background: #d9774c;
}

.wolf-cool-card .text-c-orange {
    color: #d9774c;
}

.gradient-bg-c-light-orange, .wolf-cool-card.bg-c-light-orange, .wolf-cool-card i.bg-c-light-orange, .v3-viewport-body .btn.bg-c-light-orange {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798);
}

.wolf-cool-card.bg-c-light-orange .card1-icon {
    background: #fe9365;
}

.wolf-cool-card .text-c-light-orange {
    color: #fe9365;
}

.gradient-bg-c-red, .wolf-cool-card.bg-c-red, .wolf-cool-card i.bg-c-red, .v3-viewport-body .btn.bg-c-red, .mobile-viewport-body.v3-viewport-body .main-menu-buttons-container .btn-danger {
    background: -webkit-gradient(linear, left top, right top, from(#b13a48), to(#eb4659));
    background: linear-gradient(to right, #b13a48, #eb4659);
}

.wolf-cool-card.bg-c-red .card1-icon {
    background: #b13a48;
}

.wolf-cool-card .text-c-red {
    color: #b13a48;
}

.gradient-bg-c-purple, .wolf-cool-card.bg-c-purple, .wolf-cool-card i.bg-c-purple, .v3-viewport-body .btn.bg-c-purple {
    background: -webkit-gradient(linear, left top, right top, from(#a270b1), to(#b993c5));
    background: linear-gradient(to right, #a270b1, #b993c5);
}

.wolf-cool-card.bg-c-purple .card1-icon {
    background: #a270b1;
}

.wolf-cool-card .text-c-purple {
    color: #a270b1;
}

.gradient-bg-c-brown, .wolf-cool-card.bg-c-brown, .wolf-cool-card i.bg-c-brown, .v3-viewport-body .btn.bg-c-brown {
    background: -webkit-gradient(linear, left top, right top, from(#8a8553), to(#9f9a60));
    background: linear-gradient(to right, #8a8553, #9f9a60);
}

.wolf-cool-card.bg-c-brown .card1-icon {
    background: #8a8553;
}

.wolf-cool-card .text-c-brown {
    color: #8a8553;
}

.gradient-bg-c-light-brown, .wolf-cool-card.bg-c-light-brown, .wolf-cool-card i.bg-c-light-brown, .v3-viewport-body .btn.bg-c-light-brown {
    background: -webkit-gradient(linear, left top, right top, from(#9f9a60), to(#b4af7e));
    background: linear-gradient(to right, #9f9a60, #b4af7e);
}

.wolf-cool-card.bg-c-light-brown .card1-icon {
    background: #9f9a60;
}

.wolf-cool-card .text-c-light-brown {
    color: #9f9a60;
}

.gradient-bg-c-neutral, .wolf-cool-card.bg-c-neutral, .wolf-cool-card i.bg-c-neutral, .v3-viewport-body .btn.bg-c-neutral {
    background: -webkit-gradient(linear, left top, right top, from(#8d8d8d), to(#a1a1a1));
    background: linear-gradient(to right, #8d8d8d, #a1a1a1);
}

.wolf-cool-card.bg-c-neutral .card1-icon {
    background: #8d8d8d;
}
*/

.wolf-cool-card .text-c-neutral {
    color: #8d8d8d;
}

.wolf-cool-card table thead th,
.wolf-cool-card table thead tr {
    color: #fff !important;
    font-size: 18px !important;
    background-color: transparent !important;
}

.wolf-cool-card.wolf-cool-card-5 table thead th,
.wolf-cool-card.wolf-cool-card-5 table thead tr {
    color: #333 !important;
}

.wolf-cool-card.main-panel-card table thead th {
    font-size: 14px !important;
    color: #333 !important;
}

/* End Cards */

/* Vision 360 Cards */

/** @oalvarez: border left added **/
.vision-360-container .wolf-cool-card {
    height: 197px;
    margin: 5px 5px 10px 5px;
    padding: 0px;
    -webkit-box-shadow: 4px 4px 10px 4px rgba(69, 90, 100, 0.08);
    box-shadow: 4px 4px 10px 4px rgba(69, 90, 100, 0.08);

    border: 0;
    border-left: 4px solid;
}

.vision-360-container .wolf-cool-card .card-block {
    padding: 0px 10px 10px 10px;
}

.vision-360-container .wolf-cool-card .metric-360-target-block {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}

.vision-360-container .wolf-cool-card .metric-360-last-item {
    font-family: 'Roboto Condensed', sans-serif;
    color: #919aa3;
}

/** @oalvarez: simplify design **/
.vision-360-container .wolf-cool-card .metric-360-last-item-value {
    /*color: #333;*/
}

.vision-360-container .wolf-cool-card .metric-360-success-block {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    color: #919aa3;
}

.vision-360-container .wolf-cool-card .metric-360-success-block.small {
    font-size: 12px;
}

.vision-360-container .wolf-cool-card .metric-360-success-block .metric-360-success-block-value {
    font-size: 18px;
    font-weight: 500;
}

.vision-360-container .wolf-cool-card .metric-360-success-block.small .metric-360-success-block-value {
    font-size: 14px;
}

.vision-360-container .wolf-cool-card .metric-360-success-block.small .metric-360-success-block-value {
    font-size: 16px;
}

.vision-360-container .wolf-cool-card .btn.vision-360-group-expand {
    position:absolute;

    /*min-width: initial;*/
    /*width: 40px;*/
    /*padding: 0px 10px 0px 10px;*/
    /*margin: 0px;*/
    /*top: -8px;*/
    /*left: calc(50% - 20px);*/
    /*box-shadow: none;*/

    top: 32px;
    right: 0;
    text-transform: uppercase;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 11px;
    border: 0;
    font-weight: 500;
}
/** @oalvarez: redesign **/

.vision-360-container .wolf-cool-card .metric-360-table-grid {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.vision-360-container .wolf-cool-card .metric-360-table-grid .text-muted {
    line-height: 14px;
    font-weight: normal;
}

.vision-360-container .wolf-cool-card .metric-360-table-grid .metric-360-table-grid-separator {
    margin: 0px 0px 2px 0px;
    height: 1px;
    background-color: #ccc;
}

.vision-360-container .wolf-cool-card .st-icon {
    /*width: 77px;*/
    /*height: 77px;*/
    /*padding: 42px 40px 17px 13px;    */
    /*top: -35px;*/
    /*right: -35px;*/
    /*font-size: 20px;*/
    /*line-height: 22px;*/
    /*border-radius: 50%;*/
    /*text-align: center;    */
    /*color: #fff;    */
}

/* End Vision 360 Cards */