body {
	box-sizing: border-box;
}

#content {
    position: relative;
    width: 100%;
    background-color: #FBFBFB;
}


#center {
	background-color: white;
}


#list-container * {
	font-family: Roboto, Arial, sans-serif;
}
#list-container .fa {
	font-family: FontAwesome;
}

#list-container .fal {
    font-family: "Font Awesome 5 Pro" !important;
}
#list-container {
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
}
@media only screen and (min-width: 645px) {
	.mobile {
		display: none !important;
	}
}
@media only screen and (max-width: 645px) {
	.desktop {
		display: none !important;
	}
}


/* FOLDER INFO BLOCK (LEFT) */
#left {
	display: table-cell;
	width: 340px;
	max-width: 340px;
	font-size: 12px;
	min-height: 160px;
	background-color: white;
	color: black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	vertical-align: top;
	display: none;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
}
.left_menu_visible #left {
	display: table-cell;
}
	#left_container_close {
	    display: inline-block;
	    height: 30px;
	    line-height: 30px;
	    right: 0;
	    top: 0;
	    cursor: pointer;
	    float: right;
	    color: #2C3E52;
	    text-align: center;
	    width: 30px;
	    position: absolute;
	    font-family: 'Font Awesome 5 Pro';
	    font-size: 18px;
	}
	#left_container_close i {
		line-height: 30px;
	}
	#upload_info {
		overflow: hidden;
	}
	#info_head {
		width: 100%;
		background-color: transparent;
		text-align: center;
		padding-top: 8px;
		display: block;
	}

	    #info_head {
			display: flex;
			gap: 30px;
			padding: 16px 20px 0;
			overflow: auto;
			width: calc(100% - 40px);
			align-items: center;
		}
		#info_head h1 {
			font-size: 16px;
			flex: 1;
			line-height: 15px;
			text-align: left;
			display: -webkit-inline-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-weight: bold;
			color: #2C3E52;
		}


#list-container .thumbnail-wrapper {
	position: relative;
	display: inline-flex;
	justify-content: center;
}
#list-container .thumbnail-wrapper img {
	height: 46px;
	max-width: 100%;
}
#list-container .thumbnail-wrapper img.custom-image {
	width: 46px;
	object-fit: cover;
	max-width: unset;
}
#list-container .thumbnail-actions-wrapper {
	height: 100%;
	width: 30%;
	display: none;
	position: absolute;
	top: 0;
	right: -1px;
	background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,58,0) 100%);
	background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,58,0) 100%);
	background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,58,0) 100%);
}
#list-container .thumbnail-actions {
	display: inline-flex;
	height: 20px;
	padding: 3px;
	border-radius: 13px;
	background-color: #DEEDFF;
	position: absolute;
	top: -6px;
	left: calc(100% - 15px);
	transition: background-color 0.5s ease, color 0.5s ease;
}
#list-container .thumbnail-actions:hover {
	background-color: #1389FE;
}
#list-container .thumbnail-actions.text {
	top: calc(50% - 13px);
	left: calc(100% - 25px);
}
#list-container .thumbnail-actions a {
	text-decoration: none;
}
#list-container .thumbnail-actions-edit,
#list-container .thumbnail-actions-delete {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat !important;
	background-position-y: center !important;
	background-position-x: center !important;
}
#list-container .thumbnail-actions-edit {
	background-image: url("/images/button_icons/blue/edit.svg?v=1");
}
#list-container .thumbnail-actions:hover .thumbnail-actions-edit,
#list-container .thumbnail-actions-edit:hover {
	background-image: url("/images/button_icons/white/edit.svg?v=1");
}
#list-container .thumbnail-actions-delete {
	background-image: url("/images/button_icons/blue/delete.svg?v=1");
}
#list-container .thumbnail-actions:hover .thumbnail-actions-delete,
#list-container .thumbnail-actions-delete:hover {
	background-image: url("/images/button_icons/red/delete.svg?v=1");
}

/* folder name */
#upload_name_edit {
    color: #2C3E52;
}
	#upload_name_edit .editable_field_text {
		display: flex;
		font-size: 16px;
		line-height: 23px;
		min-height: 46px;
		vertical-align: bottom;
		overflow: hidden;
		align-items: center;
	}
	#upload_name_edit .editable_field_textarea {
		background: white;
		padding: 0 10px;
		min-width: auto;
		margin: 0 !important;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		border-radius: 4px;
		padding-top: 8px;
	}
	.editable_field_text span,
	.uneditable-desc  {
		border: 1px solid transparent;
		border-radius: 3px;
		cursor: pointer;
		word-break: break-all;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
		padding: 2px 0;
		width: 100%;
		max-height: 445px;
		line-height: 18px;
		overflow-y: auto;
	}
	.uneditable-desc::-webkit-scrollbar,
	.editable_field_text span::-webkit-scrollbar,
	.editable_field_textarea::-webkit-scrollbar {
		width: 7px; 
		height: 7px;
	}
	.uneditable-desc::-webkit-scrollbar-thumb,
	.editable_field_text span::-webkit-scrollbar-thumb,
	.editable_field_textarea::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,0.45);
		border-radius: 10px;
		box-shadow: rgba(255,255,255,0.3) 0 0 0 1px;
	}
	.uneditable-desc:hover::-webkit-scrollbar-thumb,
	.editable_field_text span:hover::-webkit-scrollbar-thumb,
	.editable_field_textarea:hover::-webkit-scrollbar-thumb {
	    background: rgba(0,0,0,0.55)
    }
	.uneditable-desc,
	#upload_description_edit .editable_field_text span {
		font-weight: normal;
	}
	.uneditable-desc {
		cursor: default;
	}
	.uneditable-desc-wrapper {
		padding: 13px 0;
		margin-bottom: 10px;
		border-bottom: 2px solid #F1F3F4;
	}
	.editable_field_textarea {
		padding: 0 10px;
		text-align: left;
		color: #747474;
		margin: 0 !important;
		max-height: 100px;
		font-weight: lighter;
		line-height: 18px;
	}
	.editable_field_text {
		display: inline;
	}


#folder-info {
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color: #2C3E52;
	border-bottom: 2px solid #F1F3F4;
	padding: 0 20px;
	padding-top: 5px;
}

/* folder info */
#upload_info_image_details {
	padding: 0 20px 20px;
	border-bottom: 2px solid #F1F3F4;
}
	#upload_info_details {
		display: inline-block;
		width: 100%;
		list-style: none;
		margin: 0;
		margin-top: 10px;
		color: #969696;
	}
		#upload_info_details li {
			margin-bottom: 5px;
			display: flex;
			align-items: center;
			line-height: 19px;
			font-size: 14px;
		}
		#upload_info_details li:last-child {
			margin-bottom: 0;
		}
			.upload_info_details_desc {
				display: inline-block;
				flex: 1;
			}
			.upload_info_details_icon {
			    height: 14px;
			    width: 14px;
			    margin-right: 4px;
			}
			.upload_info_details_text {
			    flex: 1;
			    line-height: 16px;
			    text-align: right;
			    display: -webkit-box;
			    -webkit-line-clamp: 3;
			    -webkit-box-orient: vertical;
			    overflow: hidden;
			}
			#upload_info_details a {
				color: #1389FE;
				display: block;
				width: 100%;
				line-height: 18px;
			}
	#upload_info_image {
		display: inline-block;
	    box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-shadow: 0px 0px 10px #75879c;
        background: #677c88;
	    border-radius: 60px;
	    height: 90px;
	    width: 90px;
	    text-align: center;
        position: absolute;
	    top: 0;
	    right: 20px;
	    background-size: cover;
	    background-position: center center;
	}
		#upload_info_image img {
		    height: 42px;
		    width: 42px;
		    margin-top: 18px;
		}
		

/* folder description */	
#upload_description_edit {
    padding: 13px 0;
    border-bottom: 2px solid #F1F3F4;
    margin-bottom: 10px;
}
.list-menu-divider {
	margin-bottom: 14px;
	margin-top: 22px;
}
	.list-menu-divider .divider-line-container,
	#upload_description_edit .editable_field_edit_button {
	    color: #2C3E52;
	    text-align: left;
	    display: block;
	    font-size: 14px;
	}
		#upload_description_edit .editable_field_edit_button .editable_field_edit_button_text img {
		    height: 10px;
		    width: 20px;
		    display: inline-block;
		    vertical-align: bottom;
		}
		/*
		.list-menu-divider .divider-line-container:before,
		#upload_description_edit .editable_field_edit_button:before {
		    content: '';
		    position: absolute;
		    bottom: 4px;
		    right: calc(50% + 75px);
		    left: 0;
		    height: 1px;
		    background: #a3b0b7;
		}
		.list-menu-divider .divider-line-container:after,
		#upload_description_edit .editable_field_edit_button:after {
		    content: '';
		    position: absolute;
		    bottom: 4px;
		    right: 0;
		    left: calc(50% + 75px);
		    height: 1px;
		    background: #a3b0b7;
		}
		*/
		.editable_field_edit_button_text {
		    position: relative;
		    left: -4px;
		}
		.list-menu-divider .divider-line-container .divider-line .divider-line-contents .fa {
			margin-right: 4px;
		}
		
#list-view_upload-access-switch {
	border-bottom: 2px solid #F1F3F4;
}	
	
#upload_settings_table {
    border-bottom: 0;
    padding: 5px 20px 10px;
}
	#upload_settings_table td {
		padding: 5px;
		height: 15px;
		color: #2C3E52;
		font-size: 11px;
		vertical-align: middle;
		padding: 10px;
	}
	#upload_settings_table tr td {
		vertical-align: middle;
		font-size: 11px;
	}
	#upload_settings_table tr td:first-child {
		padding-right: 0;
		padding-left: 0;
	}
	#upload_settings_table tr td:nth-child(2) {
		padding-left: 6px;
		text-align: right;
	}
	#upload_settings_table tr td:nth-last-child(2) {
		width: 50px;
		text-align: center;
	}
	#upload_settings_table tr td:nth-last-child(2) img {
		margin-right: 5px;
		height: 12px;
	}
	#upload_settings_table tr td:last-child {
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
		text-align: right;
	}

