/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.gc-doc-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 10px;
}
.gc-doc-item .file_type {
    margin: 0;
}
.gc-doc-item .body-info {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gc-doc-col-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}

.gc-doc-row {
    display: flex;
    flex-wrap: wrap;
}
.gc-doc-col {
    width: calc(33.333% - 15px);
    margin-right: 15px;
}


@media(max-width: 767px){
    .gc-doc-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }


}



