
.list_view {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    margin-bottom: 20px;
}
.list_view * {
    font-family: AlbertaSans, Roboto, sans-serif;
}
.list_view .fa {
	font-family: FontAwesome !important;
}

.list_view .fal {
    font-family: "Font Awesome 5 Pro" !important;
}
DIV.upload_header {
	display: none;
}
#right.list_view .upload_header {
    background-color: white;
}
#right.list_view.theme-dark .upload_header {
    background-color: #181818;
}

.list_view DIV.item,
.list_view DIV.upload_header {
    position: relative;
    display: flex;
    vertical-align: middle !important;
    width: calc(100% + 8px);
    left: -4px;
    padding: 0;
    line-height: 12px;
    color: #2b3d52;
    text-align: center;
    clear: both;
    min-height: 53px;
    border: 1px solid #ededed;
    border-left-color: transparent;
    border-right-color: transparent;
    transition: color 0.5s ease, background-color 0.5s ease;
    margin: -1px 0 0 0;
    box-sizing: border-box;
}
.theme-dark.list_view DIV.item,
.theme-dark.list_view DIV.upload_header {
    color: #9a9a9a;
    border: 1px solid black;
    border-left-color: transparent;
    border-right-color: transparent;
}
.list_view DIV.upload_header,
.theme-dark.list_view DIV.upload_header {
	border-color: transparent;
}

.list_view .item:last-child,
.theme-dark.list_view .item:last-child {
    border-bottom: 1px solid transparent;
}

.list_view .item.active-hover,
.list_view .item.item_active,
.list_view .item.item_selected {
	border-radius: 8px;
	width: calc(100% + 20px);
	left: -10px;
	padding-right: 6px;
}

.list_view .item.active-hover .item_selection_chkbox_container,
.list_view .item.item_active .item_selection_chkbox_container,
.list_view .item.item_selected .item_selection_chkbox_container {
	left: 10px;
}
.list_view .item.category.active-hover .item_selection_chkbox_container,
.list_view .item.category.item_active .item_selection_chkbox_container,
.list_view .item.category.item_selected .item_selection_chkbox_container {
	left: 26px;
}

.list_view .item.active-hover .thumb,
.list_view .item.item_active .thumb,
.list_view .item.item_selected .thumb,
.list_view .item.active-hover .file-icon,
.list_view .item.item_active .file-icon,
.list_view .item.item_selected .file-icon {
	left: 35px;
}

.list_view .item.category.active-hover .thumb,
.list_view .item.category.item_active .thumb,
.list_view .item.category.item_selected .thumb,
.list_view .item.category.active-hover .file-icon,
.list_view .item.category.item_active .file-icon,
.list_view .item.category.item_selected .file-icon {
	left: 6px;
}

.list_view .item.active-hover .item_name,
.list_view .item.item_active .item_name,
.list_view .item.item_selected .item_name{
	margin-left: 80px;
	min-width: 86px;
	width: calc(100% - 856px);
}
.list_view .item.category.active-hover .item_name,
.list_view .item.category.item_active .item_name,
.list_view .item.category.item_selected .item_name{
	margin-left: 51px;
}
.list_view .item.active-hover .item_name .full-file-name:hover,
.list_view .item.item_active .item_name .full-file-name:hover span {
	text-decoration: underline;
    cursor: pointer;
}



.list_view .item.active-hover,
.list_view .item.item_active {
    background-color: #F8F8F8;
    border-color: #D5D5D5;
}
.list_view .item.active-hover + .item,
.list_view .item.item_active + .item {
    border-top-color: #D5D5D5;
}

.list_view.theme-dark .item.active-hover,
.list_view.theme-dark .item.item_active {
    background-color: #2C2C2C;
    border-color: black;
}
.list_view.theme-dark .item.active-hover + .item,
.list_view.theme-dark .item.item_active + .item {
    border-top-color: black;
}

.list_view DIV.item .item_selection_chkbox_container {
    left: 4px;
}
.list_view DIV.item.category .item_selection_chkbox_container {
    left: 20px;
}


.list_view .item .item_selection_chkbox_container input[type="checkbox"] + label,
.list_view .item.active-hover .item_selection_chkbox_container input[type="checkbox"] + label {
	background-image: url(/images/UI_icons/inputs/checkbox_grey.svg);
}
.list_view .item .item_selection_chkbox_container input[type="checkbox"]:checked + label {
	background-image: unset;
}
.list_view .item .item_selection_chkbox_container input[type="checkbox"]:checked + label:after {
	background-image: url(/images/UI_icons/inputs/checkbox_checked.svg);
}