.list-view_upload-info-buttons {
	padding: 20px;
	text-align-last: justify;
	text-align: justify;
	white-space: unset;
	display: grid;
	grid-gap: 6px;
	grid-template-columns: calc(50% - 3px) calc(50% - 3px);
	grid-auto-flow: dense;
}
.list-view_upload-info-buttons.first-group {
	border-bottom: 2px solid #F1F3F4;
}
/* folder action buttons */
#upload-info-button-container {
	font-size: 0;
	text-align: justify;
}
	.upload-info-button {
		background-color: #F2F5F8;
		background-position-x: 8px !important;
		background-position-y: center !important;
		background-repeat: no-repeat !important;
		border-radius: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		color: #1A2533 !important;
		cursor: pointer;
		display: inline-flex;
		font-family: 'Roboto',Arial,sans-serif;
		font-size: 12px !important;
		height: 32px;
		line-height: 32px !important;
		padding: 0 8px 0 30px;
		text-align-last: auto;
		text-align: left;
		text-decoration: none;
		transition: background-color 0.5s ease, color 0.5s ease;
		white-space: nowrap;
		width: 100%;
		position: relative;
		align-items: center;
	}
	.upload-info-button:hover {
		background-color: #DEEDFF;
		color: #1389FE !important;
	}

	.upload-info-button.no-background {
		padding: 0 8px;
	}
	.upload-info-button.no-background i{
		padding-right: 5px;
	}

	.upload-info-button.half-button {
		width: 100%;
	}
	.upload-info-button:not(.half-button) {
		grid-column: span 2;
	}

	.upload-info-button.blocked {
		cursor: default !important;
		opacity: 0.5;
	}
		.upload-info-button img {
			height: 14px;
			width: 14px;
			margin-right: 5px;
			vertical-align: bottom;
		}
		.upload-info-button .fa {
		    font-size: 14px;
		    margin-right: 5px;
		}

	.list_view__add_files_button {
		background-image: url("/images/button_icons/plus.svg?v=1");
	}
	.list_view__add_files_button:hover {
		background-image: url("/images/button_icons/blue/plus.svg?v=1");
	}
	.list_view__delete_button {
		background-image: url("/images/button_icons/delete.svg?v=1");
	}
	.list_view__delete_button:hover {
		background-color: #FFE5E7;
		color: #FA4251 !important;
		border-color: #fabdc2;
		background-image: url("/images/button_icons/red/delete.svg?v=1");
	}
	.list_view__set_price_button {
		background-size: 14px;
		background-image: url("/images/button_icons/price.svg?v=1");
	}
	.list_view__set_price_button:hover {
		background-image: url("/images/button_icons/blue/price.svg?v=1");
	}
	.list_view__embed_button {
		background-image: url("/images/button_icons/code.svg?v=1");
	}
	.list_view__embed_button:hover {
		background-image: url("/images/button_icons/blue/code.svg?v=1");
	}
	#upload-info-button_printing-order {
		background-image: url("/images/button_icons/print.svg?v=1");
	}
	#upload-info-button_printing-order:hover {
		background-image: url("/images/button_icons/blue/print.svg?v=1");
	}
	.list_view__order_button {
		background-image: url("/images/button_icons/cup.svg?v=1");
		background-position-x: 10px !important;
	}
	.list_view__order_button:hover {
		background-image: url("/images/button_icons/blue/cup.svg?v=1");
	}
	.list_view__eparaksts_button {
		background-image: url("/images/button_icons/eParaksts.svg?v=1");
	}
	.list_view__bf_button {
		background-image: url("/images/button_icons/sell.svg?v=1?");
	}
	.list_view__bf_button:hover {
		background-image: url("/images/button_icons/blue/sell.svg?v=1");
	}
	.list_view__share_button {
		background-image: url("/images/button_icons/share.svg?v=1");
	}
	.list_view__share_button:hover {
		background-image: url("/images/button_icons/blue/share.svg?v=1");
	}
								
#center .inheritance_message {
	margin: 10px 20px 0;
	font-size: 9px;
    background-color: #EFF7FF;
    color: #6A7784;
	padding: 5px;
    border: 2px solid #D1E8FF;
    line-height: 12px;
    border-radius: 2px;
}
	#center .inheritance_message .fa-question-circle {
	    color: #A3A3A3;
	    font-size: 12px;
	    float: right;
	    line-height: 24px;
	}
	#center .inheritance_message a {
	    text-decoration: none;
	    font-weight: bold;
	    color: #6A7784 !important;
		font-size: 9px;
		line-height: 12px;
	}

#center .blocked {
		cursor: default !important;
		position: relative;
		opacity: .5;
		pointer-events: none;
	}
