/*
Theme Name: MPTCT Intranet Child
Template: mptcintranet
Author: Software Department
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor.
Tags: intranet
Version: 1.0.1602903761
Updated: 2020-10-17 03:02:41

*/

.carousel-item {
    height: 273px;
    overflow-y: hidden;
}

@media (min-width: 992px) {
    body.home .board {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: .5rem !important;
    }
}

@media (max-width: 426px) {
    .announcements-template-default.single .single-content {
        padding: 10px 0 !important;
        width: 95% !important;
    }

    .announcements-template-default.single .single-content-title {
        margin-left: 17px !important;
        font-size: 1.4em;
    }

    .announcements-template-default.single .single-content img {
        width: 100% !important;
    }
}

body.home .board {
    display: block;
    padding: 0.4rem 0rem 0.5rem 0rem !important;
    white-space: nowrap;
    overflow-x: hidden;
    height: calc(100vh - 7rem);
    margin-right: 0 !important;
}

.metric_row_cust {
    margin-bottom: 0.25rem !important;
}

.card_application_link .card-metric {
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    /* padding:; */
    /* padding-top: 3rem !important;
    padding-bottom: 3rem !important; */
    min-height: 180px;
}

.card_application_link .metric {
    cursor: pointer;
    min-height: 160px;
}

.card_application_link:hover .card-metric {
    transition-duration: 1s;
    border: 2px solid #003d7c !important;
}

.card_function_link .metric {
    border: 2px solid transparent !important;
}
.card_function_link .metric {
    cursor: pointer;
}

.card_function_link:hover .metric {
    transition-duration: 0.5s;
    border: 2px solid #003d7c !important;
}