.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0.625rem;
    height: 3.5rem;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body p {
    font-size: 13px;
}

.media img {
    width: 40px;
    height: auto;
}

.attachments > :first-child { margin-left: 0px !important; }
.attachments > div { max-width: 120px; }

.file-man-box {
    padding: 10px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px
}

.file-man-box .file-img-box {
    line-height: 90px;
    text-align: center
}

.file-man-box .file-img-box img {
    height: 64px;
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box .file-download:hover {
    color: #313a46
}

.file-man-box .file-man-title {
    padding-right: 25px
}

.file-man-box:hover {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02)
}

.file-man-box:hover .file-close {
    visibility: visible
}

.attachments div h5 {
    font-size: 15px;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

blockquote.blockquote { margin-bottom: .5em; }
blockquote.blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; }

.cloned_list .cloned div button.clone { display: none; }
.cloned_list div.cloned:last-child button.clone{ display: inline-block; }