/* FOLDER CONTENT BLOCK (RIGHT) */
#right_container {
	
}
	#right {
		padding: 0 30px 83px 30px;
	}
	#center.show_ads #right {
		padding-bottom: 150px;
	}

	.header-owner {
		display: flex;
		position: relative;
		min-height: 70px;
		width: 100%;
		min-height: 280px;
		box-sizing: border-box;
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 25px;
	}
		.header-owner .header_backdrop {
			position: absolute;
			top: 0;
			left: -30px;
			width: calc(100% + 60px);
			height: 100%;
		}
			.header-owner .header_backdrop .header_backdrop__image,
			.header-owner .header_backdrop .header_backdrop__mask,
			.header-owner .header_backdrop .header_backdrop__gradient {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			.header-owner .header_backdrop .header_backdrop__image {
				z-index: 0;
				background-position: center center;
				background-size: cover;
			}
			.header-owner .header_backdrop .header_backdrop__mask {
				background: #2B3D52;
			}	
			.header-owner .header_backdrop .header_backdrop__gradient {
				background: linear-gradient(
					to right,
					rgba(0, 0, 0, 0.87),
					transparent
				);
			}
	
		.header-owner .header_profile_info {
			width: 100%;
			box-sizing: border-box;
			display: -webkit-flex;
			display: flex;
			flex-direction: row;
			z-index: 10000;
			align-items: center;
			height: 38px;
			gap: 10px;
			margin-top: 15px;
			color: white;
		}
		
			.header-owner .header_profile_info .header_profile_info_left {
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
			}
			
				.header-owner .header_profile_info .header_profile_info_left .header_profile_image {
					width: 32px;
					height: 32px;
					min-width: 32px;
					min-height: 32px;
					margin: auto;
					background-position: center;
					background-size: cover;
					border-radius: 50%;
					position: relative;
					box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
					display: inline-block;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
				}
					.header-owner .header_profile_info .header_profile_info_left .header_profile_image .header-owner_image{
						height: 100%;
						width: 100%;
						display: inline-block;
						box-sizing: border-box;
						-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
						border-radius: 50%;
						height: 100%;
						background-size: cover;
						background-position: center center;
						margin-right: 10px;
						border: 1px solid white;
						background-color: white;
					}
									
			.header-owner .header_profile_info .header_profile_info_right {
				justify-content: center;
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				flex-direction: column;
				-webkit-flex-wrap: wrap;
			}

				.header-owner .header_profile_info .header_profile_info_right .header-owner_name {
					max-width: 100%;
				}
					.header-owner .header_profile_info .header_profile_info_right .header-owner_name a,
					.header-owner .header_profile_info .header_profile_info_right .header-owner_name div  {
						color: white;
						text-decoration: none !important;
						width: unset;
						max-width: 110px;
						line-height: 19px;
						text-align: left;
						white-space: nowrap;
						overflow: hidden;
						display: block;
						text-overflow: ellipsis;
						width: unset;
						font-size: 14px;
						line-height: 19px;
						font-family: Roboto, sans-serif;
						max-height: 39px;
						max-width: calc(100vw - 60px - 10px - 28px - 150px);
						white-space: nowrap;
						overflow: hidden;
						text-overflow: ellipsis;
					}
					.header-owner .header_profile_info .header_profile_info_right .header-owner_name a {
						color: unset !important;
					}
					.header-owner .header_profile_info .header_profile_info_right .header-owner_name a:hover {
						text-decoration: underline !important;
					}

			.header-owner .header_profile__edit_wrap {
				margin-left: auto;
				position: relative;
			}
				.header-owner .header_profile__edit_wrap .header_profile__edit_label {
					background: none;
					padding: 0 30px 0 15px;
					border-radius: 8px;
					height: 42px;
					font-size: 16px;
					line-height: 21px;
					display: inline-flex;
					align-items: center;
					background-image: url(/images/button_icons/white/dropdown.svg);
					background-repeat: no-repeat;
					background-position-x: calc(100% - 11px);
					background-position-y: calc(50% + 1px);
					transition: background-color 0.5s ease, color 0.5s ease;
					cursor: pointer;
				}
					.header-owner .header_profile__edit_wrap .header_profile__edit_label:hover:not(.open) {
						background-color: #EBEBEB9c;
						background-image: url(/images/button_icons/dropdown.svg);
						color: #1A2533;
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_label.open {
						background-color: #EBEBEB;
						background-image: url(/images/button_icons/dropdown.svg);
						color: #1A2533;
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_label.open:after {
						content: '';
						display: block;
						height: 10px;
						z-index: 1;
						position: absolute;
						bottom: -10px;
						left: 0;
						right: 0;
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_label:before {
						right: 20px;
						z-index: 9999;
						opacity: 0;
						transition: 0.5s ease;
						content: '';
						display: block;
						z-index: 1;
						bottom: -11px;
						position: absolute;
						width: 0;
						height: 0;
						border-left: 8px solid transparent;
						border-right: 8px solid transparent;
						border-bottom: 8px solid white;
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_label.open:before {
						opacity: 1;
					}
				.header-owner .header_profile__edit_wrap .header_profile__edit_drawer {
					display: flex;
					max-height: 0;
					background: white;
					position: absolute;
					border-radius: 10px;
					flex-direction: column;
					box-shadow: 0px 0px 10px 0px #00000033;
					transition: 0.5s ease;
					overflow: hidden;
					flex-wrap: nowrap;
					align-items: flex-start;
					opacity: 0;
					top: calc(100% + 10px);
					max-width: calc(100vw - 30px);
					min-width: 100%;
					right: 0;
				}
				
					.header-owner .header_profile__edit_wrap .header_profile__edit_label.open + .header_profile__edit_drawer {
						max-height: 1000px;
						opacity: 1;
						padding: 5px 0;
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item {
						margin-right: 0;
						padding: 10px 20px;
						padding: 0px 15px 0 45px;
						transition: background-color 0.5s ease;
						cursor: pointer;
						line-height: 35px;
						border-radius: unset;
						box-sizing: border-box;
						color: #1A2533;
						background-position-x: 14px !important;
						background-position-y: center !important;
						background-repeat: no-repeat !important;
						background-size: 15px;
						width: max-content;
						min-width: 100%;
					}
					
					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item:hover {
						background-color: #EBEBEB;
					}

					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item.image-pic {
						background-image: url(/images/button_icons/picture.svg?v=1);
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item.image-delete {
						background-image: url(/images/button_icons/delete.svg?v=1);
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item.image-edit {
						background-image: url(/images/button_icons/pencil.svg?v=1);
					}
					.header-owner .header_profile__edit_wrap .header_profile__edit_drawer-item.image-font {
						background-image: url(/images/button_icons/font.svg?v=1);
					}

					
					
			.header-owner #header_profile__edit_button {
				z-index: 1;
				background: #DEEDFF;
				background-image: url(/images/button_icons/blue/edit.svg?v=1);
				background-repeat: no-repeat !important;
				background-position-y: center !important;
				background-position-x: 20px !important;
				background-size: 13px;
				cursor: pointer;
				font-family: Roboto, Arial, sans-serif;
				border-radius: 6px;
				box-sizing: content-box !important;
				color: #1389FE;
				font-size: 16px;
				height: 38px;
				padding: 0px 15px 0 45px;
				min-width: 106px;
				display: flex;
				text-align: left;
				text-decoration: none;
				align-items: center;
				transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease;
				margin-left: auto;
				position: relative;
				right: -20px;
			}
				.header-owner #header_profile__edit_button:hover {
					background-color: #1389FE;
					transform: scale(1.07);
					background-image: url(/images/button_icons/white/edit.svg?v=1);
					background-repeat: no-repeat !important;
					background-position-y: center !important;
					background-position-x: 20px !important;
					background-size: 13px;
					color: white;
				}

			.header-owner .header_folder_info {
				z-index: 1;
				width: 100%;
				display: flex;
				flex-direction: column;
				height: 100%;
				margin-top: auto;
			}
			.header-owner .upload_info__delete_warning {
				display: inline-flex;
				color: #EE2B3A;
				background: #ffeaeb;
				line-height: 16px;
				padding: 0 15px;
				height: 26px;
				border-radius: 13px;
				margin-top: 0;
				font-size: 11px;
				text-transform: uppercase;
				align-items: center;
				text-align: center;
				z-index: 9999;
				padding-top: 3px;
				box-sizing: border-box;
			}
				
			.header-owner .upload_info_name {
				font-size: 30px;
				font-weight: bold;
				line-height: 39px;
				color: white;
				overflow: hidden;
				width: 70%;
				max-height: 78px;
				overflow-y: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				padding: 0;
				position: relative;
				padding-right: 30px;
				box-sizing: border-box;
				max-width: fit-content;
				cursor: pointer;
			}
			.header-owner .upload_info_edit {
				position: absolute;
				background-color: #DEEDFF;
				width: 20px;
				height: 20px;
				transition: opacity 0.2s ease, background-color 0.5s ease;
				background-repeat: no-repeat !important;
				background-position-y: center !important;
				background-position-x: center !important;
				background-size: 10px;
				background-image: url(/images/button_icons/blue/edit.svg?v=1);
				top: 0;
				right: 0;
				border-radius: 50%;
				cursor: pointer;
				display: inline-block;
				opacity: 0;
			}
			.header-owner .upload_info_name:hover .upload_info_edit,
			.header-owner .upload_info_desc:hover .upload_info_edit {
				opacity: 1;
			}
			.header-owner .upload_info_edit:hover {
				background-image: url(/images/button_icons/white/edit.svg?v=1);
				background-color: #1389fe;
			}


			.header_folder_info_center {
				margin: auto 0;
				top: -7px;
				position: absolute;
				top: 0;
				bottom: 0;
				height: calc(100% - 73px - 73px);
				display: flex;
				flex-direction: column;
				width: 100%;
				justify-content: center;
			}
			.header-owner.expand .header_folder_info_center {
				position: unset;
				margin-bottom: 5px;
				/* padding-top: 30px; */
				min-height: 124px;
			}
			.header-owner .upload_info_stats {
				z-index: 9999;
				padding-top: 10px;
				font-size: 14px;
				justify-content: flex-start;
				color: white;
				display: flex;
				line-height: 26px;
				flex-wrap: wrap;
				row-gap: 5px;
			}
				.header-owner .upload_info_stats i {
					font-family: "FontAwesome" !important;
					padding-right: 5px;
				}

			.header-owner .upload_info_desc {
				max-width: calc(100vw - 60px);
				z-index: 9999;
				min-height: 48px;
				display: flex;
				align-items: flex-end;
				margin-top: auto;
				width: fit-content;
				flex-direction: column;
				position: relative;
				padding-right: 30px;
				box-sizing: border-box;
			}
			.header-owner .upload_info_desc span {
				color: white;
				overflow: hidden;
				font-size: 12px;
				line-height: 16px;
				max-width: 100%;
				overflow-y: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				padding: 0;
				max-height: 32px;
				margin-right: auto;
			}

			.header-owner.expand .upload_info_desc span{
				max-height: 2000px;
				-webkit-line-clamp: unset;
				-webkit-box-orient: unset;
			}
			.header-owner .upload_info_desc #read_more {
				cursor: pointer;
				display: none;
			}
			.header-owner .upload_info_desc #read_more:hover {
				text-decoration: underline;
			}

/* folder top actions */

.head_download__button_desktop {
	display: inline-block;
}
.head_download__button_mobile {
	display: none;
}

#head_container {
    font-size: 0px;
    margin: 0;
    text-align-last: auto;
}
	#head {
		padding: 15px 0;
		position: relative;
		width: 100%;
		display: flex;
	}
	#head.overflow_hidden {
	    overflow: hidden;
	}
		#upload_head_menu {
			display: inline-block;
			font-size: 25px;
			cursor: pointer;
			border-color: transparent;
			border-radius: 5px;
			width: 42px;
			height: 42px;
			padding: 0;
			background-repeat: no-repeat !important;
			background-position-y: center !important;
			background-position-x: center !important;
			background-size: 24px 24px !important;
			transition: background-color 0.5s ease;
			background: #EDF4FA;
			background-image: url("/images/button_icons/info.svg?v=1");
			margin-left: 20px;
		}
		#upload_head_menu:hover {
			background-color: #DEEDFF;
			background-image: url("/images/button_icons/blue/info.svg?v=1");
		}
		.left_menu_visible #upload_head_menu {
			display: none;
		}
		
		#download_share_wrap {
			display: inline-flex;
		}
		
		/* folder download button */
		.head_download {
		    display: inline-block;
		    height: 42px;
		    position: relative;
		}

			.head_download__button {
			    display: inline-flex;
			    height: 42px;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    line-height: 16px;
			    font-size: 14px;
			    -webkit-border-radius: 5px;
			    -moz-border-radius: 5px;
			    border-radius: 5px;
			    background: #EE2B3A;
			    transition: 0.5s ease;
			    color: white;
			    cursor: pointer;
			    text-align: center;
			    align-items: center;
			    padding: 0 15px;
			    justify-content: center;
			    position: relative;
			    margin-right: 40px;
			    font-size: 16px;
			}
			.disable_select .head_download__button {
				min-width: 200px;
			}
			.head_download__button:after {
				display: block;
				content: '';
				position: absolute;
				height: 100%;
				right: -21px;
				border-left: 2px solid #f5f3f3;
			}
				.head_download__button:hover {
					background-color: #F75A20;
				}
				.head_download__button img {
				    margin-left: 10px;
				}
			.head_download__dropdown {
				display: none;
				width: 100%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				font-size: 14px;
				position: absolute;
				top: 35px;
				z-index: 10020;
				box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
				background: white;
			}
			.head_download__dropdown.wide {
				
			}
				.head_download__dropdown a.strong {
					font-family: 'UniviaPro', Roboto, Arial, sans-serif;
					font-weight: bold;
					color: #303d52;
				}
				#head_download__dropdown__top_cut {
					height: 6px;
					font-size: 0;
				}
				.head_download__dropdown__content {
				    background: #fff;
				    border: none;
				    padding: 0 4px 6px 4px;
				}
				.head_download__dropdown a {
					color: #303d52 !important;
					display: block;
					text-decoration: none;
					padding: 8px;
					margin: 6px 0 0 0;
					font-weight: normal;
				}
				.head_download__dropdown a:hover {
					background: #f0f4f5;
				    color: #2c3e52;
				}

		#seperator {
			display: none;
		}
		/* folder menu button */
		#head_menu {
		    display: none;
		}
			#head_menu__button {
			    display: inline-flex;
			    height: 42px;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -webkit-border-radius: 5px;
			    -moz-border-radius: 5px;
			    border-radius: 5px;
			    cursor: pointer;
			    text-align: center;
			    align-items: center;
			    padding: 0 15px;
			    justify-content: center;
			    font-size: 32px;
			    line-height: 42px;
			    width: 42px;
			    vertical-align: middle;
			    font-weight: bold;
			    transition: 0.5s ease;
			    background: #DEEDFF;
			    color: #1389FE;
			}
			#head_menu__dropdown {
				display: none;
				min-width: 280px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				font-size: 14px;
				position: absolute;
				top: 40px;
				left: 0;
				right: 0;
				z-index: 10020;
				background: #fff;
				border: 1px solid #edf0f2;
				box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
			}
				#head_menu__dropdown .item-name {
					display: inline-flex;
					align-items: center;
					font-size: 12px; 
					line-height:16px;
					padding: 10px 15px;
					color: #1A2533;
					width: calc(100% - 30px);
					border-bottom: 1px solid #EDEDED;
				}
					#head_menu__dropdown .item-name img {
						width: 18px;
						margin-right: 10px;
					}
					#head_menu__dropdown .item-name span {
						display: -webkit-inline-box;
						font-size: 14px;
						line-height: 16px;
						-webkit-line-clamp: 2;
						-webkit-box-orient: vertical;
						overflow: hidden;
						font-weight: bold;
					}
				#head_menu__dropdown a {
					width: 100%;
				}
		
		/* folder link and email share fields */
		#head_input_fields_container {
			display: inline-block;
			width: 100%;
			text-align: left;
			flex: 1;
		}
		#download_share_wrap .head_input_field {
			display: none;
		}
		#head.head_show_upload_button #head_input_fields_container {
		    width: calc( (100% - 544px) )
		}
		.left_menu_visible #head.head_show_upload_button #head_input_fields_container {
		    width: calc( (100% - 477px) )
		}
		#head_input_fields_container_justify {
			width: 100%;
			display: inline-block;
		}
		.head_input_field {
		    height: 42px;
		    width: 45%;
		    max-width: 400px;
		    margin-left: 20px;
		    box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    position: relative;
		    min-width: 42px;
		    background: #F2F5F8;
		    border-radius: 8px;
		    display: inline-flex;
		    gap: 5px;
		    align-items: center;
		    padding: 0 5px 0 10px;
		}
		#head_email_share {
			padding: 0;
		}
			.head_input_field form {
				display: flex;
				align-items: center;
				width: 100%;
				line-height: 42px;
				height: 100%;
			}
		.head_input_field:first-child {
			margin-left: 0;
		}

			.head_input_field__input {
			    display: inline-block;
			    color: #1389FE !important;
			    font-size: 12px;
			    text-decoration: none;
			    cursor: pointer;
			    vertical-align: middle;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    box-sizing: border-box;
			    margin-top: 0 !important;
			    border: none;
			    border-radius: 5px;
			    border-top-right-radius: 0;
			    border-bottom-right-radius: 0;
			    font-size: 13px;
			    height: 100%;
			    background: transparent;
			    width: 100%;
			    padding: 0;
			}
			#head_email_share .head_input_field__input{
				padding: 0 5px 0 10px;
				color: #1a2533 !important;
			}
			#head_email_share.has_error .head_input_field__input{
				background-color: #ffe7e7;
			}
			.head_input_field__button {
				display: inline-flex;
				cursor: pointer;
				box-sizing: border-box;
				background: #DEEDFF;
				height: 32px;
				margin: 0;
				padding: 0 10px 0 25px;
				text-align: center;
				align-items: center;
				border-radius: 5px;
				transition: background-color 0.5s ease, color 0.5s ease;
				background-position-x: 6px !important;
				background-position-y: center !important;
				background-repeat: no-repeat !important;
			}
			#head_share__selected-files.head_input_field__button {
				border-radius: 5px;
				margin-right: auto;
				position: unset;
				height: 42px;
			}
			    .head_input_field__button:hover {
					background-color: #1389FE !important;
				}
				.head_input_field__button:hover span {
					color: white !important;
				}
				.head_input_field__button img {
					height: 13px;
					width: 13px;
					vertical-align: middle;
				}
				.head_input_field__button span {
				    color: #1389FE;
				    font-size: 14px;
				    line-height: 20px;
				    vertical-align: middle;
				    font-family: Roboto, Arial, sans-serif !important;
				    list-style: armenian;
				}
				#copy_link_button ,
				#head_share__selected-files {
					background-image: url("/images/button_icons/blue/share_hallow.svg?v=1");
					background-size: 11px;
				}
				#head_email_share_button {
					background-image: url("/images/button_icons/blue/mail.svg?v=1");
					height: 100%;
					padding: 0 20px 0 35px;
					background-position-x: 11px !important;
					border-top-left-radius: 0;
					border-bottom-left-radius: 0;
				}
				#copy_link_button:hover ,
				#head_share__selected-files:hover {
					background-image: url("/images/button_icons/white/share_hallow.svg?v=1");
					background-size: 11px;
				}
				#head_email_share_button:hover {
					background-image: url("/images/button_icons/white/mail.svg?v=1");
				}


			.copy_button_wrapper {
				position: relative;
				margin-left: auto;
			}
				.copy_button {
					display: inline-flex;
					height: 32px;
					border-radius: 5px;
					align-items: center;
					transition: background-color 0.5s ease;
					color: #1389FE;
					background: #E1EDFD;
					min-width: fit-content;
					overflow: hidden;
					margin-left: auto;
					padding: 0 25px 0 15px;
					background-image: url(/images/button_icons/inputs/dropdown_blue.svg);
					background-repeat: no-repeat;
					background-position-x: calc(100% - 10px);
					background-position-y: 50%;
					background-size: 8px;
					box-sizing: border-box;
				}
				.copy_button_wrapper.no-dropdown .copy_button_drawer {
					display: none;
				}
				.copy_button_wrapper.no-dropdown .copy_button {
					background-image: unset !important;
					cursor: pointer;
					padding: 0 10px !important;
				}
				.copy_button_wrapper.open .copy_button:not(.copied) {
					background: #1389FE;
					background-image: url(/images/button_icons/white/dropdown.svg);
					background-repeat: no-repeat;
					background-position-x: calc(100% - 10px);
					background-position-y: 50%;
					background-size: 8px;
					color: white;
				}
					.copy_button .copy_text {
						overflow: hidden;
						max-width: 300px;
					}
					.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;
					}
					.copy_button .copy_text div.mobile {
						display: none;
					}
					.copy_button .copy_text div.copied {
						display: none;
					}
				.copy_button.copied {
					background: #42C689;
					color: white;
					padding-right: 15px;
				}
					.copy_button.copied .copy_text {
						max-width: 200px;
						display: inline;
						color: white;
					} 
					.copy_button.copied .copy_text div.hover {
						display: none;
					}
					.copy_button.copied .copy_text .copied {
						display: inline-block;
					}
					@media only screen and (max-width: 1500px) {
						#download_link_wrapper,
						#download_link_wrapper_0 {
							position: relative;
						}
						.copy_button_wrapper {
							position: unset
						}
						.copy_button {
							min-width: fit-content;
						}
						.copy_button .copy_text div.hover {
							display: none;
						}
						.copy_button .copy_text div.mobile {
							display: block !important;
						}
						.copy_button.copied .copy_text div.mobile {
							display: none !important;
						} 
							.copy_button.copied .copy_text {
								font-size: 12px;
								left: 10px;
								padding-right: 0;
							}
					}
				@media only screen and (max-width: 350px) {
					#download_link_wrapper_0,
					#download_link_wrapper {
						text-align: left;
						position: relative;
					}
				}
				.copy_button_drawer {
					display: flex;
					max-height: 0;
					background: white;
					position: absolute;
					border-radius: 10px;
					flex-direction: column;
					box-shadow: 0px 0px 10px 0px #00000033;
					overflow: hidden;
					flex-wrap: nowrap;
					align-items: flex-start;
					opacity: 0;
					top: calc(100% + 5px);
					max-width: calc(100vw - 30px);
					z-index: 11;
					min-width: 230px;
					left: 0;
					transition: opacity 0.5s ease;
					gap: 5px;
				}
			   .copy_button_wrapper.open:before {
					content: '';
					display: block;
					height: 20px;
					z-index: 1;
					position: absolute;
					bottom: -13px;
					left: 0;
					right: 0;
				}
	
				@media only screen and (max-width: 350px) {
				   .copy_button_drawer {
						right: 50%;
						margin-left: -115px;
						left: 50%;
						top: 50px;
					}
				}
				.copy_button_wrapper.open .copy_button_drawer {
					max-height: 1000px;
					opacity: 1;
					padding: 15px 0;
				}
	
				.copy_button_drawer div {
					cursor: pointer;
					width: 100%;
					transition: 0.5s ease;
					padding: 5px 10px 5px 35px;
					box-sizing: border-box;
					position: relative;
				}
				.copy_button_drawer div.checked {
					font-weight: bold;
				}
					.copy_button_drawer div.checked .desc_popup {
						font-weight: normal;
					}
				
					.copy_button_drawer div.checked:before {
						position: absolute;
						content: "";
						top: calc(50% - 10px);
						width: 13px;
						height: 20px;
						background: transparent url(/images/button_icons/blue/check-thick.svg?v=1) no-repeat center center;
						left: 11px;
						background-size: contain;
					}
				.copy_button_drawer div:hover {
					 background-color: #F5F5F5;
				}
				.copy_button_drawer span {
					font-size: 14px;
					line-height: 19px;
					display: block;
					text-align: left;
					color: #1a2533;
				}
				.copy_button_drawer span.desc {
					color: #919191;
					font-size: 10px;
					line-height: 13px;
                }

		/*order change button */
		#sort_button_short_wrap,
		#head_view_switch_wrap {
		    height: 50px;
		    display: inline-flex;
		    align-items: center;
		    position: relative;
		}
		#sort_button_short_wrap {
			margin-left: auto;
		}
		#sort_button_short,
		#head_view_switch {
		    height: 42px;
		    margin-left: 5px;
		    position: relative;
		    display: inline-flex;
		    line-height: 17px;
		    text-align: center;
		    cursor: pointer;
		    align-items: center;
		    color: #1a2533;
		    font-size: 14px;
		    gap: 5px;
		    padding: 0 30px 0 15px;
		    background-image: url(/images/button_icons/grey/dropdown.svg);
		    background-repeat: no-repeat;
		    background-position-x: calc(100% - 11px);
		    background-position-y: calc(50% + 1px);
		    transition: background-color 0.5s ease, color 0.5s ease;
		    border-radius: 8px;
		}
		#sort_button_short:hover,
		#head_view_switch:hover {
			background-color: #F5F5F5;
            background-image: url(/images/button_icons/dropdown.svg);
            color: #1A2533;
		}
			#sort_button_short I,
			#head_view_switch I {
				font-size: 18px;
			}

			#head_view_switch .switch_view_button_icon_title {
				display: none;
			}
			#head_view_switch .switch_view_button_icon_title.active {
				display: block;
				height: 16px;
			}
		
		#file_sort_select_dropdown LI A,
		#head_view_switch_dropdown LI A {
			padding: 4px;
			font-size: 14px;
			font-weight: normal;
			color: #303641;
		}
			#file_sort_select_dropdown LI A I,
			#head_view_switch_dropdown LI A I {
				font-size: 12px;
				line-height: 14px;
				vertical-align: middle;
				float: right;
				margin-left: 5px;
				margin-right: 4px;
				padding: 4px;
			    font-weight: normal;
			    color: #303641;
			    height: 17px;
				line-height: 17px;
			}
			#file_sort_select_dropdown_title,
			#head_view_switch_dropdown_title {
				display: none;
			}


		/* folder view switch buttons */
		#head_view_switch {
		    display: inline-flex;
		    box-sizing: border-box;
		    left: 0;
		    align-items: center;
		    justify-content: flex-end;
		    float: right;
		    margin-left: 5px;
		}
			#head_view_switch a {
			    display: inline-block;
			    height: 40px;
			    margin-left: 10px;
			}
			#head_view_switch a:first-child {
				margin-right: 20px;
			}
			#head_view_switch a#switch_to_gallery_view {
				width: 19px;
			}
				#head_view_switch a img {
				    vertical-align: top;
					width: 19px;
					height: 40px;
				}
					
				.switch-view-button.active {
					background: #F0F0F0;
				}
				#head_view_switch a:first-child {
					margin-right: 0;
				}


