body {
	box-sizing: border-box;
}

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


#center {
	background-color: white;
}


#list-container * {
	font-family: 'UniviaProLight', 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%;
}


/* FOLDER INFO BLOCK (LEFT) */
#left {
	display: table-cell;
	width: 340px;
	max-width: 340px;
	font-size: 12px;
    min-height: 160px;
    background-color: #f1f1f1;
	color: #2b3d52;
	padding: 40px 30px 65px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    position: relative;
    vertical-align: top;
	display: none;
}
.left_menu_visible #left {
	display: table-cell;
}
	#left_container_close {
	    display: inline-block;
	    width: 20px;
	    height: 20px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
        padding: 1px 2px 2px 5px;
        font-size: 16px;
        border: 1px solid #b0bdc5;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
		border-radius: 4px;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    color: #b0bdc5;;
	    cursor: pointer;
	}
	#upload_info {
		padding-bottom: 16px;
	    overflow: hidden;	
	}

/* folder name */
#upload_name_edit {
    border-bottom: 1px solid #728691;
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative;
}
	#upload_name_edit_folder_icon {
	    height: 23px;
	    width: 23px;
	    line-height: 32px;
	    vertical-align: baseline;
	}
	#upload_name_edit .editable_field_text {
		display: inline-block;
		font-size: 20px;
	    line-height: 23px;
	    min-height: 23px;
	    vertical-align: bottom;
	    margin-left: 5px;
        max-width: 245px;
	    overflow: hidden;
	}
	#upload_name_edit .editable_field_textarea {
		font-size: 20px;
		line-height: 32px;
	}
	#upload_name_edit .editable_field_edit_button {
	    height: 12px;
	    width: 12px;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

/* folder delete warning */
#upload_info__delete_warning {
	font-size: 16px;
	color: #e5afb1;
	text-align: right;
	margin-top: 5px;
}

/* folder info */
#upload_info_image_details {
	margin: 30px 0;
    position: relative;
}
	#upload_info_details {
		display: inline-block;
		width: 130px;
		list-style: none;
		margin-left: 20px;
	}
		#upload_info_details li {
			height: 14px;
		    margin-bottom: 15px;
		}
		#upload_info_details li:last-child {
			margin-bottom: 0;
		}
			.upload_info_details_icon {
			    height: 14px;
			    width: 14px;
			    margin-right: 4px;
			}
			.upload_info_details_text {
			    font-size: 14px;
			    line-height: 15px;
			    height: 15px;
				vertical-align: bottom;
				display: inline-block;
				width: calc( 100% - 25px );
				overflow: hidden;
				text-overflow: ellipsis;
			}
			#upload_info_details a {
				color: #76adcd;
				text-decoration: none;
				display: inline-block;
			    width: 100%;
			}
	#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 {
    margin-bottom: 25px;
}
.list-menu-divider {
	margin-bottom: 14px;
	margin-top: 22px;
}
	.list-menu-divider .divider-line-container,
	#upload_description_edit .editable_field_edit_button {
	    color: #a3b0b7;
        text-align: center;
	    display: block;
	    font-size: 16px;
		position: relative;
	}
		#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;
		}
		
/* folder action buttons */
#upload-info-button-container {
	font-size: 0;
    text-align: justify;
}
	.upload-info-button {
		display: inline-block;
		height: 36px;
		width: 100%;
	    -webkit-border-radius: 35px;
	    -moz-border-radius: 35px;
		border-radius: 35px;
	    font-size: 14px;
		line-height: 20px;
		text-decoration: none;
		cursor: pointer;
		text-decoration: none;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		text-align: left;
		margin-bottom: 12px;
		padding: 8px 0 8px 20px;
	}
	.upload-info-button.half-button {
		width: 48%;
	}
	.upload-info-button.filled {
		background: #a2aeb4;
		color: #232a2e !important;
	    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	}
	.upload-info-button.transparent {
		border: 1px solid #a2aeb4;
		color: #2b3d52 !important;
	}
	.upload-info-button.blue {
		background: #76adcd;
		color: white !important;
	    box-shadow: 0 2px 8px rgba(0,0,0,0.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;
		}

#upload-info-button-container .inheritance_message {
	font-size: 12px;
	margin-bottom: 20px;
	text-align: left;
    line-height: 20px;
}
	#upload-info-button-container .inheritance_message .fa-question-circle {
	    margin-left: 5px;
	}
	#upload-info-button-container .inheritance_message a {
	    text-decoration: none;
	    color: white !important;
	}
	#upload-info-button-container .inheritance_message a .fa {
		margin-right: 5px;
	}



