﻿nav.breadcrumb-row.dtls-breadcrum-row {
    font-weight: 400;
    font-size: 15px;
    margin: 10px 0px 0px 0px;
}

.recent {
    color: #d17e2e;font-size: 26px;font-weight: 600;line-height: 40px;margin-bottom: 0px;
}
.search-container {
    display: flex;
    justify-content: center;
}

li.blogname a {
    color: #244f9b !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

li.blogname {
    margin-bottom: 15px;
    color: #244f9b;
}

.search-container input[type="text"] {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.search-container button {
    padding: 10px;
    border: none;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
}

    .search-container button:hover {
        background-color: #0056b3;
    }

/* Style for the result list */
#resultList {
    display: none;
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    width: 315px; /* Set width slightly larger than input */
    border: 1px solid #ccc; /* Add border */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    background-color: #fff;
    text-align: left; /* Align text to the left */
    margin-left: auto;
    margin-right: auto;
}

    #resultList li {
        padding: 10px;
        font-size: 18px;
        border-bottom: 1px solid #eee; /* Add a line between items */
    }

        #resultList li:last-child {
            border-bottom: none; /* Remove border for last item */
        }

        #resultList li:hover {
            background-color: #f0f0f0; /* Add hover effect */
        }

        #resultList li.hidden {
            display: none;
        }

ul#pills-tab {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
    margin-top: 25px !important;
}

p.article.sitelink a {
    color: #244f9b;
    font-weight: 550;
}

    p.article.sitelink a:hover {
        color: #de7904;
        font-weight: 550;
    }

span#ContentPlaceHolder1_spTime {
    margin-left: 60% !important;
}

@media only screen and (max-width: 800px) {
    span#ContentPlaceHolder1_spTime {
        margin-left: 5% !important;
    }
}



