﻿.clip-icon
{
    background-image: url("../../img/clip.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.remove-file-icon
{
    background-image: url("../../img/remove.png");
    background-repeat: no-repeat;
    width: 14px !important;
    height: 14px;
    background-position: 50% center;
}

.add-attacment-icon
{
    background-image: url("../../img/attach.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-position: 50% center;
    background-size: 100%;
}

.remove-file
{
    margin-top: 0;
    vertical-align: top;
    text-decoration: none;
}

.task-detail-form-file-input
{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 150px;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
    max-width: 84px;
    height: 30px;
}

    .task-detail-form-file-input:hover
    {
        cursor: pointer;
    }

.task-detail-form-add-file
{
    display: flex;
    cursor: pointer;
    font-size: 12px;
    color: #ffffff;
    justify-content: space-between;
}

.task-detail-form-add-file:hover
{
    text-decoration: underline;
}

.kb__article-details .attachments-files
{
    left: 0px;
    z-index: 100;
}

.task-detail-form-file-list
{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.content-list-attachments
{
    background: #f2f2f2;
    overflow: auto;
    height: 100%;
    padding: 10px;
}

.task-detail-form-file-header {
    position: relative;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    top: 1px;
    border-bottom: 1px solid #ccc;
}

.task-detail-form-file-items-container {
    position: relative;
}

.task-detail-form-file-item
{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}

.task-detail-form-file-item:hover {
    background-color: #e6e6e6;
}

    .task-detail-form-file-item .file-date
    {
        width: 10%;
        text-align: center;
        color: #a9a9a9;
    }

    .kb__article-details .task-detail-form-file-item .file-date {
        width: 15%;
    }

        .task-detail-form-file-item .file-date .span__date
        {
            font-size: 10px;
            display: block;
            margin: 0 auto;
        }

        .task-detail-form-file-item .file-date .span__hour
        {
            font-family: ClearSans;
            font-size: 11px;
            width: 120%;
            font-weight: bold;
        }

    .task-detail-form-file-item .file-size-group
    {
      
    }
        .task-detail-form-file-item .file-size-group label
        {
            cursor: default;
            font-size: 11px;
            margin: 0;
            color: #a9a9a9;
        }

    .task-detail-form-file-item a
    {
        font-size: 12px;
        text-decoration: none;
        min-height: 18px;
        cursor: pointer;
        width: calc(90% - 130px);
        margin-left: 11px;
        line-height: 26px;
        text-indent: 14px !important;
        box-sizing: border-box;
        padding-right: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

     .task-detail-form-file-item a:focus
    {
        color: #a9a9a9;
    }

.task-detail-form-file-name
{
    color: #a9a9a9;
}

.icon-clip-large
{
    background-image: url("../../img/clip_large.png");
    width: 42px;
    height: 42px;
    background-position: 50% center;
    display: inline-block;
}

.attachment-content-notfile
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 160px;
    min-height: 160px;
}

.attachment-notfile__title
{
    font-size: 12px;
    color: #ccc;
    display: inherit;
}


.case-form-files-content
{
    height: 100%;
}

.toolbar_files
{
    display: block;
    width: 100%;
    height: 40px;
}


.kb__article-details .caseManagement__content-form--bottom {
    top: -10px;
    height: 32px !important;
}

.caseManagement__content-form--bottom .content-list-attachments
{
    height: auto;
    max-height: 200px;
    display: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    min-height: 199px;
    overflow: auto;
}

.title-attachments {
    margin: 0;
    display: flex;
    font-size: 12px;
    min-width: 90px;
    margin-top: 4px !important;
}

.attachments-files
{
    position: relative;
    bottom: 229px;
    display: none;
}

.display-attachment-files {
    display: block;
}