

/* Start:/local/components/mds/docs.list/templates/.default/style.css?17243997532013*/
.hardsee div.filesBlock .card {
    background-color: inherit;
    border-color: inherit;
}

div.filesBlock .filesList > a {
    display: table;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px;
    transition: 0.2s;
    color: #4c4c4c;
}

.hardsee div.filesBlock .filesList > a {
    color: inherit;
}

div.filesBlock .filesList > a:hover {
    background-color: rgba(255, 246, 190, 1);
    text-decoration: none;
    transition: 0.2s;
}

.hardsee div.filesBlock .filesList > a:hover {
    background-color: inherit;
}


div.filesBlock .filesList .file-icon::before {
    transition: 0.2s;
}

div.filesBlock .filesList > a:hover .file-icon::before {
    border-color: rgba(255, 246, 190, 1) rgba(255, 246, 190, 1) rgba(255,255,255,.35) rgba(255,255,255,.35);
    transition: 0.2s;
}

.hardsee div.filesBlock .filesList > a:hover .file-icon::before {
    border-color: transparent;
}

div.filesBlock .filesList > a > div.ico {
    display: table-cell;
    width: 40px;
    vertical-align: top;
    position: relative;
}

div.filesBlock .filesList > a > div.ico > div.sign {
    top: 25px;
    display: block;
    font-size: 25px;
    position: absolute;
    right: 6px;
    color: #26bd00;
}

div.filesBlock .filesList > a > div.info {
    display: table-cell;
    vertical-align: middle;
}

div.filesBlock .filesList div.info div.filename {
    font-size: 16px;
    line-height: 18px;
}
div.filesBlock .filesList div.info div.description {
    font-size: 14px;
    line-height: 17px;
}

div.filesBlock div.card-header {
    cursor: pointer;
    font-size: 16px;
    display: table;
    width: 100%;
}

div.filesBlock div.card-header div.folder-icon {
    display: table-cell;
    width: 40px;
}

div.filesBlock div.card-header div.folder-name {
    display: table-cell;
    vertical-align: middle;
    line-height: 17px;
}

div.filesBlock div.card-header .fa {
    color: #ffbe44;
    vertical-align: middle;
}

div.filesBlock div.card-header.collapsed .fa-folder-open:before {
    content: "\f07b";
}


/* End */
/* /local/components/mds/docs.list/templates/.default/style.css?17243997532013 */