#head__all-files-actions ,
#head__selected-files-actions {
	display: inline-flex;
	flex: 1;
	width: 100%;
}
#head__selected-files-actions {
	display: none;
	font-size: 12px;
	justify-content: space-between;
}



#right .trailing_element:after {
    content: "";
    display: inline-block;
    width: 100%;
}

  
#password_form {
    position: relative;
    width: auto;
    margin: 20px 260px 0 30px;
    padding: 0;
    min-width: 200px;
    min-height: 12px !important;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 7px;
    margin: 0 20px 20px 20px !important;
    font-size: 14px;
    line-height: 170%;
}

#center .info {
    position: relative;
    width: auto;
    
    margin: 0 260px 0 20px;
    padding: 0;
    
    min-width: 200px;
    
    min-height: 200px !important;
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 7px;
}







.printing_order_braintree_result_container_in_main_page {
	margin: 20px 24px 0 20px;
	display: none;
}
#cont_left .printing_order_braintree_result_container_in_main_page {
    margin: 20px 24px 0 24px;
    width: 820px;
}

.grid_view #all_items {
    display: block;
    grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
    gap: 10px;
}
.has_folders.grid_view #all_items,
.has_files.grid_view #all_items {
	display: grid;
}
.item {
	position: relative;
}

.list_view DIV.item .overlay-on-hover {
	display: none;
	background-color: transparent !important;
}

