﻿.ccb-file-upload {
    margin-right: 5px;
    background: #f3f3f5;
    border: 1px dashed #d8d7d9;
    border-radius: 3px;
    color: #817f85;
    height: 30px;
}

.umb-table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}

.umb-table-body.transparency .umb-table-cell {
    white-space: normal !important;
}

.icon-fa-folder:before {
    content: "\f07b";
}

.transparency-button {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 7px 12px;
    cursor: pointer;
}

.ccb-list-container {
    margin-bottom: 15px;
}

.ccb-list {
    border-bottom: 1px solid #E9E9EB;
    padding: 10px;
}

.ccb-icon {
    font-size: 1.25rem;
    margin-right: 10px;
}

.ccb-text-small {
    color: gray; 
    font-size: small;
}

.transparency-title {
    margin-bottom: 15px;
    color: #817f85;
}

.events-none{
    pointer-events:none;
}