
.vertical_view {
    height: 100%;
    overflow: auto;
    padding: 20px;
}
.vertical_view * {
	font-family: Roboto, Arial,Helvetica Neue,Helvetica,sans-serif !important;
}
.vertical_view .fa {
	font-family: FontAwesome !important;
}

.vertical_view .fal {
    font-family: "Font Awesome 5 Pro" !important;
}

.vertical_view .trailing_element:after {
    content: "";
    display: inline-block;
    width: 100%;
}

#right.vertical_view {
    
}

#right.vertical_view,
.vertical_view #all_items {
    display: grid;
    gap: 1px;
    column-gap: 4px;
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
    grid-auto-rows: 0;
}

/* /u/ */
.vertical_view DIV.item.list_view__add_files_button {
    color: #417FF2;
    background-color: #F1F6FE;
    border: 1px solid #eaeaea;
    text-align: center;
    min-width: 150px;
    min-height: 150px;
}

/**/

.vertical_view DIV.item {
    min-height: 100px;
    margin-bottom: 4px;
    background-color: #f8f8f8;
}
.vertical_view DIV.item.file:after,
.vertical_view DIV.item.file:before,
.vertical_view DIV.item.upload:after,
.vertical_view DIV.item.upload:before {
	content: "";
	height: 50px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	background: transparent;
	transition: opacity 0.5s ease;
	opacity: 0;
	background: -moz-linear-gradient(bottom, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
}

.vertical_view DIV.item.file:before,
.vertical_view DIV.item.upload:before {
	top: unset;
	bottom: 0;
	background: -moz-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
}

.vertical_view DIV.item.upload:before {
    opacity: 1;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%,rgba(248, 248, 248, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.9) 0%,rgba(248, 248, 248, 0) 100%);
	background: linear-gradient(to top, rgba(248, 248, 248, 0.9) 0%,rgba(248, 248, 248, 0) 100%);
}
.vertical_view DIV.item.upload.active-hover:before {
    height: 50px;
    background: -moz-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
}
.vertical_view DIV.item.file.active-hover:after,
.vertical_view DIV.item.file.active-hover:before,
.vertical_view DIV.item.upload.active-hover:before,
.vertical_view DIV.item:not(.image-item, .video-item, .show-icon):before {
	opacity: 1;
}

.vertical_view DIV.item.upload {
	cursor: pointer;
}

.vertical_view DIV.item.item_selected,
.vertical_view DIV.item.active-hover.item_selected {
	/*background: #EDF4FA !important;*/
	/*border: 1px solid #C3E3FF !important;*/
}
.vertical_view DIV.item.item_selected .item_name,
.vertical_view DIV.item.active-hover.item_selected .item_name {
	/* border-top: 1px solid #C3E3FF !important; */
	/* background: #EDF4FACC !important; */
	font-weight: bold !important;
}

.vertical_view DIV.item.item-is-public {
	/*background: #f8f8f8;*/
	/*border: 1px solid #6CBF00;*/
}
.vertical_view DIV.item.item-is-public .item_name {
	/* border-top: 1px solid #71D57C; */
	/* background: #F2FFE2CC; */
}
.vertical_view DIV.item.item-is-public.active-hover {
	/*background: #DEF7BC !important;*/
	/*border: 1px solid #6CBF00;*/
}
.vertical_view DIV.item.item-is-public.active-hover .item_name {
	/* border-top: 1px solid #71D57C; */
	/* background: #DEF7BCCC !important; */
}
.vertical_view DIV.item.item-is-public.item_selected,
.vertical_view DIV.item.item-is-public.active-hover.item_selected {
	/*background: #DEF7BC !important;*/
	/*border: 1px solid #6CBF00 !important;*/
}
.vertical_view DIV.item.item-is-public.item_selected .item_name,
.vertical_view DIV.item.item-is-public.item_selected.item_selected .item_name {
	/*border-top: 1px solid #6CBF00 !important;*/
	/*background: #DEF7BCCC !important;*/
    font-weight: bold !important;
}