.list_view DIV.item .off-hover {
	display: block !important;
}

DIV.item.active-hover .overlay-on-hover {
	display: block;
}
DIV.item.upload.active-hover .overlay-on-hover {
	display: none;
}

.list_view DIV.item.active-hover .off-hover {
	display: none !important;
}

DIV.item .overlay-on-hover .buttons A {
    display: inline-block;
    width: 80px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    font-size: 12px;
    text-align-last: auto;
	display: none;
}

DIV.item .overlay-on-hover .buttons A.red {
    background-color: #CA1913 !important;
}

DIV.item.file .tools,
DIV.item.upload .tools,
DIV.item.file.active-hover .tools,
DIV.item.upload.active-hover .tools {
	background-color: transparent !important;
}

DIV.item .item_name I {
	float: left;
	margin: 0 3px 0 3px;
}

.item .visible-on-hover {
	visibility: hidden;	
}

.item.active-hover .visible-on-hover {
	visibility: visible;	
}

.item .tools I.fa {
	color: #fff;	
}
.item .tools .vote.has_voted I.fa {
	color: #CA1913 !important;
}
.item .tools .report_btn.has_reported I.fa {
	color: #FF0000 !important;	
}



/* deleted upload page */
.deleted_wrapper {
    color: #2C3E52;
    font-size: 24px;
}

.deleted_wrapper .deleted_inner {
    width: 725px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid #EDEDED;
    padding: 60px 0;
}

.deleted_wrapper .deleted_vertical_center {
    display: flex;
}

.deleted_wrapper h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.deleted_wrapper .deleted_inner_left h1 {
		display: none;
}

.deleted_wrapper p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 21px;
}

.deleted_wrapper ul {
    font-size: 20px;
}

.deleted_wrapper ul li {
    line-height: 30px;
    font-size: 16px;
}
.deleted_wrapper ul li img {
    margin-right: 30px;
}

.deleted_wrapper .deleted_inner_left {
	width: 42%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deleted_wrapper .deleted_inner_right {
    width: 58%;
}

.deleted_footer {
	font-size: 26px;
	color: #1489F9;
	background: #fff;
	box-sizing: border-box;
	background: #E8F4FF;
	padding: 30px;
	padding-bottom: 40px;
	border-radius: 8px;
	max-width: 420px;
	margin: 40px auto;
}

.deleted_footer a {
    font-size: 16px;
    display: flex;
    background: #1489F9;
    color: #fff !important;
    text-align: center;
    height: 42px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 0;
    line-height: 18px;
    box-shadow: none;
	margin-top: 20px;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.deleted_footer a:hover {
	background-color: #0066CC;
}

.deleted_footer__pricing_container {
    background-color: #F0F2F2;
    background-image: linear-gradient(#F0F2F2, #fff);
    overflow: hidden;
    padding: 20px;
}
.deleted_footer__faq_container {
	margin-bottom: 50px;
}


#ist_no_files_message {
    border: 1px solid #E8E8E8;
    padding: 35px 30px;
    text-align-last: left;
    margin-right: 6px;
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
}

.editable_field_wrapper {
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
}
	.editable_field_error_msg {
		position: absolute;
	    top: -15px;
	    font-size: 10px;
	    line-height: 10px;
	    background: #f2dede;
	    padding: 2px;
	    color: #ca1913;
	    display: none;
	}
	.editable_field_wrapper.has_error .editable_field_error_msg {
		display: inline-block;
	}
	.editable_field_text {
	    font-size: 12px;
	    line-height: 100%;
	    cursor: default;
	}
	.editable_field_textarea {
		resize: none;
		width: 100%;
		overflow: hidden;
		color: #2C3E52;
		border: none;
		margin: 0 !important;
		max-height: 100px;
		border: 1px solid #DEDEDE;
		line-height: 16px;
		min-height: 36px;
		padding-top: 8px;
	}
	.has_error .editable_field_textarea {
		border: 1px solid #ca1913;
	}
	.editable_field_save_button {
		margin-top: 10px;
		margin-bottom: 5px;
		height: 26px;
		background: #DEEDFF;
		color: #1389FE;
		font-size: 10px;
		padding: 0 10px;
		cursor: pointer;
		border-radius: 13px;
	}
	.editable_field_edit_button {
		font-size: 14px;
	}
	
	.editable_field_textarea ,
	.editable_field_save_button {
		display: none;
	}
	.editable_field_wrapper.show_edit_field .editable_field_text ,
	.editable_field_wrapper.show_edit_field .editable_field_edit_button {
		display: none !important;
	}
	.editable_field_wrapper.show_edit_field #upload_name_edit_folder_icon {
		display: none;
	}
	.editable_field_wrapper.show_edit_field .editable_field_textarea ,
    .editable_field_wrapper.show_edit_field .editable_field_save_button {
        display: inline-flex;
        float: right;
        align-items: center;
    }
    
	#list-container .editable_field_wrapper:hover .thumbnail-actions-wrapper {
		display: inline-block;
	}
	#list-container .thumbnail-actions-wrapper {
		height: 100%;
		position: absolute;
		top: 0;
		right: -1px;
		background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0) 100%);
	}
	
	
/*
.editable_field_wrapper {
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	margin-top: 5px;
}

	.editable_field_error_msg {
		position: absolute;
		top: -15px;
		font-size: 10px;
		line-height: 10px;
		background: #f2dede;
		padding: 2px;
		color: #C3130F;
		display: none;
	}
	.editable_field_wrapper.has_error .editable_field_error_msg {
		display: inline-block;
	}
	.editable_field_text {
		font-size: 12px;
		line-height: 100%;
		cursor: default;
	}
	.editable_field_textarea {
		height: 21px;
		border: 0px;
		background: none;
		resize: none;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		overflow: hidden;
		padding: 0;
		font-family: Roboto, Arial, sans-serif;
		font-size: 14px;
		border: 1px solid #d2d2d2;
		border-radius: 3px;
		padding: 5px;
		color: #2C3E52;
	}
	.editable_field_radio {
		
	}
	*/
	



	



.horizontal_view DIV.item {
	display: inline-block;
	height: 200px;
}
.list_view DIV.item {
	background: white;
}

.list_view DIV.upload_header {
    cursor: pointer;
}
.list_view DIV.item,
.list_view DIV.upload_header {
    margin: 0 !important;
}
.list_view .tools-top-right,
.list_view .tools-middle {
	display: none !important;
}

#list-container .list_view DIV.item.file.active-hover .overlay-on-hover .tools A {
    background: #DEEDFF !important;
}

#list-container .list_view DIV.item.file.active-hover .overlay-on-hover .tools A {
    border-radius: 5px;
}
#list-container .list_view DIV.item.file.active-hover .overlay-on-hover .tools A I{
    background: transparent !important;
    color: #1389FE !important;
    font-weight: bold;
    font-size: 26px;
}

#list-container .grid_view DIV.upload_header {
    display: none;
}

#list-container .upload_header span i {
    visibility: hidden;
}

#list-container .upload_header span:hover .fa-chevron-down, 
#list-container .upload_header span.active i.active {
    visibility: visible;
}