/* FOLDER CONTENT BLOCK (RIGHT) */
#right_container {
	
}
	#right {
		padding: 0 20px 83px 20px;
	}
	#center.show_ads #right {
		padding-bottom: 20px;
	}

/* folder top actions */
#head_container {
    font-size: 0px;
    margin: 30px 7px 25px 6px;
    text-align-last: auto;
}
	#head {
		position: relative;
		width: 100%;
	}
	#head.overflow_hidden {
	    overflow: hidden;
	}
	
		/* folder info toggle button */
		#upload_head_menu {
			display: inline-block;
			height: 25px;
		    width: 25px;
		    margin: 4px 40px 3px 0;
		    font-size: 25px;
		    color: #9aa9b1;
		    cursor: pointer;
	        border: 1px solid #b0bdc5;
		    -webkit-border-radius: 4px;
		    -moz-border-radius: 4px;
		    border-radius: 4px;
		    text-align: center;
		}
		.left_menu_visible #upload_head_menu {
			display: none;
		}
		
		/* folder download button */
		#head_download {
		    display: inline-block;
		    height: 35px;
			width: 210px;
		    position: relative;
		}
			#head_download__button {
			    display: inline-block;
			    height: 35px;
			    width: 100%;
			    box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				padding: 10px 0;
			    line-height: 15px;
			    font-size: 14px;
			    -webkit-border-radius: 35px;
			    -moz-border-radius: 35px;
				border-radius: 35px;
			    background: #ee2b3a;
			    color: white;
			    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
			    cursor: pointer;
			    text-align: center;
			}
				#head_download__button span {
					
				}
				#head_download__button img {
					height: 15px;
					width: 15px;
				    vertical-align: bottom;
				    margin-left: 10px;
				}
			#head_download__dropdown {
				display: none;
				width: 182px;
			    box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			   	font-size: 14px;
		        position: absolute;
				top: 35px;
				z-index: 10020;
				left: 14px;
			}
			#head_download__dropdown.wide {
				
			}
			#head_download:hover #head_download__dropdown {
				display: block;
			}
				#head_download__dropdown a.strong {
					font-family: 'UniviaPro', Roboto, Arial, sans-serif;
					font-weight: bold;
					color: #303d52;
				}
				#head_download__dropdown__top_transparent {
					height: 5px;
				}
				#head_download__dropdown__top_cut {
					height: 6px;
					font-size: 0;
				}
				#head_download__dropdown__content {
				    background: #fff;
				    border: 1px solid #edf0f2;
				    padding: 0 4px 6px 4px;
				    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
				}
				#head_download__dropdown a {
					color: #303d52;
					display: block;
					text-decoration: none;
					padding: 8px;
				    margin: 6px 0 0 0;
				}
				#head_download__dropdown a:hover {
					background: #f0f4f5;
				    color: #2c3e52;
				}
		
		/* folder link and email share fields */
		#head_input_fields_container {
			display: inline-block;
		    width: calc( (100% - 247px) )
		}
		#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 {
		    display: inline-block;
		    height: 35px;
		    width: 25%;
		    margin-left: 10%;
		    box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		    padding: 0 6px;
		    border-bottom: 1px solid #dae9f2;
		    position: relative;
		}
		#head_email_share.has_error {
			border-color: red;
		}
			.head_input_field__input {
			    display: inline-block;
		        width: 100%;
			    height: 35px;
			    padding: 10px 0;
			    font-size: 14px;
			    line-height: 15px;
			    border: 0;
			    background: transparent;
			    cursor: pointer;
		        color: #2c3e52;
			}
			.head_input_field__button {
				position: absolute;
			    right: 0;
			    height: 32px;
			    display: inline-block;
			    cursor: pointer;
			    box-sizing: border-box;
			    background: white;
		        padding: 10px 6px 10px 10px;
			}
				.head_input_field__button img {
					height: 15px;
					width: 15px;
					vertical-align: middle;
				}
				.head_input_field__button span {
				    color: #76adcd;
				    font-size: 14px;
					line-height: 15px;
					margin-left: 10px;
					vertical-align: middle;
				    font-family: 'UniviaPro', Roboto, Arial, sans-serif !important;
				}

		/* folder view switch buttons */
		#head_view_switch {
		    display: inline-block;
		    height: 35px;
		    box-sizing: border-box;
		    padding: 5px 0;
		    position: absolute;
		    right: 0;
		}
			#head_view_switch a {
			    display: inline-block;
				width: 25px;
			    height: 25px;
			}
			#head_view_switch a#switch_to_gallery_view {
				width: 27px;
			}
				#head_view_switch a img {
				    width: 25px;
				    height: 25px;
				    vertical-align: top;
				}
				#head_view_switch a#switch_to_gallery_view {
					margin-left: 15px;
				}
				#head_view_switch a#switch_to_gallery_view img {
					width: 27px;
					height: 27px;
				}
				
				.switch-view-button.active .switch_view_button_icon.active {
					display: inline-block;
				}
				.switch-view-button.active .switch_view_button_icon.inactive {
					display: none;
				}
				.switch-view-button .switch_view_button_icon.inactive {
					display: inline-block;
				}
				.switch-view-button .switch_view_button_icon.active {
					display: none;
				}




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