.vertical_view DIV.item.contextmenu-opened,
.vertical_view DIV.item.item-is-public.contextmenu-opened,
.vertical_view DIV.item.item-is-public.active-hover.contextmenu-opened {
	/*background: #DEF7BC !important;*/
	/*border: 1px solid #D5D5D5 !important;*/
}
.vertical_view DIV.item.contextmenu-opened .item_name,
.vertical_view DIV.item.item-is-public.contextmenu-opened .item_name,
.vertical_view DIV.item.item-is-public.item_selected.contextmenu-opened .item_name {
	/*border-top: 1px solid #D5D5D5 !important;*/
	/*background: #F7F7F7CC !important;*/
}

.vertical_view DIV.upload_header {
    position: relative;
    display: flex;
    vertical-align: middle !important;
    width: auto;
    padding: 0;
    line-height: 12px;
    color: #2b3d52;
    text-align: center;
    clear: both;
    margin: 0 15px 0 15px;
    height: 20px;
    min-height: 20px;
    color: #2b3d52;
    display: none;
}

.vertical_view .item .overlay-on-hover {
	display: block;
	height: 100% !important;
	height: 170px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10001;
	background-color: transparent !important;
	display: none;
}
.vertical_view DIV.item.video-item .overlay-on-hover.off-hover {
	display: block;
}
.vertical_view .item .overlay-on-hover .buttons {
	position: absolute;
	bottom: 47px;
	left: 0;
	right: 0;
	background-color: transparent !important;
}
.vertical_view .item.file.active-hover .overlay-on-hover {
	height: 100%;
}

.vertical_view .item .overlay-on-hover:not(.off-hover) .tools-top-left,
.vertical_view .item .overlay-on-hover:not(.off-hover) .tools-top-right,
.vertical_view .item .overlay-on-hover:not(.off-hover) .buttons {
	display: none !important;
}
.vertical_view .item.active-hover .overlay-on-hover:not(.off-hover) .tools-top-left,
.vertical_view .item.active-hover .overlay-on-hover:not(.off-hover) .tools-top-right,
.vertical_view .item.active-hover .overlay-on-hover:not(.off-hover) .buttons {
	display: none !important;
}
.vertical_view .item.active-hover  .overlay-on-hover:not(.off-hover) .tools-middle {
    display: flex !important;
}

.vertical_view DIV.item SPAN.item-type,
.vertical_view DIV.item SPAN.item-type-directory {
	display: none;
}

.vertical_view DIV.item SPAN.item-type-directory,
.vertical_view DIV.item SPAN.filename-extension {
	color: white;
}


.vertical_view DIV.item .glyphicon {
    display: none;
}


.vertical_view DIV.item .modified_date ,
.vertical_view DIV.item .date_created ,
.vertical_view DIV.item .file_votes ,
.vertical_view DIV.item .file_order{
    display: none !important;
}

.vertical_view DIV.item.is_folder {
    
    background-color: transparent !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    
}

#ie8 .vertical_view DIV.item {
    border: 1px solid #d2d2d2;
}

.vertical_view DIV.item A {
    text-decoration: none;
}

.vertical_view DIV.item.blank {
    background-color: transparent;
    border: none !important;
    box-shadow: none; /* CSS3 */ 
    -moz-box-shadow: none; /* Firefox */  
    -webkit-box-shadow: none; /* Safari, Chrome */ 
    cursor: default; 
}


.vertical_view DIV.item .file_size,
.vertical_view DIV.item .file_count {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 12px;
    height: 17px;
    color: #a2aeb4;
    background-color: #fff !important;
    padding-left: 6px;
    display: none !important;
}
	.vertical_view DIV.item .file_size .fa {
		font-size: 10px;
    	vertical-align: bottom;
	}


.vertical_view DIV.item .thumb,
.vertical_view DIV.item .file-icon,
.vertical_view DIV.item .shared_folder_icon {
	width: 100%;
    height: 100%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.vertical_view DIV.item.active-hover .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000 !important;
    opacity: 0.5;
    z-index: 10002;
	display: none !important;
}

.vertical_view DIV.item .file-icon {
    /* height: calc(100% - 51px); */
}
.vertical_view DIV.item .shared_folder_icon {
    height: 100%;
}
.vertical_view DIV.item .thumb IMG {
	width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: scale-down;
}
.vertical_view DIV.item .thumb IMG[data-stretch] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.vertical_view DIV.item .file-icon I {
    font-size: 50px;
    line-height: 170px;
}
.vertical_view DIV.item .file-icon img {
    height: 65px;
    max-height: 38%;
    /* margin: auto; */
}