#list-container .file_context_menu {
    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;
}

#list-container .file_context_menu .file_context_menu_close {
    color: #2C3E52;
    text-align: center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block; 
}
#list-container .file_context_menu .file_context_menu_close i {
    font-size: 18px !important;
    font-family: "Font Awesome 5 Pro" !important;
    line-height: 35px;
    text-align: center;
}

#file_sort_select_dropdown,
#head_view_switch_dropdown {
	padding: 10px 0;
	z-index: 100000;
	outline: none;
	border: unset;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
	position: absolute !important;
	right: 0;
	left: unset;
	min-width: 100%;
	top: 45px;
}
	#file_sort_select_dropdown {
		min-width: 160px;
	}
	#file_sort_select_dropdown LI,
	#head_view_switch_dropdown LI {
		line-height: 1;
	}
		#file_sort_select_dropdown LI A,
		#head_view_switch_dropdown LI A {
		    padding: 4px 14px;
		    font-size: 14px;
		    font-weight: normal;
		    color: #2C3E52 !important;
		    height: 26px;
		    line-height: 26px;
		    transition: 0.5s ease;
		    text-decoration: none;
		    display: flex;
		    align-items: center;
		}
		#file_sort_select_dropdown LI A.active-sort {
			color: #1789FC !important;
			font-weight: bold;
			background: #E9F2FC;
		}
			#file_sort_select_dropdown LI A img {
			    font-size: 12px;
			    line-height: 14px;
			    vertical-align: middle;
			    margin-left: auto;
			}

#head_view_switch_dropdown LI A {
	justify-content: center;
}
#head_view_switch_dropdown LI A img  {
	width: 16px;
}
.undelete__wrapper {
	background: white;
	padding: 40px 20px;
	color: #2b3d52;
}

.undelete__inner {
	width: 725px;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	justify-content: center;
	position: relative;
}

.undelete_msg__wrapper,
.deleted_info__wrapper {
	display: inline-block;
}

.undelete_msg__wrapper {
	width: 58%;
	box-sizing: border-box;
	background: #E8F4FF;
	padding: 30px;
	padding-bottom: 40px;
	border-radius: 8px;
}

.undelete_msg__header {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	color: #1489F9;
}

.undelete_msg__info_txt {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 20px;
}

.undelete_msg__info_txt div {
	margin-bottom: 20px;
}

.undelete_msg__button {
	font-size: 16px;
	display: flex;
	background: #1489F9;
	color: #fff !important;
	text-align: center;
	height: 42px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	padding: 0;
	line-height: 18px;
	box-shadow: none;	
	transition: background-color 0.5s ease, color 0.5s ease;
}
.undelete_msg__button:hover {
	background-color: #0066CC;
}

.undelete__preloader {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
}
.undelete__preloader i {
	font-size: 32px;
}
.undelete__preloader span {
	font-size: 26px; 
	margin-left: 12px;
}




.deleted_info__wrapper {
	width: 42%;
}

.deleted_info__header {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 15px;
}

.deleted_info__table {
	font-size: 14px;
	color: #2b3d52;
}

.deleted_info__table td {
	padding: 0 5px 5px 0;
	line-height: 21px;
	font-size: 16px;
}

.deleted_info__table td:first-child{
	text-align: center;
	padding-right: 20px;
	vertical-align: middle;
}

.deleted_info__table .fa-file {
	font-size: 12px;
	position: relative;
	top: -2px;
}
.deleted_info__table_icon.folder {
	width: 17px;
}

#list_bottom_banner_970and728 ,
#list_bottom_banner_728and320 {
	padding-left: 20px;
}
#list_bottom_banner_970and728 .list_bottom_banner_728x90 ,
#list_bottom_banner_970and728 .list_bottom_banner_320x50 ,
#list_bottom_banner_728and320 .list_bottom_banner_320x50 {
	display: none;
}

#list_bottom_banner_responsive_taboola {
	margin: 0 20px 20px 20px;
}
	#list_bottom_banner_responsive_taboola_row {
		height: 320px;
	}
	#list_bottom_banner_responsive_taboola_box {
		width: 320px;
		height: 450px;
		display: none;
	}




#head_upload {
    display: inline-block;
    width: 210px;
    margin: 0;
    height: 35px;
    padding: 8px 20px;
    margin-left: 20px;
    text-align: center;
}
#head_upload .fal {
    margin-left: 5px;
}


#item_add_new {
	cursor: pointer;
	position: relative;
	background-image: none !important;
}
.list_view #item_add_new {
	display: none !important;
}
#item_add_new:hover {
	color: #1389FE;
}
#item_add_new__wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#item_add_new__icon {
	font-size: 40px;
}
#item_add_new__text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}


#head__select-all__wrapper {
	height: 50px;
	line-height: 50px;
	position: relative;
	display: flex;
}

	
#head__select-all__wrapper:after {
	content: '';
	position: absolute;
	width: calc(100% + 60px);
	bottom: 50px;
	left: -30px;
	border-bottom: 1px solid #EDEDED;
}
#head__select-all_chkbox + label,
#head__select-all_chkbox:checked + label:after {
    background-size: 14px;
    padding: 0;
    padding-left: 25px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    top:0;
}
#head__select-all_chkbox + label{
	font-size: 14px;
}
#head__select-all_chkbox:checked + label {
	font-size: 0;
}
.disable_select #head__select-all_chkbox + label,
.disable_select .item_selection_chkbox_container,
.no_items #head__select-all_chkbox + label,
.no_items .item_selection_chkbox_container {
	display: none !important;
}

.one_item #sort_button_short,
.no_items #sort_button_short,
.no_items #head_view_switch {
	display: none !important;
}
.no_items #sort_button_short_wrap, 
.no_items #head_view_switch_wrap,
.no_items #head__select-all__wrapper {
	height: unset;
	line-height: unset;
}
.no_items #head__select-all__wrapper {
	min-height: 20px;
}
.no_items #head__select-all__wrapper:after {
    bottom: 20px;
}
#head__select-all__text {
	display: none;
    font-size: 14px;
    color: #15a2f5;	
}



#pagination_wrapper {
	color: #707070;
	font-weight: bold;
	padding-top: 15px;
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}
#pagination_wrapper .all-items {
	border: 1px solid #E2E2E2;
	overflow: hidden;
	min-height: 36px;
	border-radius: 5px;
	line-height: 16px;
	padding: 0 10px;
	color: #1A2533 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
}
#pagination_wrapper .gotoPage {
	width: 78.5px;
	height: 38px;
	line-height: 3;
	border: 1.3px solid #E2E2E2;
	overflow: hidden;
	border-radius: 5px;
	margin-left: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 5px;
}

#pagination_wrapper #pagination {
	display: inline-flex;
	align-items: center;
}
#pagination_wrapper .prev,
#pagination_wrapper .next {
	width: 39.25px;
	height: 38px;
	background-color: #C6DFFD;
	background-repeat: no-repeat;
	background-position: center;
}
#pagination_wrapper .prev {
	background-image: url(/images/button_icons/blue/chevron-left.svg?v=1);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-left: 15px;
} 
#pagination_wrapper .next {
	background-image: url(/images/button_icons/blue/chevron-right.svg?v=1);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#pagination_wrapper .prev.disabled,
#pagination_wrapper .next.disabled {
	background-color: #E2EFFF;
	pointer-events: none;
}


#upload_edit_name {
	display: none;
	z-index: 10009999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#upload_edit_name * {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 21px;
}
#upload_edit_name *::-webkit-scrollbar {
    width: 7px;
    height: 7px; 
}
#upload_edit_name *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}
#upload_edit_name *:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.55);
}

#upload_edit_name_content {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 30px rgb(0 0 0 / 60%);
	padding-top: 0;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	top: 50px;
	max-height: calc(100vh - 80px);
	overflow: visible;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 10000003;
	overflow: auto;
	overflow-y: scroll;
	padding: 30px;
}

#upload_edit_name_close {
	display: block;
    text-indent: -100px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}
#upload_edit_name_close:after {
    content: '';
    position: absolute;
    left: 50%;
    text-decoration: none;
    text-indent: 0;
    margin-left: 232px;
    color: white;
    z-index: 10000002;
    line-height: 25px;
    border: 0px;
    cursor: pointer;
    top: 25px;
    font-size: 0px;
    background: url(/images/popups/close-shadow3.svg) center no-repeat;
    height: 18px;
    width: 18px;
    padding: 0;
}
#upload_edit_name_close:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
	background: #000000c2;
	opacity: 0.7;
}
#upload_edit_name_title {
	padding: 0;
	max-width: 100%;
	width: auto;
	white-space: normal;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	overflow-y: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#upload_edit_name label {
	font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
}
#upload_edit_name input,
#upload_edit_name textarea,
#upload_edit_name select {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 19px;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	height: 42px;
	padding: 0 10px;
	color: #1A2533;
	width: 100%;
}
#upload_edit_name input:focus, 
#upload_edit_name textarea:focus, 
#upload_edit_name select:focus {
    color: #1A2533;
    border-color: #1389fe; 
}
#upload_edit_name textarea {
	padding: 10px;
	height: 120px;
	resize: vertical;
}
#upload_edit_name select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(/images/popups/dropdown.svg?v=2);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: calc(50% + 1px);
}
#upload_edit_name select:focus {
    background-image: url(/images/popups/dropdown-focus.svg?v=2);
}
#upload_edit_name .inheritance_message {
	margin: 20px 0 10px;
}
#upload_edit_name_buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	column-gap: 10px;
	flex-wrap: wrap;
}
.upload_edit_name_button {
    height: 42px;
    font-size: 16px;
    line-height: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: auto;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
    background-color: #1389FE;
    color: white;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
}
.upload_edit_name_button:hover {
	background-color: #0066CC;
}
.upload_edit_name_button.hallow {
	color: #1A2533;
    border: 1px solid #DEDEDE;
    background: none;
	font-weight: normal;
}
.upload_edit_name_button.hallow:hover {
	border: 1px solid #1389FE;
	background: none;
}

