﻿.search-title {
    font-family: b homa;
    margin-bottom: 15px;
    border-bottom: 1px solid lightgray;
    font-size: 22px;
    background-color: #f2f2f2;
    line-height: 44px;
}

.article-containerc {
    border-left: 1px solid lightgray;
}

#document {
    display: none;
}

.document {
    padding: 10px 0px;
    border-bottom: 1px solid #EDEDED;
    direction: rtl;
}

    .document:last-child {
        border: none;
    }

.document-pic {
    float: right;
}

    .document-pic img {
        width: 100%;
    }

.supplier-section .document-pic img {
    max-height: 100px;
}


.document-text {
    /*float: right;*/
    text-align: center;
    /*width: calc( 60% - 10px);*/
    padding: 0px 10px;
}

.document-title {
    margin-top: 24px;
    font-family: b homa;
    font-size: 19px;
    color: #E20177;
}

.document-desc {
    font-family: b yekan;
    font-size: 13px;
    margin-top: 10px;
}

.supplier-section, .video-section, .article-section {
    overflow-y: scroll;
    margin-bottom: 10px;
    direction:ltr;
}

.supplier-section, .video-section {
    max-height: 300px;
}

.article-section {
    max-height: 665px;
}

.loading img {
    width: 60%;
    margin: 15px 0;
}

.search-section {
    font-family: b homa;
    margin-bottom: 15px;
    font-size: 20px;
    padding-bottom: 10px;
    margin-right: 16px;
}

    .search-section input[type=text] {
        border: 1px solid lightgray;
        padding: 2px 9px;
        margin-right: 6px;
    }