.vertical_view DIV.item.upload .file-icon img.folder-icon-closed {
	display: inline-block;
}
.vertical_view DIV.item.upload .file-icon img.folder-icon-opened {
	display: none;
}
.vertical_view DIV.item.upload.active-hover .file-icon img.folder-icon-closed {
	display: none;
}
.vertical_view DIV.item.upload.active-hover .file-icon img.folder-icon-opened {
	display: inline-block;
}

.vertical_view DIV.item .file-icon .file-icon-ext {
    display: none;
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.vertical_view DIV.item .file-icon.gif .file-icon-ext {
    display: inline;
}

.vertical_view DIV.item .file-icon .file-icon-locked ,
.vertical_view DIV.item .thumb I.file-icon-locked ,
.vertical_view DIV.item .file-icon .file-icon-signing-status ,
.vertical_view DIV.item .thumb I.file-icon-signing-status {
    display: none;
}

.vertical_view DIV.item .thumb I {
    font-size: 64px !important;
    line-height: 170px !important;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -32px;
	z-index: 10010;
	color: #fff;
    background-color: transparent !important;
    opacity: 0.7;
}
.vertical_view DIV.item .overlay-on-hover .tools {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.vertical_view DIV.item.file.active-hover .overlay-on-hover .tools,
.vertical_view DIV.item.upload.active-hover .overlay-on-hover .tools {
    background-color: transparent !important;
}

.vertical_view DIV.item .overlay-on-hover .tools .tools-top-right {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 6px;
    height: 18px;
    font-size: 17px;
    background-color: transparent !important;
}
.vertical_view DIV.item  .overlay-on-hover:not(.off-hover) .tools .tools-top-right {
    display: none !important;
}

.vertical_view DIV.item .overlay-on-hover .tools .tools-bottom-right {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    height: 51px;
    font-size: 17px;
    width: 35px;
    background-color: transparent !important;
}
.vertical_view DIV.item .overlay-on-hover .tools .tools-bottom-right a {
	opacity: 1;
	margin: 0;
	width: 35px;
}
.vertical_view DIV.item .overlay-on-hover .tools .tools-bottom-right i {
	color: white !important;
	line-height: 51px;
	font-size: 30px;
	transition: 0.5s ease;
}

.vertical_view DIV.item .overlay-on-hover .tools .tools-top-left {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    height: 18px;
    font-size: 17px;
    font-size: 0;
    background-color: transparent !important;
}
.vertical_view DIV.item .overlay-on-hover .tools .tools-middle {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    left: 0;
    height: calc(100% - 71px);
    font-size: 0;
    background-color: transparent !important;
    text-align: center;
    text-align-last: center;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.vertical_view DIV.item .overlay-on-hover:not(.off-hover) .tools .tools-middle .tools_button_download,
.vertical_view DIV.item .overlay-on-hover:not(.off-hover) .tools .tools-middle .tools_button_buy,
.vertical_view DIV.item .overlay-on-hover:not(.off-hover) .tools .tools-middle img {
	display:none;
} 
.vertical_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle {
    height: calc(100% - 51px);
    height: 100%;
}
	.vertical_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle a {
		width: 45px;
		height: 45px;
	    max-width: 30%;
        padding: 0;
	    margin: 0;
        opacity: 1;
	}
		.vertical_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle img {
			
		    height: 60px;
		}


.vertical_view DIV.item .overlay-on-hover .tools A {
    display: inline-block;
    vertical-align: top !important;
    margin-left: 15px;
    text-align: center;
    background-color: transparent !important;
    color: #fff;
    opacity: 0.6;
    width: 18px;
}
.vertical_view DIV.item .overlay-on-hover .tools A:first-child {
	margin-left: 0;
}

.vertical_view DIV.item .overlay-on-hover .tools .tools-top A {
    width: 22px;
    height: 22px;
    font-size: 18px;
}
.vertical_view DIV.item .overlay-on-hover .tools .tools-top A I {
	line-height: 22px;
	vertical-align: middle;
}

.vertical_view DIV.item .overlay-on-hover .tools .tools-middle A {
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
}

.vertical_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/white/more.svg);
    height: 100%;
}
.vertical_view DIV.item .overlay-on-hover .tools .tools-middle A img {
	width: 100%;
}
.vertical_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle {
	top: 0;
}


.vertical_view DIV.item.file.active-hover .overlay-on-hover .tools A,
.vertical_view DIV.item.is_folder.active-hover .overlay-on-hover .tools A,
.vertical_view DIV.item.file.active-hover .overlay-on-hover .tools A I,
.vertical_view DIV.item.is_folder.active-hover .overlay-on-hover .tools A I {
    background-color: transparent !important;
    color: #fff;
}
.vertical_view DIV.item.active-hover .overlay-on-hover .tools A:hover {
    color: #fff;
    opacity: 1;
}



.vertical_view DIV.item .download_button {
    display: block;
    position: absolute;
    z-index: 3;
    top: 134px;
    right: 4px;
    height: 13px;
}



.vertical_view DIV.item .item_name {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 12px;
    min-height: 17px;
    overflow: hidden;
    text-align: left !important;
    width: 100%;
    left: 0;
    bottom: 0;
    word-break: break-all;
    box-sizing: border-box;
    border: none;
    line-height: 14px;
    padding: 5px 10px;
    height: 51px;
    background: transparent;
    flex-direction: column;
    justify-content: center;
}
.vertical_view DIV.item.active-hover .item_name,
.vertical_view DIV.item:not(.image-item, .video-item) .item_name {
    display: flex;
}

.vertical_view DIV.item:not(.image-item, .video-item, .active-hover) .item_name .file-name,
.vertical_view DIV.item:not(.image-item, .video-item, .active-hover) .item_name .filename-extension {
	color: #1A2533;
}
.vertical_view DIV.item.upload:not(.image-item, .video-item, .active-hover) .item_name .file-name:before {
    background-image: url(/images/UI_icons/item_list/folder_mini.svg);
}
.vertical_view DIV.item:not(.show-icon) .item_name .file-name,
.vertical_view DIV.item:not(.show-icon) .item_name .filename-extension {
	color: white;
}
.vertical_view DIV.item.upload:not(.show-icon) .item_name .file-name:before {
    background-image: url(/images/UI_icons/item_list/folder_mini_white.svg);
}

.vertical_view DIV.item .item_name .file-name {
    display: inline-block;
	display: -webkit-box;
	width: auto;
	max-width: calc(100% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 27px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: white;
	font-size: 12px;
    position: relative;
}

.vertical_view DIV.item.upload .item_name .file-name {
    padding-left: 20px;
}
.vertical_view DIV.item.upload .item_name .file-name:before {
    content: "";
    height: 14px;
    width: 11px;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-image: url(/images/UI_icons/item_list/folder_mini_white.svg);
}

.vertical_view DIV.item .item_name .full-file-name {
	display: none;
}

.vertical_view DIV.item .item_name .file_count {
    float: right;
}

.vertical_view DIV.item .item_name IMG {
    width: 12px; 
    height: 12px; 
    float: right; 
    margin: 0 0 3px 4px;
}

.vertical_view DIV.item .item_name IMG.fb_share {
    width: 12px; 
    height: 12px; 
    float: right; 
    margin: 3px 4px 0 0;
}


A.tools_price_button  {
    color: white !important;
    font-size: 12px;
    line-height: 19px;
    padding: 2px 15px 1px;
    background-color: #6CBF00;
    border-bottom-left-radius: 5px;
    z-index: 10002;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.9;
    min-width: 25px;
    left: 0;
    max-width: 50px;
    margin: auto;
    left: unset;
    right: 0;
    top: 0;
    bottom: unset;
}
A.top_button_download {
	position: absolute;
	right: 9px;
	top: 7px;
	z-index: 10002;
	display: none;
}
A.top_button_download img {
	height: 13px;
}
.item A.top_button_download {
	display: block;
	opacity: 0;
	transition: opacity 0.5s ease;
	/* display: none; */
}
.item.active-hover A.top_button_download {
	opacity: 1;
}
A.tools_price_button:hover {
	opacity: 1;
}
	.tools_price_button.has_value span {
	    padding: 0 2px;
		font-size: 15px;
	}
	.tools_price_button .fal {
		color: white !important;
	}
	.tools_price_button.has_value .fa {
		margin: 0 0 0 2px;
	}
	
.list_item_printing_order_button {
    border: 1px solid white;
    border-top-right-radius: 32px;
    padding: 0 20px 0 10px;
    background-color: rgba(45, 62, 80, 0.5) !important;
    border-bottom: 0;
    border-left: 0;
    width: auto !important;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}
.list_item_printing_order_button:hover {
	opacity: 1;
}
	.list_item_printing_order_button .fa {
		margin-right: 5px;
	}
	
.vertical_view DIV.item .overlay-on-hover .buttons A.list_item_eparaksts_button {
    color: black !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 10px;
    background-color: rgba(184, 213, 245, 0.5);
    width: auto !important;
    position: absolute;
    right: 0;
    bottom: 5px;
    display: none;
}
	.list_item_eparaksts_button img {
		height: 20px;
	    position: relative;
	    top: -1px;
	}
	
.vertical_view .preview-icon-svg.dark {
	display: none;
}	
.vertical_view .preview-icon-svg.light {
	display: inline-block;
}

.vertical_view .download-icon-svg-light {
	display: inline-block;
}
.vertical_view .download-icon-svg-dark {
	display: none;
}



.item_selection_chkbox_container {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.vertical_view .item_selection_chkbox_container {
	padding-left: 2px;
    top: 5px;
    left: 2px;
}
.item_selection_chkbox_container input[type="checkbox"] {
    display: none;
}
.item_selection_chkbox_container input[type="checkbox"] + label {
    background: url(/images/UI_icons/inputs/checkbox_filled.svg) no-repeat left center transparent;
    background-size: 14px;
    padding: 0;
    padding-left: 14px;
    line-height: 14px;
    height: 100%;
}
.vertical_view .item.active-hover .item_selection_chkbox_container input[type="checkbox"] + label {
	background-image: url(/images/UI_icons/inputs/checkbox_filled.svg);
}
.item_selection_chkbox_container input[type="checkbox"]:checked + label:after {
    content: ' ';
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(/images/UI_icons/inputs/checkbox_checked.svg) no-repeat left center transparent;
    background-size: 14px;
    left: 0;
    top: calc(50% - 7px);
}

.vertical_view .item_selection_chkbox_container {
    z-index: 10002;
    opacity: 0;
    display: inline-block;
    transition: opacity 0.5s ease;
    /* display: none; */
}
.vertical_view .item.active-hover .item_selection_chkbox_container ,
.vertical_view .item.item_selected .item_selection_chkbox_container {
    left: 2px;
    top: 5px;
	opacity: 1;
}
.vertical_view .item_selection_chkbox_container input[type="checkbox"] + label {
    height: 14px !important;
}

.vertical_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;
    display: none;
}
.vertical_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%);
}
.vertical_view .file_context_menu > li {
    padding: 0;
    background: white;
}
.vertical_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) {
    .vertical_view .file_context_menu > li > a  {
        padding: 2px 15px 2px 0;
    }
}
    
