﻿body {
    font-family: Prompt, sans-serif;
}

html {
    margin: 0;
    padding: 0;
}

body {
    display: block;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
    vertical-align: middle;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.clickLink {
    color: #000;
}

    .clickLink:hover {
        color: #000;
        text-decoration: none;
    }

.notificationCountIcon {
    color: red;
}

.notificationCount {
    border-radius: 100%;
    background-color: red;
    color: #fff;
    margin: 2%;
    text-decoration: dotted;
}

.navbar {
    font-size: larger;
    border: 0;
    border-radius: 0;
    padding-left: 1%;
    padding-right: 1%;
}

#navbarSupportedContent ul li a:hover,
#navbarSupportedContent ul li.active a {
    color: #bb1818;
}

.footer-distributed {
    background-color: #e5e8e8;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
}

    .footer-distributed .footer-center,
    .footer-distributed .footer-left,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    .footer-distributed .footer-left {
        width: 40%;
    }

    .footer-distributed h3 {
        color: #292c2f;
        font: 400 36px;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #bb1818;
        }

    .footer-distributed .footer-links {
        color: #292c2f;
        margin: 20px 0 12px;
        padding: 0;
        font-weight:700;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    .footer-distributed .footer-center {
        width: 35%;
    }

        .footer-distributed .footer-center i {
            background-color: #292c2f;
            color: #e5e8e8;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #292c2f;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #5383d3;
                text-decoration: none;
            }

    .footer-distributed .footer-right {
        width: 20%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #717d7e;
        font-size: 13px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            color: #717d7e;
            font-size: 14px;
            font-weight: normal;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #95a5a6;
            border-radius: 2px;
            font-size: 20px;
            color: #fff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

@media (max-width: 880px) {
    .footer-distributed {
        font: 700 14px sans-serif;
    }

        .footer-distributed .footer-center,
        .footer-distributed .footer-left,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

.btn-danger-signIn {
    padding-right: 4vh;
    padding-left: 4vh;
}


.validation {
    color: red;
}

.error {
    color: red;
}

.text-cn {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

    .text-cn:hover {
        color: #BB1818;
        cursor:pointer;
    }

.searchBtn {
    font-size: 200%;
    color: black;
}

    .searchBtn:hover {
        font-size: 200%;
        color: #BB1818;
    }


.tags {
    background: gray;
    color: white;
    text-decoration: none;
}

    .tags:hover {
        background: #283747;
        color: white;
    }

.shareBtn {
    color: grey;
}

    .shareBtn:hover {
        cursor: pointer;
        color: #283747
    }

.likeButton {
    color: grey;
}

    .likeButton:hover {
        cursor: pointer;
        color: #dc3545;
    }

.error-border {
    border: 1px solid red;
}

@media (max-width: 1000px) {
    #logo {
        max-width: 250px;
    }
}

.dataDiv {
    background: #F2F4F4;
}

.thumbnailImage {
    font-size: 300%;
    max-width: 100%;
}

.fnBtn {
    color: gray;
}

    .fnBtn:hover {
        cursor: pointer;
        color: #BB1818;
    }