.list_view .item.item_selected,
.list_view .item.item_selected.active-hover {
    background-color: #EDF4FA;
    border-color: #C3E3FF;
}
.list_view.theme-dark .item.item_selected,
.list_view.theme-dark .item.item_selected.active-hover {
    background-color: #082D73;
    border-color: #0C42A7;
}
.list_view .item.item_selected.top-radius {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list_view .item.item_selected.bottom-radius {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.list_view .item.item_selected + .item,
.list_view .item.item_selected.active-hover + .item {
    border-top: 1px solid #C3E3FF;
}
.list_view.theme-dark .item.item_selected + .item,
.list_view.theme-dark .item.item_selected.active-hover + .item {
    border-top: 1px solid #0C42A7;
}

.list_view DIV.item.blank {
	display: none;	
}

.list_view DIV.upload_header {
    height: 20px;
    min-height: 20px;
    color: #2b3d52;
    text-transform: uppercase;
    font-size: 9px;
    margin: 0 0 10px;
}
.theme-dark.list_view DIV.upload_header {
    color: #9a9a9a;
}

.list_view DIV.item .item_name,
.list_view DIV.upload_header .item_name {
    min-height: 20px;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.list_view DIV.item .item_name .file-name {
	display: none;
	font-size: 14px;
}

.list_view DIV.item .item_name .full-file-name {
	display: inline-block;
	font-size: 15px;
	width: auto;
	word-break: break-all;
	color: #383838 !important;
	font-size: 12px !important;
	line-height: 12px;
	height: auto !important;
}
#right.list_view.theme-dark DIV.item .item_name .full-file-name {
    color: white !important;
}

.list_view DIV.item .item_name I {
	display: none;
}

.list_view DIV.item.category .item_name {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.list_view DIV.item.category .item_name .metadata-item.item-count {
	float: unset;
    position: unset;
    font-size: 10px;
    line-height: 13px;
    height: 13px;
    color: #898989;
}
.list_view DIV.item.category .item_name .metadata-item I {
	display: inline-block;
    float: unset;
    margin: 0;
}
.list_view DIV.item.category .item_name .metadata-item .spacer {
    display: inline-block;
    line-height: 13px;
    width: 2px;
    height: 100%;
}
.list_view DIV.item.category .item_name .metadata-item.item-count .fa-file {
    font-size: 8px;
}

.list_view DIV.item SPAN.item-type-directory,
.list_view DIV.item SPAN.filename-extension {
	display: inline;
	color: #C8C8C8;
	height: 20px !important;
	line-height: 12px;
}

.list_view DIV.item A {
    text-decoration: none;
    color: #6f6f6f;
}

.list_view DIV.item .thumb,
.list_view DIV.item .file-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 29px;
    width: 32px;
    height: 34px;
    line-height: normal;
    vertical-align: middle;
    font-size: 0.1px;
    text-align-last: auto;
    border-radius: 3px;
    transform: translateY(-50%);
}

.list_view DIV.item.category .thumb,
.list_view DIV.item.category .file-icon {
    left: 0;
    width: 12px;
}

.list_view DIV.item .thumb IMG,
.list_view DIV.item .file-icon IMG {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.list_view DIV.item .file-icon .file-icon-ext {
	display: none;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
}
.list_view DIV.item .file-icon.gif .file-icon-ext {
	display: inline;
}
.list_view DIV.item .file-icon .file-icon-locked ,
.list_view DIV.item .thumb I.file-icon-locked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px !important;
    color: rgb(255 0 0 / 80%);
    background-color: rgba( 255, 255, 255, 0.3 );
    z-index: 1;
}
.list_view DIV.item .thumb I.file-icon-locked {
    left: 7px;
}

.list_view DIV.item .file-icon .file-icon-signing-status ,
.list_view DIV.item .thumb I.file-icon-signing-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px !important;
    color: rgba( 255, 165, 0, 0.9 );
    background-color: rgba( 255, 255, 255, 0.7 );
}
.list_view DIV.item .file-icon .file-icon-signing-status.finished ,
.list_view DIV.item .thumb I.file-icon-signing-status.finished {
    color: rgb(0 128 0);
}
.list_view DIV.item .thumb I.file-icon-signing-status {
    left: 7px;
}

.list_view DIV.item .thumb.has_image {
	border-radius: 2px;
}
	.list_view DIV.item .thumb.has_image .fa {
	    color: #2b3d52;
	    font-size: 28px !important;
	    position: absolute;
	    left: 13px;
	    top: 0;
	}

.list_view DIV.item .thumb IMG,
.list_view DIV.item .thumb.has_image img {
    width: 30px  !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 2px;
}
.list_view DIV.item .thumb .side-thumbs {
    display: none;
}
.list_view DIV.item .thumb.has_image:after {
	content: '';
	background-image: url(/images/UI_icons/item_list/folder.svg);
	background-size: contain;
	width: 33px;
	height: 35px;
	display: block;
	top: -1px;
	left: -1px;
	position: absolute;
	background-repeat: no-repeat;
}

.list_view DIV.item .thumb I {
	position: absolute;
	top: 0;
	left: 50%;
    font-size: 20px !important;
    line-height: 32px !important;
	margin: 0 0 0 -10px;
	z-index: 10010;
	color: #fff;
    background-color: transparent !important;
    opacity: 1;
}

.list_view DIV.item .file-icon I {
    font-size: 28px !important;
    line-height: 32px !important;
}
.list_view DIV.item .file-icon img {
	height: 30px;
	width: 32px;
}

.list_view DIV.item.category .file-icon img {
	height: 30px;
	width: 32px;
}
.list_view DIV.item.category .file-icon img {
	display: none;
}
.list_view DIV.item.category .file-icon .handle_image {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	height: 30px;
	width: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-image: url(/images/UI_icons/grey/drag.svg);
	cursor: pointer;
}
.list_view DIV.item.category .file-icon .handle_image:hover {
    background-image: url(/images/UI_icons/drag.svg);
}
.list_view .show-checkboxes div.item.category .file-icon .handle_image {
    display: none;
}

.list_view DIV.item .file-icon img.folder-icon-opened {
	display: none;
}
.list_view DIV.item .file-icon img.folder-icon-closed {
	display: inline-block;
}
.list_view DIV.item.active-hover .file-icon img.folder-icon-opened {
	display: inline-block;
}
.list_view DIV.item.active-hover .file-icon img.folder-icon-closed {
	display: none;
}

.list_view DIV.item .overlay-on-hover .buttons A.list_item_printing_order_button ,
.list_view DIV.item .overlay-on-hover .buttons A.list_item_eparaksts_button {
	display: none;	
}

.list_view DIV.item .overlay-on-hover {
	position: absolute;
	width: auto;
	top: 1px;
	padding-right: 7px;
	right: 0;
	height: calc(100% - 2px);
	bottom: auto;
	text-align: right;
	margin: 0;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}


.list_view div.item .overlay-on-hover {
    display: none;
    background-color: transparent !important;
    background: -moz-linear-gradient(right, rgba(248,248,248,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(248,248,248,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(248,248,248,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
}
.list_view.theme-dark div.item .overlay-on-hover {
    background: -moz-linear-gradient(right, rgba(24,24,24,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(24,24,24,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, rgba(24,24,24,1) calc(100% - 50px),rgba(255, 255, 255, 0) 100%);
}

.list_view div.item .off-hover {
    display: block!important
}
.list_view div.item.active-hover .overlay-on-hover {
    display: flex;
    align-items: center;
    z-index: 3;
    padding-left: 50px;
}


.list_view DIV.item .overlay-on-hover .tools,
.list_view DIV.item .overlay-on-hover .tools-top-right,
.list_view DIV.item .overlay-on-hover .tools-top-left,
.list_view DIV.item .overlay-on-hover .tools-middle {
    position: static;
    display: inline-block;
    height: 40px;
    line-height: 40px !important;
    float: right;
    border: none;
}
.list_view DIV.item .overlay-on-hover .tools-bottom-right {
	order: 2;
}
.list_view DIV.item .overlay-on-hover .tools-top-right {
    display: flex;
    gap: 10px;
}
.list_view DIV.item .overlay-on-hover .tools-top-right .top-embed-button,
.list_view DIV.item .overlay-on-hover .tools-top-right .top-report-button,
.list_view DIV.item .overlay-on-hover .tools-top-right .top-delete-button {
	display: none;
}

.list_view DIV.item .overlay-on-hover .tools-top-right .top_button_download,
.list_view DIV.item .overlay-on-hover .tools-top-right .top-share-button {
    background-position-x: 9px !important;
    background-position-y: center !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-image: url(/images/UI_icons/share.svg);
    background-color: #E8E8E8;
    color: #1A2533 !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px !important;
    height: 40px;
    padding: 0 15px 0 30px;
    transition: background-color 0.5s ease, color 0.5s ease;
    font-weight: normal;
    width: auto;
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top_button_download,
.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top-share-button {
    background-image: url(/images/UI_icons/white/share.svg);
    background-color: #181818;
    color: white !important;
}
.list_view DIV.item .overlay-on-hover .tools-top-right .top_button_download:hover,
.list_view DIV.item .overlay-on-hover .tools-top-right .top-share-button:hover {
    background: #DEEDFF;
    color: #1389FE !important;
    background-image: url(/images/UI_icons/blue/share.svg);
}

.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top_button_download:hover,
.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top-share-button:hover {
    background: #242424;
    color: #1389FE !important;
    background-image: url(/images/UI_icons/blue/share.svg);
}

.list_view DIV.item .overlay-on-hover .tools-top-right .top_button_download {
	display: inline-flex !important;
	background-image: url(/images/UI_icons/download.svg);
	position: unset;
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top_button_download {
	background-image: url(/images/UI_icons/white/download.svg);
}
.list_view DIV.item .overlay-on-hover .tools-top-right .top_button_download:hover{
	background-image: url(/images/UI_icons/blue/download.svg);
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools-top-right .top_button_download:hover{
	background-image: url(/images/UI_icons/blue/download.svg);
}


   
   .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button {
        display: inline-flex;
        height: 100%;
        border-radius: 5px;
        align-items: center;
        transition: background-color 0.5s ease;
        color: #1A2533;
        background: #E8E8E8;
        min-width: fit-content;
        overflow: hidden;
        margin-left: auto;
        padding: 0 25px 0 15px;
        background-image: url(/images/UI_icons/inputs/dropdown.svg);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: 50%;
        background-size: 8px;
        box-sizing: border-box;
        cursor: pointer;
    }

   .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.no-dropdown {
        background-image: unset !important;
        padding: 0 10px !important;
    }
   .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button:not(.copied):hover {
        background: #DEEDFF;
        background-image: url(/images/UI_icons/inputs/dropdown_lblue.svg);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: 50%;
        background-size: 8px;
        color: #1389FE;
    }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text {
            overflow: hidden;
            max-width: 300px;
        }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text div {
            left: 30px;
            height: 32px;
            line-height: 32px;
            transition: background 0.5s ease, max-width 0.5s ease;
            display: inline-block;
            white-space: nowrap;
            font-size: 14px;
        }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text div.mobile {
            display: none;
        }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text div.copied {
            display: none;
        }
   .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied {
        background: #42C689;
        color: white;
        padding-right: 15px;
    }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied .copy_text {
            max-width: 200px;
            display: inline;
            color: white;
        } 
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied .copy_text div.hover {
            display: none;
        }
       .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied .copy_text .copied {
            display: inline-block;
        }
        @media only screen and (max-width: 1500px) {
            .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button {
                min-width: fit-content;
            }
            .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text div.hover {
                display: none;
            }
            .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button .copy_text div.mobile {
                display: block !important;
            }
            .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied .copy_text div.mobile {
                display: none !important;
            } 
               .list_view DIV.item .overlay-on-hover .tools-top-right .copy_button.copied .copy_text {
                    font-size: 12px;
                    left: 10px;
                    padding-right: 0;
                }
        }


.list_view DIV.item .overlay-on-hover .tools {
    float: left;
    font-size: 0;
    display: flex;
    gap: 10px;
}

.list_view DIV.item .overlay-on-hover .tools A,
.list_view DIV.item .overlay-on-hover .tools-top-right A,
.list_view DIV.item .overlay-on-hover .tools-top-left A,
.list_view DIV.item .overlay-on-hover .tools-middle A {
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid transparent;
	color: #6f6f6f;
}

.list_view DIV.item .off-hover {
	display: none !important;
}


.list_view DIV.item .overlay-on-hover .tools A,
.list_view DIV.item .overlay-on-hover .tools A I{
    background-color: #E8E8E8;
    color: #1A2533;
    line-height: 40px;
    font-weight: bold;
    font-size: 26px;
    transition: background-color 0.5s ease;
    box-sizing: border-box;
}
.list_view DIV.item .overlay-on-hover .tools A I{
    background-color: transparent;
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools A {
    background-color: #181818;
}
.list_view DIV.item .overlay-on-hover .tools A {
    border-radius: 5px;
}
.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover {
    background-color: #DEEDFF;
}
.list_view.theme-dark DIV.item.active-hover .overlay-on-hover .tools A:hover {
    background-color: #242424;
}
.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover I {
	background: #DEEDFF;
    color: #1389FE;
}
.list_view.theme-dark DIV.item.active-hover .overlay-on-hover .tools A:hover I {
	background: #242424;
}

.list_view DIV.item .overlay-on-hover .tools A.ellipsis {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 4px !important;
	background-image: url(/images/UI_icons/more.svg);
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools A.ellipsis {
	background-image: url(/images/UI_icons/white/more.svg);
}
.list_view DIV.item .overlay-on-hover .tools A.ellipsis:hover {
    background-image: url(/images/UI_icons/blue/more.svg);	
}
.list_view.theme-dark DIV.item .overlay-on-hover .tools A.ellipsis:hover {
    background-image: url(/images/UI_icons/blue/more.svg);	
}

.list_view .show-checkboxes div.item .overlay-on-hover,
.list_view .show_select_boxes div.item .overlay-on-hover {
    display: none !important;
}

.list_view .show-checkboxes div.item .thumb,
.list_view .show_select_boxes div.item .thumb {
    pointer-events: none;
}


.list_view DIV.item:is(.file, .upload, .category) .file_downloads,
.list_view DIV.upload_header .file_downloads {
    width: 90px;
    float: right;
    text-align: center;
    padding: 19px 5px 0 5px;
    text-align-last: auto;
    display: none;
    box-sizing: border-box;
}
.list_view DIV.upload_header .file_downloads {
    
}
.list_view.has_files DIV.item:is(.file, .upload, .category) .file_downloads,
.list_view.has_files DIV.upload_header .file_downloads {
	display: inline-block;
}

.list_view DIV.item:is(.file, .upload, .category) .file_views,
.list_view DIV.upload_header .file_views,
.list_view DIV.item:is(.file, .upload, .category) .file_version,
.list_view DIV.upload_header .file_version,
.list_view DIV.item:is(.file, .upload, .category) .file_comments,
.list_view DIV.upload_header .file_comments,
.list_view DIV.item:is(.file, .upload, .category) .file_price,
.list_view DIV.upload_header .file_price,
.list_view DIV.item:is(.file, .upload, .category) .file_votes,
.list_view DIV.upload_header .file_votes,
.list_view DIV.item:is(.file, .upload, .category) .file_order,
.list_view DIV.upload_header .file_order,
.list_view DIV.item:is(.file, .upload, .category) .folder-access,
.list_view DIV.upload_header .folder-access {
    width: 70px;
    float: right;
    text-align: center;
    padding: 19px 5px 0 5px;
    text-align-last: auto;
    box-sizing: border-box;
}
.list_view DIV.item:is(.file, .upload, .category) .file_price,
.list_view DIV.upload_header .file_price {
	width: 100px;
	padding-top: 13px;
}
.list_view DIV.item:is(.file, .upload, .category) .file_price a {
	color: white !important;
	font-size: 12px;
	padding: 3px 13px;
	background-color: #43B21A;
	border-radius: 13px;
	margin: auto;
	line-height: 15px;
	transition: background 0.5s ease;
	width: fit-content;
	display: flex;
	align-items: center;
	min-height: 20px;
}
.list_view DIV.item.category .file_price a,
.list_view DIV.item.upload .file_price a {
    cursor: default;
}
.list_view DIV.item.file .file_price a:hover {
    background-color: #3A9C17;
}
    
.list_view DIV.item:is(.file, .upload, .category) .file_views,
.list_view DIV.upload_header .file_views,
.list_view DIV.item:is(.file, .upload, .category) .file_comments,
.list_view DIV.upload_header .file_comments {
	width: 80px;
}
#right.list_view DIV.item .folder-access .folder-access-image,
#right.list_view DIV.upload_header .folder-access .folder-access-image {
    display: none;
}
#right.list_view DIV.item .folder-access {
    gap: 0;
    padding: 0;
    width: 40px;
    min-width: 40px;
}
#right.list_view DIV.upload_header .folder-access {
    width: 40px;
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access,
.list_view DIV.upload_header .folder-access {
    padding: 15px 10px 0 0;
    text-align: right;
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access {
	width: 70px;
	min-width: 41px;
	display: flex;
	align-items: center;
	padding: 0;
	padding-right: 18px;
	justify-content: flex-end;
	cursor: default;
}
.list_view DIV.item.file .folder-access .comment,
.list_view DIV.item.file .folder-access .vote {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url(/images/UI_icons/like.svg);
    margin-right: 2px;
    background-size: 10px;
    cursor: default;
}
.horizontal_view DIV.item .folder-access .vote:active {
	pointer-events: none;
}

.list_view DIV.item.file .folder-access .comment {
    background-image: url(/images/UI_icons/chat.svg);
    cursor: pointer;
    margin-right: 3px;
    background-size: 10px;
}

.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat !important;
    background-position: center;
    cursor: pointer;
}

.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.non-clickable {
	cursor: default;
}


.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.link {
    background-image: url(/images/folder_types/access-link.svg?v=2);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.link:hover {
    background-image: url(/images/folder_types/access-link-blue.svg?v=1);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.key {
    background-image: url(/images/folder_types/access-key.svg?v=2);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.key:hover {
    background-image: url(/images/folder_types/access-key-blue.svg?v=1);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.lock {
    background-image: url(/images/folder_types/access-lock.svg?v=2);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.lock:hover {
    background-image: url(/images/folder_types/access-lock-blue.svg?v=1);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.shared {
    background-image: url(/images/folder_types/access-shared.svg?v=2);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.shared:not(.non-clickable):hover {
    background-image: url(/images/folder_types/access-shared-blue.svg?v=1);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.users {
    background-image: url(/images/folder_types/access-earth.svg);
}
.list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.users:hover {
    background-image: url(/images/folder_types/access-earth-blue.svg);
}


.list_view DIV.upload_header .file_views {
}


.list_view DIV.item:is(.file, .upload, .category) .file_size,
.list_view DIV.upload_header .file_size {
    width: 120px;
    float: right;
    text-align: center;
    padding: 19px 5px 0 5px;
    text-align-last: auto;
    box-sizing: border-box;
}
.list_view DIV.item.category .file_size {
	display: none;
}

.list_view DIV.item .size-spacer,
.list_view DIV.item .spacer {
	display: none;
	position: relative;
	width: 10px;
}
.list_view DIV.item.category .file_size .fa-file,
.list_view DIV.item.upload .file_size .fa-file {
    font-size: 10px;
    position: relative;
    bottom: 1px;
}
.list_view.has_folders DIV.item:is(.file, .upload, .category) .file_size,
.list_view.has_folders DIV.upload_header .file_size {
}


.list_view DIV.item:is(.file, .upload, .category) .modified_date,
.list_view DIV.upload_header .modified_date,
.list_view DIV.item:is(.file, .upload, .category) .date_created,
.list_view DIV.upload_header .date_created {
    width: 105px;
    float: right;
    text-align: right;
    padding: 15px 5px 0 5px;
    text-align-last: auto;
    box-sizing: border-box;
}
.list_view DIV.item .modified_date div {
    display: none;
}

.list_view DIV.item .file_delete {
    display: inline-flex;
    color: #EE2B3A;
    background: #fef1f2;
    line-height: 16px;
    padding: 0 10px;
    min-height: 20px;
    border-radius: 13px;
    font-size: 10px;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 5px;
}
.list_view DIV.item .file_delete.orange {
    color: #F27330;
    background: #FDE6D9;
}
.list_view DIV.item .file_delete_wrap {
    display: none;
}
.list_view DIV.item .file_delete .icon {
    display: none;
}
@media only screen and (max-width: 1050px) {
    .list_view DIV.item .file_delete span {
        display: none;
    }
    .list_view DIV.item .file_delete .icon {
        display: block;
        height: 10px;
        width: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/images/UI_icons/red/trash.svg);
    }
    .list_view DIV.item .file_delete.orange .icon {
        background-image: url(/images/UI_icons/orange/trash.svg);
    }
}

.list_view DIV.item .item_name,
.list_view DIV.upload_header .item_name {
    float: left;
    text-align: left;
    margin: 15px 0 15px 52px;
    text-align-last: auto;
    flex-grow: 1;
    width: calc(100% - 850px);
    min-width: 90px;
    margin: 0;
    margin-left: 74px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    padding: 5px 0;
}
.list_view DIV.item.category .item_name {
	 margin-left: 45px;
}
.list_view [category_root] DIV.upload_header .item_name {
	 margin-left: 0;
}
.list_view DIV.upload_header .item_name i{
    margin-left: 3px;
}
.list_view DIV.item:not(.category) .item_name .metadata {
    display: none;
}

.list_view DIV.upload_header .file_size,
.list_view DIV.upload_header .modified_date,
.list_view DIV.upload_header .date_created,
.list_view DIV.upload_header .folder-access,
.list_view DIV.upload_header .file_views,
.list_view DIV.upload_header .file_order,
.list_view DIV.upload_header .file_version,
.list_view DIV.upload_header .file_comments,
.list_view DIV.upload_header .file_price,
.list_view DIV.upload_header .file_votes ,
.list_view DIV.upload_header .file_downloads {
	 padding: 19px 0 0 10px;
}

.list_view DIV.item.category .item_name,
.list_view DIV.item.upload .item_name {
    float: left;
    text-align: left;
    text-align-last: auto;
    overflow: hidden;
}

.list_view DIV.item.upload .modified_date,
.list_view DIV.item.category .modified_date,
.list_view DIV.item.upload .date_created,
.list_view DIV.item.category .date_created {
    float: right;
    text-align: right;
    text-align-last: auto;
    min-width: 51px;
}

.list_view A.tools_price_button  {
    display: none;
}
.list_view .top_button_download {
    display: none !important;
}

.list_view DIV.upload_header .item_name ,
.list_view DIV.upload_header .date_created ,
.list_view DIV.upload_header .file_size ,
.list_view DIV.upload_header .file_downloads ,
.list_view DIV.upload_header .file_views ,
.list_view DIV.upload_header .file_version ,
.list_view DIV.upload_header .file_comments ,
.list_view DIV.upload_header .file_votes,
.list_view DIV.upload_header .file_order,
.list_view DIV.upload_header .file_price ,
.list_view DIV.upload_header .folder-access {
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 20px !important;
}


.list_view .file_context_menu {
    display: none;
    float: left;
    min-width: 160px;
    padding: 0 0 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
    max-width: 250px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    border: 1px solid #E3E3E3;
    margin: 0;
    min-width: 235px;
    text-align: left;
    flex-direction: column;
}
.list_view .file_context_menu .divider {
    padding: 5px 0;
    background-color: #EDEDED;
    height: 1px;
    overflow: hidden;
    margin: 0;
    background: repeating-linear-gradient( 180deg, #EDEDED 40%, #EDEDED 50%, #fff 50%, #fff 100%);
}
.list_view .file_context_menu > li {
    padding: 0;
    background: white;
}
.list_view .file_context_menu > li > a {
    display: block;
    padding: 3px 15px 3px 0;
    clear: both;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    color: #1A2533 !important;
    transition: 0.5s ease;
    font-size: 14px;
}
@media only screen and (max-width: 400px) {
    .list_view .file_context_menu > li > a  {
        padding: 2px 15px 2px 0;
    }
}
    
.list_view .file_context_menu > li > a:hover, .file_context_menu > li > a:focus {
    color: #1A2533;
    background-color: #F2F5F8;
}
.list_view .file_context_menu .context-img {
    display: inline-flex;
    min-width: 40px;
    justify-content: center;
}
.list_view .file_context_menu img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.list_view .file_context_menu I {
    min-width: 24px;
    text-align: left;
    color: #1A2533;
}

@media only screen and (max-width: 860px) {
	
	.list_view .upload_header .file_downloads ,
	.list_view DIV.item .file_downloads ,
	.list_view .upload_header .file_views ,
	.list_view DIV.item .file_views ,
	.list_view .upload_header .file_version ,
	.list_view DIV.item .file_version ,
	.list_view .upload_header .file_comments ,
	.list_view DIV.item .file_comments ,
    .list_view DIV.upload_header .file_votes,
    .list_view DIV.item .file_votes,
    .list_view DIV.upload_header .file_order,
    .list_view DIV.item .file_order,
    .list_view DIV.upload_header .date_created,
    .list_view DIV.item .date_created,
	.list_view .upload_header .file_price ,
	.list_view DIV.item .file_price {
		display: none !important;
	}
	
	.list_view DIV.item:is(.file, .upload, .category) .item_name {
	    width: calc( 100% - 340px );
	}
    .list_view DIV.item:is(.active-hover, .item_active, .item_selected) .item_name {
        width: calc(100% - 346px);
    }
}

@media only screen and (max-width: 600px) {
	
	#right {
		padding-right: 0;
		padding-left: 0;	
	}
	
	.list_view .modified_date,
    .list_view .date_created {
		width: 70px;
		padding-top: 0 !important;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
	}

}

@media only screen and (max-width: 550px) {
    .list_view .upload_header .file_size,
    .list_view .upload_header .folder-access,
    .list_view .upload_header .item_name {
        display: none !important;
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .item_name {
        width: 100% !important;
        max-width: 100% !important;
        line-height: 21px;
        flex-grow: 0;
        padding-bottom: 0;
    }
	.list_view DIV.item.category .item_name {
        padding: 0;
    }
	.list_view DIV.item.category .metadata {
        display: none;
    }

	.list_view DIV.item .item_name {
		margin-bottom: 1px;
	}

	.list_view DIV.item:is(.file, .upload, .category) .folder-access,
	.list_view DIV.item:is(.file, .upload, .category) .modified_date
    .list_view DIV.item:is(.file, .upload, .category) .date_created{
        margin-top: 1px;
    }

    .list_view DIV.item .modified_date div {
        display: block;
        font-size: 10px;
        line-height: 13px;
        height: 13px;
        padding: 0;
        background: unset !important;
        margin-left: 5px;
        min-height: unset;
    }
	.list_view DIV.item .modified_date div span {
		display: none;
	}
    .list_view DIV.item .file_delete_wrap {
        display: flex;
        order: 4;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .list_view DIV.item .item_name .file_delete {
        display: none;
    }
    

	.list_view DIV.item .item_name .full-file-name {
		font-size: 14px !important;
		line-height: 16px;
	}
    
    .list_view DIV.item .modified_date,
    .list_view DIV.item .date_created,
    .list_view DIV.item .folder-access {
        font-size: 10px;
    }
    
    .list_view DIV.item {
        flex-wrap: wrap;
        min-height: 71px;
        align-content: center;
        padding-right: 25px;
    }
    
    .list_view .item:is(.active-hover, .item_active, .item_selected) {
        padding-right: 31px;
    }
    
    #right.list_view DIV.item .folder-access{
        display: flex;
        min-width: unset;
        width: unset;
    }
    .list_view DIV.item:is(.file, .upload, .category) .folder-access {
        display: flex;
        justify-content: flex-start;
        min-width: unset;
        width: unset;
        padding-right: 10px;
    }
    .list_view DIV.item.category .folder-access {
        padding-right: 5px;
    }
	.list_view DIV.item:not(.category) .folder-access a:last-of-type {
        margin-right: 10px;
    }
    
    .list_view DIV.item.file:is(.active-hover, .item_active, .item_selected) .folder-access,
    .list_view DIV.item.upload:is(.active-hover, .item_active, .item_selected) .folder-access,
    .list_view DIV.item.category:is(.active-hover, .item_active, .item_selected) .folder-access {
        margin-left: 80px;
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image{
        width: 10px;
        height: 10px;
        background-size: contain;
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.link,
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.link:hover {
        background-image: url(/images/folder_types/access-link-icon.svg?v=1);
    }
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.key,
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.key:hover {
        background-image: url(/images/folder_types/access-key-icon.svg?v=1);
    }
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.lock,
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.lock:hover {
        background-image: url(/images/folder_types/access-lock-icon.svg?v=1);
    }
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.shared,
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.shared:hover {
        background-image: url(/images/folder_types/access-shared-icon.svg?v=1);
    }
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.users,
    .list_view DIV.item:is(.file, .upload, .category) .folder-access .folder-access-image.users:hover {
        background-image: url(/images/folder_types/access-earth-icon.svg?v=1);
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .modified_date,
    .list_view DIV.upload_header .modified_date,
    .list_view DIV.item:is(.file, .upload, .category) .date_created,
    .list_view DIV.upload_header .date_created,
    .list_view DIV.item:is(.file, .upload, .category) .file_size,
    .list_view DIV.upload_header .file_size {
        padding: 0;
        font-size: 10px;
        line-height: 13px;
        height: 13px;
        width: unset;
        min-width: unset;
        color: #898989;
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .modified_date,
    .list_view DIV.upload_header .modified_date,
    .list_view DIV.item:is(.file, .upload, .category) .date_created,
    .list_view DIV.upload_header .date_created {
        margin-right: 15px;
        order: 2;
        position: relative;
    }
	
	.list_view DIV.item:is(.file, .upload, .category) .modified_date br,
    .list_view DIV.item:is(.file, .upload, .category) .date_created br {
       display: none;
    }
    
    .list_view DIV.item.upload .modified_date:after,
    .list_view DIV.item.category .modified_date:after,
    .list_view DIV.item.upload .date_created:after,
    .list_view DIV.item.category .date_created:after {
        content: "/";
        position: absolute;
        right: -10px;
    }
    
    .list_view DIV.item:is(.file, .upload, .category) .file_size {
        order: 3;
        min-width: unset !important;
        width: unset !important;
        display: block;
    }
    .list_view DIV.item .size-spacer,
    .list_view DIV.item .spacer {
        display: inline-block;
        line-height: 13px;
        width: 10px;
        height: 100%;
    }
	
	.list_view DIV.item.category .size-spacer {
        width: 2px;
    }
    
    .list_view DIV.item.upload .file_size .fa-file,
    .list_view DIV.item.category .file_size .fa-file {
        font-size: 8px;
    }
    .list_view DIV.item:not(.category) .size-spacer:after {
        content: "/";
        position: absolute;
        top: 0;
        left: 3px;
    }
    
    .list_view DIV.item .spacer,
    .list_view DIV.item .spacer {
        width: 5px;
    }
    
    .list_view .item .item_selection_chkbox_container {
        display: none;
    }
    .list_view .show_select_boxes .item .item_selection_chkbox_container,
    .list_view .show-checkboxes .item .item_selection_chkbox_container {
        display: inline-block;
    }
	.list_view DIV.item.category .item_selection_chkbox_container {
		left: 0;
	}

	.list_view .item.category.active-hover .item_selection_chkbox_container, 
	.list_view .item.category.item_active .item_selection_chkbox_container, 
	.list_view .item.category.item_selected .item_selection_chkbox_container {
		left: 6px;
	}
    
    .list_view .show_select_boxes .item,
    .list_view .show-checkboxes .item {
        padding-right: 4px !important;
    }
    
    .list_view .show_select_boxes .item:is(.active-hover, .item_active, .item_selected),
    .list_view .show-checkboxes .item:is(.active-hover, .item_active, .item_selected) {
        padding-right: 10px !important;
    }
    
    .list_view .show-checkboxes div.item .overlay-on-hover,
    .list_view .show_select_boxes div.item .overlay-on-hover {
        display: none !important;
    }
    
    .list_view DIV.item .thumb,
    .list_view DIV.item .file-icon {
        left: 0;
    }
    
    .list_view DIV.item:is(.active-hover, .item_active, .item_selected) .thumb,
    .list_view DIV.item.item:is(.active-hover, .item_active, .item_selected) .file-icon {
        left: 6px;
    }

    .list_view DIV.item .item_name,
    .list_view DIV.item .folder-access,
    .list_view DIV.item .no-access-icon {
        margin-left: 0 !important;
    }
    .list_view DIV.item {
        padding-left: 44px;
    }
    .list_view DIV.item:is(.active-hover, .item_active, .item_selected) {
        padding-left: 50px;
    }
     .list_view DIV.item.category {
        padding-left: 30px;
    }
    .list_view DIV.item.category:is(.active-hover, .item_active, .item_selected) {
        padding-left: 36px;
    }
    
   
    
    .list_view .show-checkboxes DIV.item .thumb,
    .list_view .show-checkboxes DIV.item .file-icon {
        left: 29px;
    }

	.list_view .show-checkboxes DIV.item .thumb,
    .list_view .show-checkboxes DIV.item .file-icon,
    .list_view .show-checkboxes DIV.item .item_name,
    .list_view .show-checkboxes DIV.item .folder-access {
        pointer-events: none;
    }
    
    .list_view .show-checkboxes DIV.item:is(.active-hover, .item_active, .item_selected) .thumb,
    .list_view .show-checkboxes DIV.item:is(.active-hover, .item_active, .item_selected) .file-icon {
        left: 35px;
    }

    .list_view .show-checkboxes DIV.item {
        padding-left: 74px;
    }
	.list_view .show-checkboxes DIV.item.category {
        padding-left: 30px;
    }

    .list_view .show-checkboxes DIV.item:is(.active-hover, .item_active, .item_selected) {
        padding-left: 80px;
    }
	
	.list_view .show-checkboxes DIV.item.category:is(.active-hover, .item_active, .item_selected) {
        padding-left: 36px;
    }

	.list_view DIV.item .overlay-on-hover,
	.list_view DIV.upload_header .overlay-on-hover {
	    right: 0;
	    left: unset;
	    overflow: hidden;
    }

	.list_view .item.active-hover .overlay-on-hover,
	.list_view .item.item_active .overlay-on-hover,
	.list_view .item.item_selected .overlay-on-hover {
		right: 6px;
	}

	.list_view div.item .overlay-on-hover,
    .list_view.theme-dark div.item .overlay-on-hover {
		display: flex;
		align-items: center;
		background: transparent;
		padding-right: 0;
	}

	.list_view DIV.item .overlay-on-hover .tools A,
	.list_view DIV.item .overlay-on-hover .tools-top-right A,
	.list_view DIV.item .overlay-on-hover .tools-top-left A,
	.list_view DIV.item .overlay-on-hover .tools-middle A {
		display: inline-block;
		font-size: 20px;
		line-height: 40px;
		width: 20px;
		height: 40px;
		text-align: center;
		border: 1px solid transparent;
		color: #6f6f6f;
	}

	.theme-dark.list_view DIV.item .overlay-on-hover .tools A,
	.theme-dark.list_view DIV.item .overlay-on-hover .tools A I,
    .list_view DIV.item .overlay-on-hover .tools A,
	.list_view DIV.item .overlay-on-hover .tools A I{
	    background-color: transparent;
	}
	.list_view DIV.item .overlay-on-hover .tools A {
	    border-radius: 5px;
	}
	.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover {
	    background-color: transparent;
		background-image: url(/images/UI_icons/more.svg);
	}
	.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover I {
		background: transparent;
	    color: #1A2533;
	}
    .theme-dark.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover {
	    background-color: transparent;
		background-image: url(/images/UI_icons/white/more.svg);
	}
	.theme-dark.list_view DIV.item.active-hover .overlay-on-hover .tools A:hover I {
		background: transparent;
	    color: #1A2533;
	}

    .list_view DIV.item .overlay-on-hover .tools-top-right {
        display: none;
    }
}

	
.list_view .preview-icon-svg.light {
	display: none;
}	
.list_view .preview-icon-svg.dark {
	display: inline-block;
	height: 22px;
	padding: 5px 0;
    position: relative;
    bottom: 2px;
}

.list_view .download-icon-svg-light {
	display: none;
}
.list_view .download-icon-svg-dark {
	display: inline-block;
	height: 22px;
	padding: 5px 0;
    position: relative;
    bottom: 2px;
}