﻿
/* Begin Overrides for Bootstrap3 -> Bootstrap4 */
.h3-bs3-ovr {
    font-size: 24px;
}

.h4-bs3-ovr {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box.shadow {
    border: solid 1px #ccc;
    min-height: 332px;
}

.close-bs3-ovr {
    font-size: 21px;
}

.label-bs3-ovr {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    padding: 2.4px 7.2px 3.6px;
}

.modal-header-bs3-ovr {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.modal-title-bs3-ovr {
    font-size: 18px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}
/* End Overrides for Bootstrap3 -> Bootstrap4 */

li.filter {
    margin-bottom: 5px !important;
}

.learn-more-links {
    text-decoration: underline;
    color: #366fc0;
}

    .learn-more-links:active,
    .learn-more-links:focus {
        outline: 3px dotted #eee;
    }

.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 30px 10px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

    .social-box .box.shadow {
        box-shadow: 0 0 12px #666 !important;
    }

    .social-box .box.shadow-vaccine:hover {
        box-shadow: 0 0 12px #4183D7 !important;
    }

    .social-box .box.shadow-diagnostic:hover {
        box-shadow: 0 0 12px red !important;
    }

    .social-box .box.shadow-rapidly:hover {
        box-shadow: 0 0 12px forestgreen !important;
    }

    .social-box .box.shadow-other:hover {
        box-shadow: 0 0 12px #666 !important;
    }

    .social-box .box.shadow-therapeutic:hover {
        box-shadow: 0 0 12px purple !important;
    }

    .social-box .box .box-text {
        margin: 20px 0px;
        font-size: 15px;
        line-height: 30px;
        min-height: 100px;
    }

    .social-box .box .box-btn a {
        text-decoration: none;
        color: #4183D7;
        font-size: 16px;
    }

.text-diagnostic {
    color: red;
}

.text-rapidly {
    color: forestgreen;
}

.text-therapeutic {
    color: purple;
}

.text-vaccine {
    color: #4183D7;
}

.text-other {
    color: #666666;
}

.bg-diagnostic {
    background-color: red;
    margin: 0 5px;
}

.bg-fda {
    background-color: #BAE1FF;
    border: solid 1px #4183D7;
}

.bg-rapidly {
    background-color: forestgreen;
    margin: 0 5px;
}

.bg-therapeutic {
    background-color: purple;
    margin: 0 5px;
}

.bg-vaccine {
    background-color: #4183D7;
    margin: 0 5px;
}

.bg-other {
    background-color: #666666;
    margin: 0 5px;
}

.box-title {
    min-height: 80px;
}

.box-title2 {
    min-height: 60px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mu-portfolio-banner {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.legend {
    display: inline-block;
}

.legendpoint {
    width: 154px;
    float: left;
}

.eval-box a {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#diagnostic {
    min-height: 350px;
    background-color: white;
    background-image: url("assets/img/diagnostic-counter_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.diagnostic-chart-inner {
    outline: 4px solid white;
    outline-offset: 5px;
    padding: 10px;
}

.read-more {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2em;
    padding: 5px 15px;
}

    .read-more:hover,
    .read-more:focus {
        border-radius: 0;
    }

#mcm-covid19-links-section {
    float: left;
    width: 100%;
    background-color: #222;
    margin-top: 15px;
}

.covid19-links-content {
    margin: 7px;
}

.link-title {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.link-table {
    display: inline-block;
}

    .link-table p {
        margin: 0;
    }

    .link-table a {
        display: inline-block;
        text-decoration: underline;
        color: #fff;
        font-size: 1.2em
    }

        .link-table a:focus {
            border: dotted 1px #CCC;
        }

        .link-table a::after {
            content: "|";
            padding: 0 10px;
            color: #CCC;
            text-decoration: none;
        }

        .link-table a:last-child::after {
            display: none;
        }

    .link-table .reply-btn {
        font-size: 1em !important;
    }

@media (min-width: 1200px) {
    .legendpoint {
        width: 154px;
        float: left;
    }
}

@media (max-width: 1024px) {
    .legend {
        width: 640px;
    }

    .legendpoint {
        width: 180px;
        text-align: left;
        padding-left: 10px;
    }
}

@media (max-width: 769px) {
    .legend {
        width: 440px;
    }

    .legendpoint {
        width: 180px;
        text-align: left;
        padding-left: 10px;
    }

    .diagnostic-content-inner {
        text-align: center !important;
    }

    .diagnostic-counter-inner {
        position: static !important;
        margin: auto !important;
        margin: 20px 0 !important;
    }
}

@media (max-width: 720px) {
    .diagnostic-content-inner {
        text-align: center !important;
    }

    .diagnostic-counter-inner {
        position: static !important;
        margin: auto !important;
        margin: 20px 0 !important;
    }
}

@media (max-width: 641px) {
    .legend {
        width: 340px;
    }

    .legendpoint {
        width: 140px;
        text-align: left;
        padding-left: 10px;
    }
}

@media (max-width: 376px) {
    .legendpoint {
        width: 160px;
        text-align: left;
        padding-left: 5px;
    }

    .link-table a {
        display: block;
        margin: auto;
    }

        .link-table a::after {
            content: "";
        }

    #mu-our-meeting {
        padding: 0;
        width: 100%;
    }

    .mu-our-meeting-area > div:nth-child(1) > div:nth-child(1) {
        font-size: 22px !important;
        text-align: center;
    }

    .mu-our-meeting-area > div:nth-child(1) > div:nth-child(2) {
        font-size: 35px !important;
        text-align: center;
    }
}