.item {
	position: relative;
}

DIV.item A,
DIV.item .item_name {
    text-decoration: none;
    color: #2c3e52 !important;
    text-align: left;
    text-align-last: auto !important;
}

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

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;
}

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;
}

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

.item.file.active-hover .overlay-bg,
.item.video-item .overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000 !important;
	opacity: 0.5;
	z-index: 10002;
}
.item.upload.active-hover .overlay-bg {
	display: none;
}


DIV.item.file .item_name,
DIV.item.file .tools,
DIV.item.upload .item_name,
DIV.item.upload .tools,
DIV.item.file.active-hover .item_name,
DIV.item.file.active-hover .tools,
DIV.item.upload.active-hover .item_name,
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 {
    background: url( '/images/deleted.jpg' ) no-repeat scroll center center;
    color: #fff;
    font-size: 24px;
    padding: 0 20px;
}

.deleted_wrapper .deleted_inner {
    width: 760px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

.deleted_wrapper .deleted_vertical_center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.deleted_wrapper h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1em;
}

.deleted_wrapper p {
    margin: 1em 0;
}

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

.deleted_wrapper ul li {
    margin: 0.5em 0;
}

.deleted_wrapper .deleted_inner_left {
    float: left;
}

.deleted_wrapper .deleted_inner_right {
    float: right;
    font-size: 215px;
}

.deleted_footer {
    font-size: 24px;
    color: #303d52;
    text-align: center;
    padding: 50px 20px;
    background: #fff;
}

.deleted_footer a {
    background: #ca1913;
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 75px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 1.5em;
}

.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 #d2d2d2;
    padding: 20px;
    border-radius: 3px;
    text-align-last: left;
    margin-right: 6px;
}
	#ist_no_files_message_text {
	    font-size: 14px;
	    color: #2b3d52;
	}
#ist_no_files_message_button_container {
	margin-top: 20px;
}
	#ist_no_files_message_button {
	    border: 1px solid #2F3E55;
	    border-radius: 3px;
	    padding: 8px;
	    font-size: 13px;
	    text-decoration: none;
	    display: inline-block;
        color: #2F3E55 !important;
	}
	
.editable_field_wrapper {
	display: inline-block;
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom:  20px;
    position: relative;
}
	.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: 14px;
	    line-height: 20px;
	    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: #2b3d52;
	}
	.editable_field_edit_button,
	.editable_field_save_button {
	    display: inline-block;
	    cursor: pointer;
	    border-radius: 3px;
	    font-size: 12px;
	    color: #76adcd;
	    margin-top: 5px;
	}
	.editable_field_edit_button:hover ,
	.editable_field_save_button:hover {
		text-decoration: underline;
	}
		.editable_field_edit_button .fa ,
		.editable_field_save_button .fa {
    		margin-right: 3px;
		}
	.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-block;
	}
	


	



.list_view DIV.item {
    background: white;
}

.undelete__wrapper {
	background: white;
	padding: 40px 20px;
	color: #2b3d52;
}

.undelete__inner {
	width: 760px;
	margin: 0 auto;
	font-size: 0;
}

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

.undelete_msg__wrapper {
	width: 82%;
	box-sizing: border-box;
	padding-right: 20px;
}

.undelete_msg__header {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #CA1913;
}

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

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

.undelete_msg__button {
	font-size: 16px;
}

