.display-none {
    display: none;
}
.display-show {
    display: block;
}
.link {
    cursor: pointer;
}

#kt_footer  {
    box-shadow: 0 0 15px 0 rgba(82,63,105,0.2);
}

.dynamic-table {
    display: none;
}

.dataTables_wrapper .dataTables_pager {
    margin-top: 0;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}
.toast {
    opacity: 1 !important;
}
.multiline {
    white-space: pre-line;
}
.alert-path {
    color: #aaa;
    font-size: 0.8em;

}
.document-name-width {
    max-width: 490px;
}
.file-item {
    margin-bottom: 15px;
    /*border: 1px solid #ddd; */
    /* background-color: #fafafa; */
    padding: 5px 10px;
}
.file-item-image {
    width: 15px;
    height: 20px;
}
.file-path {
    color: #aaa;
    font-size: 0.8em;
}
.file-space-file:not(:last-child) {
    border-bottom: 1px dashed #bbb;   
    padding: 5px 0;
}
.input-protected {
    background-color: #eee !important;
}


@media (max-width: 767px) {
    .dt-buttons.btn-group {
        margin-top: 10px;
    }
}