.flexi hr.fcclearline {
	margin:0;
}

.flexi .fcfile_name {
    background: none;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    display: inline !important;
    width: auto !important;
    float: left;
}

.flexi .fcfile_actions {
    margin: 4px;
    float: left;
    clear: both;
    display: inline;
    width: auto !important;
}

.flexi div.fcclear{
	clear: both !important;
    float: none !important;
    font-size: 1px !important;
    height: 0 !important;
    line-height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    display: block;
}
#flexicontent.flexi .fcfile_descr_tip_label {
	display:none;
}

#flexicontent .fcfile_actions a.fcfile_downloadFile {
    text-decoration: none;
    background: lightgray;
    padding: 5px 13px;
    color: black;
    border-radius: 1px;
}
#flexicontent .fcfile_actions a.fcfile_downloadFile:hover {
    background: gray;
    color: white;
}

#flexicontent .fcfile_lang.fc-iblock {
	display:none;
}

/* File Attachment */

.field_Attachments {
    display: grid !important;
    grid-auto-flow: dense;
    grid-template-columns: 95px auto 0;
    grid-row-gap: 15px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
}

.field_Attachments br {
    display: none;
}

.field_Attachments .fcclearline {
    grid-column-start: 1;
    grid-column-end: 4;
    margin: 0;
    display: none;
}

.field_Attachments .fcfile_descr_tip {
    grid-column-start: 1;
    grid-column-end: 4;
}

.field_Attachments .fcfile_descr_tip {
    
}

.field_Attachments .fcfile_actions {
    grid-column-start: 1;
    margin: 7px 0px;
}

.field_Attachments .fcfile_name {
    grid-column-start: 2;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: inherit;
    padding: 0;
}

.field_Attachments .fcfile_name .fcfile_title{
    border-bottom: 1px dashed;
}

.field_Attachments .fcclear,
.field_Attachments .fcfile_lang {
    display: none !important;
}

.field_Attachments .fcfile_descr_tip_label.label {
    display: none !important;
}