@media screen and (max-width: 500px) {
	#upload_edit_name_content {
	    left: 0 !important;
	    right: 0 !important;
	    border-radius: 8px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    top: 30px;
	    height: calc(100% - 30px);
	    max-height: unset;
	    margin-left: 0;
	    width: 100%;
	    padding: 30px 16px;
	}
	#upload_edit_name_close:after {
		top: 6px;
		left: 0;
		right: 5px;
		margin-left: auto;
	}
}






@media only screen and (max-width: 1150px) {
	
    
    #list_bottom_banner_responsive_taboola_row {
		display: none;
	}
	#list_bottom_banner_responsive_taboola_box {
		display: block;
	}
}
@media only screen and (max-width: 1340px) {
	
	#list_bottom_banner_970and728 .list_bottom_banner_970x90 ,
	#list_bottom_banner_970and728 .list_bottom_banner_320x50 {
		display: none;
	}
	#list_bottom_banner_970and728 .list_bottom_banner_728x90 {
		display: block;
	}
}
@media only screen and (max-width: 1120px) {
	
	#list_bottom_banner_970and728 .list_bottom_banner_728x90 ,
	#list_bottom_banner_728and320 .list_bottom_banner_728x90 {
		display: none;
	}
	#list_bottom_banner_728and320 .list_bottom_banner_320x50 ,
	#list_bottom_banner_970and728 .list_bottom_banner_320x50 {
		display: block;
	}
}
@media only screen and (max-width: 900px) {
    
	.printing_order_braintree_result_container_in_main_page {
		margin: 20px 24px 0 20px;
	}
	#password_form {
        margin: 20px 30px 0 30px;
    }
    #center .info {
        margin: 20px 30px 0 30px;
    }
    
	
	#list_bottom_banner_970and728 .list_bottom_banner_728x90 ,
	#list_bottom_banner_728and320 .list_bottom_banner_728x90 {
		display: block;
	}
	#list_bottom_banner_728and320 .list_bottom_banner_320x50 ,
	#list_bottom_banner_970and728 .list_bottom_banner_320x50 {
		display: none;
	}
}



@media only screen and (max-width: 1700px) {
	
	.left_menu_visible .head_input_field {
		/* width: 320px; */
	}

	.left_menu_visible #head.head_show_upload_button #head_input_fields_container {
	    text-align: justify;
	    width: 100%;
	    margin-top: 20px;
	}
	.left_menu_visible #head.head_show_upload_button .head_input_field {
	    margin: 0;
	    width: 45%;
	}
	.left_menu_visible #head.head_show_upload_button #head_view_switch {
	    top: 0;
	}
	
	 #head.head_show_upload_button .head_input_field {
		width: 270px;
    	margin-left: 60px;
	}
}
@media only screen and (max-width: 1400px) {
	
	.left_menu_visible .head_input_field {
	    width: calc(50% - 10px);
	}
	.left_menu_visible #head_view_switch {
	    top: 0;
	}
	
	.head_input_field {
		width: 280px;
	}
}
@media only screen and (max-width: 1100px) {
	
	#head_input_fields_container ,
	#head.head_show_upload_button #head_input_fields_container {
		text-align: justify;
	}
	.head_input_field ,
	#head.head_show_upload_button .head_input_field{
	    margin: 0;
	    width: 49%;
	}
	#head_view_switch {
	    top: 0;
	}
	
	.head_input_field__button span, 
	#head.head_show_upload_button .head_input_field__button span {
		display: none;
	}
	#head_email_share_button {
	padding: 0;
	width: 40px;
	background-position-x: center !important;
	}
	.head_input_field__button {
		min-width: 30px;
		background-position: center !important;
	}
	
	#head_share__selected-files.head_input_field__button {
		min-width: 42px;
		background-position: center !important;
	}
	.head_input_field__button {
		padding: 0;
		width: 30px;
	}
	.head_input_field:first-child:first-child {
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 1000px) {

	.left_menu_visible #head_email_share {
		 display: none;
	}
	.left_menu_visible .head_input_field {
		width: 100%;
	}
	.left_menu_visible .head_input_field__button span {
		display: none;
	}
	
	#head_upload {
	    display: block;
	    margin-left: 47px;
	    margin-top: 20px;
	}
	
	.left_menu_visible #head_upload {
		margin-left: 0;
	}

}
@media only screen and (max-width: 900px) {

	.left_menu_visible #head_email_share {
		 display: none;
	}
	.left_menu_visible #head_input_fields_container #copy_link_button {
		border-radius: 5px;
		width: 42px;
		background-position-x: 50% !important;
	}
	.left_menu_visible #head_input_fields_container #copy_link_text {
		 display: none;
	}
	.left_menu_visible .head_input_field {
		width: unset;
	}

}
@media only screen and (max-width: 800px) {
	.deleted_wrapper {
		padding: 0 20px;
	}
    .deleted_wrapper .deleted_inner {
        width: auto;
        height: auto;
    }
    .undelete__inner {
        width: auto;
    }
}
@media only screen and (max-width: 770px) {
	#list_bottom_banner_970and728 .list_bottom_banner_728x90 ,
	#list_bottom_banner_728and320 .list_bottom_banner_728x90 {
		display: none;
	}
	#list_bottom_banner_728and320 .list_bottom_banner_320x50 ,
	#list_bottom_banner_970and728 .list_bottom_banner_320x50 {
		display: block;
	}
}
@media only screen and (max-width: 645px) {
	#list-container {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	
	#right {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}
	.header-owner {
		height: unset;
		min-height: unset;
	}
	.header-owner .header_backdrop {
		left: -16px;
		width: calc(100% + 32px);
	}
	.header-owner .header_profile_info .header_profile_info_right .header-owner_name div {
		max-width: calc(100vw - 60px - 10px);
	}
	.header-owner #header_profile__edit_button {
		
	}
		.header-owner #header_profile__edit_button:hover {
			
		}

	.header-owner .header_folder_info {
		
	}
	.header-owner .upload_info__delete_warning {
		padding-top: 0;
	}
		
	.header-owner .upload_info_name {
		font-size: 20px;
		line-height: 24px;
		width: 100%;
	}
	.header-owner.expand .header_folder_info_center {
		min-height: unset;
		margin-bottom: 0;
	}

	.header_folder_info_center {
		position: unset;
		padding: 30px 0;
	}
	.header-owner .upload_info_stats {
		
	}
		.header-owner .upload_info_stats i {
			
		}

	.header-owner .upload_info_desc {
		max-width: 100%;
		min-height: unset;
	}
	.header-owner .upload_info_desc span {
		-webkit-line-clamp: 3;
		max-height: 48px;
	}

	
	#head {
		display: block;
	}
	#head__selected-files-actions {
		gap: 20px;
	}
	.list-view_upload-info-buttons {
		display: none;
	}
	#head_menu__dropdown__content #upload-info-button-container {
		display: block;
	}
	#head_menu__dropdown__content #upload-info-button-container #list-view_upload-access-switch {
		display: unset;
	}
	#head_menu__dropdown__content #upload-info-button-container .inheritance_message {
		display: block;
	}
	#head_menu__dropdown__content .list-view_upload-info-buttons {
		display: block;
		padding: 0 15px;
		padding-top: 5px !important;
	}
	#head_menu__dropdown__content .list-view_upload-info-buttons.first-group {
		padding-bottom: 5px !important;
		padding-top: 0 !important;
	}
	#head_menu__dropdown a {
		width: 100%;
		background-color: white !important;
		font-size: 14px !important;
		line-height: 35px !important;
		height: 35px;
		color: #1A2533 !important;
		background-size: 14px !important;
		background-position-x: 0 !important;
		padding-left: 23px;
	}
	#head_menu__dropdown a.list_view__order_button {
		background-size: 13px !important;
	}
	
	#left {
		width: 100%;
		max-width: none;
		box-shadow: 0 0 17px #e6e6e6;
		margin-bottom: 25px;
	}
    #left.visible {
    	display: block;
    }
    #head_menu {
    	display: inline-block !important;
    	margin-left: 0!;
    }
    #left_container_close ,
    #upload_head_menu{
    	display: none !important;
    }
    
	#upload_description_edit {
		padding: 0;
		border: none;
	}
	.left_menu_visible .head_input_field {
		width: calc(50% - 10px);
	}
	.left_menu_visible #head_email_share {
		 display: inline-block;
	}
	.left_menu_visible #head_input_fields_container #copy_link_button {
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		width: unset;
		background-position-x: 10px !important;
	}
	.left_menu_visible #head_input_fields_container #copy_link_text {
		 display: inline-block;
	}
	#head_container {
	}
	#head__select-all__wrapper {
		/* margin-top: 15px; */
	}
	
	#head__select-all__wrapper:after {
		width: calc(100% + 32px);
		left: -16px;
	}
	#download_share_wrap {
		width: calc(100% - 42px);	
	}
	
	#head__selected-files-actions .head_download,
	#head__selected-files-actions .head_download_button {
		width: calc(100% - 62px);
	}
	.head_download, 
	.head_download__button {
		width: calc(100% - 21px);
		font-weight: bold;
	}
	.head_input_field__button span ,
	#head.head_show_upload_button .head_input_field__button span {
		min-width: 50px;
		margin-left: 10px;
	}
	.head_input_field__button {
		padding: 15px;
	}
	#head_input_fields_container {
		width: 100%;
		max-width: unset;
		margin: 0;
	}
	.head_input_field, 
	#head.head_show_upload_button .head_input_field {
		margin-top: 25px;
	}
	#head_input_fields_container {
		min-width: unset;
	}
	#head_menu #head_input_fields_container {
		display: block;
	}
	
	#upload_info_image_details {
		margin: 10px 0 0;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	
	.editable_field_textarea {
		font-size: 16px;
	}
	
	#head__all-files-actions {
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	#left {
		margin-bottom: 0;
	}
	.grid_view #all_items {
		grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
		gap: 5px;
	}
	.horizontal_view DIV.item {
        height: 110px;
    }
	#head_menu__dropdown a {
		width: 100%;
	}
	#head {
		
	}
	#head.sticktobottom {
		position: fixed;
		bottom: 0;
		margin: 0;
		z-index: 99999;
		left: 0;
		right: 0;
		background: white;
		padding: 15px;
		transition: transform 0.5s ease;
		box-sizing: border-box;
		box-shadow: 0 -10px 12px rgb(0 0 0 / 10%);
		transform: translateY(100%);
	}

	#head.sticktobottom.up {
		transform: translateY(0);
	}
	#head.sticktobottom + #head__select-all__wrapper {
		padding-top: 72px;
		margin-top: 0;
	}
	#head__all-files-actions {
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}
	#head_input_fields_container,
	.head_download__button:after {
		display: none;
	}
	#download_share_wrap {
		width: -webkit-fill-available;
		justify-content: space-between;
		gap: 15px;
	}
	.head_download, 
	.head_download__button {
		width: unset;
		margin: 0;
		flex: 1;
		position: unset;
	}
	.head_download__dropdown a {
		font-size: 16px !important;
	}
	#head__selected-files-actions .head_download {
		flex: unset;
		width: -webkit-fill-available;
	}
	.head_download__button {
		width: 100%;
		min-width: unset !important;
	}

	#file_sort_select_dropdown,
	.head_download__dropdown {
		top: unset !important;
		position: fixed !important;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100000;
		
	}
	.head_download__dropdown {
		padding-bottom: 10px;
	}
	#file_sort_select_dropdown{
		padding-top: 0;
		left: 0 !important;
		border-radius: 0;
		border: none;
	}
	#file_sort_select_dropdown LI A {
		padding: 4px 34px 4px 14px;
	}
	#file_sort_select_dropdown_title{
		display: block;
		color: #A5A5A5;
		padding: 4px 34px 10px 14px;
		border-bottom: 1px solid #EDEDED;
	}
	.dropdown_close {
		width: 100%;
		display: flex;
		height: 15px;
		background: white;
	}
	.dropdown_close_handle {
		width: 30px;
		border: 1px solid #E6E6E6;
		border-radius: 5px;
		margin: auto;
	}
	.dropdown_close_before {
		display: none;
	}
	.dropdown_close_before:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99999;
		bottom: 0;
		background-color: rgba(0,0,0,0.3);
	}
	#head_menu__dropdown {
		top: unset;
		bottom: 0;
		position: fixed;
		z-index: 100000;
		padding-bottom: 10px;
	}
	#download_share_wrap .head_input_field {
		display: block;
		width: unset;
		flex: 1;
		padding: 0;
	}
	#seperator {
		display: block;
		height: 42px;
		border-left: 2px solid #f5f3f3;
	}
	.deleted_footer {
		max-width: calc(100% - 40px);
	}
	
	.deleted_wrapper .deleted_vertical_center {
		flex-direction: column;
		align-items: flex-start;
	}
	
    .deleted_wrapper .deleted_inner_right h1 {
		display: none;
    }
	.deleted_wrapper .deleted_inner_left h1 {
		display: block;
    }
	.undelete__wrapper{
		padding: 20px;
	}
	.deleted_wrapper .deleted_inner {
		width: 100%;
		padding-bottom: 20px;
	}
	.deleted_wrapper .deleted_inner_left,
	.deleted_wrapper .deleted_inner_right,
	.undelete_msg__wrapper ,
	.deleted_info__wrapper {
		width: 100%;
	} 
	.deleted_wrapper .deleted_inner_left {
		display: flex;
		justify-content: flex-start;
		column-gap: 20px;
		margin-bottom: 10px;
	}
	.deleted_wrapper .deleted_inner_left img {
		height: 90px;
	}
	
	.deleted_info__wrapper {
		margin-top: 0;
	}
	.deleted_info__header {
		margin-top: 0;
	}
	
	 .deleted_info__table {
		margin: 0;
	}
	.head_input_field ,
	#head.head_show_upload_button .head_input_field {
		margin: 0;
	}

	.head_input_field__button span, 
	#head.head_show_upload_button .head_input_field__button span {
		display: unset;
		font-weight: bold;
		font-size: 16px;
	}
	.head_input_field__button {
		background-position: 10px center !important;
		border-radius: 5px;
		position: unset;
		width: 100%;
		justify-content: center;
		padding: 10px 15px 10px 10px;
	}
	#copy_link_button {
		background-image: unset !important;
		height: 100%;
	}
	.head_input_field__button img {
		margin-bottom: 1px;
	}
	#head_share__selected-files.head_input_field__button {
	width: auto;
	}
	#head_share__selected-files.head_input_field__button span {
		display: none;
	}
	
	#upload_info_details li:last-child {
		margin: 0 0 10px 0;
	}
	.upload_info_details_icon {
		margin: 0;
	}
	#upload_info_image {
		top: 15px;
		left: calc( 50% - 45px );
	}
	#left.upload_without_owner #upload_info_image ,
	#left.upload_without_owner #upload_info_details__user {
		display: none;
	}
	#left_container_close ,
	#upload_head_menu ,
	#upload-info-button-container #list-view_upload-access-switch,
	#upload-info-button-container .inheritance_message ,
	.list-view_upload-info-buttons {
		display: none;
	}
	#upload-info-button-container #upload-info-button_printing-order {
		display: block;
		margin-top: 20px;
	}
	.undelete__inner {
        flex-direction: column;
        row-gap: 30px;
    }
	#head__select-all_chkbox + label, 
	#head__select-all_chkbox:checked + label:after {
	    background-size: 24px;
	    padding-left: 34px;
	}

	.grid_view #head__select-all_chkbox + label {
		margin-left: 5px;
	}
	.head_download__button_desktop {
		display: none;
	}
	.head_download__button_mobile {
		display: inline-block;
	}

	#list-container.files .grid_view .file_context_menu,
	#list-container.files .horizontal_view .file_context_menu,
	#list-container.files .vertical_view .file_context_menu,
	#list-container.files .list_view .file_context_menu {
		top: unset !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important;
		position: fixed;
		max-width: unset !important;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 0;
		border-radius: 0;
		border: 0 !important;
	}
	#list-container.files .grid_view .file_context_menu_close,
	#list-container.files .horizontal_view .file_context_menu_close,
	#list-container.files .vertical_view .file_context_menu_close,
	#list-container.files .list_view .file_context_menu_close {
		display: none !important;
	}
	#list-container.files .grid_view .file_context_menu_handle,
	#list-container.files .horizontal_view .file_context_menu_handle,
	#list-container.files .vertical_view .file_context_menu_handle,
	#list-container.files .list_view .file_context_menu_handle {
		width: 30px;
		border: 1px solid #E6E6E6;
		border-radius: 5px;
		margin: 7px auto;
	}
	#list-container.files .grid_view .file_context_menu > li:nth-child(2),
	#list-container.files .horizontal_view .file_context_menu > li:nth-child(2),
	#list-container.files .vertical_view .file_context_menu > li:nth-child(2),
	#list-container.files .list_view .file_context_menu > li:nth-child(2) {
		width: 100% !important;
	}
	#list-container.files .grid_view .file_context_menu > li:last-child,
	#list-container.files .horizontal_view .file_context_menu > li:last-child,
	#list-container.files .vertical_view .file_context_menu > li:last-child,
	#list-container.files .list_view .file_context_menu > li:last-child {
		padding-bottom: 5px;
	}
}
#list_floating_file_upload_btn {
    height: 60px;
    width: 60px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-image: url(../../images/public/start-upload.svg);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#stick-top {
	position: sticky;
	top: 95px;
}
body.show_header_flag #stick-top {
	top: 115px;
}
body.non-sticky #stick-top{
	top: 10px;
}
@media only screen and (max-width: 645px) {
	#stick-top {
		position: unset;
	}
}
#file_embed_popup {
	top: 150px;
    left: calc( 50vw - 225px );
}
body.ui-mobile #file_embed_popup {
    left: 0;
}
#file_embed_popup_inner:before ,
#file_embed_popup_inner:after {
    display: none;
}