.vertical_view .file_context_menu > li > a:hover, .file_context_menu > li > a:focus {
    color: #1A2533;
    background-color: #F2F5F8;
}
.vertical_view .file_context_menu .context-img {
    display: inline-flex;
    min-width: 40px;
    justify-content: center;
}
.vertical_view .file_context_menu img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.vertical_view .file_context_menu I {
    min-width: 24px;
    text-align: left;
    color: #1A2533;
}

/*** Mobile ***/
    .vertical_view DIV.item .file_downloads,
    .vertical_view DIV.item .file_views,
    .vertical_view DIV.item .file_version,
    .vertical_view DIV.item .file_comments,
    .vertical_view DIV.item .file_price
    {
        display: none !important;
    }

.vertical_view DIV.item .folder-access {
	position: absolute;
	bottom: 10px;
	display: flex;
	z-index: 11111;
	left: 7px;
	gap: 5px;
}
.vertical_view DIV.item.active-hover .folder-access,
.vertical_view DIV.item:not(.image-item, .video-item) .folder-access {
    bottom: 46px;
}
.vertical_view DIV.item .folder-access .comment,
.vertical_view DIV.item .folder-access .vote {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color .5s ease,color .5s ease;
    display: inline-block;
    background: #0009;
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url(/images/UI_icons/white/like.svg);
    background-size: 13px;
    cursor: default;
    opacity: 0.75;
    transition: opacity 0.5s ease;
}
.vertical_view DIV.item .folder-access .comment:hover {
	opacity: 1;
}
.vertical_view DIV.item .folder-access .vote:active {
	pointer-events: none;
}

