/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.highlighted {
    padding: 0 10px;
    background: #0f4e6b;
    color: #fff;
}

.action-banner {
    color: #fff;
    background: #0f4e6b;
    font-size: 18px;
    font-weight: 300;
    padding: 40px 0;
}

.navbar-nav > li#search-link > a, .navbar-nav > li#search-link.open > a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
    border: none;
    background: #0f4e6b;
}

    .navbar-nav > li#search-link > a:hover, .navbar-nav > li#search-link.open > a:hover {
        color: #fff;
        background: #656767;
    }

.phone-section span.fa,
.lang-section span.fa {
    color: #0f4e6b;
    margin-right: 5px;
}

.post .post-date {
    background: #0f4e6b;
    color: #fff;
    padding: 5px 10px 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: center;
}

a {
    color: #0f4e6b;
}

.post .post-text .read-more:hover {
    color: #0f4e6b;
}

.testimonial-slider-wrap .bx-controls-direction a:hover:before {
    background: #0f4e6b;
}

.navbar-toggle {
    background: #0f4e6b;
    z-index: 999;
}

.div_content_blog {
    white-space: normal;
    height: 163px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlighted,
::selection {
    background: #0f4e6b;
    color: #fff;
}

.div_content_blog_details {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#ffffff 0,#fdfdfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.topmember {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px;
}

    .topmember img {
        display: block;
        margin: 0 auto;
    }

    .topmember .overlay-data {
        background: #f7f7f7;
        position: absolute;
        padding: 10px;
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
        top: 100%;
        margin-top: -70px;
        transition: all 0.5s ease 0s;
    }

        .topmember .overlay-data h4 {
            font-size: 20px;
            margin-top: 0;
        }

        .topmember .overlay-data small {
            font-size: 12px;
            text-transform: uppercase;
            color: inherit;
        }

        .topmember .overlay-data p {
            display: none;
            margin: 0 0 14px;
        }

        .topmember .overlay-data .overlay-inner {
            display: table;
            height: 100%;
            width: 100%;
            vertical-align: middle;
        }

            .topmember .overlay-data .overlay-inner > div {
                display: table-cell;
                vertical-align: middle;
            }

    .topmember:hover .overlay-data {
        background: rgba(247, 247, 247, 0.77);
        color: #fff;
        top: 0;
        margin: 0;
    }

        .topmember:hover .overlay-data .overlay-inner > div {
            padding: 10px;
        }

        .topmember:hover .overlay-data p {
            display: block;
        }

    .topmember .social-icons a {
        color: #fff;
        display: inline-block;
        width: 2.5em;
        height: 2.5em;
        text-align: center;
        line-height: 2.5em;
        border: 1px solid;
        margin: 0 2px;
        font-size: 14px;
        border-radius: 50px;
    }
.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-image: url('/Content/blog/assets/images/coverusermanual.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 300px; 
   
    
}

.search-input {
        flex: 1;
        padding: 12px 20px;
        border: 1px solid #ccc;
        border-radius: 50px 0 0 50px;
        font-size: 16px;
        outline: none;
        font-family: sans-serif;
        max-width: 60%;
    }

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #015366;
    color: #fff;
    border: none;
    border-radius: 0px 50px 50px 0px;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

    .search-button:hover {
        background-color: #0056b3;
    }

    .search-button .fa-search {
        font-size: 20px;
    }


.img-logo {
    max-width: 140%;
    height: auto;
}

th {
    text-align: center;
}

td, th {
    padding: 10px;
}

@media (max-width: 767px) {
    .navbar .navbar-logo {
        padding-top: 0px;
    }
}