.deleted_info__wrapper {
	width: 18%;
}

.deleted_info__header {
	font-size: 18px;
	margin-bottom: 20px;
}

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

.deleted_info__table td {
	padding: 0 5px 5px 0;
}

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

#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;
}
.list_view #item_add_new {
	display: none !important;
}
#item_add_new:hover {
	color: #76adcd;
}
#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;
}


@media only screen and (max-width: 1480px) {
	
}
@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: 970px) {
	
}
@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: 800px) {
    .deleted_wrapper {
        text-align: center;
    }
    .deleted_wrapper, .deleted_footer {
        font-size: 20px;
    }
    .deleted_wrapper h1 {
        font-size: 30px;
    }
    .deleted_wrapper ul, .deleted_footer a {
        font-size: 16px;
    }
    .deleted_wrapper .deleted_inner {
        width: auto;
        height: auto;
        max-height: 426px;
        padding: 40px 0;
        display: inline-block;
        text-align: left;
    }
    .deleted_wrapper .deleted_vertical_center {
        position: initial;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .deleted_wrapper .deleted_inner_left {
        float: none;
    }
    .deleted_wrapper .deleted_inner_right {
        display: none;
    }
    
    .undelete__inner {
        width: auto;
    }
    .undelete_msg__wrapper ,
    .deleted_info__wrapper {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .deleted_info__wrapper {
        margin-top: 40px;
    }
    .undelete_msg__header {
        font-size: 30px;
    }
    .undelete_msg__button {
        font-size: 14px;
    }
    .undelete_msg__info_txt {
        font-size: 16px;
        line-height: 24px;
    }
    .deleted_info__table {
        margin: 0 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: 500px) {
	
	.deleted_wrapper .deleted_inner {
	   width: 100%;
	}
	.undelete_msg__wrapper ,
	.deleted_info__wrapper {
	   text-align: left;
	}
	.deleted_info__table {
	   margin: 0;
	}
}


@media only screen and (max-width: 645px) {
	
	#left {
		width: 100%;
		max-width: none;
	}
    #left.visible {
    	display: block;
    }
}





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

	.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_fields_container {
	    text-align: justify;
	    width: 100%;
	    margin-top: 20px;
	}
	.left_menu_visible .head_input_field {
	    margin: 0;
	    width: 45%;
	}
	.left_menu_visible #head_view_switch {
	    top: 0;
	}
	
	.head_input_field {
		width: 270px;
    	margin-left: 60px;
	}
}
@media only screen and (max-width: 1100px) {
	
	#head_input_fields_container ,
	#head.head_show_upload_button #head_input_fields_container {
		text-align: justify;
	    width: 100%;
	    margin-top: 20px;
	}
	.head_input_field ,
	#head.head_show_upload_button .head_input_field{
	    margin: 0;
	    width: 45%;
	    margin-top: 20px;
	}
	#head_view_switch {
	    top: 0;
	}
	#upload_head_menu {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1000px) {
	
	.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: 880px) {
	
	.left_menu_visible .head_input_field ,
	.left_menu_visible #head.head_show_upload_button .head_input_field {
		width: 100%;
	}
	.left_menu_visible #head_email_share ,
	.left_menu_visible #head.head_show_upload_button #head_email_share {
		position: static;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 700px) {
	
	.left_menu_visible #left {
		display: block;
	}
}
@media only screen and (max-width: 650px) {
	
	.head_input_field__button span ,
	#head.head_show_upload_button .head_input_field__button span {
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	
	.head_input_field ,
	#head.head_show_upload_button .head_input_field {
		width: 100%;
	}
	
	
	#left {
		display: block;
		padding: 115px 7px 15px 6px;
	    min-height: unset;
	}
	#left.upload_without_owner {
		padding-top: 10px;
	}
	#upload_info {
		padding: 0;
	}
	#upload_description_edit {
		margin: 0;
	}
	#upload_info_details {
	    width: 100%;
	    margin: 0;
        text-align: justify;
	    text-align-last: justify;
	}
	#upload_info_details li {
	    display: inline-block;
	    margin: 0 10px 10px 0;
	}
	#upload_info_details li:last-child {
		margin: 0 0 10px 0;
	}
	.upload_info_details_text {
		width: auto;
	}
	.upload_info_details_icon {
		margin: 0;
	}
	#upload_info_image_details {
		position: static;
		margin: 15px 0 5px 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 {
		display: none;
	}
}


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