/*
* Website by Duc Nguyen
* fb.com/manhduc.site
**/
.block-template-detail h3.title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.block-template-detail .func {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .block-template-detail .func li {
        font-size: 12px;
        color: #898989;
        position: relative;
    }

        .block-template-detail .func li a {
            font-size: 12px;
            color: #898989;
        }

        .block-template-detail .func li .share-block {
            position: absolute;
            background: #fff;
            width: 200px;
            top: 26px;
            padding: 5px;
            left: 0;
            z-index: 1;
            border: 1px solid #ddd;
        }

.block-template-detail p {
    line-height: 20px;
    font-size: 13px;
}

.block-template-detail h4.relative {
    font-weight: 700;
    font-size: 14px;
    color: #026BBA;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block-template-detail.cac-doi-tuong-da-dang ul li a span {
    font-style: italic;
    color: #848484;
}

.table-wanted h3 {
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #026BBA;
    margin: 0;
    margin-bottom: 10px;
}

.table-wanted table {
    background: #fafafa;
}

    .table-wanted table tr td:first-child {
        background: #ebebeb;
        width: 167px;
    }

    .table-wanted table tr td {
        padding: 4px !important;
        font-size: 13px;
    }

.btn-baotin {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #201919;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.26);
    box-shadow: 0 1px 3px rgba(0,0,0,0.26);
    border: solid 1px #a70606;
    background-image: -webkit-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -moz-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -o-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: -ms-linear-gradient(bottom, #cd0000, #ff1a00);
    background-image: linear-gradient(to top, #cd0000, #ff1a00);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.UserComment .title{
    margin: 20px 0;
}

.UserComment ul{
    list-style: none;
}

.UserComment ul.ratingLst{
    padding-left: 0;
    border: 1px dotted #2b94ce;
}

.UserComment .inputCm{
    margin-bottom: 10px;
}

.UserComment ul.ratingLst .par .rh{
    font-weight: bold;
}

.UserComment ul.ratingLst .par .rc p{
    height: auto;
    max-height: 40px;
    overflow: hidden;
}

.UserComment ul.ratingLst .par .rc .ViewCon{
    color: #2b90cd;
}   

.UserComment ul.ratingLst .par .rh .cmtd{
    font-weight: normal;
    color: #b9b9b9;
}

.UserComment ul.ratingLst .par{
    border-bottom: 1px dotted #cccccc;
    padding: 5px;
    margin: 10px;
}

.UserComment ul.ratingLst .par .ra [class*=inputRep-]{
    margin-top: 5px;
}

.UserComment button.btn-success{
    background-color: #026bba;
    border-color: #01599a;
}