#file_context_menu {
    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;
}

#file_context_menu #file_context_menu_close {
    color: #2C3E52;
    text-align: center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block; 
}
#file_context_menu #file_context_menu_close i {
    font-size: 18px !important;
    font-family: "Font Awesome 5 Pro" !important;
    line-height: 35px;
    text-align: center;
}

#file_context_menu .divider {
    margin: 5px 0;
    background-color: #EDEDED;
}
#file_context_menu > li,
#file_context_menu > li.inner-menu > a + ul > li {
    padding: 0;
}
#file_context_menu > li > a,
#file_context_menu > li.inner-menu > a + ul > li > a {
    height: 26px;
    line-height: 26px;
    color: #1A2533;
    transition: 0.5s ease;
}
#file_context_menu > li.inner-menu > a + ul > li > a  {
    display: block;
    padding: 3px 10px 3px 25px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    font-size: 16px;
    height: unset;
    width: 100%;
    box-sizing: border-box;
}
#file_context_menu > li.inner-menu > a {
    background-image: url(/images/button_icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 11px);
    background-position-y: calc(50% + 1px);
    background-size: 10px;
}
#file_context_menu > li.inner-menu > a + ul {
    display: none;
    padding: 5px 0;
    max-width: 235px;
}

#file_context_menu > li.inner-menu > a:hover + ul,
#file_context_menu > li.inner-menu > a + ul:hover {
    display: block;
}
#file_context_menu > li.inner-menu > a + ul a:hover {
    background-color: #F2F5F8;
}
#file_context_menu > li.inner-menu > a + ul a span {
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: left;
    color: #1a2533;
}
#file_context_menu > li.inner-menu > a + ul a span.desc {
    color: #919191;
    font-size: 10px;
    line-height: 13px;
    width: 100%;
    white-space: normal;
}

@media only screen and (max-width: 400px) {
    #file_context_menu > li > a  {
        padding: 2px 15px;
    }
}
    
#file_context_menu > li > a:hover, #file_context_menu > li > a:focus {
    color: #1A2533;
    background-color: #F2F5F8;
}
#file_context_menu img {
    width: 12px;
    margin-right: 13px;
}
#file_context_menu I {
    min-width: 24px;
    text-align: left;
    color: #1A2533;
}
