.ccm-block-document-library-breadcrumbs{
    margin: 20px 0;
    font-size: 14px;
}

.document-library-wrapper {
    width: 100%;
    overflow: scroll;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    margin: 30px 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.document-library-wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.document-library-wrapper {
    scrollbar-width: none;
}

/* Hide scrollbar for IE, Edge */
.document-library-wrapper {
    -ms-overflow-style: none;
}

.document-library-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size:14px;
    min-width:640px;
}

.document-library-wrapper thead th {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

.document-library-wrapper thead th a{
    font-weight:600;
}

.document-library-wrapper tbody tr:nth-of-type(even){
    background:#fafafa;
}

.document-library-wrapper table td {
    padding: 10px;
    color: var(--paragraph-font-color);
    font-weight: 500;
}
.document-library-wrapper table td .td,
.document-library-wrapper table th .td{
    min-height:45px;
    display:flex;
    align-items:center;
}

.document-library-wrapper table th .td{
    min-height:30px;
}
.document-library-wrapper tbody td a{
   border:none!important;
}

.document-library-wrapper tbody td .td.thumbnail{
   justify-content:center;
}

.document-library-wrapper .fa:before{
    font-size:18px;
}

.document-library-wrapper img.ccm-generic-thumbnail{
    height: 24px;
    width: auto;
    display: block;
    margin: 0 auto;
    
}

.document-library-wrapper .fa-folder:before{
    color:burlywood;
}

th.ccm-block-document-library-active-sort-desc a:after,
th.ccm-block-document-library-active-sort-desc span:after {
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
 }

th.ccm-block-document-library-active-sort-asc a:after,
th.ccm-block-document-library-active-sort-asc span:after
{
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
 }

table.ccm-block-document-library-table thead th.ccm-block-document-library-column-thumbnail {
    width: 1px;
}

a.ccm-block-document-library-details:after {
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
}

a.ccm-block-document-library-details-open:after {
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
}

tr.ccm-block-document-library-table-expanded-properties {
    display: none;
}

a.ccm-block-document-library-advanced-search,
a.ccm-block-document-library-add-files {
    float: right;
    margin-left: 20px;
}

a.ccm-block-document-library-advanced-search:after,
a.ccm-block-document-library-add-files:after {
    border-width: 0px 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
}

a.ccm-block-document-library-advanced-search-open:after,
a.ccm-block-document-library-add-files-open:after
{
    border-width: 4px 4px 0px 4px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
}

div.ccm-block-document-library-advanced-search-fields,
div.ccm-block-document-library-add-files-uploader,
div.ccm-block-document-library-add-files-uploading {
    display: none;
    margin-bottom: 20px;
}

div.ccm-block-document-library-add-files-uploader {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
    color: #aaa;
    font-size: 1.5em;
    text-align: center;
    position: relative;
}

div.ccm-block-document-library-add-files-uploader input {
    position: absolute;
    opacity: 0;
    top:  0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

a.ccm-block-document-library-icon {
    color: #999;
    text-decoration: none;
}

.ccm-block-document-library-table .ccm-block-document-library-icon-folder {

}
