﻿.news-list-col {
    padding: 0 0 10px 0;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 10px;
}

.news-date-box h5 {
    color: #999;
}

.detail-news:last-child {
    border-left: none;
}

.news-img img {
    padding: 1px;
    border: solid 1px #d8d8d8;
    width: 125px;
    height: 100px;
}

.news-detail-title {
    color: #0075d5;
    margin: 20px 0 20px;
}

.news-detail-box {
    font-family: "BYekan","YekanNumbers",Tahoma;
    font-size: 13px;
    line-height: 180%;
    text-align: justify;
}

    .news-detail-box p {
        font-size: 13px;
    }

    .news-detail-box img {
        border: 1px solid #cdcdcd;
        display: inline-block;
        height: auto;
        max-width: 100%;
        padding: 1px;
    }

.detail-news {
    border-left: solid 1px #d8d8d8;
    text-align: center;
    font-size: 12px;
}

    .detail-news label {
        font-size: 12px;
    }

.list-group {
    box-shadow: 0 1px 2px rgba(0, 0, 0,0.25);
    border-radius: 3px;
}

.list-group-item {
    text-align: right;
    border-right: 3px solid #bbb !important;
    transition: all 0.5s ease 0s;
}

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, .list-group-item:hover {
        border-right-color: #d20023 !important;
        background-color: #f5f5f5;
        font-weight: 500;
        color: rgba(0,0,0,.95);
        border-left: none;
    }

.boxes-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.boxes.white-box.boxes-shadow:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.55) !important;
    -webkit-box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.55);
}

.white-box {
    background-color: #fff;
}

.boxes {
    font-size: 15px;
    position: relative;
    border-radius: 3px;
    padding: 0;
}

.content-box-img {
    height: 180px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    position: relative;
    margin-bottom: 10px;
}

    .content-box-img img {
        width: 100%;
        height: 180px;
        border-radius: 3px 3px 0 0;
    }

    .content-box-img a {
        color: #fff;
    }

.content-box-detail {
    padding: 0 10px;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
}

    .content-box-detail h3.content-selection-title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .content-box-detail .content-selection-title {
        font-weight: 500;
    }

.content-selection-title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 150%;
}

a .content-selection-title, a .content-selection-price {
    color: #333;
}

.content-selection-price {
    padding: 5px 10px 0;
    margin-bottom: 10px;
}

.property-color-bar {
    background: #d20023;
    height: 3px;
    width: 0;
    position: absolute;
    z-index: 20;
    bottom: 0px;
    transition: all 0.4s;
}

.boxes:hover .property-color-bar {
    width: 100%;
}

.btn-showdetail {
    color: #666;
}

    .btn-showdetail i.fa {
        margin-left: 5px;
        font-size: 18px;
        float: right;
    }

.boxes.white-box.boxes-shadow:hover a .btn-showdetail {
    color: #d20023;
}

.list-group {
    padding-right: 0;
}

    .list-group li.active a.item {
        background-color: transparent;
        box-shadow: none;
        border-color: #1b1c1d;
        font-weight: 700;
        color: rgba(0,0,0,.95);
    }

    .list-group li.list-group-item a.item {
        background-color: transparent;
        color: rgba(0,0,0,.87);
    }

        .list-group li.list-group-item a.item:hover, .list-group li.list-group-item a.item:active {
            background-color: transparent;
            color: rgba(0,0,0,.87);
        }

.list-group-item, .list-group-item.active, .list-group-item.active:hover {
    border-bottom: solid 1px #d8d8d8 !important;
    border-right-width: 3px !important;
    margin: 0 -3px 0 0 !important;
    padding: 0px;
}

.list-group li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 10px;
    margin-bottom: 0px;
    padding: 15px;
}

.list-group-item {
    border: none;
}

.detail-law {
    font-size: 14px;
    line-height: 180%;
    font-family: IRANSans, Tahoma;
}

.pad17A {
    padding: 17px !important;
}

.border-darkgray-B {
    border-bottom: solid 1px #999;
}

.panel-title {
    background: #d20023;
    padding: 10px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    border-bottom: 3px #A6001D solid;
}

    .panel-title h2 {
        font-size: 16px;
    }
.label.label-important {
    padding: 8px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    background-color: #db2828;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 15px;
    font-weight: 300;
}