.vertical_view DIV.item .folder-access .comment {
    display: inline-block;
    background-image: url(/images/UI_icons/white/chat.svg);
    cursor: pointer;
    opacity: 0.75;
}

.vertical_view DIV.item .folder-access .folder-access-image {
    display: none;
}

@media only screen and (max-width: 500px) {
    /* /u/ */
    .vertical_view DIV.item.list_view__add_files_button {
        min-width: 110px;
        min-height: 110px;
    }

    #right.vertical_view,
    .vertical_view #all_items {
        grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
  
    }
	.vertical_view DIV.item .thumb IMG {
        min-height: calc(100% - 30px);
    }
	.vertical_view DIV.item .file-icon {
        /* height: calc(100% - 30px); */
    }
	.vertical_view DIV.item .item_name{
		height: 35px;
	}
    .vertical_view DIV.item .folder-access {
        bottom: 7px;
    }
    .vertical_view DIV.item.active-hover .folder-access,
    .vertical_view DIV.item:not(.image-item, .video-item) .folder-access {
        bottom: 36px;
    }
	.vertical_view DIV.item .overlay-on-hover .tools .tools-middle {
	    height: calc(100% - 50px);
	}
	.vertical_view DIV.item .overlay-on-hover .tools A {
	    margin-left: 5px;
	}
	.vertical_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle {
        /* height: calc(100% - 30px); */
    }
    .item_selection_chkbox_container input[type="checkbox"] + label {
        min-height: 18px !important;
        background-size: 18px;
        padding-left: 18px;
        line-height: 18px;
    }
    .item_selection_chkbox_container input[type="checkbox"]:checked + label:after {
        height:18px !important;
        background-size: 18px;
        padding-left: 18px;
        top: calc(50% - 9px);
    }
	.vertical_view .item_selection_chkbox_container input[type="checkbox"] + label {
        min-height: 20px !important;
        background-size: 20px;
        padding-left: 20px;
        line-height: 20px;
    }
    .vertical_view .item_selection_chkbox_container input[type="checkbox"]:checked + label:after {
        height:20px !important;
        background-size: 20px;
        padding-left: 20px;
        top: calc(50% - 10px);
    }
	.vertical_view .selection-mode .item .item_selection_chkbox_container{
		left: 2px;
		top: 5px;
		opacity: 1;
	}
	.vertical_view A.top_button_download img {
	    height: 16px;
	}
    .vertical_view DIV.item .overlay-on-hover .tools .tools-bottom-right {
        height: 35px;
    }
    .vertical_view DIV.item .overlay-on-hover .tools .tools-bottom-right i {
        line-height: 30px;
    }
}
@media only screen and (hover: hover) {
    .vertical_view DIV.item.upload:hover:before {
        height: 50px;
        background: -moz-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, rgb(0, 0, 0, 0.4) 0%,rgba(255, 255, 255, 0) 100%);
    }
    .vertical_view DIV.item.file:hover:after,
    .vertical_view DIV.item.file:hover:before,
    .vertical_view DIV.item.upload:hover:before {
        opacity: 1;
    }
    .vertical_view DIV.item:hover .item_name {
        display: flex;
    }

    .vertical_view DIV.item:not(:hover) .item_name .file-name,
    .vertical_view DIV.item:not(:hover) .item_name .filename-extension {
        color: #1A2533;
    }
    .vertical_view DIV.item.upload:not(:hover) .item_name .file-name:before {
        background-image: url(/images/UI_icons/item_list/folder_mini.svg);
    }
    .item:hover A.top_button_download {
        opacity: 1;
    }
    .vertical_view .item:hover .item_selection_chkbox_container input[type="checkbox"] + label {
        background-image: url(/images/UI_icons/inputs/checkbox_filled.svg);
    }
    .vertical_view .item:hover .item_selection_chkbox_container {
        left: 2px;
        top: 5px;
        opacity: 1;
    }
    .vertical_view DIV.item:hover .folder-access {
        bottom: 46px;
    }
}
@media only screen and (max-width: 500px) and (hover: hover) {
    .vertical_view DIV.item:hover .folder-access {
        bottom: 36px;
    }
}