﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}
.progress-bar {
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;*/
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 21%)
}
.body-content-home {
    padding-top: 30px;
    padding-bottom: 20px;
    
    background-color: #fff;
}
/* Set widths on the form inputs since otherwise they're 100% wide */



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-top: 30px;
        padding-bottom: 20px;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 21%)
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.progress-bar {
    position: relative;
    width: 300px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.progress-bar-success {
    background-color: #B4F5B4;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;*/
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 21%)
}

.body-content-home {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}
/* Set widths on the form inputs since otherwise they're 100% wide */



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-top: 30px;
        padding-bottom: 20px;
        background: #fff;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 21%)
    }
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}


.item_news {
    margin-bottom: 15px;
}

    .item_news .big_img {
        height: 310px;
    }

    .item_news .text h3 {
        margin: 0px;
        margin-bottom: 10px;
    }

        .item_news .text h3 a {
            font-style: normal;
            font-weight: bold;
            font-size: 1.6rem;
            line-height: normal;
            color: #000000;
        }

    .item_news .text .time_user {
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #000000;
        display: flex;
        align-items: center;
        position: relative;
    }

        .item_news .text .time_user img {
            margin-right: 10px;
        }

        .item_news .text .time_user > span {
            font-weight: normal;
            font-size: 14px;
            line-height: 16px;
            color: #000000;
            margin-right: 30px;
            position: relative;
        }

            .item_news .text .time_user > span:after {
                content: '';
                position: absolute;
                right: -13px;
                top: 1px;
                height: 80%;
                width: 1px;
                background: #000000;
            }

            .item_news .text .time_user > span.remove:after {
                display: none;
            }

        .item_news .text .time_user a {
            position: absolute;
            right: 0;
            bottom: 0px;
            font-size: 1.4rem;
            text-transform: uppercase;
            color: #007CBD;
            display: flex;
            align-items: center;
        }

        .item_news .text .time_user > a i {
            margin: 0px;
            font-size: 2rem;
            margin-bottom: 2px;
        }

        .item_news .text .time_user > a span {
            margin-right: 7px;
        }


.news_horizontal {
    border-bottom: 1px solid #E0E0E0;
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin-bottom: 0px;
}

    .news_horizontal:first-child {
        padding-top: 0px;
    }

    .news_horizontal:last-child {
        border-bottom: 0px solid #E0E0E0;
    }

    .news_horizontal .img {
        width: 35%;
        height: 90px;
        float: left;
    }

    .news_horizontal .text {
        width: 65%;
        float: left;
        padding-left: 1.2rem;
    }

        .news_horizontal .text h3 {
            margin: 0px;
            color: #000000;
            font-weight: 400;
            margin-bottom: 5px;
        }

            .news_horizontal .text h3 a {
                font-weight: 400;
                font-size: 1.4rem;
                line-height: 2rem;
                display: block;
                height: 60px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

        .news_horizontal .text > a {
            font-size: 1.4rem;
            line-height: 16px;
            color: #007CBD;
        }

.search_form .content_form {
    background: rgba(28, 28, 28, 0.5);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    height: 120px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

    .search_form .content_form form {
        display: flex;
        align-items: center;
        width: 100%;
        border-radius: 5px;
    }

    .search_form .content_form .group_form {
        background: #FFFFFF;
        display: flex;
        align-items: center;
        position: relative;
    }

    .search_form .content_form .w40 {
        width: 40%;
        border-radius: 5px 0px 0px 5px;
        padding: 0px 15px;
    }

    .search_form .content_form .w25 {
        width: 25%;
        padding: 0px 15px;
    }

.bd-r1:after {
    position: absolute;
    content: '';
    right: 0;
    top: 3%;
    height: 94%;
    width: 1px;
    background: #C4C4C4;
}

.search_form .content_form .w16 {
    width: 130px;
    border-radius: 0px 5px 5px 0px;
}

.search_form .content_form .btn_submit {
    width: 100%;
    background: #0091CE;
    border-radius: 0px 5px 5px 0px;
    height: 50px;
    border: 0px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #FFFFFF;
}

    .search_form .content_form .btn_submit i {
        font-size: 1.6rem;
        color: #fff;
        margin-right: 10px;
    }

.search_form .content_form input,
.search_form .content_form select,
.search_form .content_form .select2 {
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    /*border-radius: 5px;*/
    padding: 0px 10px;
    height: 50px;
    outline: none;
    border: 0px;
    font-size: 1.4rem;
    line-height: 14px;
    color: #6B6B6B;
}
